Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #598289

    Hi there,

    In the link below I have used a plugin for the button on the left that scrolls back to the top of that section.
    However, I do not want to see this button on most other pages, only about 10 pages that are like this one on the entire site.
    BTW: Those 10 pages are all subpages of the page ‘ziektebeelden’

    Do you know how to achieve this?

    Marcel

    #599106

    Hi vossenm!

    Thank you for using our theme.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) try to put the following in this sequence:

    
    .parent-pageid-3983 .scrol-top-advanced {
        display: block;
    }
    .scrol-top-advanced {
        display: none;
    }
    

    Cheers!
    Günter

    #599145

    Hi Günter,

    Thanks very much, this seems to work perfectly! :)

    Marcel

    #599147

    Hey!

    Happy we could help you out.
    Btw, If you have a moment, I would very much appreciate if you could quickly rate our theme, which wiII heIp us keep the deveIopment.

    We really appreciate your feedback and input and again, thanks a lot for using our theme!

    Cheers!
    Basilis

    #599153

    Sure, done!

    Have a nice day

    Marcel

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Enable plugins only on some pages’ is closed to new replies.