• Resolved lolaaa

    (@lolaaa)


    looks like a fantastic plugin that would go well with my Twenty twelve Theme Version (3.8.2)
    so Installed/Activated it and is not showing up anything on my main Content page which is my (Home page) and pages . nothing in my Menus no Admin Menu nothing.

    But Noticed the share Icons IS Showing on my Single pages, but is no use to me as I am using My Content page as my main page (home page) which would link to a Page, instead of the Single Page, if you catch my drift..

    here’s a Link to the Single page: http://dailydoseoflovely.com/bridal-hairstyle-ideas-2/

    and here’s a Link to my main page where I would like it to go: http://dailydoseoflovely.com/

    so Deactivated it, and did again nothing.
    Also deactivated/deleted my other share plugins which was addthis and the Love button plugins so I could switch to yours, but again nothing which is a shame as I would really like to use your plugin 🙁
    is there any resolve to this Issue.. and or any php shortcode to put in my content/page Templates?

    usually this fixes the problem just to insert the php code into my pages.

    Thank s in Advance!

    https://wordpress.org/plugins/ridiculously-responsive-social-sharing-buttons/

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter lolaaa

    (@lolaaa)

    Been trying for a week now to no avail 🙁 just cant figure out why it’s not showing on my home page and pages, but showing on my Single page?

    Thread Starter lolaaa

    (@lolaaa)

    UPDATE!

    I have figured out why its not showing on my page and main home page.
    was going through the rrssb.php and on line 49 changed it from single to page. Then showed up on my page Huhrray 🙂

    /* Main function */

    function rrssb_main($content)
    {
    if (is_page()) {

    //$content .= rrssb_hide_unitl_load();
    $content .= ‘
    <style>
    .no-margin li {margin: 0!important;}
    .fix-line-height a {line-height: 1.3em;}
    </style>
    <div class=”share-container clearfix”>
    <!– buttons start here –>
    <ul class=”rrssb-buttons clearfix no-margin fix-line-height”>’;

    Though not fully resolved, my question would be how to get it to also show up on my Main page, which is named content.php.
    And how would one be able to do this in the rrssb.php function? as I have no clue how to do this.

    Any Help really Appreciated as want to get my site up and running.

    Thread Starter lolaaa

    (@lolaaa)

    I somehow managed to figure it out to show up the pages where I wanted your share buttons to go by just doing this on Line 49, in the rrssb.php.
    for anyone who comes across this problem on their Twenty Twelve Theme.
    I changed it from this:

    f (is_single()) {

    to this below:

    if (is_front_page()|| is_page()|| is_author()) {

    Love your Plugin!!! and can’t wait to use with my Website! Thanks again 🙂

    \o/ Valeu! Resolveu o meu problema também.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Share Icons not displaying on my main Content page (Home page) and pages’ is closed to new replies.