Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #638663

    Hi,

    I have a widget for statistics (number of visitors) in the middle column of the footer now, but if I could put that in the middle part of the socket, I can disable the footer completely, is that possible?

    If not, I also have a widget called ‘Enfold Facebook’ in the left part of the footer, but its very big, can I change the layout of that widget into a smaller picture of just the Facebook and website logo?

    Marcel

    #639132

    Hey vossenm!

    Thank you for using Enfold.

    Do you have a code ? You can modify the footer.php file and put the “statistics” code inside the socket container. Or use the “avia_before_footer_columns” action hook. Example: https://kriesi.at/support/topic/footer-layoutspacing-questions/#post-524341

    Regards,
    Ismael

    #639750

    Hi Ismael,

    No I don’t have a code, or at least I don’t know how to work with the code of a plugin like this…
    The statistics visitor counter is a plugin that I can use as a widget to put in the footer like the Enfold Facebook widget works.

    As you can see in my link below the counter is in the footer now.

    First choice option would be to get rid of the footer completely and somehow have the visitor counter in the socket, but someone said that is bad for SEO?
    The second choice option would be if the Enfold Facebook widget would only display a Facebook logo + the site logo, now it’s very big.

    Regards,

    Marcel

    #640270

    Hi,

    you can get rid of the footer by using this code inside of Quick CSS field:

    #footer {
    display: none;
    }
    

    Not sure how you want to customize the Facebook widget, but maybe this helps:

    div#u_0_7 {
    display: none;
    }
    

    Best regards,
    Andy

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