Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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!
    Philipp

    #909350

    Hey 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,
    Yigit

    #909359

    Hi 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
    philipp

    #909574

    Hi,

    Thanks for that, though the login details are not working. Could you check and verify please?

    Best regards,
    Rikardjioj

    #909625

    Hi Rikard,

    can you try again please.

    Thanks
    Philipp

    #910167

    Hi,

    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,
    Ismael

    #910213

    Hi 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
    Philipp

    #910471

    Hi Philipp,

    I can see the sharing options on your posts now, did you manage to get it working?

    Best regards,
    Rikard

    #910536

    Hi 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
    philipp

    #910880

    Hi,

    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,
    Ismael

    #911069

    Hi Ismael,
    thanks for the code. I had to make some additional changes but now it seems to work.

    Best regards
    Philipp

    #911322

    Hi,

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘div class="av-share-box" doesn't show at the bottom of single posts’ is closed to new replies.