Checking the site I can see two things I'd try to test

  1. Try with a smaller font - the content is being pulled via introtext so I'm a bit reluctant to change your content without asking first
  2. I'd remove the p tags - some have 2x and some just 1x - I'm not 100% sure why they are added

Great name for a dog = Boof 🙂

Cheers
Paul

Hi Paul,

I presume you mean the font size in the slideshow articles? I have reduced these to <h3> and removed the <p> tags. Not sure why they were there either. Slideshow is still jumping and after the jump it partially obscures the Home Page title (which I must change).

As for Boof, he was a rescue dog from the RSPCA. He is a pure bred Blue Heeler and microchipped with his name so we couldn't change it to something more sensible... ;-)

Cheers,

Ric

Hi Ric,

Try to add the following custom css code:

#bannerwrap .zen-container {
	overflow: hidden;
}

Cheers
Joshua

odd one - if you test with the title removed just remove the jump?

Josh, the CSS you suggested didn't work. It seemed to make the text in the article jump again.

Paul, I removed all the text in the articles, (which is obviously not a final option as the images need a description), but it is still jumping and the text has moved up and being obscured by the images. I note you have put a version of the slideshow in place.

Perhaps it's better I don't touch the site if you blokes are having a fiddle. It will just get itself confused. ;-)

Cheers,

Ric

Hi Ric,

I've turned off text completely in my zentools2 module version
This has removed the jump - do you see the same?

I'm trying to narrow down the styling problem

Cheers
Paul

Yes Paul. I am seeing the same. The jump has gone.

So if text is turned off the question becomes how to describe the images? Bit of an odd one but I think you have found the culprit.

Cheers,

Ric

Hi Ric,

Turn it back on and we can see if there is a handy solution for it

I don't think people have used the slideshow full height with text before

Ping us back when re-enabled

Cheers
Paul

Hi Paul,

I've re-enabled text but made it full text instead of intro. Yes, the jump is back. I haven't added any text to the articles though at this stage. It has also shifted the article content and sidebar2 text up into the image. Certainly looks like the text inclusion is the cause of the problem.

Cheers,

Ric

    bushie
    Hi,

    Could you share the FTP account also? and disable the cache settings on your server side as I made some changes but it did not reflect on frontend.

    Hi guys,

    FTP details have been supplied above. The site is on Cloudflare CDN and I have put it into development mode which will expire in three hours. Let me know if I need to do it again.

    Cheers,

    Ric

    Hi Ric,

    Due to different time zones this will have expired - can you disable it for a longer period?

    Thanks
    Paul

    Hi Paul,

    I have paused the website on Cloudflare rather than put it into development mode. It will continue to resolve the DNS but will not cache the site.

    Cheers,

    Ric

    Hi Ric,

    At the moment I see

    Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID
    www.bushsong.com.au/?option=com_comment&task=comments.getcomments&format=json&lang=en&contentid=139&component=com_content&start=1:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID
    breakaways.jpg:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID
    katherineGorge.jpg:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID
    devilsMarbles.jpg:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID
    dalyWaters.jpg:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID
    ghanTrain.jpg:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID
    /favicon.ico:1 Failed to load resource: the server responded with a status of 404 ()

    ah yes of course sorry bit dim there

    Cheers

    Hi

    I'm trying to add this to the custom.css file

    .zg-fullwidth .slideshow-nav-container {max-height: 100px;}

    At the moment it appears there is a caching problem somewhere as it is in the file but not displaying in the source code

    Cheers
    Paul

    Hi,
    Try also the following custom css code:

    @media (min-width: 1180px) {
    .zg-fullwidth .slideshow-nav-container {
        position: absolute;
        left: 50%;
        margin-left: -570px;
    }
    }

    If slide titles are positioned absolutely - I can't see the jumping issue.

    Cheers
    Joshua

    6 days later

    Have you tried this change suggested by Joshua?

    Cheers
    Paul

    You need to Login to view replies.