• Resolved paintingscollection

    (@paintingscollectioncom)


    Great plugin! Question – I’m trying to activate this ONLY on my website’s homepage, but when going into the Genesis Framework’s “index.php” under editor, I can’t find where to put <?php floating_social_media_links() ?>. There is no <?php get_footer() ?> to put it before. I honestly don’t know anything about programming in PHP so I’m hoping you can help me out so I can use this awesome social media plug-in. Is there some alternate PHP coding I should use specifically? If so where exactly should I put it? Here’s a link to my website: http://www.paintingscollection.com and here’s a copy of the coding from index.php:

    <?php
    /**
    * Genesis Framework.
    *
    * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
    * Please do all modifications in the form of a child theme.
    *
    * @package Genesis\Templates
    * @author StudioPress
    * @license GPL-2.0+
    * @link http://my.studiopress.com/themes/genesis/
    */

    //* Initialize Genesis
    genesis();

    Thanks in advance for your help and direction!!

    Ryan

    https://wordpress.org/plugins/floating-social-media-links/

Viewing 1 replies (of 1 total)
  • Plugin Author Nick Halsey

    (@celloexpressions)

    It’s a bit hacky, but you can do this with CSS. Add it to the plugin’s custom css option in the design tab when you choose to customize, at the bottom:

    #fsml_ff { display: none; }
    .home #fsml_ff { display: block; }
Viewing 1 replies (of 1 total)
  • The topic ‘Customized pages: Adding to homepage on a WordPress w/ Genesis platform’ is closed to new replies.