Forum Replies Created
-
AuthorPosts
-
JanHoek
ParticipantIf you don't know, nothing is stupid
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
August 17, 2014 at 12:49 pm in reply to: Swank Theme: Using Genesis Responsive Slider at the top of blog posts #119383JanHoek
Participantadd_action( ‘genesis_before_entry_content’, ‘slider_before_post_widget’ ); function slider_before_post_widget() { if ( is_singular( ‘post’ ) ) genesis_widget_area( 'post-slider', array( 'before' => '<div class="home-slider widget-area">', 'after' => '</div>', ) ); } //* Register widget areas genesis_register_widget_area( array( 'id' => 'post-slider', 'name' => __( 'Home - Slider', 'child' ), 'description' => __( 'This is the Slider section of the Home page.', child' ), ) );
And than put the slider in the widget-area
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
JanHoek
ParticipantYou have. Just scroll down to Layout Setting when you creating a new page.
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
JanHoek
ParticipantThis is a classic problem with Gensis Users. And a lot is writen about it. Did you search the forum? http://www.studiopress.community/?s=responsive+logo
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
JanHoek
ParticipantNo there is not, but you can simple create one. http://wpsites.net/web-design/how-to-create-a-custom-landing-page-template-for-genesis/
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
August 16, 2014 at 3:24 pm in reply to: Configuring pages for printing. How to block menu bar? #119270JanHoek
ParticipantThat's because your menu is fixed ( sticky to the top of the page) Maybe this can help you. It makes sure you only print the content https://github.com/wp-plugins/genesis-print
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
JanHoek
ParticipantThe url you posted is not working. (redirect to your login page)
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
JanHoek
Participanth1.entry-title, .entry-title a, .post-title, .post-title a { color: #f89e3e; font-size: 40px;
Did you mean this?
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
JanHoek
ParticipantIt's better to Tweet your wish with the hashtag #genesiswp That's much quicker and more respons
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
August 16, 2014 at 3:09 pm in reply to: Genesis Sample Theme : How to add (Font Awesome) icon font next to search bar #119265JanHoek
ParticipantWe always have Sridhar, http://sridharkatakam.com/add-magnifying-glass-icon-font-using-dashicons-search-button-genesis/
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
JanHoek
ParticipantThere a lot of changes made in the css and you say you didn't do it. So there must be a problem with editors or plugins. the best is to solve that problem first. I have no ide what that is then.
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
JanHoek
ParticipantIs this solved. I can see the menu-items 🙂
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
August 16, 2014 at 3:02 pm in reply to: Swank Theme: Using Genesis Responsive Slider at the top of blog posts #119261JanHoek
ParticipantWhat code did you use to include the slider?
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
JanHoek
ParticipantWhy is this 5000px in your stylesheet?
.footer-widgets .wrap { width: 5000px; }
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
JanHoek
ParticipantEditing with Inspector works perfect. Did you empty your browser cache?
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
JanHoek
Participanthttp://www.seesomething.com.au/wp-content/themes/your-theme-name/style.css
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
JanHoek
ParticipantDo you have the link to your style.css for me?
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
JanHoek
ParticipantBecause your stylesheets look like http://www.seesomething.com.au/?custom-css=1&csblog=1&cscache=6&csrev=48 and that's not a normal child theme install. So I can not loook in your default css and give you advice.
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
JanHoek
Participant.home is always there. Maybe you made changes in your functions.php. But without a url there is not much we can do
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
JanHoek
ParticipantThere is a big white space on your logo. Make it smaller http://egsr.org/egsr_logo.jpg
Hi, my name is Jan Hoek. Sure, they all say I have a big head, but I like to think it’s way too small for all my ideas.
-
AuthorPosts