• Resolved marvas

    (@mariovasquez911)


    I really like this plugin, the only problem I have is that I end up with two lines instead of just one.

    I looked at a previous posting and the suggestion is to include the following to CSS editor, however that didn’t work for me:

    footer .site-info {
    	display: none;
    }
    
    add_action( wp, custom_remove_footer_credit, 10 );
    
    function custom_remove_footer_credit () {
    }

    This is my website: https://www.analizandoelfutbol.com

    Could you please advise?
    Thanks!

    https://www.ads-software.com/plugins/footer-putter/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Russell Jamieson

    (@powerblogservice)

    Hi Marvas,

    I looked at your site. It is the Footer widget area that is being added twice: once before all the scripts are loaded and once afterwards.

    You also have the menu items repeated in a DIV with id=mcb-wrap

    See https://s3.amazonaws.com/images.diywebmastery.com/screenshots/two-footers.png

    What Footer Hook are you setting under advanced options?

    Please screenshot your Appearance > Widgets so I can see what widgets areas are being created?

    Thanks

    Thread Starter marvas

    (@mariovasquez911)

    Hi Russell,

    Thank you for the quick response, appreciate it.
    I actually just updated my theme and now it works perfectly.
    Love your plugin, simple and does exactly what I need it to do.

    Another quick question (probably a new posting is needed) but just in case you can help.

    Can I right align both lines on the footer of your plugin?
    If you look at my website now, you will see the top line is left aligned and the bottom line is right aligned.

    Thanks again!

    Plugin Author Russell Jamieson

    (@powerblogservice)

    The social widget on the left you are referring to is not a Footer Putter widget.

    However, try adding some custom CSS in say JetPack Edit CSS, but NOT in any plugin CSS file.

    .widget_wpcom_social_media_icons_widget ul {
        text-align: right;
    }
    Thread Starter marvas

    (@mariovasquez911)

    Thanks again Russell.
    I will close this posting as resolved.

    Have a great day.

    Plugin Author Russell Jamieson

    (@powerblogservice)

    Thanks Marvas.

    If you liked the support, I would really appreciate if you gave Footer Putter a great rating.

    Many Thanks

    Russell

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Two lines instead of one even though "Spread Over Two Lines" is unchecked’ is closed to new replies.