Forum Replies Created
-
AuthorPosts
-
JanHoek
ParticipantGenesis Simple Menus is a stable plugin. Are you gettting an error or what is the problem?
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 can combine mailchimp with . You can use this as a widget.
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
ParticipantJanHoek
ParticipantHi Kim,
Looks like this is not a specific Genesis problem, but a feed and PowerPress problem. Did you contact them?
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
ParticipantDead url 🙁
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
ParticipantWe need some more information than this. What do you try to achieve, website url?
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 a live url to your price-page so we can look at the css and help? Thanks.
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 could use something like this;
add_filter( 'genesis_seo_title', 'child_header_title', 10, 3 ); /** * Change default Header URL. * * @author Jan Hoek * */ function child_header_title( $title, $inside, $wrap ) { $inside = sprintf( '<a href="?php echo icl_get_home_url() ?>" title="%s">%s</a>', esc_attr( get_bloginfo( 'name' ) ), get_bloginfo( 'name' ) ); return sprintf( '<%1$s class="site-title">%2$s</%1$s>', $wrap, $inside ); }
I'm not familiar with WPML but you can give it a try.
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
ParticipantTry to add this to your functions.php
add_filter( 'jetpack_enable_open_graph', '__return_true', 100 );
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.
January 10, 2015 at 9:31 am in reply to: Make the sidebar automatically generated by category #136877JanHoek
ParticipantYou can take a look at this code from wpbeaches
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
ParticipantMost things are covered here. For technical questions you have to contact ShareASale.
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
Participantfind the following code in your style.css ( located in your child themes folder)
a { color: #ed702b; text-decoration: none; }
and change the color code to whatever you like.
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
ParticipantHi, did you try this tuts? http://wpsites.net/web-design/add-content-before-posts-blog-page-only/ I now this one is working because I tried it last week myself.
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
ParticipantTake a look at this post http://wpsites.net/wordpress-tips/change-image-crop-position-for-custom-sizes/
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 cannot achieve this with a plugin. You need a developer to do 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
ParticipantPlease post the url from your site so we can help you better.
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
ParticipantWhich theme you're using? Do you have an url so we can give better support?
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
ParticipantYes, you can but this need some coding. Contact a developer to cutomize the theme.
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
ParticipantBob has a nice tuts about this http://bobwp.com/create-nice-slideshow-for-your-native-wordpress-photo-gallery/
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 18, 2014 at 2:43 am in reply to: Genesis Sample Theme : How to add (Font Awesome) icon font next to search bar #119490 -
AuthorPosts