igorcek
Forum Replies Created
-
Forum: Plugins
In reply to: [Display Widgets] Bug in the rules with WPMLI have make a fork with a patch: https://github.com/igorcek/display-widgets
I have found that conflict with this code that I need to include a custom post type to archive pages:
function namespace_add_custom_types( $query ) { if( is_category() || is_tag() && empty( $query->query_vars['suppress_filters'] ) ) { $query->set( 'post_type', array( 'post', 'nav_menu_item', 'prodotto' )); return $query; } } add_filter( 'pre_get_posts', 'namespace_add_custom_types' );
Forum: Plugins
In reply to: [Simple Custom Post Order] Breaks Media Library!Hi, I have solved commenting 2 lines in simple-custom-post-order.php:
n.334 //$wp_query->set( ‘orderby’, ‘menu_order’ );
n.335 //$wp_query->set( ‘order’, ‘ASC’ );You can work on the css style of li.tribe-events-list-widget-events element to reduce the space between the elements
Forum: Plugins
In reply to: [The Events Calendar Widget] Getting fatal error from pluginTry to update with the last version of the plugin.
Hi, I have add a new version without the View all events link
Forum: Plugins
In reply to: [Imsanity] WordPress Mobile on Android and imsanityYes without this plugin i can correctly upload the photo to the post.
I do simply these steps on mobile app. :
edit new post
go to media, select a photo from my gallery or I make a photo
and then publish the post or page.
On uploading I receve the message that the post is published correctly but is an error with the upload of the photo.On the server I found the image in the upload directory. The html content field in DB is blank.