• 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

Sridhar Katakam

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 - 41 through 60 (of 1,221 total)
← 1 2 3 4 … 60 61 62 →
  • Author
    Posts
  • May 3, 2018 at 6:20 am in reply to: How to Make Atmosphere Pro Full-Width #219517
    Sridhar Katakam
    Participant

    Try making these CSS changes:

    screenshot


    Genesis Tutorials | Follow me on Twitter

    April 3, 2018 at 7:02 pm in reply to: Author Pro Primary Side Bar Problem #218612
    Sridhar Katakam
    Participant

    Adding the following code in Appearance > Customize > Additional CSS should make the site header static, center the title area and nav menu, reduce the gaps and make the top of the sidebar visible.

    .site-header {
    	position: static;
    }
    
    .title-area {
    	float: none;
    	padding: 42px 0 22px 0;
    	text-align: center;
    }
    
    .nav-primary {
    	float: none;
    	text-align: center;
    }
    
    .genesis-nav-menu a {
    	padding: 12px 20px;
    }
    
    .site-inner {
    	margin-top: 20px;
    }

    screenshot


    Genesis Tutorials | Follow me on Twitter

    April 3, 2018 at 6:35 pm in reply to: Author Pro Primary Side Bar Problem #218609
    Sridhar Katakam
    Participant

    This is happening because of the number of menu items in the nav menu. Is it possible for to reduce/consolidate by perhaps moving a few as sub menu items?


    Genesis Tutorials | Follow me on Twitter

    April 3, 2018 at 12:17 am in reply to: Best Way To Modify the Genesis Featured Posts Widget? #218583
    Sridhar Katakam
    Participant

    You could use the Custom Genesis Featured Posts Widget plugin for this.

    https://sridharkatakam.com/custom-featured-post-widget-plugin/


    Genesis Tutorials | Follow me on Twitter

    April 3, 2018 at 12:16 am in reply to: Best Way To Modify the Genesis Featured Posts Widget? #218582
    Sridhar Katakam
    Participant

    https://sridharkatakam.com/custom-featured-post-widget-plugin/


    Genesis Tutorials | Follow me on Twitter

    March 18, 2018 at 7:31 pm in reply to: Genesis featured page widget in Galery Pro not working #218075
    Sridhar Katakam
    Participant

    As can be seen from https://docs.designbybloom.co/article/194-dynamic-widgets, placing 3 widgets is going to make the first one go full width with the other two in equal halves below.

    Simply add a text or Custom HTML widget with a title or some intro text or even nothing in it above the first Featured Page widget and that should do what you want.


    Genesis Tutorials | Follow me on Twitter

    March 10, 2018 at 8:27 pm in reply to: Recommend me a good website security scan, please? #217740
    Sridhar Katakam
    Participant

    https://wordpress.org/plugins/username-changer/


    Genesis Tutorials | Follow me on Twitter

    March 7, 2018 at 5:31 pm in reply to: Recommend me a good website security scan, please? #217472
    Sridhar Katakam
    Participant

    I personally use the free version of Wordfence plugin on client sites.

    I also make sure I follow good security practices like making sure that the admin username is not "admin", using a secure password etc.

    Does not hurt to have automatic scheduled backups as well.


    Genesis Tutorials | Follow me on Twitter

    March 7, 2018 at 3:32 am in reply to: Need help with Genesis Sample – adjust column and sidebar width #217414
    Sridhar Katakam
    Participant

    Try adding this in your custom CSS:

    @media only screen and (min-width: 1024px) {
    	.content {
    		width: 680px;
    	}
    
    	.sidebar-primary {
    		width: 300px;
    	}
    
    	.site-inner {
    		max-width: none;
    	}
    
    	.content-sidebar-wrap {
    		display: flex;
    		justify-content: center;
    	}
    
    	.content-sidebar .content,
    	.sidebar-primary {
    		float: none;
    	}
    
    	.sidebar-primary {
    		margin-left: 40px;
    	}
    }

    Genesis Tutorials | Follow me on Twitter

    March 6, 2018 at 10:06 pm in reply to: Calendar Plugin? #217395
    Sridhar Katakam
    Participant

    It should be possible to disable plugin's scripts on specific pages using the dequeue function in WordPress. I will take a look at this tomorrow.

    I would avoid any plugin that loads its own version of jQuery vs using the one that's already built into WordPress.


    Genesis Tutorials | Follow me on Twitter

    March 6, 2018 at 9:20 pm in reply to: Atmosphere Theme – Infinite Scroll #217384
    Sridhar Katakam
    Participant

    Let's continue here: https://www.facebook.com/groups/genesiswp/permalink/1804875402896982/?comment_id=1808495902534932


    Genesis Tutorials | Follow me on Twitter

    March 6, 2018 at 6:13 pm in reply to: Layout Front Page 2 Widget – Digital Pro #217373
    Sridhar Katakam
    Participant

    so you want the widgets in Front Page 2 widget area to NOT appear in columns but instead one below the other?


    Genesis Tutorials | Follow me on Twitter

    March 6, 2018 at 6:10 pm in reply to: Calendar Plugin? #217372
    Sridhar Katakam
    Participant

    The last part of my message seems to be covered up/not visible. It is this:

    You can see more by checking out the plugins recommendations Google sheet in the #plugins in Slack.

    https://genesis.community/slack/


    Genesis Tutorials | Follow me on Twitter

    March 6, 2018 at 6:07 pm in reply to: Calendar Plugin? #217371
    Sridhar Katakam
    Participant

    A few suggestions by the members of Genesis Slack chat:

    
    
    Event Organiser
    Events Manager – Calendar, Bookings, Tickets, and more!
    http://wp-events-plugin.com/
    Simple Event Management – Sugar Calendar (Lite)
    https://simplecalendar.io/

    You can see more by checking out the plugins recommendations Google sheet in the #plugins in Slack.

    
    https://genesis.community/slack/

    Genesis Tutorials | Follow me on Twitter

    March 6, 2018 at 6:00 pm in reply to: Recommend me a good website security scan, please? #217370
    Sridhar Katakam
    Participant

    These two are well-known in the WordPress security space:

    Sucuri – Complete Website Security, Protection & Monitoring

    https://www.wordfence.com/


    Genesis Tutorials | Follow me on Twitter

    March 5, 2018 at 8:35 pm in reply to: add 'extra' parallax effect to Altitude Pro #217340
    Sridhar Katakam
    Participant

    I understand it can be frustrating to see answers behind a paywall. That is why I make sure to post such links from my site only if I know that the person asking the question is already a paying member.

    I considered this post as an exception because you are prepared to hire someone to do this i.e., you are ok with spending money.

    Anyway, if you would like me to set this up on your site for the same $47 (one-time price), send me your WP and FTP/cPanel logins via https://sridharkatakam.com/contact and we will take it from there.


    Genesis Tutorials | Follow me on Twitter

    March 5, 2018 at 8:12 pm in reply to: add 'extra' parallax effect to Altitude Pro #217338
    Sridhar Katakam
    Participant

    Published the tutorial.

    https://sridharkatakam.com/parallax-scrolling-front-page-sections-altitude-pro/


    Genesis Tutorials | Follow me on Twitter

    March 5, 2018 at 6:46 am in reply to: add 'extra' parallax effect to Altitude Pro #217317
    Sridhar Katakam
    Participant

    I will be writing a step by step tutorial on setting up parallax scrolling for the Front Page sections 1, 3, 5 and 7 in Altitude Pro tomorrow on my site, https://sridharkatakam.com/.

    Disclaimer: It will a members-only article. Membership costs $47/mo.


    Genesis Tutorials | Follow me on Twitter

    March 4, 2018 at 11:23 pm in reply to: How to Make Altitude Pro Widget on Front Page Responsive #217300
    Sridhar Katakam
    Participant

    Try adding this in the Custom CSS area in the Customizer:

    @media only screen and (max-width: 1024px) {
    	.front-page-1 #text-6 {
    		padding-left: 0;
    	}
    
    	#text-8 {
    		padding-left: 0;
    	}
    }
    
    @media only screen and (max-width: 880px) {
    	.front-page-1 {
    		background-position-x: -280px;
    	}
    }

    Genesis Tutorials | Follow me on Twitter

    March 4, 2018 at 11:16 pm in reply to: Add a Flexible Widgeted Footer to Monochrome Pro? #217299
    Sridhar Katakam
    Participant

    I wrote a tutorial for you on my site here: https://sridharkatakam.com/flexible-footer-widget-area-monochrome-pro/

    (I know you are a member over there, hence posting the "members-only" tutorial link here)


    Genesis Tutorials | Follow me on Twitter

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 1,221 total)
← 1 2 3 4 … 60 61 62 →
« Previous Page

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