422 comments found.
Hi, can you help me with the following issues :
- The menu doesn’t appear in the mobile version - The extract of the articles doesn’t appear on the news page (the lorem ipsum is still there) - Can I have a classic contact form 7 on the contact page ?
Here is the website : http://test4.andreariom.com/
Many thanks!
Hello,
Thanks for your comment, sure i can help.
1. Please add the following style in Appearance >> Theme Options >> Custom CSS:
body.gg-slider-is-beneath_header .navbar-default:not(.navbar-fixed-top) {
z-index: 2;
}
2. Please add the summary in the post excerpt field. See this: https://imgur.com/a/NWbOp
3. Yes, you can have, but not in header of the page like it is now only in the body. Just disable the contact form from the contact page and add your contact form shortcode in the page body.
Best, Cristian
Hi Cristian,
1 / Many thanks, I just added the code but nothing changes…Can you help me ?
2 / Perfect, thank you
3 / I’ll do that
Hello,
I can help you. Please send me a temporary admin login to support[at]okthemes.com to check things out.
Best, Cristian
Thank you very much, I just sent an admin login to you email.
Hello! one question, what is the page to show the wines? (without ecommerce) I can not find it in the demo. Thank you!
Hello,
You have a section on the main page(https://imgur.com/a/71sqQ) where you can present your wines separately from the ecommerce part. That element is a Tabs Visual Composer element so you can use it on any page and you can have any content you need in it.
Thank you
I`d like to purchase the theme but you think that is compatible with white and brown colors?I mean, is 100% customizable for white backgrounds? I wait your very soon response. Thanks
Hello,
Although the theme is developed to work best with dark colors you can use a white background but keep in mind you’ll need to do some color corrections on some elements via inline styles, it’ll not work 100% out of the box.
Thanks
What do you mean with out of the box? Could you please be more specific. Thanks a lot.
Hello,
I mean that being a contrasting color maybe you won’t like how some of the elements will look like and that will require some style overwriting. If you know basic css you’ll work it out and nevertheless i’m always here to help.
Best
How can I activate the sound on background videos ?
Hello,
Sorry but this cannot be done. The video is muted on a onReady event by VisualComposer and the script cannot be modified…
Best, Cristian
Hi, I need to change the cart icon. How can I do that ?
Many thanks
Hello,
If you need to replace the add to cart icon with an another svg you need to modify the code. So, please add the following piece of code at the end of your functions.php file (or in your child theme functions.php file):
function luxwine_wc_minicart() {
ob_start();
?>
<a href="<?php echo esc_url(WC()->cart->get_cart_url()); ?>" title="<?php esc_html_e('View your shopping cart', 'luxwine'); ?>">
<span class="icon-cart-holder">
<svg class="svg-icon-cart" viewBox="0 0 20 20">
<path fill="none" d="M18.037,18.517L16.787,4.646c-0.034-0.38-0.355-0.672-0.735-0.672h-2.1c-0.258-1.968-1.93-3.499-3.967-3.499c-2.039,0-3.71,1.531-3.967,3.499H3.921c-0.381,0-0.7,0.291-0.735,0.672L1.915,18.72c-0.02,0.206,0.049,0.411,0.19,0.564c0.138,0.152,0.338,0.241,0.545,0.241h14.67c0.012-0.002,0.02-0.002,0.03,0c0.408,0,0.738-0.331,0.738-0.738C18.088,18.692,18.07,18.601,18.037,18.517z M9.985,1.951c1.225,0,2.25,0.87,2.49,2.023h-4.98C7.735,2.821,8.76,1.951,9.985,1.951zM3.457,18.049l1.139-12.6h10.782l1.135,12.6H3.457z"></path>
</svg>
<?php
if (WC()->cart->get_cart_contents_count() > 0) {
echo '<span class="icon-cart-count">' . WC()->cart->get_cart_contents_count() . '</span>';
}
?>
</span>
</a>
<?php return ob_get_clean(); ?>
<?php }
In that piece of code just replace the svg with your own.
If you want to replace the icon with a font icon (FontAwesome), just add the following styles in Appearance >> Theme Options >> Custom CSS:
ul.second-nav-menu li.gg-woo-mini-cart .svg-icon-cart {
display: none;
}
ul.second-nav-menu li.gg-woo-mini-cart .icon-cart-holder:after {
font-family: "FontAwesome";
content: "\f07a"
font-size: 18px;
color: #998067;
}
Thanks
Congratulations! Nice Work, but I have two problem. The Sticky menu not function and in a single product page the drop down menu not function. Can you help me? =(
Hello,
I identified the problems and i’ll release a theme update tomorrow. You’ll be notified via email when the update is available.
Thanks for letting me know
Hi does this theme includes the latest version of Revo Slider ?
Hello,
Yes, it does. The included version of Rev Slider is 5.4.5.2.
Thank you
Hi,
I’m having problem with product variations, I set attributes as variations but they are not showed, any suggestion?
Thanks in advance!
Hello,
Thanks for your email. Please see this tutorial on how to create variable products.
https://docs.woocommerce.com/document/variable-product/Let me know if you’re still experiencing issues afterwards.
Best, Cristian
Hi,
obviously I know how to do variations, it’s not my first time, but in the theme they don’t work.
An other question, how can I set parallax effect for the header slideshow in homepage as the demo home2?
Thanks
Hello,
1. Can you please send me a temporary admin login to check your configuration?
2. Regarding the parallax effect you have to set it from Slider Settings >> Parallax & 3D. See this: http://imgur.com/a/Wsfx1
Thanks
Hi,
1. Where can I contact you? Do you have a support platform?
2. Perfect! Thank you!
Hello,
Please send me the credentials to cristian.gogoneata[at]gmail.com.
Thank you
Theme is awesome, However I am having one issue. If I disable the sites preloader the menu ‘bars’ and the logo will no longer display. If you send me an email I can send credentials for you to see this in realtime.
ethan@hampshire-marketing.comHello,
Thank you for your notice. Indeed there’s a minor bug which can be easily fixed by adding the following style in Appearance >> Theme Options >> Custom CSS:
body.pace-not-active header.site-header .menu-item-wrapper {
opacity: 1;
transform: translateY(0);
}
Thanks
PS: I’ll release a theme update this week as well.
Hi, I’d like to know if it’s possible hide e-commerce features and use the theme as catalog site and if it’s possible have different variant of a product (like colors, size ecc… ). Thanks in advance!
Hello,
Thanks for your comment. Yes, it’s possible to hide the eCommerce features – there is an option in the Theme Options to use WooCommerce as catalog. And yes, you can have variable products, in fact you can have anything that WooCommerce (http://woocommerce.com/) has to offer.
Thanks
Perfect! Thank you!
Hi there, where can I find psd files? I browsed between theme folders but I can not find it
Hello,
Thanks for your purchase!
PSD files are not available. I mostly design directly in the browser and make psd files only for some areas or elements, not entire pages.
Let me know if i can help in any other way.
Best, Cristian
Hi,
I was sure it was in the theme description, by the way no problem.
Thanks!
OK. Thanks!
Great work, I want to contact with you, do you have skype id?
Hello,
Yes, please send me an email to cristian.gogoneata[at]gmail.com and i’ll send it to you.
Best, Cristian
Good luck with sales !
Thank you very much!
Congratulations! Nice Work, Good Luck With Sale 
Thank you very much!
I like it a lot. Might purchase. Can the menu button or top header be set as sticky?
sticky works, thanks. How about the instagram link between the images? The format is not correct in your demo either.
Hello,
Thanks for your purchase!
Yes, the theme has a sticky feature. Regarding the instagram link, i’m releasing a theme update now for that.
Thanks for your notice, i hope you’ll enjoy the theme.
Best
Congratulations!
Amazing Work, Good Luck With Sale 
Thank you!
