• 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

susanta

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 43 total)
1 2 3 →
  • Author
    Posts
  • October 29, 2017 at 3:16 am in reply to: Custom-made Design for Web Dev Business #213050
    susanta
    Participant

    Thanks Brad! I appreciate it!

    January 22, 2017 at 9:02 pm in reply to: Sleek Pro Magazine Theme (Built on Genesis Sample Theme) #199820
    susanta
    Participant

    Thanks for your feedback, Erika! I appreciate it very much! Yes, it makes a lot of sense to have a larger header area with a site title centered.

    Based on your suggestion, I made some changes. Please, take a look and let me know if this what you were talking about: http://www.awesomescreenshot.com/image/2088079/18ad3e28c14d225c571a2dba4bd4aaec

    Thanks,

    January 15, 2017 at 10:22 pm in reply to: Sleek Pro Magazine Theme (Built on Genesis Sample Theme) #199450
    susanta
    Participant

    You're welcome, Victor!

    September 13, 2016 at 3:36 am in reply to: Modern Portfolio Pro theme site header logo #193066
    susanta
    Participant

    Hey Unklee, if you can share the link to you site, maybe I can try to help you. Thanks

    August 28, 2016 at 11:59 pm in reply to: Bugs on Category and Author's Pages #192205
    susanta
    Participant

    Thanks a lot Chinmoy,

    I changed the priority of category box, author box, and author title/description.

    // Re-position Genesis Category Archives on Custom Post Type
    remove_action( 'genesis_before_loop', 'genesis_do_taxonomy_title_description', 15 );
    add_action( 'genesis_before_content', 'genesis_do_taxonomy_title_description', 15 );

    // Re-position Genesis Author Archives on Custom Post Type
    remove_action( 'genesis_before_loop', 'genesis_do_author_box_archive', 15 );
    add_action( 'genesis_before_content', 'genesis_do_author_box_archive', 15 );

    // Re-position Genesis Author Title/Descriptions on Custom Post Type
    remove_action( 'genesis_before_loop', 'genesis_do_author_title_description', 15 );
    add_action( 'genesis_before_content', 'genesis_do_author_title_description', 15 );

    I'm marking this as resolved.

    Thanks again!

    Cheers,

    August 28, 2016 at 10:38 pm in reply to: Bugs on Category and Author's Pages #192201
    susanta
    Participant

    Hello Chinmoy, thanks for looking into my issues! I appreciate your time and help.

    Yes, the plugin is fully compatible with Genesis, in fact, the plugin was developed out of a Genesis tut.

    While loading on category archive and author archive, it actually hides them. A demo by Sridhar shows that it should not. http://websitesetuppro.com/demos/genesis-masonry/category/uncategorized/

    Compare the above category page with my category page: http://aapkiblog.com/category/uncategorized/

    You can see the description area is hidden behind the first row.

    I'm not sure if this is a bug or the developer has intentionally done this.

    Please, advise.

    Thanks,

    July 1, 2016 at 1:24 am in reply to: My Site on Genesis Sample Theme: Your Thoughts? #188708
    susanta
    Participant

    Thanks Kerri, I appreciate your feedback! Cheers,

    February 14, 2016 at 11:35 am in reply to: Logo before Site Title #179025
    susanta
    Participant

    Just an update: Carrie Dils just shared the code on her latest post: http://www.carriedils.com/display-logo-before-site-title

    February 13, 2016 at 2:25 am in reply to: Logo before Site Title #178952
    susanta
    Participant

    I appreciate your advice and can't even begin to thank you for all the free tuts that have helped me to learn Genesis tricks! A big fan of yours!

    February 13, 2016 at 2:23 am in reply to: Logo before Site Title #178951
    susanta
    Participant

    Yes, you're right! Actually, I've also requested her for help on Twitter. Hopefully, she should respond!

    Thanks for your reply!

    February 13, 2016 at 2:22 am in reply to: Logo before Site Title #178949
    susanta
    Participant

    Thanks a lot for sharing the snippets! It nearly solves my objective! However, I wondering if I could put it before the site-title div.

    February 9, 2016 at 10:59 am in reply to: Relocation of Entry Title and Text Widget to Outside Content Sidebar Wrap #178664
    susanta
    Participant

    I see! Thanks a lot for your time and help! I truly appreciate it!

    February 9, 2016 at 5:13 am in reply to: Relocation of Entry Title and Text Widget to Outside Content Sidebar Wrap #178638
    susanta
    Participant

    Alright, I figured out the full post display thing - it's because of the settings, but the hidden post titles from the second post onward issue could be caused by the code snippets. Just wanted to share this with you for clarity.

    PS: Currently, I have removed the code so you can't possibly see the issues I have discussed above. If you want me to replicate the issues, I can put the code back.

    February 9, 2016 at 4:12 am in reply to: Relocation of Entry Title and Text Widget to Outside Content Sidebar Wrap #178637
    susanta
    Participant

    Moreover, the entry-title is also appearing on the home page (http://www.awesomescreenshot.com/image/979201/b51c91deffd97aa4d8b00890275be92e)
    This is an aberration as I'm using Parallax Pro theme which has a widgetized front page.

    February 9, 2016 at 3:06 am in reply to: Relocation of Entry Title and Text Widget to Outside Content Sidebar Wrap #178636
    susanta
    Participant

    Thanks a lot for the quick help! It indeed helped me achieve the desired result!

    However, this seems to be interfering with the blog home and blog category sections in way that is unwarranted. (http://theseomonthly.com/news/)

    For example, it disregard the excerpts and shows the entire posts. Additionally, it hides/removes the post titles in all posts from the second post onward.

    Is there way to stop this from happening?

    February 8, 2016 at 10:53 pm in reply to: Relocation of Entry Title and Text Widget to Outside Content Sidebar Wrap #178623
    susanta
    Participant

    Hello Christoph,

    Thanks a lot for reaching out to me! Appreciate it very much!

    I'm sorry this caused confusion - let me explain what I want to achieve to help you better understand the issue I'm facing.

    I would like to keep the intro title and text widget within the same div so they appear this way: http://www.awesomescreenshot.com/image/978377/1628427e75252b310f014db494d8f1bc
    (This could be achieved through making the following CSS tweak)
    header.entry-header {
    background: #aaa;
    }

    However, I also wanted to relocate both of them to outside the content wrap in order to help them appear screen-wide.

    To achieve that, I made the following changes to functions.php file:

    //* Reposition the entry title (requires HTML5 theme support)
    remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    add_action( 'genesis_before_content_sidebar_wrap', 'genesis_do_post_title', 2 );

    //* Register Sidebar to add a conditional widget
    genesis_register_sidebar( array(
    'id' => 'cta-2',
    'name' => __( 'Audit Intro Text', 'mp' ),
    'description' => __( 'This is the call to action section.', 'mp' ),
    ) );

    add_action( 'genesis_before_content_sidebar_wrap', 'audit_intro_text' );

    function audit_intro_text() {

    // If it's the SEO Audit page, display CTA #2
    if ( is_page( 'seo-audit' ) ) {
    genesis_widget_area( 'cta-2', array(
    'before' => '<div id="cta"><div class="wrap">',
    'after' => '</div></div>',
    ) );

    }
    }

    After making the changes, I can see this now: http://www.awesomescreenshot.com/image/978452/bad4a11123d50ea57ffc0c6179bb302c

    Therefore, the the text widget is not appearing within the entry-title div outside the wrap. Hence, the issue.

    Please, let me if I was able to explain the issues clearly.

    Thanks a ton for your time and help again!

    January 29, 2016 at 8:58 pm in reply to: Create Full-width Custom Header in Executive Pro #177881
    susanta
    Participant

    Thanks a lot! It helped!

    January 28, 2016 at 11:44 am in reply to: Create Full-width Custom Header in Executive Pro #177744
    susanta
    Participant

    Thanks for the help, Christoph! I removed the max width value from .site-container in css. However, for some strange reason, I am still able to see the value to be present there when I check it on Inspect Elements. When I delete the value using Inspect Elements, the head goes screen-wide but it's not happening when I delete it in the css. This is quite strange as I don't find the value to be present anywhere within the CSS file.

    January 27, 2016 at 9:11 pm in reply to: Create Full-width Custom Header in Executive Pro #177708
    susanta
    Participant

    Thanks for your reply, Christoph! Actually I have already tried that but I wasn't able to create a full-width head banner like I did in case of Genesis Sample Theme.

    August 18, 2015 at 6:11 am in reply to: Issues with CSS (Visited) #162723
    susanta
    Participant

    Thanks for your reply, Victor!

    Actually, that code was meant to decorate the specific hyperlinks. Removing the CSS meant removing it from all hyperlinks altogether. I just wanted to remove it from under the buttons on the blog archives. I just used the following code to remove them successfully.

    /*Remove Dotted Underline from Button on Blog Archives
    -------------------------------------------------------- */
    body.page.page-id-12.page-template.page-template-page_blog.page-template-page_blog-php.full-width-content.parallax-pro-green .entry-content a{
    border:none;
    }

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

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