• 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

Aditya Pandey

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 35 total)
1 2 →
  • Author
    Posts
  • January 12, 2015 at 3:36 am in reply to: Nothing On My Page Is Clickable! Help! #137143
    Aditya Pandey
    Member

    I'm seeing this code on your page:

    <div id="headerimgs">
      <div id="headerimg1" class="headerimg"></div>
      <div id="headerimg2" class="headerimg"></div>
      </div>

    This looks like a slider code. This is overlapping top region of your homepage and hence disabling links.
    Disable any option/plugin/function that is generating that slider and it'll fix the problem.


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    July 17, 2013 at 2:23 pm in reply to: Your opinion required : Custom Design #51203
    Aditya Pandey
    Member

    Thanks. πŸ™‚


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    June 24, 2013 at 2:15 pm in reply to: Blog Title Help #47536
    Aditya Pandey
    Member

    Great advice by Stewart.

    As a note, you might wanna check tools like Firebug. That way you can quickly see the selectors you want to modify, with details.
    Also, check this great tutorial by Andrea: http://www.studiopress.com/tips/using-firebug.htm


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    June 24, 2013 at 2:03 pm in reply to: Sidebar Shift #47528
    Aditya Pandey
    Member

    Glad it worked. πŸ™‚
    You're welcome.


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    June 24, 2013 at 1:52 pm in reply to: Sidebar Shift #47525
    Aditya Pandey
    Member

    Yep, negative margin will do the job, but you might need to adjust the values to your requirements.


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    June 24, 2013 at 1:42 pm in reply to: Sidebar Shift #47520
    Aditya Pandey
    Member

    Replace code with this in that text widget:

    gist.github.com/callingmedic911/5852931

    I just added some negative margin.

    Hope that helps.


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    May 17, 2013 at 9:05 pm in reply to: Change design of email form #41465
    Aditya Pandey
    Member

    Hi Laura,

    Take a look here:Β https://help.aweber.com/entries/21771826-Can-I-Use-My-Own-Form-

    Look at bottom (Example Form, use that with proper values), and I think style will be automatically applied. If not, let me know I'll be happy you. πŸ™‚


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    May 17, 2013 at 8:50 am in reply to: slider title text size #41377
    Aditya Pandey
    Member

    Great! πŸ™‚


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    May 16, 2013 at 11:16 pm in reply to: html comments in code #41319
    Aditya Pandey
    Member

    Well, I use W3 Total Cache Plugin to minify my HTML. You can use it to minify the HTML (and remove comments) too as well enable caching for better speed.


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    May 16, 2013 at 11:12 pm in reply to: Expand blog sidebars #41318
    Aditya Pandey
    Member

    Increase width of `#sidebar` with respect to `#wrap`.


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    May 16, 2013 at 9:17 pm in reply to: slider title text size #41303
    Aditya Pandey
    Member

    Use this as an example:

    `@media (max-width: 643px) {
    .slide-excerpt-border h2 {
    font-size:Β 20px !important;
    font-size:Β 1.3rem !important;
    }
    }`

    You can choose any other breakpoint than 643px, as well as change font sizes.


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    May 16, 2013 at 9:02 pm in reply to: Metric Full Site Background #41301
    Aditya Pandey
    Member

    Add this to your child theme's style.css :

    `#home-middle-bg, #footer-widgets {
    background: none !important;
    }

    #home-middle, #footer-widgets,Β #home-middle h4,Β #footer-widgets h4 {
    color: #fff;
    }`

    Looks good now? πŸ˜‰


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    May 16, 2013 at 8:36 pm in reply to: Genesis Responsive Slider Agency vs Church #41297
    Aditya Pandey
    Member

    That is CSS thing. But there's lots of work.

    Increase height of `#home-slider` then increase same height for image in Genesis Responsive Slider setting.
    Now width is increased.

    Now time to style excerpt. Look into Outreach slider's CSS (`.slide-excerpt`), basically you need to change these:

    `.slide-excerpt {
    width: 52% !important;
    top: auto !important;
    right: auto !important;
    left: 0;
    bottom: 0;
    }`

    Then adjust padding/margin. I also recommend you to change font size inside it specially (heading).
    I recommend to keep arrow button where they're (in Agency theme).


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    May 16, 2013 at 8:00 pm in reply to: Genesis and .htaccess #41294
    Aditya Pandey
    Member

    Ah! My bad.

    I thought you're the OP. πŸ˜€


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    May 16, 2013 at 7:52 pm in reply to: Genesis and .htaccess #41291
    Aditya Pandey
    Member

    Do you mean my personal blog? "I am Aditya.org"?

    That site isn't on Genesis, heh. That's customized Twenty Thirteen theme. πŸ˜€

    Well, I never got 500 error. I hope you can investigate issue by disabling all plugins and then activating one by one to test which one is causing problem (if it is not a local issue).


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    May 16, 2013 at 8:39 am in reply to: Google Authorship (author not found) #41194
    Aditya Pandey
    Member

    That page clearly states "Automatically detected author name on webpage: Not Found".

    I recommend you to use WordPress SEO by Yoast plugin. That' works awesome.


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    May 16, 2013 at 7:47 am in reply to: Customize author link in post info #41180
    Aditya Pandey
    Member

    No. I think only mods and admin can see that.
    Edit: Mail me your private info here (along title and with link of this thread):Β http://iamaditya.org/contact-me/


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    May 16, 2013 at 3:45 am in reply to: Genesis and .htaccess #41162
    Aditya Pandey
    Member

    As far as I know, this has nothing to do with Genesis Framework.


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    May 16, 2013 at 3:19 am in reply to: How to add widget area to header #41160
    Aditya Pandey
    Member

    I found this detailed tutorial:Β http://www.carriedils.com/add-widget-area-below-nav/

    Use that as reference and customize the hook, where you want to out be shown.


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

    May 16, 2013 at 3:11 am in reply to: Center Logo and Primary Navigation in Balance Theme #41156
    Aditya Pandey
    Member

    Add the following code in your child theme's style.css :

    `#title-area,Β #header .widget-area, #header .menu,Β .menu-primary li, .menu-secondary li, #header .menu liΒ {
    float: none !important;
    width: 100% !important;
    text-align: center;
    }

    #header .widget-area {
    margin:Β 30px 0 20px !important;
    }

    .menu-primary li, .menu-secondary li, #header .menu li {
    display: inline-block;
    }`


    Aditya Works.

    Hire me >> http://adityaworks.com/contact.php

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 35 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