Ricardo Franco
Forum Replies Created
-
Forum: Plugins
In reply to: [Autocomplete Google Address] ZIP Code and City | Support other languagesHi,
Did you have a chance to see this?
Best regards,
Ricardo FrancoForum: Plugins
In reply to: [WooCommerce Address Book] Dropdown gets broken on mobileHi,
For those who may have the same issue, here′s the solution:
#select2-address_book-container
{
white-space: normal !important;
}You just need to deploy this on your theme /additional CSS.
Best regards,
Ricardo FrancoForum: Plugins
In reply to: [WooCommerce Address Book] Dropdown gets broken on mobileHi Matt,
Thank you for your detailed answer!
After looking at it, I removed the code you mentioned:
.select2-container {
width: 100% !important;
}The result only affected that dropdown: https://imgur.com/a/OxArdQm
I added that code again, and it′s interesting the field adapts until a certain width, as you can see here: https://somup.com/crXu090Tbq
Any idea why this happens?
Best regards,
Ricardo FrancoForum: Plugins
In reply to: [EU/UK VAT Validation Manager for WooCommerce] Move VAT positionHi,
Thank you. Can I paste this code on our functions.php file on our child theme?
Best regards,
Ricardo FrancoForum: Plugins
In reply to: [EU/UK VAT Validation Manager for WooCommerce] Move VAT positionthanks looking forward to hearing from you
Forum: Plugins
In reply to: [EU/UK VAT Validation Manager for WooCommerce] Move VAT positionHas anyone figured this out?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] No search results – conflict with other pluginHi Mikko,
Just add them! The results seem the same to me.
Here′s the results with the Show Single variations pluginenabled:
string(699) “SELECT DISTINCT(relevanssi.doc), relevanssi.*, relevanssi.title * 5 + relevanssi.content * 1 + relevanssi.comment * 0.75 + relevanssi.tag * 1 + relevanssi.link * 0 + relevanssi.author + relevanssi.category * 1 + relevanssi.excerpt + relevanssi.taxonomy + relevanssi.customfield + relevanssi.mysqlcolumn AS tf FROM wpstg3_relevanssi AS relevanssi WHERE relevanssi.term = ‘panda’ AND relevanssi.doc NOT IN (SELECT DISTINCT(tr.object_id) FROM wpstg3_term_relationships AS tr WHERE tr.term_taxonomy_id IN (6,9)) AND ( relevanssi.doc IN ( SELECT DISTINCT(posts.ID) FROM wpstg3_posts AS posts WHERE posts.post_type IN (‘product’) ) ) ORDER BY tf DESC LIMIT 500”Here′s the results with the Show Single variations plugin disabled:
string(699) “SELECT DISTINCT(relevanssi.doc), relevanssi.*, relevanssi.title * 5 + relevanssi.content * 1 + relevanssi.comment * 0.75 + relevanssi.tag * 1 + relevanssi.link * 0 + relevanssi.author + relevanssi.category * 1 + relevanssi.excerpt + relevanssi.taxonomy + relevanssi.customfield + relevanssi.mysqlcolumn AS tf FROM wpstg3_relevanssi AS relevanssi WHERE relevanssi.term = ‘panda’ AND relevanssi.doc NOT IN (SELECT DISTINCT(tr.object_id) FROM wpstg3_term_relationships AS tr WHERE tr.term_taxonomy_id IN (6,9)) AND ( relevanssi.doc IN ( SELECT DISTINCT(posts.ID) FROM wpstg3_posts AS posts WHERE posts.post_type IN (‘product’) ) ) ORDER BY tf DESC LIMIT 500”Forum: Plugins
In reply to: [Relevanssi - A Better Search] No search results – conflict with other pluginHow can I check them? What should I do?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] No search results – conflict with other plugin@anevins I can′t make it public ??
Forum: Plugins
In reply to: [Relevanssi - A Better Search] No search results – conflict with other pluginHi @msaari ,
Yes I understand that′s hard to check this issue without seeing it. I just updated our staging website, how can I share its access to you?
Forum: Plugins
In reply to: [Yoast SEO] WooCommerce Product Images are not indexedHi,
It only indexes the product image. I mean, all product gallery images are not indexed. Is it the expected behavior?
Best regards,
Ricardoit worked ! Does it have any side effect? Mainly in terms of website performance?
Forum: Plugins
In reply to: [Adaptive Images for WordPress] CPU usageHi Takis,
I disable the Adaptive Images plugin and the CPU Usage went down sharply.
Unfortunately, we′ll have to keep disabled because we do not know how to solve this issue.
Best regards,
Ricardo FrancoForum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Conflict with Price rangeHere′s a screenshot: https://imgur.com/a/cfJ0FIB
Thanks, will try that!