Marc Serra
Forum Replies Created
-
Thank’s your time and support,
Ok, I understand. Sorry for waste your time and thank’s for your work on WP 2FA!
Thank’s for answer @lucianwpwhite
We are using PHP 7.4, we know is not the latest version, but we need it because we have a highly customized old woocommerce plugin, and we cannot update by now.
WP Core it’s already updated (6.8.2) and WP 2FA too (2.9.2)
No changes prior this error because we installed the WP 2FA plugin for the first time today.
Forum: Developing with WordPress
In reply to: meta_query with array in value not workingOk, I missed to say, that I’m using ACF anb “tipus” i a multiple select.
Seems this query works …
$values = array('music');
$meta_query_or = array('relation' => 'OR');
foreach ($values as $value) {
$meta_query_or[] = array(
'key' => 'tipus',
'value' => $value,
'compare' => 'LIKE'
);
}
$args = array(
'category_name' => 'test',
'posts_per_page' => -1,
'meta_query' => array(
'relation' => 'AND',
$meta_query_or, ...
)
);Hi Juan Coronel,
yes, now it’s working (sorry to not notify here) because I downgraded the Yith Zoom magnifier plugin to 1.3.23 version.
Seems an issue between plugin and theme versions, take a look at theme changelog (at the bottom of the page): https://themeforest.net/item/naturecircle-organic-theme-for-woocommerce-wordpress/22466673
10/19/2021: Updated version 1.1.2 - Updated YITH WooCommerce Zoom Magnifier version 2.1.1 - Updated Woocommerce 5.8.0 - Fixed the FontAwesome display 07/15/2021: Updated version 1.1.1 - Updated Roadtheme Import Data - Fixed bug Roadtheme-helper plugin 05/05/2021: Updated version 1.1.0 - Updated Woocommerce version 5.2.0 03/18/2021: Updated version 1.0.9 - Updated Woocommerce version 5.1.x - Updated YITH WooCommerce Zoom Magnifier version 1.3.23 08/21/2020: Updated version 1.0.8 - Updated theme compatible with WordPress 5.5 - Updated WooCommerce 4.4.xProbably you can solve your problem in a similar way. Take a look at changelog of your theme.
Sorry, a little bit more info…
Plugin version: 2.2.0
WooCommerce version: 5.9.0
WP version: 5.8.2Forum: Fixing WordPress
In reply to: Poster Image for 3.6 VideoThank’s for your answer vegastriguy.
Yes, this code works, but i’m searching a way to allow the basic user an easy way to choose the poster image, not writing this piece of code… 😉
Forum: Fixing WordPress
In reply to: Poster Image for 3.6 Videovegastriguy, did you find a better way?
this the NonverBlaster:hover plugin not work on wordpress 3.7
Forum: Alpha/Beta/RC
In reply to: How to display pictures in archive/search results in wordpress 3nobody? 😉
Forum: Fixing WordPress
In reply to: How to display pictures in archive/search resultsHi!
Sorry for re-open this post, but in worpdress 3.0RC don’t work.
esmi, do you know the way to show pictures in archive/search page in version 3?
Thank’s!