• 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

mairagall

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
  • June 25, 2016 at 9:05 am in reply to: After update to genesis 2.3.0 genesis_prev_next_post_nav does not work anymore #188275
    mairagall
    Member

    This works for my themes:

    //* Add post navigation 
    add_action( 'genesis_entry_footer', 'themeprefix_next_prev_post_nav' );
    function themeprefix_next_prev_post_nav() {
    	
    	if ( is_single() ) {
    
    		echo '<div class="single-post-nav">';
    		previous_post_link( '<div class="prev-post-link alignleft"><i class="fa fa-angle-left"></i> %link</div>', '%title' );
    		next_post_link( '<div class="next-post-link alignright">%link <i class="fa fa-angle-right"></i></div>', '%title' );
    		echo '</div>';
    
    	}
    }
    June 25, 2016 at 8:57 am in reply to: Site title and home link new shortcodes. #188274
    mairagall
    Member

    Thanks Christoph 🙂

    June 25, 2016 at 8:53 am in reply to: Grey border when clicking on links on the sample childtheme #188273
    mairagall
    Member

    Would you mind sharing your fix? I have the same problem.

    Thanks!

    January 30, 2016 at 9:51 am in reply to: Genesis Simple Share not working #177907
    mairagall
    Member

    Hi Neil, I solve it in this theme, but there's one theme I have under development, it has a front-page.php and WooCommerce, I disabled all plugins and nothing changed. I'll take a look at your info.

    Thanks for your time.
    Have a great weekend!

    January 25, 2016 at 11:33 am in reply to: Genesis Simple Share not working #177463
    mairagall
    Member

    UPDATE: I found the problem in this theme, I had a JS line added in the Header box. However, it is not working in another theme I have under development, I deactivated all my plugins and the HTML output is the same, empty divs: http://s21.postimg.org/fbrdxr293/000256.jpg

    January 25, 2016 at 8:27 am in reply to: Genesis Simple Share not working #177434
    mairagall
    Member

    Hi Neilgee, thanks for your help.

    I added the code in my functions but it didn't work.

    December 16, 2015 at 11:37 am in reply to: Customize output of comment form fields #173937
    mairagall
    Member

    I think this will help you to edit the labels and placeholders, I tried it in my Sample theme and it worked ok.

    Customize Comment Form Place Holder Input Text Fields & Labels

    December 8, 2015 at 10:58 am in reply to: Custom Genesis Responsive Slider excerpt length. #173215
    mairagall
    Member

    As usual, I just need to post here for the solution to appear magically in front of my eyes...

    September 17, 2015 at 11:43 am in reply to: Site title with .header-image style when Dynamic text selected. #165907
    mairagall
    Member

    Thanks but I can't do that, what if my client want to use the logo image option?

    September 17, 2015 at 10:57 am in reply to: Site title with .header-image style when Dynamic text selected. #165895
    mairagall
    Member

    Anyone?

    September 16, 2015 at 3:16 pm in reply to: Site title with .header-image style when Dynamic text selected. #165806
    mairagall
    Member

    Same theme in a different site works ok: http://mairagall.com/test/

    August 10, 2015 at 11:38 am in reply to: Introducing my website! #161955
    mairagall
    Member

    Thank you so much 😉

    August 7, 2015 at 9:30 am in reply to: Introducing my website! #161701
    mairagall
    Member

    Hello, thanks for your feedback!

    Here's my eNews CSS styles:

    .enews-widget{
          background:#;
          padding:25px;
          text-align:center;
    }
    .enews-widget .widget-title {
    	color: #;
    	font-family: ;
    	font-size:22px;
    	letter-spacing:2px;
    }
    
    .enews-widget p{
            color: #;
    	letter-spacing:1px;
    	text-transform:uppercase;
    	font-size:12px;
    }
    
    .enews-widget input {
    	font-size: 13px;
    	margin-bottom:10px;
    	width:30%;
    	text-transform:uppercase;
    	letter-spacing:1px;
    	text-align:center;
    }
    
    .enews-widget input[type="submit"] {
    	color: #;
    	margin: 0;
    	width:30%;
    }
    
    .enews form + p {
    	margin-top: 24px;
    }
    /*I have a signup form in the primary sidebar too*/
    
    .sidebar .widget.enews-widget {
          background:#;
          padding:25px;
    }
    .sidebar .enews-widget .widget-title {
            width:100%;
    	color: #;
    	text-align:center;
    	font-family: ;
    	font-size:22px;
    	letter-spacing:1px;
    	margin-top:10px;
    }
    .sidebar .enews p{
        text-align:center;
    	margin-bottom:15px;
    }
    .sidebar .enews-widget input {
    	font-size: 13px;
    	width:100%;
    	margin-bottom:5px;
    }
    .sidebar .enews-widget input[type="submit"] {
    width:100%;
    float:none;
    }
    August 1, 2015 at 10:34 am in reply to: Introducing my website! #161135
    mairagall
    Member

    Sure, I used Genesis Sample with a widgetized front page from Sridhar Katakam and some customizations.

    July 31, 2015 at 5:31 pm in reply to: Add span tag to menu links. #161107
    mairagall
    Member

    Thanks David, I like how this design is turning out 😉

    July 31, 2015 at 3:48 pm in reply to: Add span tag to menu links. #161101
    mairagall
    Member
    This reply has been marked as private.
    July 31, 2015 at 10:36 am in reply to: Add span tag to menu links. #161079
    mairagall
    Member

    It worked perfectly David, thank you so much for your help!

    July 24, 2015 at 2:37 pm in reply to: Custom Quote Post Type #160352
    mairagall
    Member

    It worked! Many many thanks!

    July 23, 2015 at 11:39 am in reply to: Custom Quote Post Type #160218
    mairagall
    Member

    Thanks Marcy, I'll try with that asap! It looks quite promising...

    July 22, 2015 at 6:34 pm in reply to: Custom Quote Post Type #160161
    mairagall
    Member

    Hi Marcy, thanks for your input. You can take a look at the test blog here, I added the Quote post type, and I can work with CSS to make it look as I need (I didn't finished yet), the only problem I have is that the quote post is not showing completely as I'm using the post excerpts option in Genesis Settings. I think I should add some custom loop but not idea how and where.

    M.

  • 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

© 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