I am developing a new version of my site in localhost. I can’t give you access as it’s in localhost at the moment.
I am experiencing some issues with the latest version X. It is a fresh install and I am using the Ethos stack.
I use the portfolio feature, and when you click into the individual portfolio items, the Facebook Sharing Link and the Twitter Facebook Sharing Link (settings are under Theme options / Portfolio / Sharing) will not disable and keep turning themselves on / automatically reactivating) thus these links appear in my Portfolio items, even though I have disabled them. (The other sharing links aren’t affected.)
Are you able to provide me with some code that I can put into the CSS which will disable this Sharing option in my Portfolio items?
Please note that this is issue is somewhat like breadcrumbs in the Theme options / Header / Miscellaneous issue, where breadcrumbs keep reactivating - I too am experiencing the inability to disable breadcrumbs ( as per post: https://theme.co/apex/forum/t/unable-to-disable-breadcrumbs/34532) - where these automatically turn back on after having been disabled. I resolved this through adding the following code in CSS
“.x-breadcrumb-wrap {
display: none;
}”
Are you able to address these issues in a future release?
Many thanks