Forum Replies Created
-
AuthorPosts
-
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
MemberThis 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>'; } }mairagall
MemberThanks Christoph 🙂
June 25, 2016 at 8:53 am in reply to: Grey border when clicking on links on the sample childtheme #188273mairagall
MemberWould you mind sharing your fix? I have the same problem.
Thanks!
mairagall
MemberHi 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!mairagall
MemberUPDATE: 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
mairagall
MemberHi Neilgee, thanks for your help.
I added the code in my functions but it didn't work.
mairagall
MemberI 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
mairagall
MemberAs 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. #165907mairagall
MemberThanks 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. #165895mairagall
MemberAnyone?
September 16, 2015 at 3:16 pm in reply to: Site title with .header-image style when Dynamic text selected. #165806mairagall
MemberSame theme in a different site works ok: http://mairagall.com/test/
mairagall
MemberThank you so much 😉
mairagall
MemberHello, 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; }mairagall
MemberSure, I used Genesis Sample with a widgetized front page from Sridhar Katakam and some customizations.
mairagall
MemberThanks David, I like how this design is turning out 😉
mairagall
MemberThis reply has been marked as private.mairagall
MemberIt worked perfectly David, thank you so much for your help!
mairagall
MemberIt worked! Many many thanks!
mairagall
MemberThanks Marcy, I'll try with that asap! It looks quite promising...
mairagall
MemberHi 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.
-
AuthorPosts