Hi
Check the browser console while saving the settings to see if there are some errors. If you have some html/js raw on the page make sure that the code inside them it’s correct otherwise could create issues with Visual Composer and make that you’re using plugin’s version from Newsmag-tf > Plugins patch that you downloaded from themeforest. Also you can try to edit another page and see if the problem appears in that case too, clear all caches, deactivate the plugins except Visual Composer purge the cdn files and test again.
Let me know how it goes and if the problem persist please send an email at contact@tagdiv.com with your site’s login details and we will inspect this issue, also include a link to this topic.
Thanks!
Hi
I am not sure what grid you’re using but you can try this css for big grid 1:
.td_block_big_grid .entry-thumb {
transform: none!important;
-webkit-transform: none!important;
-moz-transform: none!important;
}
If you’re using a different grid try to adjust this class like in this example:
-for big grid 3 the class is .td_block_big_grid_3
Let me know how it goes and if you still need assistance please provide more details.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Thanks a lot Andrei!.. it works like we want..
if you want to view the result my page is http://www.pitlanetv.com ..amazing template and of course great costumer service 🙂
David
Hi
Try this css in theme panel > custom css: http://screencast.com/t/WLRp1fCCd
.td-module-thumb a:last-child:before, .td-module-thumb a:last-child:after {
background: none!important
}
Thanks!