masini2002
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] SKU variationsIt works perfectly. Thanks for the support!
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] SKU variationsThe product is variable. And their variations have different SKUs. But they are not found in the live search.
In the Seach lite options if I search for custom fields I get “_sku”. I have added “_sku” and “variation_description”.
But I’m not getting search results if I search for a SKU number.
I have Woocomerce configured as normal and the variations are the native Woocomerce variations.
In other search plugins I have found that there are problems searching for variations sku. For example SearchWP needs to include a PHP function:
WooCommerce stores Product Variations as separate posts, so the first step will be to tell SearchWP to store some custom metadata for the parent product
https://searchwp.com/v3/docs/kb/woocommerce-product-variation-skus/
Of course,
Url: https://alqfrig.poweredbybranders.com/nuestra-flota
I detect this css rule:
@media (max-width: 689.98px)
.ct-hidden-sm {
display: none !important;
}In folder:
themes/blocksy/static/bundle/main.css?ver=1.7.64
Forum: Plugins
In reply to: [Responsive Gallery Grid] Remove scrolling animationThanks for the reply. I got the effect with a little css.
Forum: Themes and Templates
In reply to: [Blocksy] Problem with page widthThanks for your great work!
Forum: Themes and Templates
In reply to: [Blocksy] Problem with page widthSame problem is a clean install of WordPress. The width is full on all pages.
Edit: I have found the solution. If I deactivate the Classic Editor plugin, the theme works normally again.
- This reply was modified 4 years, 4 months ago by masini2002.
Forum: Themes and Templates
In reply to: [Blocksy] Full-width issue after updateHello, I also have the same problem since the update. I have the free version of Brizy and now my pages are full width. From Brizy settings it doesn’t work when trying to change the width.
Thanks for answering. I have the debug mode in the false option.
I will wait for the update.
Solution:
function funcion($element) { if($element==NULL) { return "RENT"; } else { return "SALE"; } }
- This reply was modified 5 years, 10 months ago by masini2002.
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Create galleryThanks!
Forum: Developing with WordPress
In reply to: Custom fields in post titleThanks, the code works. The shortcode appears in the title.
I use the All Import plugin that dynamically creates the entries from an xml file. That’s why I need the title to be a custom field.
Would it be possible for the url to include that custom field?
Thanks for the help.