62 comments found.
hello, this my second email and I have this licentie to used but I have many probleem with Lucia Wine. can you help me please? bestregardes
Hello, I have bye your thema. if import the demo data I get this error
Er heeft zich een kritieke fout voorgedaan op deze site. Controleer je site beheerder e-mail inbox voor instructies.
can you help me with this please
info@srict.nlHello, Could you help me, I get a problem when add to card redirect me to the product, and doesn’t it add product to cart.
And on product detail, the buy button doesn’t display.
im getting next error: Notice: acf_get_value se llamó incorrectamente. Advanced Custom Fields PRO – We’ve detected one or more calls to retrieve ACF field values before ACF has been initialized. This is not supported and can result in malformed or missing data. Learn how to fix this. Visitá Depuración en WordPress para más información. (Este mensaje se agregó en la versión 5.11.1.) in /var/www/html/wp-includes/functions.php on line 5775
Hi, when I try to install the zip in wordpress, this message appear.
A possible malware has been found at this URL
Can you help me
Hello,
Sure, please send me a temporary admin login to check things out. Send the credentials to support@okthemes.com
Also, make sure you’re installing only the lucia-vineyards.zip file.
Thanks
Hello, i’m having some trouble uploading a video .mp4 (7MB) with this theme. This is what i got after upload it: Media error: Format(s) not supported or source(s) not found.
Hello,
This is not a theme error and can mean a number of things. Please go through this post and try their solutions, otherwise please contact your hosting.
Thanks
Hello,
I want to create a product variation using 2 attributes (the year of the wine and the size of the bottle) How can I list the attributes so that I can automatically create variations in variable products?
I write 0.75L, 1.5L, 5L respectively 2015, 2016, 2018 and I would like to get products with a combination of these, instead I get only one variation with the size of the bottle 0.75L, 1.5L, 5L and the year a list of the years.
Thanks
Hello,
Make sure that “Used for variation” checkbox is checked.
https://www.awesomescreenshot.com/image/11274398?key=923e0514c82631604f30656d1fcea7c6Otherwise it won’t show in the Variations tab. And make sure the years are separated like this: 2015 | 2016 | 2018
Thanks
The theme is working with the lastest Woocommerce? I need to update my plugin because of the vulnerability.
Hello,
Yes, please update without any worries.
Thanks
Hello.
The demo is not working correctly. This holds me back from buying the theme.
Can you fix it?
Hello,
What is it that’s not working on your end? For me it’s working as it should.
Thanks
Hey,
Thank you for your notice. Indeed there seems to be a server issue. I’m on it right now.
Will get back to you once it’s fixed.
Thanks
Hello. I use the Lucia Wine Wordpress Theme in conjunction with the German Market plugin. What can be the reason that I can only create 4 product categories in my online shop, although I have set 30 categories under “Customize view”? Thank you for your feedback!
Kind regards Matthias
Hello Matthias,
Maybe those categories are empty …and they don’t appear. Let me know.
Thanks
Hello! I have a problem with your template in Awards section of every product.
I upload name and image of award but don’t show nothing with a problem in img src. You can see a example here in awards tab: https://nuevo.valdevid.es/producto/musgo-rueda-verdejo/
Hello?
Hello,
A theme update (v1.4) is now available. Please update the theme and then go to Appearance >> Install plugins and update the plugins. If you’re having issues updating ACF, delete it first then install it from Appearance >> Install plugins.
The Awards image problem is fixed in this update.
Thanks
Hello,
The WooCommerce is not working anymore on the Lucia Theme because of the plugin Advanced Custom Fields PRO. The version available in the Lucia Theme is v.5.8.12 but now, the minimum required version is the v.5.9.3.
Is it possible to get an updated version of Advanced Custom Fields PRO or at least can you correct the bug?
The Online Store of my client is out…
Thanks.
Is there someone here?
Hello,
A theme update (v1.4) is now available. Please update the theme and then go to Appearance >> Install plugins and update the plugins. If you’re having issues updating ACF, delete it first then install it from Appearance >> Install plugins.
Thanks
I’ve downloaded and installed the Demo content, but all the pictures including the videos are blurred out. How can I fix this please?
Question:
How can I combine Product Filters with Shop Style 2?
Bug:
http://okthemes.com/lucia-vineyards/products-with-filter/Does not break on mobile resolution.
Hey there. Do you have designs available (preferably sketch) to speedup the screendesign-process? Can you deliver them if I buy the theme? Thanks
Got them. Thanks for the Files.
Hello,
I’m posting below my previous reply to your comment:
I’ve seen the issue but you just have to give it a few seconds until the video is loading and then it will display fullsize. An another comment is that your video is very large ~52mb … please try to reduce that size, ideally under 10mb.
Let me know how it goes.
Thanks
Hello,
Check my previous reply.
Thanks
Hi, I’m having problems with the mobile version of the theme. When I put product description, the information can be too close or even cut from the edge of the tab. And, another problem, the “tab-additional_information” text isn’t shown in the mobile version too.
https://i.imgur.com/Jn7eiqg.jpeg https://i.imgur.com/Ann1tve.jpgAnd another problem with the shop. When I click to zoom any item from WooCommerce products, there are 3 buttons in the top of the page, but there is no icon to show what this bottons do, the user need to click to understand how they works. I think it’s a non finished feature. Here is a video to show whats is happening.
https://mega.nz/file/QSAXRSQA#CW6i5S-loBPpt6NW76bjIpCS_rDPBpSDf58mNCxJ_8cHello,
Thanks for letting me know, will fix them and release a theme update shortly.
Best, Cristian
How does it compare to Luxwine theme?[/h1]
hello, could you please summarize what are the differences between this theme and your other theme Luxwine?
Have a warm and safe Christmas. Cheers
Hello,
Thank you for your interest in my themes.
The differences consist in the theme style and modules. Lucia has a few new modules for products (wine) display, like the product carousel, our values hover module, image grid carousel and others. And also an improved framework.
It’s all about which one suits your business better.
Thanks
Hello,
I’ve seen the issue but you just have to give it a few seconds until the video is loading and then it will display fullsize. An another comment is that your video is very large ~52mb … please try to reduce that size, ideally under 10mb.
Let me know how it goes.
Thanks
I have a problem with the category page header image. The image I set as header didn’t shows when I change pagination (page 2, page 3 etc), it disappear when I go to paginated pages beyond page 1.
Hello,
I’ll release a theme update for this one, until then please add the following function at the end of functions.php file.
function lucia_wc_prod_cat_header_image() { if ( is_tax( array( 'product_cat' ) ) ) { $cate = get_queried_object(); $cateID = $cate->term_id; $header_category_image = _get_field('gg_category_page_header_image','category_'.$cateID, ''); return $header_category_image; } }
Thanks
Thank you! I works fine. One last question in category: the pagination wrapper is stuck together with the products. There is a way to solve this? Thanks you. https://i.imgur.com/sU9hNLf.jpg