-
AuthorPosts
-
February 7, 2018 at 3:25 pm #909219
Hi,
I’ve set enfold theme > footer > “don’t show socket and footer widgets” AND enfold theme > blog layout > “use advanced layout editor”.
Now it seems that the div class=”av-share-box” doesn’t show at the bottom of single posts because it is located within the footer class=”entry-footer” that has the following inline css:footer, #footer, #footer-outer {
display: none !important;
height: 0px !important;
min-height: 0px !important;
max-height: 0px !important;
visibility: hidden !important;
overflow: hidden !important;
}Is there a way to show the av-share-box anyway? It seems that I can’t overrule the above stated css.
Thanks!
PhilippFebruary 7, 2018 at 7:17 pm #909350Hey Philipp,
When using Advanced Layout Builder to create your blog posts, you would need to add each element you would like to display manually. You can simply edit your post and add Social Share Buttons element under Content Elements of Advanced Layout Builder :)
Best regards,
YigitFebruary 7, 2018 at 7:59 pm #909359Hi Yigit,
thanks for the quick answer. I understand what you’re saying, but in the example I’ve sent you I didn’t even use the Advanced Layout Builder. The Social Share Buttons don’t show either way. At the moment I actually am not able to make those social buttons appear whatever the setting is. I’ll include a user and a password for you if you want to have a look for yourself.Thanks
philippFebruary 8, 2018 at 5:50 am #909574Hi,
Thanks for that, though the login details are not working. Could you check and verify please?
Best regards,
RikardjiojFebruary 8, 2018 at 7:54 am #909625Hi Rikard,
can you try again please.
Thanks
PhilippFebruary 9, 2018 at 9:57 am #910167Hi,
The social share buttons are not displaying because of the following css modifications.
footer, #footer, #footer-outer { display: none!important; height: 0px!important; min-height: 0px!important; max-height: 0px!important; visibility: hidden!important; overflow: hidden!important; }
Please remove it.
Best regards,
IsmaelFebruary 9, 2018 at 11:52 am #910213Hi Ismael,
I’m aware that removing those css modifications would certainly help, but as I didn’t add these to the styles.css of my child theme or to any Quick css field I don’t know where to remove them. Firebug tells me that this is some inline css, so I’m not even able to overrule it with the following:footer, #footer, #footer-outer {
display: unset !important;
visibility: inherit !important;
overflow: unset !important;
}Can you please point me in the right direction to solve this issue?
Thanks
PhilippFebruary 10, 2018 at 5:31 am #910471Hi Philipp,
I can see the sharing options on your posts now, did you manage to get it working?
Best regards,
RikardFebruary 10, 2018 at 3:51 pm #910536Hi Rikard,
I didn’t change anything and I’m still not able to see any sharing options. I checked different browsers with cleared caches.
Kind regards
philippFebruary 12, 2018 at 3:13 am #910880Hi,
Thank you for the update. Please add this code in the Quick CSS field or the style.css file.
footer, #footer, #footer-outer { display: block!important; height: 200px!important; min-height: 1px!important; max-height: 500px!important; visibility: visible!important; overflow: hidden!important; }
Best regards,
IsmaelFebruary 12, 2018 at 12:34 pm #911069Hi Ismael,
thanks for the code. I had to make some additional changes but now it seems to work.Best regards
PhilippFebruary 12, 2018 at 8:37 pm #911322Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Basilis -
AuthorPosts
- The topic ‘div class="av-share-box" doesn't show at the bottom of single posts’ is closed to new replies.