template page problem

Posted in: Newsmag
Post count: 8

First of all thanks for that awsome theme,

I have now a problem with my main page, when i want to change anything form the template i view only one part of them, i can’t edit the side bars, or block dissapear on the visual editor

Post count: 6535

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!

Post count: 8

Hi Andrei,

Finally, i solved the problem, i inserted html blocks..deleted it and now works fine.

No i have another issue for Big Grids, i want to remove the zoom when you pass de mouse over the thumbnail..that’s its possible?

Thanks you so much!

Post count: 6535

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..
Post count: 8

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

Post count: 6535

Hi

Glad I could help, we try our best to provide the best quality themes and support. I took a look and have a nice web site.

Keep the good work and if you’ll need further instructions please let us know.
Thank you for your message!

Post count: 8

Hi Andrei,

I want to make all blocks without the transparent black, on rollover and on the big grids.

How i can make it?

Thanks in advance!

David

Post count: 6535

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!

Post count: 8

Perfect! it’s just what we want.

Thank you very much!

David

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newsmag’ is closed to new topics and replies.