afreyer
Forum Replies Created
-
Forum: Plugins
In reply to: [CleanPrint] post thumbnails and custom fieldsok, i have to include class “cleanprint-include” into the thumbnail-function in my template, right?
i do not believe it, cause i work with WP 3.5.1 and problem occured with the default theme too. what could be this something specific?
i downgraded to v5.2.5 for testing this issue – everything works fine and changes are stored. upgraded to new version: problem occured again.. for me, this workaround is acceptable untill next update or so on..
i will downgrade EM and test it again..
thank you, but 2 versions of EM before it worked fine.
no, all other settings work as usually.
but 2 versions of EM before it worked fine for me.
in Debug mode and without other activated plugins same problem. no php errors occured.i try it with twenty eleven – same problem..
after deactivating all other plugins same issue occured!
thank you. deactivate/activate EM has no impact. if i turn on the WP_DEBUG mode i got many error messages, but no one from EM. i will try to deactivate all other plugins..
Forum: Plugins
In reply to: [WP FullCalendar] Week View – Column Headingsthank you!
Forum: Plugins
In reply to: [WP FullCalendar] Category drop-down show color code not color blockhi, thanks. it works fine for me.
how could i delete the hyphen after the colored square?Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] pods doesnt work after update to 2.3ok, today i tried again with wp-internal updater and all seems fine.
thank you..
@marcus: thank you! it works very well for me.
@agelonwl: thank you very very much for your ideas and steps! ??can somebody tell me, why my last wp_query didnt work?
ok, thanks for this examples!
now i have tuned my query, but it has no impact – all posts are still listed:<?php $today = getdate (); ?> <?php $eventliste =''; $loop = new WP_Query( array( 'event-categories' => 'events' , 'post_type' => 'event' , 'order' => 'ASC' , 'posts_per_page' => '5' , 'meta_query' => array( array( 'meta_key' => '_event_start_date' , 'meta_value' => $today, 'compare' => '>=' , 'type' => 'date')) , 'orderby' => 'meta_value' , ) ); ?>