Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #529364

    how can i remoce the borders (black lines) at the facebook share ivons here. and how can i center the text: “Teile diesen Beitrag” ?

    #529378

    Hey corneliaboehm!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-share-box-list {
        border: none!important;
    }
    h5.av-share-link-description {
        text-align: center;
    }

    Regards,
    Yigit

    #529403

    Hello. I added you code to in appearance/Editor but i do not see the effect here.

    #529414

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #529426

    ;)

    #529451

    Hey!

    You had following code in style.css file

    function add_custom_target(){
    ?>
    YOUR FIRST CODE GOES HERE 
    <?php
    }
    add_action('wp_footer', 'add_custom_target');

    I removed it. Such code should go to Functions.php file. If you would like to remove border between icons, please add following code as well

    .av-share-box ul li {
        border: none;
    }

    Best regards,
    Yigit

    #529533

    Thank you Yigit. It looks great. Can you help me also with the mansory gallery. i do not get a nice gallery like here: http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/

    i do not know what is wrong. the mansory do not look like this on my page here:

    #530014

    Hey!

    Please flush browser cache and refresh your page a few times. This is how it looks like on my end – http://i.imgur.com/8vycPps.png

    Also, have you figured out masonry gallery issue?

    Best regards,
    Yigit

    #530026

    Yeahh. Mansory gallery works perfect. i deal with the facebook plugin in the footer widget. this will not work and the facebook share icons in an open lightbix images :) this is really tricky and the documentaton Elliott posted is not up do date. The lines in the code have changend…..

    #530569

    Hi!

    We answered your inquiry regarding the facebook plugin here: https://kriesi.at/support/topic/add-facebook-social-plugin/

    Best regards,
    Ismael

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