Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #657718

    Hi,

    I have a members only section on my website and dont want to show the share buttons there. All posts have the category team.

    For the category team in posts I have added the following in Quick CSS, but it does not seem to work
    .category-team .av-share-box {
    display: none !important;
    }

    What can be wrong? See private section for login info.

    Thanks
    Jon Erik

    #657747

    Hey Jon Erik!

    Your web site is really really slow and was expiring when I was trying to check it.
    http://bewellbenatural.com/wp-admin/edit.php?s&post_status=all&post_type=post&action=-1&m=0&cat=182&lang=en&seo_filter&filter_action=Filter&paged=1&action2=-1

    Your team section seems to be empty and no posts inside.
    How can we check?

    Regards,
    Basilis

    #657750

    Hey Jon Erik,

    I have created a private test post for testing purpose. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .category-team .av-share-box {
    	display: none !important;
    }
    

    Best regards,
    Vinay

    • This reply was modified 8 years, 4 months ago by Vinay.
    #657799

    Thanks,

    Apologize for the website being slow. My host is having server challenges.
    The team posts are under the Norwegian language.

    Vinay, your code is the same as I have implemented, but I checked it again to be sure. Still the same result.
    Be aware that I am only working on the Norwegian version of the pages.

    Any other suggestions?

    Thanks,
    Jon Erik

    #658245

    I did some more research today and saw that the test page you put in worked. However my pages still did not even if the Quick CSS code was the same.
    When I changed the language of your test page to Norwegian, it did not work any more. When I changed one of my pages to English, it worked.

    I have checked the categoriy-names and the only difference in the Norwegian language is the slug which is team-nb.

    Any clues?
    Jon Erik

    #658682

    Hi,

    Please use this for the Norwegian language:

    .category-team-nb .av-share-box {
    	display: none !important;
    }

    Add the css code in the Norwegian > Quick CSS field.

    Best regards,
    Ismael

    #658874

    Fantastic, that worked great. Now I know for next time how the categories work in a different language.

    It does leave a gap there between the two comments-engines i have. Is this because of the change we did with the share buttons or is it something else. How can I reduce it?

    thanks again,
    Jon Erik

    #659003

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .template-blog .post_delimiter {
        margin: 0!important;
    }
    

    Best regards,
    Vinay

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.