• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Luscious Help Please!

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Luscious Help Please!

This topic is: not resolved

Tagged: luscious theme, Social buttons

  • This topic has 7 replies, 3 voices, and was last updated 12 years, 2 months ago by AnitaC.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • February 19, 2013 at 7:18 pm #21538
    beckysdesign
    Member

    I am a newbie and just bought Luscious.  How do you get the simple social icons centered at the top in the header?  When I add them they are all the way at the top, not like in the demo.

    Thanks!

    February 19, 2013 at 9:30 pm #21556
    Susan
    Moderator

    The widget should go into your Header Right. Where did you put it? Can you please post a link to your site, so I can see?

    February 20, 2013 at 1:14 am #21582
    AnitaC
    Keymaster

    Take a look at the instructions - http://my.studiopress.com/setup/luscious-theme/. You need to use the Simple Social Icons and you need to add the following code to the bottom of your Style.css file:

    #header .widget-area .simple-social-icons {
    margin: 40px 0 0;
    }


    Need help with customization or troubleshooting? Reach out to me.

    February 20, 2013 at 6:32 am #21620
    beckysdesign
    Member

    Thanks so much for pointing me in the right direction!!!!

    I have another question if someone can help....  In the instructions it says

    Featured Images:
    The Luscious theme adds a large horizontal image above the post title by default. This image is pulled from the first image that is uploaded and attached to the post. The image does not need to be assigned as a featured image.

    If there is an image inserted within the body of the post, it may also be displayed as the featured image.

    How can I stop the image from displaying above the title by default?  I just want it to show in the post.

    Thanks!!!!

     

    February 20, 2013 at 7:45 am #21630
    AnitaC
    Keymaster

    I was able to find something on the old forum (thread t=122632). Look in your Functions.php file and remove this:

    /** Remove default post image */
    remove_action( 'genesis_post_content', 'genesis_do_post_image' );

    Write back if it works or not.


    Need help with customization or troubleshooting? Reach out to me.

    February 20, 2013 at 7:57 am #21635
    beckysdesign
    Member

    this is the only thing I see in the function file to do with images.....

    /** Add custom field above post title */
    add_action( 'genesis_before_post_title', 'luscious_post_image', 8 );
    function luscious_post_image() {

    if ( is_page() )
    return;

    if ( $image = genesis_get_image( 'format=url&size=post-photo' ) ) {
    printf( '<a href="%s" rel="bookmark"><img class="post-photo" src="%s" alt="%s" /></a>', get_permalink(), $image, the_title_attribute( 'echo=0' ) );
    }

     

    I did not remove it because I did not want to mess anything up until I know if this is what I should remove ..  Should I remove this?

    Thanks for all the help!!

    February 20, 2013 at 8:04 am #21636
    beckysdesign
    Member

    I went ahead and took a chance and removed it and it worked!!!!!   Thanks so much again for the help!

    /** Add custom field above post title */
    add_action( 'genesis_before_post_title', 'luscious_post_image', 8 );
    function luscious_post_image() {

    if ( is_page() )
    return;

    if ( $image = genesis_get_image( 'format=url&size=post-photo' ) ) {
    printf( '<a href="%s" rel="bookmark"><img class="post-photo" src="%s" alt="%s" /></a>', get_permalink(), $image, the_title_attribute( 'echo=0' ) );
    }

    }

    February 20, 2013 at 8:17 am #21638
    AnitaC
    Keymaster

    Oh, I think what I gave you was supposed to be added to the Functions.php so you wouldn't have to remove all of that! But glad it's working for you. Just remember... if you ever want to put it back - just copy that piece of code back in there.


    Need help with customization or troubleshooting? Reach out to me.

  • Author
    Posts
Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble