• Hi,

    Thank you so much for this beautiful lightweight plugin.

    I wanted to show scriptless social sharing next to the single post meta info in genesis. I tried genesis simple edits but is not working. If there is something code to add on function php like the way author avatar/gravatar is injected in the genesis entry header single post meta/info.

    I know this is a little bit out of question/plugin support. Could you please help?

    Please see how I want to display – the example https://imgur.com/NpxHQwo

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    You will just need to use a filter to change the location hook. The example in the FAQ will be a helpful starting point, but I do not know if it will work in Genesis Simple Edits. It’s code I would normally recommend putting in your theme’s functions.php file, but if the plugin lets you add filters for anything, then you could put it there. You could use an action hook like genesis_entry_header for the before location, and try different priorities to see what works best.

    Alternatively, since Genesis now has a Customizer setting for the entry header and footer output, you could just add the [scriptless] shortcode to the entry header, which may be the easiest option (Customizer > Theme Settings > Singular Content), no code required. If you go this route, you would not need to check the before option for the location.

    Thread Starter Suanlian Tangpua

    (@suanlian)

    Thank you so much. It is working great on customizer with the shortcode but it also appears on the Archive page. Is there any chance I can disable for the archive page?

    Thread Starter Suanlian Tangpua

    (@suanlian)

    I can fix it now. Thank you! I used above the content option, Float left and margin-top -70. ?? It works well!

    Plugin Author Robin Cornett

    (@littlerchicken)

    Glad you got it set up the way you want. Just a note that generally, the buttons will not show on archive pages, but the shortcode is an exception–if the shortcode is used, it’s assumed that the buttons should show no matter what. In that case, the filter for the locations may be your better option.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to add SSS button on Genesis single post Info’ is closed to new replies.