Discussion on inVogue - WordPress Fashion Shopping Theme

Discussion on inVogue - WordPress Fashion Shopping Theme

Cart 1,258 sales
Well Documented

heroplugins does not currently provide support for this item.

266 comments found.

Has the theme been updated to Woocommerce as to date? I get this message from Wordpress:

Your theme (inVogue) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. Suggestions to fix this:

Update your theme to the latest version. If no update is available contact your theme author asking about compatibility with the current WooCommerce version. If you copied over a template file to change something, then you will need to copy the new version of the template and apply your changes again.

Hi photosbylexx

Yes indeed, the new theme update is now live. I’ve included a link below to our update documentation if you’d like to take a look.

https://heroplugins.com/product/invogue-theme/documentation/?section=knowledge_base&article=Update-the-theme

Regards

I have another question regarding InVogue Theme. Does it comes with Slider Revolution full pro version?

but without add-ons, right?

Hi OliverValverde

I’m afraid the add-ons would require your own license code to unlock. The bundled plugin is licensed through an extended license on our end but features such as this and the independent updates would require your own purchase of the plugin.

Regards

ok, thanks!

hello sir first of all thank you for this great theme really nice one, second i m only facing a problem with product page , it is kind of broken in some cases not all the time , pictures are getting mixed one on the other check the link below

https://www.macdesign.com.lb/necklace-silver/ waiting for your feedback with best regards

Hi elioelio

Could you please send through a support ticket at the below link and just confirm the theme version you currently have installed so we can take a closer look at this.

https://heroplugins.com/product/invogue-theme/documentation/?section=submit_ticket

Regards

Hello, how can I modify the font size of the product description (both short and long descriptions)? I tried changing the font size of “Body” within InVogue Settings Typography but it didn’t work.

I did and nothing happens. It changes the font size of some elements of the footer, but category and product description doesn’t change. Please, help!

Hi OliverValverde

I’ve sent through a reply to your ticket, let me know if perhaps you’ve not received this.

Regards

Yes, I got it. looking forward to change the font styling

Just a question re: updating the theme. My support on this theme has run out, do I need to renew my support in order to update the theme to its current version or do I need to buy a new licence?

Hi RossHatton

The latest theme version can always be downloaded from your ‘Downloads’ page on Theme Forest. You can then follow the steps outlined in the ‘option 3’ section of our documentation page linked below to run the update using the downloaded ZIP file.

https://heroplugins.com/product/invogue-theme/documentation/?section=knowledge_base&article=Update-the-theme

Regards

Hello, I need to translate the inVogue theme to Spanish without paying for the WPML. Please, explain me how to do it. Thanks!

Hi OliverValverde

Although I’d definitely recommend WPML, one alternative option for string translations could be the Polylang plugin which would allow you to translate text strings throughout the site.

Feel free to get in touch via the link below if you need any assistance or have further queries.

https://heroplugins.com/product/invogue-theme/documentation/?section=submit_ticket

Regards

Hello, the slider revolution is no longer displayed on the homepage. The theme is up to date and I made no changes on my site. My website worked very well a few days ago. Can you tell me where the problem comes from, please

Hi freddy1

Sorry to hear about the issue! Are you aware of any recent changes such as updates or new plugin installations prior to the issue coming up? I’d be happy to take a closer look for you if you could please submit a ticket at the below link. You can submit this as ‘not purchased’ and then include the purchase code in the message body.

https://heroplugins.com/product/invogue-theme/documentation/?section=submit_ticket

Regards

You’ve got a bug in this function htheme_get_stylish_product_list From the beginning (installing the theme and importing the demo) products don’t have any rating this is why there are no products on the masonry layout, as the option to order by rating is not working. So you need to replace the code to make it works The code to replace: } else if($htheme_stylish_display_type == 'rated'){ $args = array( 'post_type' => 'product', 'posts_per_page' => $htheme_posts_per_page, 'offset' => $offset, 'meta_key' => '_wc_average_rating', 'orderby' => 'meta_value_num', ); The code you need: } else if($htheme_stylish_display_type == 'rated'){ $args = array( 'post_type' => 'product', 'posts_per_page' => $htheme_posts_per_page, 'offset' => $offset, 'meta_key' => '_wc_average_rating', 'meta_query', array( 'relation' => 'OR', array( 'key' => '_wc_average_rating', 'compare' => 'EXISTS' ), array( 'key' => '_wc_average_rating', 'compare' => 'NOT EXISTS' )), 'orderby' => 'meta_value_num', ); There are some more functions were you are using wrong ordering.
Sorry, but without string 'meta_key' => '_wc_average_rating',

Hi Jonny_max

Thanks for the info! I’ll definitely look into the for the next update.

Regards

Hi,just a question before buying. Does your theme have a child theme included? Thank you in advance.

Hi luleigh

Yes indeed, the theme does come with a child theme included.

Let me know if you have any further questions.

Regards

Hi! For some reason, out of nowhere, instagram feed wont show up anymore… any suggestions? https://www.redkartal.com/

regards Chris

Hi cpaugger

I’d be happy to look into that for you. Please could you send through a support ticket at the below link so we can then get the relevant info.

https://heroplugins.com/product/invogue-theme/documentation/?section=submit_ticket

Regards

Hi, my webiste has Version: 1.24.2. Ive updated woocommerce and they say your theme needs to be updated. I have Hero Utility Plugin but your theme isnt updating to the latest version.

How do I do this?

Thanks

Hi racerxar

The latest theme version (1.24.4) is available to download directly from Theme Forest on your ‘Downloads’ page. You can take a look at our update documentation page, linked below, where you can follow the steps in the ‘option 3’ section to run the update using the theme ZIP file.

https://heroplugins.com/product/invogue-theme/documentation/?section=knowledge_base&article=Update-the-theme

Regards

Hi! Im trying to add a VisualComposer Woocommerce module to a Product description page.

This is the code: htheme_woolist_sorting=”title” htheme_woolist_layout=”full_width_caro” htheme_woolist_design=”default” htheme_woolist_ids=”36”]/vc_column

If I put this on an empty page, it works perfect and show the products from a category. But when I use it on the product description, it breaks the site.

The product page never loads… and the whole site become useless.

Any idea how can I fix this?

Thanks!

Hi racerxar

Unfortunately I’m afraid the single product page currently does not support multiple product queries through the page editor. We’ve kept the default of displaying the single product and its text description (along with the related products section if needed) for this template.

Although if you’d like to get in touch via the support form, linked below, so we can get a better idea of the functionality you are looking for perhaps we can offer an alternative. You can submit the form as ‘not purchased’ and include the product key in the message body.

https://heroplugins.com/product/invogue-theme/documentation/?section=submit_ticket

Regards

is the theme supporting wordpress 5.2?

Hi devtres

Yes indeed, the inVogue theme is compatible with WordPress 5.2.

Please let me know if you have any further questions.

In order to the last comment/support… Is the newer version of the theme arriving in the next days??

Hi cirocelentano

The new updated has just been made available and can now be downloaded from Theme Forest.

Regards

Presales question: We want to use this plugin with your theme, can you foresee any issues in doing so?, thanks: https://codecanyon.net/item/photo-contest-wordpress-plugin/8320636

HI, I have just bought and installed this and get this error straight away:

Your theme (inVogue Child) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. Suggestions to fix this:
Update your theme to the latest version. If no update is available contact your theme author asking about compatibility with the current WooCommerce version.

Hi onlinebusinesssupport

We’ll have the new theme update ready during the course of next week with the WooCommerce template file updates. The current files are backwards compatible but if you’re having any issues please submit a support ticket at the below link and we can take a look for you.

https://heroplugins.com/product/invogue-theme/documentation/?section=submit_ticket

Regards

Hi onlinebusinesssupport

Just wanted to let you know the new update is now available for download from your ‘Downloads’ page on Theme Forest.

Regards

Hi, I have imported all the demo content, but there is no shop, cart, checkout and etc. pages? Those are seen in your live preview

Hi rubaholikas

The store functionality is controlled and set through the WooCommerce plugin which manages and creates these pages. For this you’ll need to just ensure you’ve installed the WooCommerce plugin and run through the WooCommerce setup wizard to get these pages set up.

Please let me know if you have any questions.

Regards

Is your theme compatible with latest Wordpress and Woocommerce version?

Hi mf_iii

Yes indeed, inVogue is compatible with WordPress 5.0.3 and WooCommerce 3.5.4. Please let me know if you have any further questions.

Regards

Hi, Do you have an “Opening Soon” or Waiting List page for this theme? Thanks!

Hi racerxar

I’m afraid the theme itself does not provide this functionality so this would need to be set by a 3rd party plugin.

Please let me know if you have any further questions.

Is it possible to show a preview of the product + add to cart in the catalog itself? I mean, that the customer can add to cart when looking the catalog, without needing to enter the single product page. There is another theme here “grosso” that has that functionality. Im talking in mobile mode, not in desktop :)

Thanks!

Hi racerxar

I’m afraid although this is available for desktop as a hover effect, on mobile this is not displayed as tapping on the product image would directly open the single product page and not trigger the hover effect to display these buttons.

Please let me know if you have any further questions.

Regards

ah , yes! thank you! i just updated. But there seems to be an error when i try to customize the theme , and the theme settings are not clickable for some reason.. so i can’t customize it. Any thoughts?

Hi twiinstv

Could you please ensure that the associated Hero Utility Plugin has also been updated, its included with this update. If you have any issues feel free to send through a support ticket and we can take a look for you.

https://heroplugins.com/product/invogue-theme/documentation/?section=submit_ticket

Regards

Yeah, all the plugins were installed that’s weird. It seems to be working now (slow) but now the payment form is not working. i’d like to submit a ticket

Hi twiinstv

No problem at all, feel free to submit the ticket at the the below link. You can submit this as ‘not purchased’ and then just include the purchase code in the message body.

https://heroplugins.com/product/invogue-theme/documentation/?section=submit_ticket

Regads

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