Jump to content

[SLOVED] leo theme lof custom top has question mark


Recommended Posts

<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

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

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

  • 2 weeks later...
  • 3 weeks later...

<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 by eliezeramon (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...