Forum Replies Created
-
AuthorPosts
-
susanta
ParticipantThanks Brad! I appreciate it!
January 22, 2017 at 9:02 pm in reply to: Sleek Pro Magazine Theme (Built on Genesis Sample Theme) #199820susanta
ParticipantThanks 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) #199450susanta
ParticipantYou're welcome, Victor!
susanta
ParticipantHey Unklee, if you can share the link to you site, maybe I can try to help you. Thanks
susanta
ParticipantThanks 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,
susanta
ParticipantHello 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,
susanta
ParticipantThanks Kerri, I appreciate your feedback! Cheers,
susanta
ParticipantJust an update: Carrie Dils just shared the code on her latest post: http://www.carriedils.com/display-logo-before-site-title
susanta
ParticipantI 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!
susanta
ParticipantYes, you're right! Actually, I've also requested her for help on Twitter. Hopefully, she should respond!
Thanks for your reply!
susanta
ParticipantThanks 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 #178664susanta
ParticipantI 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 #178638susanta
ParticipantAlright, 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 #178637susanta
ParticipantMoreover, 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 #178636susanta
ParticipantThanks 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 #178623susanta
ParticipantHello 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!
susanta
ParticipantThanks a lot! It helped!
susanta
ParticipantThanks 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.
susanta
ParticipantThanks 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.
susanta
ParticipantThanks 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;
} -
AuthorPosts