• Resolved hellesuhr

    (@hellesuhr)


    Hi,

    After the latest update some text in my slide-in is hidden.
    How can I get it visible again?

    Best regards,
    Helle

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello @hellesuhr

    I trust you’re doing well!

    Please try this CSS code. Add it to Appearance > Customizer > Additional CSS field:

    /* Move slider Position to the top*/
    .hustle-optin--focus-content {
             padding-bottom: 30px !important;
    }

    Let us know how it went!

    Kind regards,
    Nastia

    Thread Starter hellesuhr

    (@hellesuhr)

    Hi,

    Thanks for your reply.

    I’m sorry, but that didn’t help.

    Best regards,
    Helle

    Hello @hellesuhr,

    I hope all is well!

    I’ve retested the code and it is working when applying to your site. Please purge the site’s cache, any CDN if enabled and view your site in an incognito browser.

    Also please try

     .hustle-slidein-content {
         top: 80px !important;
     }

    Let us know how it went!

    Kind regards,
    Nastia

    Thread Starter hellesuhr

    (@hellesuhr)

    Hi,

    I have tried all you suggest but it still doesn’t work.

    Best regards,
    Helle

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hello @hellesuhr

    I visited and checked your site again and it seems that none of the code that Nastia sugested is actually applied to the site. I’m not sure if you removed it already but currently the position of side-in is dynamically calculated in CSS but that CSS seems to be minified additionally.

    It looks like it’s not getting overwritten.

    Apart from any possible cache/CDN on site are you using some additional plugin or tool for asset optimization/CSS minification?

    If yes, could you please try again with the code that Nastia shared but make sure that such CSS optimization is either temporarily disabled entirely or re-generated and any cache is only cleaned after that?

    Best regards,
    Adam

    Thread Starter hellesuhr

    (@hellesuhr)

    Hi,

    As you can see at this screenshot https://suhrgrafik.dk/wp-content/uploads/2019/11/Screenshot01.png I have added the provided code in the custom CSS field, but I can’t make it work.

    All other CSS in the field work just fine.

    Best regards,
    Helle

    Hello @hellesuhr,

    I hope you’re doing well!

    Please use only one of the CSS solutions that were provided, either use this:

    .hustle-optin--focus-content {
             padding-bottom: 30px !important;
    }

    Or this code:

     .hustle-slidein-content {
         top: 80px !important;
     }

    Please do not use both solutions at the same time. Since the CSS code is not shown as applied on the front end of your site, please remove it from the Hustle’s CSS editor and add it to Appearance > Customizer > Additional CSS field, at the very top.

    Make sure to purge all cache on your site and on your server.

    Kind regards,
    Nastia

    Thread Starter hellesuhr

    (@hellesuhr)

    Hi,

    Thanks. It helped to move the code to the theme CSS editor.
    Now all words just fine.

    Thanks for your help.

    Best regards,
    Helle

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Some content are missing’ is closed to new replies.