sanaullahkhan81 Posted November 20, 2013 Share Posted November 20, 2013 (edited) Hi, I am using leo sport theme , my lofcustomtop module doesn't display images. http://widefitshoes4u.co.uk/en/ Edited December 10, 2013 by sanaullahkhan81 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 20, 2013 Share Posted November 20, 2013 i checked your website and i don't see where this problem occur it is solved? Link to comment Share on other sites More sharing options...
sanaullahkhan81 Posted November 20, 2013 Author Share Posted November 20, 2013 @venkia , I have disabled the lofcustometop module , I will enabled again Link to comment Share on other sites More sharing options...
vekia Posted November 20, 2013 Share Posted November 20, 2013 sorry but is till can't see it how it looks like for me: Link to comment Share on other sites More sharing options...
sanaullahkhan81 Posted November 20, 2013 Author Share Posted November 20, 2013 @venkia The two Question Mark above the footer. Link to comment Share on other sites More sharing options...
Dh42 Posted November 20, 2013 Share Posted November 20, 2013 The images that you are trying to load are missing is what that means. I looks like you need to upload images to the module. Link to comment Share on other sites More sharing options...
vekia Posted November 20, 2013 Share Posted November 20, 2013 what browser you use? im on chrome and i don't see these two pictures Link to comment Share on other sites More sharing options...
Dh42 Posted November 20, 2013 Share Posted November 20, 2013 I am using the latest chrome. http://screencast.com/t/s79fOf1B6O2 Search the source for adv1.jpg Link to comment Share on other sites More sharing options...
vekia Posted November 20, 2013 Share Posted November 20, 2013 really weird because i also use latest chrome version :| Link to comment Share on other sites More sharing options...
sanaullahkhan81 Posted November 25, 2013 Author Share Posted November 25, 2013 <div class='main'> <div class='view view-seventh'> <img src='modules/lofcustomtop/images/adv1.jpg' alt='' /> <div class='mask'> <h2>Hover Style </h2> <p>Lorem ipsum dolor sit amet conse</p> <a href='#' class='info'>Read More</a> </div> </div> <div class='view view-seventh'> <img src='modules/lofcustomtop/images/adv2.jpg' alt='' /> <div class='mask'> <h2>Hover Style </h2> <p>Lorem ipsum dolor sit amet conse</p> <a href='#' class='info'>Read More</a> </div> </div> </div> The above code are in lofcustomtop.php. I have check images they are in /modules/lofcustomtop/images Please can anyone help me why images not displaying Link to comment Share on other sites More sharing options...
sanaullahkhan81 Posted November 26, 2013 Author Share Posted November 26, 2013 The images that you are trying to load are missing is what that means. I looks like you need to upload images to the module. I have check my url /modules/lofcustomtop/images All images are available http://www.widefitshoes4u.co.uk/url.png They are two Question mark images above footer I am using leo_sport shoes theme. The module of the image is lofcustomtop http://shaadimubarakh.com/sample.png Link to comment Share on other sites More sharing options...
Dh42 Posted November 26, 2013 Share Posted November 26, 2013 Hmm It is not acting like the images are uploaded, http://widefitshoes4u.co.uk/en/modules/lofcustomtop/images/adv2.jpg http://screencast.com/t/tK6d5VkKAxu Link to comment Share on other sites More sharing options...
Dh42 Posted November 26, 2013 Share Posted November 26, 2013 Ok, I see the issue, post the tpl file to paste bin and I will fix it. It is adding the lang iso in the path. Link to comment Share on other sites More sharing options...
sanaullahkhan81 Posted November 26, 2013 Author Share Posted November 26, 2013 Ok, I see the issue, post the tpl file to paste bin and I will fix it. It is adding the lang iso in the path. default.tpl <div class="lof-custom {$class_prefix}" id="lof-custom-{$pos}"> {if $show_title} <h2>{$module_title}</h2> {/if} <div class="lof-custom-content"> {$content} </div> </div> Link to comment Share on other sites More sharing options...
Dh42 Posted November 26, 2013 Share Posted November 26, 2013 Hmm either that is not the whole module, or it has different tpl files. You might be best contacting leo support and telling them it is written wrong and show them this thread. Link to comment Share on other sites More sharing options...
sanaullahkhan81 Posted November 26, 2013 Author Share Posted November 26, 2013 Hmm either that is not the whole module, or it has different tpl files. You might be best contacting leo support and telling them it is written wrong and show them this thread. Dh42 Thanks for all your help, Can you look at below links, it was my testing website which was working fine. http://shaadimubarakh.com/index.php Link to comment Share on other sites More sharing options...
Dh42 Posted November 26, 2013 Share Posted November 26, 2013 It is because your live site uses multiple languages, that is where the error in the module is. Disable the other languages for a minute and it will work. In the module it is adding the language iso to the url of the image. It is showing this http://widefitshoes4u.co.uk/en/modules/lofcustomtop/images/adv1.jpg when it need to be showing this http://widefitshoes4u.co.uk/modules/lofcustomtop/images/adv1.jpg Link to comment Share on other sites More sharing options...
Romeo.Tran Posted November 27, 2013 Share Posted November 27, 2013 Dear all. when you turn on seo please edit image link in custom module from modules/lofcustomtop/images/adv1.jpg to /modules/lofcustomtop/images/adv1.jpg Link to comment Share on other sites More sharing options...
sanaullahkhan81 Posted December 10, 2013 Author Share Posted December 10, 2013 Thanks Romeo.Tran Finally problem solved. Thank you all for all your support Link to comment Share on other sites More sharing options...
eliezeramon Posted December 29, 2013 Share Posted December 29, 2013 (edited) <div id="lof-custom-home" class="lof-custom"> <div class="lof-custom-content row-fluid"> <div class="main span12"> <div class="view view-seventh span6"> <img alt="" src="modules/lofcustomtop/images/adv1.jpg"></img> <div class="mask"></div> </div> <div class="view view-seventh span6"> <img alt="" src="modules/lofcustomtop/images/adv2.jpg"></img> <div class="mask"></div> </div> </div> </div></div> i want to change "view view-seventh span6" to "view view-seventh span12". .can someone tell me where do i must edit it?please help me. .thanks before Edited December 29, 2013 by eliezeramon (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts