Discussion on Villenoir - Vineyard & Wine WordPress Theme

Discussion on Villenoir - Vineyard & Wine WordPress Theme

By
Cart 2,415 sales
Recently Updated
Well Documented

disgogo supports this item

Supported

This author's response time can be up to 2 business days.

1398 comments found.

Hello,

I would like to reduce the header’s size. Is there a way to do this? I tried to write the following code in “custom CSS”, but it did not work:

header.site-header .page-meta .page-meta-wrapper { padding: 130px 0; }

Thank you

Hello,

That’s correct, but if you want to see any change you must lower the number of pixels, 130px is the default size, try something like 90px.

Thanks

The latter question concerns the responsiveness of the pages.

I noticed (especially with Google Chrome) that flanked boxes are not particularly adaptive, depending on how you resize the windows of browsers.

For example, on your home page the text boxes “Tasting & Tours” and “Weddings & Private Events” resizing well and fit perfectly with Firefox …but are fragmented (white spaces and misalignments) resizing the browser window with Chrome.

My feeling is that this could depend on the amount of the text that they contain and that it would be better that those texts have to be reduced to a minimum (2/3 lines maximum), otherwise I can not hold them more joined. It’s correct? Or there are solutions to this display defect?

In short, I need that the various image and text boxes do not “slip through” the page, depending on how the windows on different browsers are sized; and I need some advice to succeed with this. Thank you very much!

Exactly, to control the responsiveness you must keep the text from the adjoining box at minimum or vice versa, add a tall image.

Thanks

Good morning Cristian, I have still two questions for you, but I will break them into two separate boxes.

The former question concerns the loading speed of the website. Because it contains many large images, access times to many pages are not particularly exciting:

Also using your demo (http://okthemes.com/villenoir/), gtmetrix.com reports a Performance Scores for the Page Speed Score as F (16%) and the YSlow Score as F (49%) too. Analogously, testmysite.thinkwithgoogle.com suggests to use improvement because the moving speed (31/100) is poor as well as the desktop speed (26/100).

Fortunately, my theme application has better results, but it still needs to be optimized (cache, gzip, defer parsing of JavaScript, adding of expires headers and so on). So, what I want to ask you – based on your personal experience – is: which is the best tool among the many products on the market? WP Rocket rather than Cache Comet, W3 Total Cache rather than Super WP? ... No one better than you, because you wrote its code, can be more diriment about it.

Hello,

The loading of the theme depends heavily of the size of the images used. This theme is based on large images so optimising them is key (i use this service http://bit.ly/2m6A2Kj to optimize them)

Now, referring to Page Speed and YSlow, they are mostly marketing tools, they matter if you have millions of visitors, but to improve the score you can use W3 Total Cache or WP Rocket(this one is better, but is premium).

Thanks

Hi Cristian, the person customizing my webpage needs to know how to remove the small labels that popup when you move the mouse over the menu words (e.g. Home, About, Shop), the label just repeats the word on the menu. Same with the labels that popup over the bottle pictures when you move the mouse over them on the Shop section (e.g. of label: Red-Pinot-Noir-w-cup). He added a plugin to remove them, and gets the following error: ’’Warning: Cannot modify header information – headers already sent by….’‘ Can you point him into the right direction please? Thank you.

I read online that removing the tooltips that Wordpress adds by default doesn’t help with the SEO, but I don’t care, on my customization they are distracting and add nothing new at all (in this theme at least), they are just repeating the word on the main title and the name of the images on the shop section, covering them in part as well. Is there any particular reason why those tooltips should really be kept at all? Is there a way to just hide them out of sight, instead of removing them with coding? Thank you.

Hello Andina,

Yes, the tooltips help with seo and accessibility but the impact is not that heavy on seo. They cannot be just hidden because any browser searches the title tag in the code and displays it. The only solution is what your designer recommends, to disable them on page load.

So yes the proposed code will work.

Thanks

Thank you for the reply. It all worked perfectly, very happy customer here! :-)

Hi

I bought Villenoir but cannot seem to import the demo content/ images.

I would like to set up the theme on our server urgently. Please help.

Thanks

By the way, the full download zip file always stops before completing. Finally it arrived after MANY attempts. I even contacted Envato support, they dont respond. This seems to happen a lot based on reports on the web.

Hello,

Please send me a temporary admin login to see what’s going on there. I’ll notify them about the download problem also.

Thanks

Hello,

Did you manage to install it? Let me know.

Thanks

hi, I have a problem with safari, the drop-down menu does not work, and does not show the subcategories. This only happens on safari, while all other browser works. How can I solve this problem.

please .. I’m still waiting for a response.

Hello,

Please add this in Appearance >> Theme Options >> Custom CSS:

.container-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

That should fix it.

Thanks

PERFECT !! Thank you very much, great service.

Hi Cristian, I have a problem with WPML translation of the homepage. The site is in Italian with a full translation (.../en/) in English, but :

the English homepage has no widgets in the footer even if they appear as active in the respective areas (the widget in the areas are the same than in the italian version of the home but they don’t are visible in the frontpage that show a blank footer);

the main menu is no more sticky and I’m unable to restore is as sticky

I’m unable to modify in the english version the text: “© 2015 Villenoir. All rights reserved” .

Can you help me, please? Thank you.

OK, done. It works, but… NOT with WIDGETS. I was able to translate all, but the widgets remain unchangeable. Even switching the backend by tongue before to translate their texts: if I change texts in Italian, they change also in English. The same thing if I do the opposite following your example ( http://imgur.com/a/eT95e ). This is the only area that I’m unable to have in the proper language whatever I do; can you help me a little bit more?

Hello,

Sure i can. For widgets please see this tutorial from WPML:

https://wpml.org/2014/08/display-different-widgets-per-language-wpml-widgets/

Thanks

Thanks, I had forgotten the existence of the additional plugin WPML Widgets.

Hi there,

We are using your theme and it’s getting to become a nice website! But I miss some stuff in the theme options:

  • Color in iconboxes does not work.
  • No favicon selector.
  • No sidebars in shop area.

Especially the sidebar in shop area is a problem. I can’t get the “Shop Sidebar” and “Product Sidebar” sidebars shown. I overlooked all the settings but I don’t understand why it’s not there.

Can you help me out with the sidebar?

Thanks!

Ok found it. I tried the “Shop” page but the WooCommerce shop page was set to “Wines”.

Great! Indeed the Shop page is set to Wines. Now, regarding your other questions:

1. Favicon. Please go to Apperance >> Customize >> Site identity to set your favicon.

2. IconBoxes. Yes, you’re right, i’ll release a theme update for this.

Thanks

Hi :) I just bought this theme and I’m looking forward to it :) Do you have a coming soon made for this theme and in style with it?

Hello,

No, not at the moment but it’ll be a great addition and i’ll develop a plugin for it.

Thanks for your suggestion

Hola.

Te enlazo un DOC, para que estudies su contenido y me digas si se puede resolver y sobre todo si no habrá problemas añadidos en la plantilla que ya instalamos en su día.

https://drive.google.com/file/d/0B41OaImXwNNfY01STnE4RTFzWTQ/view?usp=sharing

Gracias, por tu atención.

Hello,

Although i used google translate to understand something from your document please note that i’m not a Spanish speaker. As i understand you installed the theme on your website and need help customizing it … I’ll be happy to help but please send me your problems in English along with some screenshots so i can identify your problems.

Thank you

How can I change the menu text color from white to black? thanks

Need to change the colors of the menu on mobile responsive as well. Screenshot: https://snag.gy/lNBmYA.jpg Thank you so much

Hello,

To change the color you must add this:

Normal state
.navbar-default .navbar-toggle {
background-color: transparent;
border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}
Hover state
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #b0976d;
    border-color: #b0976d;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background: #fff;
}

Thanks

Hello,

There is no timing, instead when you scroll down more than the menu height then it’s when the sticky appears. To change that you must open custom.js file (it’s in /js folder) and scroll to line 221, this part:

if ($(this).scrollTop() > main_menu_height) {

there, instead of main_menu_height set 0.

Thanks

If that helps, when i’m inspecting elements, the table class=”shop_attributes table” is missing in the second language at all.

Hello,

Your problem is fixed, in fact there was not a problem. If you’re using WPML please note that you must configure the theme options/widgets/content for each language. For example on your English language you haven’t checked Additional information tab from Theme options >> Store tab and that’s why it did not show up.

Thanks

Thanks a lot for the fast assistance!

Hi, I’m building a multilingual eshop. However the products in the 2nd language don’t display the attributes. The attribute are visible in product page, i can edit them, but the don’t appear in the front end. Can you please help me? Thank you.

Οκ, Since it is in localhost now i can not give you access. I will uploade it on a server and i will provide you access. Can you please send me an email to send there the access links and codes? Thanks a lot.

You can send them directly on my email address: cristian.gogoneata [at] gmail.com

Thanks

I uploaded the website and I sent you a temporary admin access through email. I really appreciate your effort and I’m waiting your response. Regards.

what is the right way to eliminate the bottle format field ( /750 ml )? I delete the content, save the page but it reappears on its own. The only partial way seems ro substitute the text with a space, and this is not normal. I need to reduce the excessive distance between short product description and attributes, without bottle format. Thank you.

Forgive :-) I’ve seen by myself, sorry.

Great! Thanks

hi. is possible to display-off in single post: date and author ?

Posted on 1 marzo 2017 by NAME in CATEGORY

i need to view only Category

thanx

Hello,

Yes, it’s possible, please add this at the end of functions.php:

function villenoir_posted_on_summary() {
    if ( is_single() ) {
        $categories_list = get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'villenoir' ) );
        if ( $categories_list ) {
          printf( '<span class="cat-links"><span> %1$s </span>%2$s</span>',
            _x( '', 'Used before category names.', 'villenoir' ),
            $categories_list
          );
        }
    } else {
        echo '<p class="byline author">'. esc_html__( 'By', 'villenoir' ) .' <a href="'. get_author_posts_url( get_the_author_meta( 'ID' ) ) .'" rel="author" class="fn">'. get_the_author() .'</a></p>';
    }
}

Thanks

Hello,

Each row has a padding top and bottom of 150px set directly in CSS, to overwrite that padding you must open each row settings and set the padding top or bottom to 0, like this: http://imgur.com/a/0kPae

Hope i was clear enough.

Thanks

Hello,

I would like to upload a couple of Revolutionary slider’s free templates. However the plugin asks me for the activation code. Obviously I do not have it, because I did not buy the plugin and it was included in the theme. For example I would like to upload this one https://revolution.themepunch.com/wordpress-youtube-header/ and others free that i find here https://revolution.themepunch.com/examples/

Hello,

You just have to go here: https://revolution.themepunch.com/free-slider-exchange/

Download the slider you like and upload it from Slider revolution >> Import slider, you don’t need the activation code.

Thanks

Hi there! I was wondering if you could help me figure out why the Add to Cart button is not showing for individual products. Here is an example: http://www.namakiss.com/product/chocolate/

Hello,

Please make sure that it’s enabled in Appearance >> Theme Options >> Store tab.

Thanks

Hi! Thank you so much for the quick reply. Unfortunately, the add to cart button is currently checked off. :(

Ah – it was Catalog mode. Sorry!

hello! i can’t import the theme data. i don’t know why it does not finish the process. Could you help me if i give you login details? thanks!

Hello,

Sure, send the credentials to cristian.gogoneata [at] gmail.com.

Thanks

Hello there! What is the CSS code so that the mobile navigation header can be shown for resolutions starting from 1024px wide instead of 992px as it is currently?

I’ve tried the following:

@media (min-width: 1024px) { .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse { margin-right: 0; margin-left: 0; } }

But no luck. :(

Any suggestions for this? I really need to get it done. Menu titles look ugly when they are broken down in two rows.

Hello,

Please add the following in Appearance >> Theme Options >> Custom CSS:

@media (max-width: 1200px) {
.navbar-nav>li>a {
    padding-left: 15px;
    padding-right: 15px;
}
}

This lowers the space between the menu items on resolutions lower than 1200px.

Thanks

Thanks, that fixed it. :)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey