1398 comments found.
Hi,
I have a problem with the lenght of the menu. I have installed polylang but the end of my header menu is under the flags. Do you want a screenshot ?
Hello,
Yes, please send me a screenshot or better yet your website URL.
Thanks
the website is not online for the moment. How can I send you the screenshot ? The mail adress is a noreply
Please send it on cristian.gogoneata [at] gmail.com. Thanks
Thank you so much for your help.
Hello,
You can disable that by adding the following code at the end of functions.php file.
function villenoir_posted_on_summary() {
return '';
}
Thanks
INFINITELY THANK YOU!
Hello, is there a way to do not display menu when scrolling down? Thanks in advance.
Helo,
Yes, you have an option for that in Appearance >> Theme Options >> Header tab. Go on and disable “Sticky menu” option.
Thanks
Thanks for your reply.
I did it but it still doesn’t work…
where can I disable it from CSS?
Hello,
It means you have other problems which prevents the option to be deactivated. To manually disable it add the following line in Appearance >> Theme Options >> Custom CSS
body.gg-has-stiky-menu .navbar-fixed-top {position: relative;}
Thanks
Thanks a lot!
Hello,
I would like to upload my own font called Gotham Book e Gotham Medium. They are not among those presented in theme options. What can I do please? thanks
Hello,
Yes because Gotham font is not a Google font, you’ll need to add your font using font-face.
You can use this plugin to upload and assign your custom fonts https://wordpress.org/plugins/use-any-font/
Thanks
Hello,
I am trying to access the theme options through:
appearance>about the theme>themeoptions
but then it directs me here:
http://www.tenutaprimapietra.com/wp-admin/admin.php?page=theme-optionsand I see a white box that says: “Sorry, you are not allowed to access this page” I contacted Aruba hosting but they say it’s not their fault. What can I do?thanks
Hello,
You should not receive that message in any case…. Is ACF plugin installed? Send me a temporary admin login to check things out.
Thanks
I found how to desactviate the cart options. So my first question is OK. My second one on the language I did not find. Another one: I did desactivate the display of the price on the product page, using your theme options, but the price remains displayed still on the product page. If you can help me on this one too. Thanks, Best regards.
Hello,
Yes, you’re right, there is a bug there, i’ll release a theme update for it in the upcoming days, until then please add the following line at the end of functions.php file
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 25);
This line will remove the price on product page.
Thanks
Hello again – how can I change the language of the WooCOmmerce buttons such as ADD TO ART or READ MORE ? Thank you in advance.
Hello,
To change the language you just have to go to Settings >> General (scroll down) >> Site Language
There you just have to select your language.
Thanks
Hi,
I would like to use the Shop layout to present the wines of my website lamongestine, but without enabling the ADD TO CART functionality. So I have put all my products as being OUT OF STOCK, which changes the ADD TO CART button into a READ MORE button, which is perfect. The problem is the apparition of a SOLD OUT box on the top left corner of the product.
So basically how could I disable the possibility to buy all products without putting the stock to zero ? Thanks for your help, Best regards, Harry GOZLAN.
Hi there,
I have a translation problem. I create the files from .pot with PoEdit but if I place them into the child theme folder, generating a new “lang” folder I have no way to see them translated. Instead, if I place them into the original theme lang folder they work.
Why they didn’t do so if placed into the child theme?
Hello,
You need to specify in your child theme functions.php file that you’re using other languages than the parent theme. So, please add this in functions.php
/**
* Loads the child theme textdomain.
*/
function villenoir_child_theme_setup() {
load_child_theme_textdomain( 'villenoir', get_stylesheet_directory() . '/lang' );
}
add_action( 'after_setup_theme', 'villenoir_child_theme_setup' );
Now, it should work.
Thanks
Hi is there a way to fix the normal header at 83px as the sticky header? Thanks
The site is this http://lambruscodinardino.xpl.io/
I need to have the menù as u can see when open the website but on mobile and on scroll i would the Sticky header style…
Should you give me some custom code? Thanks a lot leo
Hello,
Please add this in Appearance >> Customize >> Custom CSS:
.navbar-default .navbar-nav > li > a {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
header.site-header .logo-wrapper .brand {
padding-top: 19px !important;
padding-bottom: 19px !important;
}
Let me know if that’s what you need.
Best, Cristian
HI thanks a lot.
In desktop version it could be ok but I noticed that the menu fade effect (when it becomes sticky) is lost (this happens also in mobile)...
In the mobile version the header should has the logo on the left and the menu icon on the right (as you prevent in the sticky menu mobile version).
In mobile version when I click on the menu icon each item has too space the one with the other and is not so cool.
Hello,
Please replace the code from the previous comment with this one:
.navbar-default .navbar-nav > li > a {
padding-top: 30px;
padding-bottom: 30px;
}
header.site-header .logo-wrapper .brand {
padding-top: 19px;
padding-bottom: 19px;
}
or just remove the !important tag.
Thanks
Hello, I have dowloaded and installed the theme, as well as the demo content. The homepage is ok. All the pages are created. I see the content but when I try to see it on the web, I have a 404 error page not found. Could you please tell me why ? Thanks a lot
Hello,
This happens if the permalinks are not flushed. Please go to Settings >> Permalinks and just hit Save.
Thanks
Hi is there some code option for retina logo? thanks a lot…
Hello,
No, you just have to upload your retina size logo and then force it to display half its size from css.
Please send me your site URL with the retina logo uploaded and i’ll help you with the code.
Thanks
Goog Morning I am not able remove the related articles e leave only the up-selling.
Thank you Elena
Hello Elena,
You can disable the Related products from Appearance >> Theme Options >> Store tab – just uncheck Related products.
If you already did that and it isn’t working send me a temporary admin to check things out.
Thanks
Dear Disgogo,
i have some trouble getting the “back to shop” button to work as intended when you have an empty cart. In my case the button just refreshes the empty cart page. If you need any further information on the code or anything else, just let me know…
I hope you can help me with my problem.
Hello,
Thanks for your comment.
The “Back to shop” link is not modified or altered by the theme, its functionality is the default WooCommerce one. If it’s not working how it should that means a plugin is messing with it.
Please send me a temporary admin login to investigate.
Thanks
Hello,
Please make sure you have checked all the options from Appearance >> Theme Options >> Store tab.
Thanks
Hello, after installation wpml and selecting different language for this language all theme settings is strayed. Is required to set the theme options for each language?
Hello,
Yes, you must configure the theme options for each language, that’s how WPML works.
Best, Cristian
Hi can you help me with this message? Parse error: syntax error, unexpected T_FUNCTION in /home/nh010200/www_root/test/wp-content/themes/villenoir/functions.php on line 658
I uploaded zip file and activated…and after while I received this.
Thanks
Hello,
That happens when your PHP is older than 5.3. Anonymous function support wasn’t available until 5.3, so PHP won’t recognize function signatures passed as parameters like that, you just have to upgrade the PHP on your server to anything > than 5.3
Thanks
I am having issues with importing DEMO CONTENT. Says ” Media “slider-bottle” already exists.” but nothing is there. Can we get htis demo content imported please? or can you email me an xml file.
Hello,
The demo content file is already embedded in the theme, you can find it in \admin\importer\demo-files\content.xml
Just import it from Tools >> Import, then set Homepage as the homepage and Blog as the blog page from Settings >> Reading and set the menus from Appearance >> Menus.
But, that’s the only error you receive with the slider-bottle or you have others that prevent the content from importing?
Thanks
others. So I cleared all media, pages, menus etc. Ill try this way and keep you updated.
that worked perfect. I suggest maybe you do away with importer and have people do it this way. Seems to be easier and work fine. I will need to install a widget importer but other than that things are great!
Good afternoon, after installing the theme 3 times I continue on receiving the same issue:
Warning: Attempt to modify property of non-object in /home/content/a2pnexwpnas01_data03/82/3862082/html/wp-content/themes/villenoir/functions.php on line 49
In regards to my previous post where I am receiving an error.
Warning: Attempt to modify property of non-object in /home/content/a2pnexwpnas01_data03/82/3862082/html/wp-content/themes/villenoir/functions.php on line 49 and
Warning: Cannot modify header information – headers already sent by (output started at /home/content/a2pnexwpnas01_data03/82/3862082/html/wp-content/themes/villenoir/functions.php:49) in /home/content/a2pnexwpnas01_data03/82/3862082/html/wp-admin/post.php on line 197
It seems to be generated when I install the Advanced Custom Fields PRO. It is also disrupting the way that the WordPress menus are displayed.
Hello,
Thanks for your comment.
Please add the following line of code at the end of functions.php file:
remove_filter('site_transient_update_plugins', 'villenoir_remove_acf_notification');
I’ll update the theme ASAP.
Thanks
Hi,
I want to change the font color menu to black.
Can you help me?
Thanks
Hello,
You can achieve this very easily by adding the following style in Appearance >> Theme Options >> Custom CSS
.navbar-default .navbar-nav > li > a {
color: #000;
}
Thanks
Thanks 
One more question.
I want to change the color of instagram widget. The Button and the color of the font “INSTAGRAM FOLLOWERS”.
Thanks 
Hello,
You can change the color of “Instagram followers” by adding this style:
.gg-widget.gg-instagram-feed .followers span, .vc_widget.vc_widget_instagram .followers span {
color: #000;
}
and the button with this style
.gg-instagram-feed .btn-secondary {
color: #fff;
background-color: #b0976d;
border-color: #b0976d;
}
Thanks