Hello,
Modifying the width of the website is not a good idea as all the elements depend on the fixed width layout of the theme. If you bring the 2 columns together, then other elements may break. We do not recommend changing the width of the theme. If you truly need to change the width please do so on your own risk but keep the modification in mind if other css problems come up along the way. I cannot provide a solution for it as when you try to reduce the margins and padding, the layout already breaks. You will need to hire a freelancer to help you out on this one as it will be no easy task.
Thank you!
Hello,
For a background click ad you need to check the documentation as the theme has an option for it:
https://forum.tagdiv.com/background-ad/
I hope this helps.
Thank you!
Hello,
You can use this custom css to customize the headers on a big grid 4:
.td_block_big_grid_4 .td-big-grid-meta .entry-title{
background-color:rgba(0, 0, 0, 1);
}
.td-big-grid-meta{
width:95.7%!important
}
Thanks.
Hello,
I have checked your website and saw the issue. This problem is caused by a plugin incompatibility that produces a js error. The lazyload animation is the first to break on a js error so the images stay with opacity 0. There are 2 ways to go about this. The first would be to disable the lazyload animation and your images will display again but it will not make the js error go away. It could break other parts of your website.
The second thing you can do is disable all plugins except visual composer to and check your site again. Now your images should display properly and you will need to figure out which plugin causes it by reactivating them one at a time. This is the best thing to do in order to find the root of the problem and to replace the conflicting plugin.
Thank you!
Hello,
Unfortunately the page you provided is a blank page and we cannot inspect anything. Please provide an example of how the media grid displays so we can have an idea. Add a media grid to your page so we can inspect it.
Thank you!
Hello,
It seems a bit strange as this code does not influence the bottom side of the footer.
Please try this code instead and see how it goes:
.td-footer-wrapper{
padding-top:0!important;
padding-bottom: 0!important;
}
.td-footer-bottom-full{
padding-top: 10px;!important;
padding-bottom: 10px!important;
}
Thank you!
Hello,
Unfortunately we are not aware of any modifications made to the demo but on a second analysis with page speed I can no longer see the error in our demo or your website for that matter: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.bintmusic.it%2Fbenessere-notizie%2Fmangiare-sano-fuori-casa-nei-fast-food%2F&tab=desktop
Maybe it’s google who changed a few things.
Thank you!
Hello,
I’m not sure what piece of the code you are looking for so here are the parts the related posts are formed in:
http://screencast.com/t/ZphiQ10jw5j – http://screencast.com/t/RwbAeASjO – http://screencast.com/t/1sh6rsdo5zUJ
Thank you!
Hello,
Unfortunately the theme has no such option. The back-end sidebar is meant to simulate the front-end so you can see the positioning of the elements better.
Thank you!
Hello,
You can add a custom menu to your footer widgets and then set the menu item to open in a new tab like so: http://screencast.com/t/toh80c8q
Thank you!
Hi,
I’m not sure how you want your posts to display. You can remove the sidebar from a post and it will be one column only. Please provide more details so we can understand better.
Thank you!
Hello,
1) I have checked your website and the menu seems to display fine: http://screencast.com/t/rgASyPEu
2) The mega-menu can be created like so: https://forum.tagdiv.com/mega-menu/
The sub-category limit is set to 30 from the theme code.
I hope this helps a bit. If the menu problem reappears, please let us know.
Thank you!
Hello,
Maybe this will help:
https://yoast.com/facebook-open-graph-protocol/
Thank you!
Hello,
It could be possible but you will have to either find a plugin that has such options or hire some help to implement it. Unfortunately we have no easy solution for it. Sorry.
Thank you for your message!
Hello,
The facebook information that gets shared is not controlled by the theme. You will need to use the seo yoast plugin for it. https://forum.tagdiv.com/facebook-share/
Thank you!
Hello,
Thank you for posting this solution. It will help other users that have this issue.
Hello,
Unfortunately there is no easy solution i can provide for this. You will need to check if the post is featured and then add the background to it. You will have to add a condition in the theme files to pull it off.
You can use a condition that checks the category: https://codex.wordpress.org/Function_Reference/in_category and then use javascript to add a custom class to the title or the excerpt so you can target it with css. If you cannot do it you will have to get some hired help as we cannot offer any custom work at the moment.
Thank you!
Hello,
Unfortunately there is no such option at the moment. It will have to be hard-coded in the theme files if you really need such a feature.
You will need to edit the category.php file and add this condition:
It should look like so: http://screencast.com/t/o9sDcSIkxaQ
Thank you!
Hello,
Sorry for that, there was a css part to the customization but it seems I forgot to provide it.
Please use this css to fix it:
.td-post-small-box span{
background-color: rgba(34, 34, 34, 0);
}
Thank you!
Hello,
Please make a request for it via email at contact@tagdiv.com and provide your purchase key.
Thank you!
Hello,
The front-end editor of visual composer was deactivated in our theme as it created a few issues and we had to disable it.
As for the errors please try to disable all your plugins except visual composer and clear your cache to rule out a plugin conflict.
Let us known how it goes.
Thank you!
Hello,
Please make sure you have the latest version of the theme as the google structure data errors were fixed. You can follow this guide to update your theme: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
Hello,
Your best bet will be the jetpack documentation: https://jetpack.me/support/wordpress-com-stats/
Thank you!
Hi,
If you deactivated cludflare, then it could be another plugin compatibility issue. Please try to disable all plugins except visual composer and test it again if you can (a bit hard if it’s a random error).
You will have to do a search on the forum for any plugins you might have and see if there were problems related to them.
Thank you!
Hello,
The link you provided just contains annoying ads and i cannot say for sure what you are trying to implement. Whatever the case, if there are no implementation instructions then you will have to do a bit of research through google and see how to implement the specific video into wordpress.
Thank you!