Hi
If yo’re referring at this grids: http://demo.tagdiv.com/newsmag/grid-columns/ they are made with text block from Visual Composer like here: http://screencast.com/t/Jo7Rwo0HTe result – http://screencast.com/t/tnGiig1gGDf
Thanks!
Hi
Try this custom css to remove the zoom effect on hover:
.td_block_big_grid .entry-thumb {
transform: none!important;
-webkit-transform: none!important;
-moz-transform: none!important;
}
This code will remove the zoom for big grid 1, in case you’re using another grid just replace the grid class with the corresponding for the one you use, for example for big grid 3 the class is: .td_block_big_grid_3
Thanks!
Hi
Are you using the Speed Booster plugin? If so try to deactivate it and test again.
Thanks!
Hi
@Ramon Davi sorry for delay but we don’t work in week-end.
Try to deactivate all plugins, except Visual Composer, also remove all custom css, clear the cache and see if you still have this issue. If the problem persist please send an email at contact@tagdiv.com with your site login details so we can take a closer look at this issue, also include a link to this topic.
Let me know how it goes!
Hi
I’ve checked your site and seams the problem solved. Try to clear the cache and test again.
If the problem persist please provide a specific link.
Thanks!
Hi
I’ve tested the product review with the theme and work fine on my side: http://screencast.com/t/8qfOhYUPdV Try to deactivate the plugins, leave just Visual Composer and Woocommerce active, clear the cache and test again.
Let me know how it goes!
Thanks!
-
This reply was modified 11 years by
Andrei L..
Hi
On your homepage the big grid seams to be displayed fine, if this is what you mean. I didn’t found any slider on your page, please provide a link where you have this issue and a screenshot where I should look.
Thanks for the message!
Hi
To apply the css only for the homepage try this code:
.home .td_block_11 .td-post-author-name, .home .td_block_11 .td-post-date{
display: none;
}
Thanks!
Hi
Try this custom css in theme panel; > custom css:
.category .td-subcategory-header .td-category a:hover{
background-color: red;
}
Here is the result: http://screencast.com/t/0DgVAIRVlaU
To remove the submenu delay comment the indicated line: http://screencast.com/t/ChA9zfa9uX4e
Thanks!
Hi
You can set the modal image on from theme panel > post settings like here: http://screencast.com/t/pXKw7biD
Thanks for the message!
Hi
The modification you made it’s correct, but it remained an unenclosed html tag </a> that also must be removed: http://screencast.com/t/fRm5sucaWwn
Thanks for the message!
-
This reply was modified 11 years by
Andrei L..
Hi
Try this custom css in theme panel > custom css:
.td-header-style-1 .td-header-sp-recs{
left: 10px;
}
Result – http://screencast.com/t/y6cn9Jx3P you can modify the value as you like.
Thanks!
Hi
Check the header.php file, or the header template that yo’re using: http://screencast.com/t/px87UxRfn9tc if you have every html tag closed.
Thanks!
Hi
Add this css in theme panel > custm css:
@media (max-width: 767px) {
.td-header-sp-top-menu {
display: block!important;
}
}
Here is the result: http://screencast.com/t/QNuCjZrTaC
Thanks!
Hi
You can use the theme api: https://forum.tagdiv.com/api-blocks-introduction/
Unfortunately we didn’t tested the theme with any VC addons so i can’t provide an accurate answer, sorry!
Hi
Check this guide if you want to add a linkedin button: https://forum.tagdiv.com/add-a-new-linkedin-button/
To remove the google and pintrest buttons follow this links:
-from the social sharing top: http://screencast.com/t/XoSRbSKoDZR
-from the social sharing buttom: http://screencast.com/t/2vVWlOLCM
Let me know how it and provide more details if you need assistance with this.
Thanks!
Hi
You can remove the theme lightbox by removing this code: http://screencast.com/t/FtDm2bLbkZYu
Thanks!
Hi
Please also provide a link as I need to inspect it so i can give you an accurate solution on this
Thanks!
Hi
By default the theme doesn’t have an option to do that, but you can create a specific css class for example:
@media (max-width: 768px) {
.td-mobile-float{
width: 40%;
margin-right: 20px!important;
float: left;
}
}
This class wrap the text to the right of the image: http://screencast.com/t/fCkf7nLUNp0d but you can include any css properties, then apply the class on the image: http://screencast.com/t/F9A1C39Q
Let me know how it goes.
Thanks!
Hi
Lucian replied you via themeforest dashboard.
Thanks for the message!
Hi
The classes you used don’t match, you can try this css: http://screencast.com/t/kDj2y6BclORN
.td_block_11 .td-post-author-name, .td_block_11 .td-post-date{
display:none;
}
Thanks!
Hi
The theme doesn’t have an option to disable the modal image in galleries, but you can try to remove this code: http://screencast.com/t/FtDm2bLbkZYu
Thanks!
Hi
Unfortunately i can’t give you an accurate answer as the theme wasn’t tested with Rage Avatars so it’s a possibility to appear some issues. You can contact the plugin writer and ask for advice, but in the meantime please check this links, maybe you will find an useful information:
https://wordpress.org/support/topic/plugin-rage-avatars-avatars-not-showing
https://wordpress.org/support/topic/rage-avatars-does-not-work-gravatar-problem
Notice that we recommend https://wordpress.org/plugins/wp-user-avatar/ as avatar plugin.
Thanks for the message!
Hi
Please check this topic, Lucian posted a solution here:: https://forum.tagdiv.com/topic/top-menu-bar-doesnt-show-on-mobile/
Thanks!
Hi
You can try this three colons layout: http://screencast.com/t/fPsXFM2Bndm but this is available only on the pages where it’s used VC page builder.
The theme wasn’t designed to handle two sidebars, you will need custom modification to achieve that. That means custom work and unfortunately we cannot offer it as we work hard on the development, updates, fixes and support, but you can always look for a freelancer from sites like: http://studio.envato.com/ to do it for you.
Thanks!