By Chaon on Tuesday, 10 September 2019
Posted in Technical Issues
Likes 0
Views 561
Votes 0
Hello.
I'm trying to achieve a more modern website look and i tried GK nsp and Rok Sprocket for that.
With GK nsp i get all the links through my home page ignoring the categorys so the links are looking like mysite.com/article instead of mysite.com/category/article.
With sprocket there is a weird situation with image src the url looks like mysite.com///mysite.com/image.jpg and they do now appear.
I tottaly understand that you do not support other 3rd party extentions but i would like to know if there are knows issues with url structure for those modules.

Thank you very much
Thank you very much for your time
·
Tuesday, 10 September 2019 18:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, normally we didn't provide support for 3rd party component/plugins.

By the way, regarding those permalink issue, can you try download my attached file and replace into this file location and see how it goes.
JoomlaFolder/modules/mod_news_pro_gk5/tmpl/com_easyblog/view.php

With sprocket there is a weird situation with image src the url looks like http://mysite.com///mysite.com/image.jpg and they do now appear.

I am not sure how to replicate this, is this the module you download from https://stackideas.com/forums/gift-for-all-user-easyblog-module-magazine#reply-468397 ?
·
Tuesday, 10 September 2019 10:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much Arlex the prolem with GK NSP is fixed with this file.

The img src problem that i mentioned is with Rok Sprocket and you can see a live example over here
https://bit.ly/2lGBV5U
The only picture that appears on the grid (android logo) is the one i added manually the rest that should be implemented automatically have the problem you can see for your self if you check the file source.
·
Tuesday, 10 September 2019 13:36
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

The img src problem that i mentioned is with Rok Sprocket and you can see a live example over here
https://bit.ly/2lGBV5U
The only picture that appears on the grid (android logo) is the one i added manually the rest that should be implemented automatically have the problem you can see for your self if you check the file source.

I am not really sure which PHP file rendering that image part, it would be best if you can consult with this module provider and see how it goes.
·
Tuesday, 10 September 2019 16:06
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

The img src problem that i mentioned is with Rok Sprocket and you can see a live example over here
https://bit.ly/2lGBV5U
The only picture that appears on the grid (android logo) is the one i added manually the rest that should be implemented automatically have the problem you can see for your self if you check the file source.

I am not really sure which PHP file rendering that image part, it would be best if you can consult with this module provider and see how it goes.


I think the php file is located here
components/com_roksprocket/layouts/grids/themes/basic/item.php line 17

<img src="<?php echo $item->getPrimaryImage()->getSource(); ?>" alt="<?php echo strip_tags((!$item->getPrimaryImage()->getAlttext()) ? $item->getTitle() : $item->getPrimaryImage()->getAlttext()); ?>" class="sprocket-grids-b-image" />


I'm not able to contact their support, the module is free but not their support. As i mentioned on my first message i just wanted to know if those are known issues and i would not like to spend your time digging modules that don't belong to you. I'm happy that i found solution for NSP so thank you again
·
Tuesday, 10 September 2019 16:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, for those existing Easyblog modules don't have this such of issue.

After checked further, it seems like this issue caused by this 3rd party plugin System - LLFJ - Lazy Load for Joomla! , it injected extra domain into that image.

Roksprocket return this following image URL.


//http://www.himara.gr/images/easyblog_images/69/b2ap3_medium_sevastianos-bh-flag.jpg


But this lazy load plugin injected this :


https://www.himara.gr//www.himara.gr/images/easyblog_images/69/b2ap3_medium_sevastianos-bh-flag.jpg


In other word, this module no problem, the problem is related with this plugin.
·
Tuesday, 10 September 2019 16:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Tuesday, 10 September 2019 18:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post