kiru4aa
Forum Replies Created
-
jsncam, try to deactivate -> activate the plugin.
It helped me.Thank you to author for this useful plugin!
I have the same problem after update to WP 5.6 ??
Forum: Plugins
In reply to: [WP Media folders] Last update (to Version 2.1.5)Sorry
this is the other plugin with the same name.Nor worry I always have a backup before plugin updates, so my site is working well…
Have the same problem
Doesn’t work with code ??Forum: Plugins
In reply to: [Simple Download Monitor] PHP dispatch checkbox (empty files)Hi,
tried with .jpg and .pdfRegards
I have the same problem. Custom fields are not displayed for admin.
Is it solution there is only for PRO version?
Please provide a link for your support system.Thank you
Forum: Plugins
In reply to: [WP Sort Order] Reorder Custom Post TypeI have several custom type posts.
I need to order (using plugin) in custom type categories and posts.
But if unchecked “Posts” (default post type) ordering in custom taxonomy doesn’t work.
Try.
I found solution, added to functions:
add_action( ‘pre_get_posts’, ‘customise_speakers_taxonomy_archive_display’ );
function customise_speakers_taxonomy_archive_display ( $query ) {
if (($query->is_main_query()) && (is_tax(‘adscategory’)))
$query->set( ‘posts_per_page’, ’12’ );
$query->set( ‘orderby’, ‘menu_order’ );
$query->set( ‘order’, ‘ASC’ );
}
where “adscategory” is custom taxonomyForum: Plugins
In reply to: [YITH WooCommerce Quick View] Doesn’t work with WPMLHello,
Thank you for answer.
Now I not use the plugin.
But: Site was configured in Different domains
Not problem with site in the same domain, with languages in folders.Thank you