• Hi ,
    I added about 9 images on the slider and added the short code to my page (https://www.gtksol.com/test-2/ )everything worked fine,I could see the images on the slider. After adding a text element , when I clk on live preview text and images are displayed , however when I cache refresh my page , I only see text element. So I went ahead and deleted the text element and refreshed my page and all the images are displayed fine . So the issues is when I add a text element to the slider the images are not displayed. Any help will be much appreciated. I added the below code to custom CSS as recommended in one of the forums .
    https://athemes.com/forums/topic/crelly-slider-text-im-having-a-display-issue/

    .crellyslider > .cs-slides > .cs-slide div {
    z-index: 9999 !important;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Fabio Rinaldi

    (@fabiorino)

    The issue could be caused because you have some errors in your HTML structure:
    https://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.gtksol.com%2Ftest-2%2F

    This is a screenshot of the source code of your page that causes the issue:

    View post on imgur.com


    As you can see, most of the images are wrapped inside a paragraph (probably auto-generated by the browser to try to fix the HTML errors linked above). That causes issues with the slider.

    Now, we need to understand why you have errors in the source code: could you please replace the current slider with a new slider that contains just one image?

Viewing 1 replies (of 1 total)
  • The topic ‘Images disappears when after adding text’ is closed to new replies.