• 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

yatin

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
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 28 total)
1 2 →
  • Author
    Posts
  • August 2, 2016 at 9:51 am in reply to: Parallax Pro Customization into Intergalactic Theme #190647
    yatin
    Member

    Hey Brad

    I don't have the Pro-Plus package. I googled about this topic, but I didn't get any information.

    Can you please provide the code, if possible?

    August 1, 2016 at 8:40 pm in reply to: Parallax Pro Customization into Intergalactic Theme #190612
    yatin
    Member

    Thanks for the suggestion, Brad. But, I don't know how to access the function file of Workstation Pro Child Theme. Can you assist me in finding out of the right code?

    July 31, 2016 at 10:19 pm in reply to: Parallax Pro Customization into Intergalactic Theme #190550
    yatin
    Member

    Thanks for your answer Brad, but I think I'm unable to convey my idea properly.

    Let me clarify one issue only.

    When someone lands on one of my blog posts, I want to have a big featured image in Parallax Pro theme. Here is the example:

    https://intergalacticdemo.wordpress.com/2014/09/27/welcome-to-espresso/

    I hope I'm clear now.

    March 8, 2016 at 1:11 am in reply to: Primary Menu Not Showing On Homepage #180887
    yatin
    Member

    Thanks for your time, David. It's working perfectly now. In the mobile device, I usually see three bars in the menu section. Can we have the menu categories instead of three bars?

    March 7, 2016 at 11:28 pm in reply to: Primary Menu Not Showing On Homepage #180883
    yatin
    Member

    Thanks David for your response

    Herre is the link: http://mushroomcontent.com/

    May 5, 2015 at 9:55 am in reply to: Clickable "As seen on" links #150235
    yatin
    Member

    Ya, there is a link URL in the jetpack widget. But, I want to make the individuals icon to get clicked. I am unable to post an individual site icons in a horizontal way. I hope I am making my point clear.

    April 18, 2015 at 2:53 am in reply to: Image at the bottom of the page #148309
    yatin
    Member

    Thank you so much Braddalton. Through your link, it was really easy to get this widget area. You are really supportive.

    April 15, 2015 at 6:20 am in reply to: How to customize a specific post only #147990
    yatin
    Member

    Thanks Kellylise for providing the link. You saved my time. Thank a lot

    February 25, 2015 at 4:11 pm in reply to: Email opt in landing page #142281
    yatin
    Member

    Thanks Braddalton for your response. I have no technical knowledge regarding this. Can you please elaborate things in a simple manner.

    January 14, 2015 at 5:36 am in reply to: custom fonts- not the google fonts for my site #137415
    yatin
    Member

    I didn't get you properly . If you are saying to include these lines of code in my custom.css file, I have tried that thing also. But, I am not getting any positive response.

    January 14, 2015 at 5:16 am in reply to: Grid style #137409
    yatin
    Member

    I have posted a new post. So please have a look

    January 13, 2015 at 8:17 am in reply to: Grid style #137310
    yatin
    Member

    Sorry for the late reply. I didn't get the notification. But before this thing, I have one more problem. Today I visited your site regarding custom fonts http://wpsites.net/web-design/custom-fonts-wordpress-font-face-generator/
    I did everything but I am unable to get the desired result. I am using custom stylesheet. Can you please have a look
    I tried to log in your site to reply but I was not able to log in. I don't the reason why? Otherwise, I would have asked my problem over there only.

    November 30, 2014 at 12:44 am in reply to: Homepage customization #133247
    yatin
    Member

    thanks for the info. Does the above plugin works for category or home pages also. If no, are there any plugins for my requirements.

    November 18, 2014 at 6:13 am in reply to: Easy: How to get this "featured image" behaviour? #131972
    yatin
    Member

    Hi braddalton, I am also facing the same problem.
    When I placing a featured image for a paticular post, I am seeing the duplication error
    When I am removing the featured image option from post edit option or achive content page, then the featured image is not visible
    When I am removing the blog page, then only the featured image is visible in small size compared to blog image
    Can't we have image (small one) for featured image and same image (large one) for blog post
    I am giving you the link, clink on trial post to see the actual cause
    http://buddytation.com/
    Looking for a positive reply

    November 18, 2014 at 5:43 am in reply to: Consistent image sizes (Lifestyle Pro) #131971
    yatin
    Member

    put this coding in function.php file
    I saw your sweet and catty site (Its very nice). I want to know that how you were able to choose a random featured image of the blog from your blog post.
    I am having the duplication error on my blog content in which I am two same images.
    Can you please help me with this issue

    November 18, 2014 at 5:39 am in reply to: Consistent image sizes (Lifestyle Pro) #131970
    yatin
    Member

    hi Reemal, you can try the following code for generating the fixed image. I came to know about this thing from net. You can choose your size
    //* Add new image sizes
    add_image_size('single-thumbnail', 580, 145, TRUE);
    add_action ( 'genesis_entry_header', 'sk_show_featured_image_single' );
    function sk_show_featured_image_single() {
    if ( is_single() && has_post_thumbnail() ) {
    echo '<div class="single-thumbnail">';
    genesis_image( array( 'size' => 'single-thumbnail' ) );
    echo '</div>';
    }
    }

    November 17, 2014 at 10:07 pm in reply to: Cannot modify header information #131943
    yatin
    Member

    I didn't get you when you are asking for the access details. What kind of info are you asking? I am not able to log in my admin account as this warning message is coming on the screen.
    Should I provide you the details of my_function.php file

    November 17, 2014 at 9:43 pm in reply to: Cannot modify header information #131941
    yatin
    Member

    Can you please check it out, as it is getting all messed up

    November 17, 2014 at 9:36 pm in reply to: Cannot modify header information #131940
    yatin
    Member

    NO there are no white spaces at top or bottom of my my function.php file.
    My starting lines are this
    <?php
    /**
    * My Custom Functions
    */

    November 17, 2014 at 9:04 am in reply to: content area #131846
    yatin
    Member

    thank you so much for your great advice. If you don't mind, can you tell me how to have same size of featured image in blog post. Looking again for your kind support

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 28 total)
1 2 →

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 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