Flatastic VirtueMart Theme

Contents

1. Wishlist and compare products blank page

2. I have 500 Error after update 2.4

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

4. How to disable polite loading

5. Disable image flip in product image

6. How can I translate the theme

7. Remove Slide effect on website elements

8. Grid problem

9. How to remove logo animation.?

10. My product box and category box are not aligned

11. I want to install another language. RTL?

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

13. Remove Slide effect on website elements

14. How to work with VM categories in Megamenu

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

16. How to remove logo animation.?

17. How to make Theme and plugins update

1. Wishlist and compare products blank page

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


2. I have 500 Error after update 2.4

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


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

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


4. How to disable polite loading

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


5. 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;
}

6. 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

7. Remove Slide effect on website elements

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


8. Grid problem

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

9. How to remove logo animation.?

Find and remove here

templates\t3_bs3_blank\css\custom.css

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


10. 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

11. 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

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

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


13. Remove Slide effect on website elements

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


14. How to work with VM categories in Megamenu

See the video

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


15. 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

16. How to remove logo animation.?

Find and remove here

templates\t3_bs3_blank\css\custom.css

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


17. 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/