-
AuthorPosts
-
July 6, 2016 at 9:06 pm #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 ErikJuly 6, 2016 at 10:29 pm #657747Hey 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=-1Your team section seems to be empty and no posts inside.
How can we check?Regards,
BasilisJuly 6, 2016 at 10:31 pm #657750Hey 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.
July 7, 2016 at 12:58 am #657799Thanks,
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 ErikJuly 8, 2016 at 1:05 am #658245I 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 ErikJuly 9, 2016 at 3:37 am #658682Hi,
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,
IsmaelJuly 9, 2016 at 11:50 pm #658874Fantastic, 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 ErikJuly 10, 2016 at 9:21 pm #659003Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.