• 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

vajrasar

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 172 total)
1 2 3 … 7 8 9 →
  • Author
    Posts
  • May 26, 2015 at 6:37 am in reply to: Altitude main page Blog widget – display posts in a row not in a list? #153626
    vajrasar
    Member

    Yes, need to the see the page in question.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 26, 2015 at 6:35 am in reply to: I need to show the email adress in the comments #153624
    vajrasar
    Member

    is this helpful - https://codex.wordpress.org/Function_Reference/comment_author_email_link


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 14, 2015 at 6:01 am in reply to: Genesis Simple Hooks Error #152165
    vajrasar
    Member

    I believe this is because of some custom code that you put in genesis simple hooks. Can you check what you did latest in genesis simple hooks? any add_action or add_filter function?


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 14, 2015 at 5:58 am in reply to: Can't Get Landing Page Option to Work #152164
    vajrasar
    Member

    Do you mean to say that your landing pages are not appearing as 'Full Width Pages' as they used to be before?


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 14, 2015 at 1:30 am in reply to: Daily Dish Customizations #152130
    vajrasar
    Member

    add padding-top: 20px; to .site-inner and you are good to go.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 12, 2015 at 3:02 am in reply to: Add Image Next to Post Title #151828
    vajrasar
    Member

    Give me few hours. I'll try to come up with a solution.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 11, 2015 at 12:58 pm in reply to: Innov8ive Theme – Mobile Responsive header – duplicate images showing #151753
    vajrasar
    Member

    Try and change min-height here to 0px

    @media only screen and (max-width: 485px) {
    .site-container .site-header, .innovative-yellow .site-container .site-header, .innovative-turquoise .site-container .site-header {
      background-size: contain !important;
      min-height: 0px;
    }
    }

    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 11, 2015 at 12:55 pm in reply to: Add Image Next to Post Title #151752
    vajrasar
    Member

    You want something like this? - http://i.imgur.com/8hP3RcJ.png


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 10, 2015 at 12:22 pm in reply to: Stop Nav Menu from wrapping in IE 11 #151551
    vajrasar
    Member

    Change following in style.css -

    .genesis-nav-menu .menu-item {
      display: inline-block;
      text-align: left;
      margin-right: 0;
    }
    
    body.gppro-custom .nav-primary .genesis-nav-menu {
      text-align: left;
    }
    
    body.gppro-custom .nav-primary .genesis-nav-menu > .menu-item > a {
      font-size: 18px;
      padding-left: 12px;
      padding-right: 24px;
      padding-top: 24px;
    }

    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 10, 2015 at 12:17 pm in reply to: Pages Categories Dilemma – Need Advice. #151550
    vajrasar
    Member

    As far as I know, everything search engines know about your site is via your urls. So, if something is abc.com/xyz/def then search engines thinks that def is contained within xyz which is a part of abc.com

    So, if I was in your place I'd not worry about using plugin to give categories to pages as a url structure would be my primary concern along with follow, no follow, no index (terms) that search engine crawlers honor.

    Maybe someone with more knowledge can correct me if am wrong.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 10, 2015 at 12:12 pm in reply to: Optimal URL Structure #151545
    vajrasar
    Member

    As this is marked resolved, I believe you sorted this out!


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 10, 2015 at 12:07 pm in reply to: Innov8ive Theme – Mobile Responsive header – duplicate images showing #151543
    vajrasar
    Member

    In you style.css search for - @media only screen and (max-width: 800px)

    then either replace or add following css -

    .site-container .site-header, .innovative-yellow .site-container .site-header, .innovative-turquoise .site-container .site-header {
      background-size: contain !important;
      max-height: 120px;
    }
    
    .title-area {
     background: none;
    }

    Then search for - .header-image .title-area, .header-image .site-title, .header-image .site-title a

    and change height: 170px; to max-height: 170px;


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 10, 2015 at 11:58 am in reply to: Centric Pro question: Home page img at full viewport width? #151537
    vajrasar
    Member

    For full width homepage, you can make a custom template and use add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' ); for forcing full width on the page.

    Rest of the needs can be easily be handled by css customizations. For SmugMug integration you can use - https://wordpress.org/plugins/smugmug-embed/


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 10, 2015 at 11:51 am in reply to: Altitude Pro – Background Images are not loading correctly #151536
    vajrasar
    Member

    Well, if you have not done major changes (customizations) to the theme, then it won't be a bad idea to get a clean copy of the theme running to see if the issue occurs.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 10, 2015 at 11:50 am in reply to: Internet Explorer Issues #151534
    vajrasar
    Member

    I can see your site identical on chrome and IE. Also, it didn't threw the certificate to me. I think you got this working. Please mark this as resolved. 🙂


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 10, 2015 at 11:46 am in reply to: The forum plugin #151532
    vajrasar
    Member

    I believe you'd be using buddypress for forum. Right? If that is the case then you should look into its documentation for these points. Even if it is some other plugin, they'll be having their documentation.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 10, 2015 at 11:43 am in reply to: COUPON SITE #151531
    vajrasar
    Member

    When 'pretty flexible' comes into play, I usually go with Genesis Sample as the starter theme and build stuff on top of it.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 10, 2015 at 10:21 am in reply to: Agency Pro: Turn OFF Mouseover or show Title only? #151515
    vajrasar
    Member

    Sorry Stacy, but I have to see the site in question before I can offer any help. With the look of it, I believe the text os overlayed on the image and with low opacity and once user hovers over the image, the opacity of text is increased, But still, I need to see the issue.


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 10, 2015 at 10:18 am in reply to: Adding Social Media Icons to right side of nav bar #151512
    vajrasar
    Member

    Sridhar is an awesome guy. Ping him on twitter or contact him using his contact form and am sure he'd be able to help you!


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

    May 10, 2015 at 10:10 am in reply to: Add Logo to Primary Nav – With SEO – Magazine Pro #151510
    vajrasar
    Member

    For wrapping logo in h1 you can use this approach -

    https://sridharkatakam.com/use-inline-logo-instead-background-image-genesis/

    And moving logo to the left can be handled by css. Can you post your site's link?


    I make WordPress websites using Genesis Framework.

    WordPress/Genesis Development | Customizations

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 172 total)
1 2 3 … 7 8 9 →

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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