Forum Replies Created
-
AuthorPosts
-
January 21, 2018 at 1:02 pm in reply to: How to ad a 500px icon to the simple social icons plugin #215580iefdelaenderMember
Thanks, works great.
January 18, 2018 at 3:36 am in reply to: Genesis simple FAQ's plugin lay-out problem after updating to 0.9.1 #215491iefdelaenderMemberIt's resolved.
December 30, 2017 at 3:58 am in reply to: Academy Pro post and page content wider than 880px #214956iefdelaenderMemberIn the style.css I found this:
.single.full-width-content .content .entry .entry-content { padding: 0 80px; text-align: left; }
I changed the padding 80px to 0px and that helps.
Maybe will take a look in the wrap classes but for now it's ok.Thanks
iefdelaenderMemberThanks. I didn't know.
December 4, 2017 at 12:45 pm in reply to: How do I center and get the entry meta in one row in Ambiance pro? #214259iefdelaenderMemberThanks Victor for your great support.
December 3, 2017 at 10:04 am in reply to: How do I center and get the entry meta in one row in Ambiance pro? #214227iefdelaenderMemberhttp://www.iefdelaender.com/cityscape/lier/
Filled under and tagged with in center and one row.
February 16, 2017 at 1:30 pm in reply to: Paginating doesn't work for some categories in Genesis sample theme #201331iefdelaenderMemberI think that the Yoast SEO 4.3 version plugin the problem is.
I'm testing itiefdelaenderMemberI use WP Fastest Cache. Very easy and fast
iefdelaenderMemberGreat, thanks. So easy 🙂
iefdelaenderMemberThank you works great.
Nice site you have.July 12, 2016 at 11:58 am in reply to: header and footer banner in parallax pro theme but not in front page #189326iefdelaenderMemberThanks works great.
iefdelaenderMemberThanks for the plugin . That's what I'm looking for.
December 28, 2015 at 9:23 am in reply to: Sorry, no content matched your criteria after creating custom post type #174946iefdelaenderMemberI've found the solution of this problem:
function themeprefix_show_cpt_archives( $query ) { if( is_category() || is_tag() && empty( $query->query_vars['suppress_filters'] ) ) { $query->set( 'post_type', array( 'post', 'nav_menu_item', 'custom-post-type-name' )); return $query; } } add_filter( 'pre_get_posts', 'themeprefix_show_cpt_archives' );
December 28, 2015 at 6:08 am in reply to: Sorry, no content matched your criteria after creating custom post type #174940iefdelaenderMemberthis is the archive and when you click on a tag or category you will see the no content matched message
December 27, 2015 at 4:32 am in reply to: Sorry, no content matched your criteria after creating custom post type #174859iefdelaenderMemberIt didn't work. Still get the message "no content matched" I used the code in the link you give me. I tried an other theme 'genesis sample theme and I deactivated all my plugins and re-saved the permalinks but nothing works.
-
AuthorPosts