• Resolved Sam

    (@sammazza)


    Too many issues and I can’t make heads or tails of it..:
    – if I check various ‘show’ check box, it only shows on the home page but not the other pages
    – if I use the short-code, display is all messed up
    – no way to align right (i tried to enter the short-cde in a column layout
    – call to action shows but the button don’t
    – call to action at bottom does not show (i had both top and bottom enabled at the same time)
    – share, like and send are not horizontally aligned.

    I am using Mistyle with woocommerce at https://www.gwcc.org.nz
    if you look at view-source, you can see the code for the plugin is there but the buttons are not.

    Please advise…

    https://www.ads-software.com/plugins/really-simple-facebook-twitter-share-buttons/

Viewing 4 replies - 1 through 4 (of 4 total)
  • whiletrue

    (@whiletrue)

    Hi Sam,
    let’s take a deep breath and work it out:
    – I’m seeing the active buttons on every page and post right now, are you sure you’re not using some cache plugin that stops you from seeing setting updates?
    – To align the buttons right, append this line to your CSS file:
    .really_simple_share { float: right; }
    – To show call to action at bottom you have to enable buttons (above and) below the post (maybe this is unclear in the plugin settings page) using the “Position” option
    – I see that just the buttons FB Like and FB Share are active, it’s fine; you can just uncheck the “Show Send button” option to have them look good (the Send button has been deprecated by FB and will be removed soon from the plugin); the shortcode issue is probably also caused by the Send option

    Don’t give up! Cheers!

    Thread Starter Sam

    (@sammazza)

    Hi, and thanks for the quick reply.

    Yes – indeed Adblock on google Chrome is the culprit!!!
    And this make quit a bit of improvement!!!

    There was a problem with a large space under the button that I solve with:
    .really_simple_share iframe { height: 25px; }
    But I am not sure why that was required.

    Finally when I float the buttons to the right they are not perfectly aligned to the edge of my text. I tried
    #really_simple_share_facebook_share_new {
    style=”width: 60px”;
    }
    and
    .really_simple_share_facebook_share_new {
    width: 60px;
    }
    but that does not work. I think I need to use: element.style to set the width. But I am not sure how to use it. Can you please advise?

    whiletrue

    (@whiletrue)

    Hi Sam,
    very good! Editing button (spacing) width via CSS won’t work. You have to set the button width inside the plugin setting page; there’s a number for each button. Cheers!

    Thread Starter Sam

    (@sammazza)

    That seems to solve the problem!
    Many thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Just not working’ is closed to new replies.