• 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

Davinder Singh Kainth

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 - 21 through 40 (of 2,178 total)
← 1 2 3 … 107 108 109 →
  • Author
    Posts
  • March 13, 2016 at 9:34 am in reply to: Genesis Sample Theme, need to adjust mobile settings #181343
    Davinder Singh Kainth
    Member

    You can hide text part for mobile user.

    1. In style.css file below following...

    @media only screen and (max-width: 800px) {

    2. Add this...

    .content .entry-header, .content .entry-content {
        display: none;
    }

    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    March 13, 2016 at 9:30 am in reply to: Create front page text on Altitude Pro theme #181342
    Davinder Singh Kainth
    Member

    Text isnwidgets is search friendly.

    If you want to remove widgetized front-page and use specific page as homepage:
    1. Either remove all widgets in front widgets and then set page as home.
    2. OR rename front-page to old-front-page.php and then set page as home.


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    March 13, 2016 at 9:28 am in reply to: eleven40 Pro featured image size #181341
    Davinder Singh Kainth
    Member

    1. Following code in funtions.php file define image size.

    /** Add new image sizes */
    add_image_size( 'grid-thumbnail', 270, 100, TRUE );

    You can change it and / or add new images sizes (refer - https://my.studiopress.com/snippets/images/)

    2. After making changes, remember to regenerate images using https://wordpress.org/plugins/regenerate-thumbnails/


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    March 13, 2016 at 9:26 am in reply to: floating social share #181340
    Davinder Singh Kainth
    Member

    Refer - http://www.netmediablog.com/7-best-floating-social-share-plugins-for-wordpress


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    March 13, 2016 at 9:24 am in reply to: Change Genesis Grid entry-title from H2 to P #181339
    Davinder Singh Kainth
    Member

    This can be good starting point - https://sridharkatakam.com/how-to-replace-entry-title-heading-tag-for-a-specific-featured-post-widget-using-gfpc/

    As such, why you want to change? This is fine structurally.


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    March 13, 2016 at 9:22 am in reply to: Genesis Child Theme is Not the Same as WordPress Child Theme #181338
    Davinder Singh Kainth
    Member

    Child theme only contain style + functions that specific to that child theme's look and functionality. Rest all is pulled from Genesis Framework (parent theme).


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    March 13, 2016 at 9:20 am in reply to: How to create padding around a post? #181337
    Davinder Singh Kainth
    Member

    Step 1 adds extra space on either side.
    Step 2 removes that space for tablet and mobile users.


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    March 13, 2016 at 9:19 am in reply to: Stock Photos Website #181336
    Davinder Singh Kainth
    Member

    Have you seen https://www.imagely.com/ ?

    These are for photography niche.


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    March 10, 2016 at 1:50 pm in reply to: Stock Photos Website #181147
    Davinder Singh Kainth
    Member

    You would need a custom theme.

    However, for shopping cart you can explore options like: Easy Digital Download or WooCommerce


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    March 10, 2016 at 1:36 pm in reply to: How to create padding around a post? #181146
    Davinder Singh Kainth
    Member

    Add this

    .full-width-content .content {
        padding: 0;
    }

    Below
    @media only screen and (max-width: 768px) {

    It will remove extra space / padding for tablet and mobile users.


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    March 5, 2016 at 9:00 am in reply to: Change position of background image on mobile #180704
    Davinder Singh Kainth
    Member

    1. Set the default background image position to top right.
    2. Or load a different background image for media queries.


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    March 5, 2016 at 8:56 am in reply to: Blurry Header Image on Mobile Devices #180703
    Davinder Singh Kainth
    Member

    Most easy method is uploading double the display size logo image and restricting its size via css.

    Ref:
    http://natedesignsstuff.com/adding-retina-support-logo-genesis-framework/

    The Right Way To Add A Retina Ready Logo To Your Genesis Child-Theme


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    March 5, 2016 at 8:51 am in reply to: Demo Link Accessibility #180702
    Davinder Singh Kainth
    Member

    Good idea.

    Best would be, submit this here - http://www.studiopress.com/contact/


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    March 5, 2016 at 8:49 am in reply to: Moving Away from Mandrill? #180701
    Davinder Singh Kainth
    Member

    Thanks for the info.


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    March 5, 2016 at 8:48 am in reply to: How to create padding around a post? #180700
    Davinder Singh Kainth
    Member

    1. In style.css file change...

    .full-width-content .content {
        width: 100%;
    }

    to...

    .full-width-content .content {
        width: 100%;
        padding: 0 20%;
    }

    2. Then add following in media queries to disable above added padding value

    .full-width-content .content {
        padding: 0;
    }

    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    January 30, 2016 at 7:50 am in reply to: New website using Atmosphere Pro Theme #177904
    Davinder Singh Kainth
    Member

    Looks good!


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    January 30, 2016 at 7:47 am in reply to: Extra Space in Nav Menu of Sample Theme #177903
    Davinder Singh Kainth
    Member

    Try following code

    .nav-primary a {
        margin-left: -3px;
    }

    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    January 30, 2016 at 7:39 am in reply to: Reposition slide executive pro #177902
    Davinder Singh Kainth
    Member

    Can you share website url?


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    January 26, 2016 at 1:37 pm in reply to: Make Logo/Header Area Disappear on Home Page #177604
    Davinder Singh Kainth
    Member

    Following code in style.css file should be enough for changes that you are trying to make

    .home .site-header {
        display: none;
    }

    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    January 26, 2016 at 1:33 pm in reply to: Forums searchable? #177602
    Davinder Singh Kainth
    Member

    Search box is here - http://www.studiopress.community/

    Above "Forums" "topics" "Posts" titles.


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 2,178 total)
← 1 2 3 … 107 108 109 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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