MrNerdy
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Plugins
In reply to: [Testimonials Widget] The plugin does not have a valid headerDebugging routine to get a standard plugin working ?!? You should work on your compatibility. Not the first user who is reporting this issue…
Finally decided to build my own testimonials with a custom post type. Less hassle…
$wpex_port_query = new WP_Query( array( 'post_type' => 'portfolio', 'showposts' => '3', 'no_found_rows' => true, 'tax_query' => array( array( 'taxonomy' => 'portfolio-category', 'field' => 'slug', 'terms' => 'group1', ) ) ) );Forum: Fixing WordPress
In reply to: Visual Text Editor does not work after upgrading to WP 4.0That´s what i just did. Thanks anyway 🙂
Forum: Fixing WordPress
In reply to: Visual Text Editor does not work after upgrading to WP 4.0I’m on localhost.
With twentyfourteen I can now post and edit, which means there is an incompatibility of the theme I used with WP 4.0.
That works perfect. Thanks a lot.
This does not add the class to any page.
Just for clarification: I am trying to add .custom-body ONLY if you are NOT on the static front page.
Unfortunately, this is not working. Again, .custom-body is added to all pages.
My issue is solved. Managed to get it installed in the intended way.
Viewing 8 replies - 1 through 8 (of 8 total)