×
Support Offline :
Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time:
Our Time:
Forum
JUX Member Forum - Restricted to Members Only
JUX Content Extensions
JUX Mashup
Images not showing
Images not showing
Less
More
Posts: 5
Thank you received: 0
9 years 1 month ago #8118
by Cesar
Hi, I really like your modules and I bought jux mashup, but when I activate it, can't see the images, my web page is
www.xboxcr.com
, please help..
Please Log in or Create an account to join the conversation.
Less
More
Posts: 898
Karma: 29
Thank you received: 115
9 years 1 month ago #8147
by GDragon
hi cass25z,
Thanks for contacting us and choosing our product!
I checked your site and see have problem with conflict jquery and maybe in your articles don't have image intro.
So please pm me your site url and admin account!
I'll check and fix it for yoU!
Best regards,
--GD--
The following user(s) said Thank You:
Cesar
Please Log in or Create an account to join the conversation.
Less
More
Posts: 5
Thank you received: 0
Less
More
Posts: 898
Karma: 29
Thank you received: 115
9 years 1 month ago #8152
by GDragon
Hi cas25z,
Thanks for your reply!
If you use external link images it will cause this problem!
Best regards,
--GD--
Please Log in or Create an account to join the conversation.
Less
More
Posts: 5
Thank you received: 0
9 years 1 month ago - 9 years 1 month ago #8153
by Cesar
Does exist any fix to enable the external image source? The most of the image sources we use are external.
Last edit: 9 years 1 month ago by
Cesar .
Please Log in or Create an account to join the conversation.
Less
More
Posts: 898
Karma: 29
Thank you received: 115
9 years 1 month ago #8156
by GDragon
Hi cass25z,
Thanks for your reply!
If all your image user source from external link you can fix it by followings steps:
Step 1: Go to path {root}/modules/mod_jux_mashup/tmpl/ then open file default.php
Step 2: Go to line 79 then change code from
$image_url = JUri::base().$item->image; to
if (strpos($item->image,'http') !== false) {
$image_url = $item->image;
}
else{
$image_url = JUri::base().$item->image;
} Hope this help!
If you like our product please write a review and vote all 100 points for us at:
extensions.joomla.org/extensions/extensi...s-display/jux-mashup
It will help us very much to develop our product! Many thanks!
Best regards,
--GD--
The following user(s) said Thank You:
Cesar
Please Log in or Create an account to join the conversation.
Less
More
Posts: 5
Thank you received: 0
9 years 1 month ago #8169
by Cesar
Thank you so much for your excellent support!!
It worked, but just in the first line of articles, when I press the button "Load more", I don´t have images again.
I bought the JUX Metro contents module, and I have the same problem.
Please Log in or Create an account to join the conversation.
Less
More
Posts: 898
Karma: 29
Thank you received: 115
9 years 1 month ago #8178
by GDragon
Hi,
I checked your site and see have problem with jquery conflict. So please pm me admin account. I'll check and fix it for you!
Best regards,
--GD--
Please Log in or Create an account to join the conversation.
Forum
JUX Member Forum - Restricted to Members Only
JUX Content Extensions
JUX Mashup
Images not showing
Time to create page: 0.201 seconds