Flatastic VirtueMart Theme

Contents

1. Wishlist and compare products blank page

2. Disable image flip in product image

3. How can I translate the theme

4. I want to install another language. RTL?

5. How can I change Designed by JoomlArt.com.

6. Remove Slide effect on website elements

7. How can I remove social button in product details page?

8. How to make Theme and plugins update

9. I have 500 Error after update 2.4

10. How to work with VM categories in Megamenu

11. How to remove logo animation.?

12. My product box and category box are not aligned

13. Grid problem

14. How to remove logo animation.?

15. Remove Slide effect on website elements

16. How to disable polite loading

17. How can I activate any plugin - VC, Ultimate Addons, etc ?

1. Wishlist and compare products blank page

https://velikorodnov.ticksy.com/ticket/373478/


2. Disable image flip in product image

Open custom css and find

ul.layout .product-box a .front {
-webkit-transform: rotateX(0deg) rotateY(0deg);
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
-moz-transform: rotateX(0deg) rotateY(0deg);
-moz-transform-style: preserve-3d;
-moz-backface-visibility: hidden;

-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
z-index: 9;
position: relative;
}
Remove

-webkit-transform: rotateX(0deg) rotateY(0deg);
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
-moz-transform: rotateX(0deg) rotateY(0deg);
-moz-transform-style: preserve-3d;
-moz-backface-visibility: hidden;

Add to custom.css

ul.layout .product-box a .back {
display: none;
}

3. How can I translate the theme

You have po file at the lang folder

You can translate theme via po files and http://poedit.net/


To translate woocommerce - read https://docs.woothemes.com/document/woocommerce-localization/


Read also https://codex.wordpress.org/Installing_WordPress_in_Your_Language

4. I want to install another language. RTL?

1. Install your Joomla language http://community.joomla.org/translations

2. Language manager and install official VM pack http://virtuemart.net/community/translations/virt...

3. Add this language to content.

Please, don't ask how to install language in Joomla. See the video http://www.youtube.com/watch?v=2enpEbmFXXA

4. Adjust T3 multilanguage https://www.awesomescreenshot.com/image/4638238/f0fee16f45a54133154a4d85afe98c67

After read http://velikorodnov.com/online-documentation/reviver/index.html#!/translation 

For RTL you need to turn on RTL support at Template settings

Notice! For RTL you have to edit some styles by yourself

5. How can I change Designed by JoomlArt.com.

http://velikorodnov.ticksy.com/ticket/244967


6. Remove Slide effect on website elements

http://velikorodnov.ticksy.com/ticket/277668


7. How can I remove social button in product details page?

http://velikorodnov.ticksy.com/ticket/350565


8. How to make Theme and plugins update

Download here http://themeforest.net/downloads the latest version

go Appearance-->themes, activate any theme, remove Flatastic (Revija, Shopme or any another my theme) theme. If you need to update all our plugins. Go to Plugins, deactivate them, and Uninstall. Install new flatastic.zip (or another theme), activate. After go to Flatastic (Revija, Shopme or any another my theme) settings and click Save settings. After go to Appearance-->Install Plugins and install new plugin's versions




Also you have option to adjust autoupdates

https://www.wpexplorer.com/envato-market-plugin-guide/

9. I have 500 Error after update 2.4

http://velikorodnov.ticksy.com/ticket/365920


10. How to work with VM categories in Megamenu

See the video

http://www.youtube.com/watch?v=l_k-ISc8RwQ


11. How to remove logo animation.?

Find and remove here

templates\t3_bs3_blank\css\custom.css

.logo a:hover img {
animation: ministorm 0.5s;
}


12. My product box and category box are not aligned

Add to the custom.css

ul.layout .product-box {
min-height: 420px;
}

.cat_row {
min-height: 200px;
}

Min-height can change. You have to specify value by yourself. 420px is just an example

13. Grid problem

http://velikorodnov.ticksy.com/ticket/282823/

14. How to remove logo animation.?

Find and remove here

templates\t3_bs3_blank\css\custom.css

.logo a:hover img {
animation: ministorm 0.5s;
}


15. Remove Slide effect on website elements

http://velikorodnov.ticksy.com/ticket/277668


16. How to disable polite loading

https://velikorodnov.ticksy.com/ticket/342419


17. How can I activate any plugin - VC, Ultimate Addons, etc ?

If you want to have a personal license you can buy it and use it. I have extended licenses which allow to include plugins into the pack, but I provide all updates with the theme.

All plugins work without activation. it needs just for auto-updates

How to update theme and plugins read

https://velikorodnov.ticksy.com/article/4335/


https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins