Didn’t realise everything would stop working, teach me to go in blind and just try and update by FTP!
Grid
1. How can I change the title font on Grid 2?
2. How can I remove the meta data? I tried the following code, but it removed the title too:
.td_block_big_grid_2 .td-big-grid-post-0 .td-meta-info-container {
display: none;
}
3. How can I stop the zooming effect? I tried the code below but it still happened.
.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: none;
-webkit-transform: none;
-moz-transform: none;
}
4. The padding is uneven, how can I make it equal?
5. How can I make the photo stretch to fill the container?
Hopefully this photo explains the issues

6. How can I adjust the padding in the header menu.
7. Something odd has happened to my BBPress style, how can I fix this?

8. When I try and add too many blocks on a page, I get a 500 error.
It’s a lot, I know, but the update has caused a lot of problems!
Hello,
We are sorry for the inconvenience of the update, First of all, did you run the update script? That is an important step If you updated from version 4 to the latest version, the update script must be run for the shortcodes to change. Unfortunately the update script was removed in the current version and we will have to provide it via email. Please send an email at contact@tagdiv.com and provide a link to this topic so we can provide the update script in order for you to run it. Please also provide a link to your website as all your requests must be done on your website (we cannot recreate the issues on our end) and also include a link to this topic.
I will try to answer the questions that do not involve access to your website
1) You can change the title for big grid 2 by using this css:
.td_module_mx9 .td-big-grid-meta h3{
font-size:20px!important;
}
2) you can deactivate these features for the whole website from here: http://screencast.com/t/7O9whCMbZ , but this also removes the meta from the post as well. If you only want to remove it from that particular big grid, you can use css to do it like so:
.td_module_mx9 .td-module-meta-info{
display:none;
}
3)The zoomong effect is handled by the lazyload animation. In order to remove this effect you need to change this setting:
http://screencast.com/t/CQazK7EQB3Zw
4) we need a link to inspect it.
5) The theme does not stretch images to fit the container, it only crops images. In order to get your image to fit the container you can either upload bigger images or use the thumbnail upscale plugin.
6) We need a website to inspect and an example of what padding you need to adjust
7) We need to inspect the issue.
8) The cause could be the system status parameters. Please try to get all these options green like so:
http://screencast.com/t/z9DGWDEmpKFR
You can follow this guide to do it: https://forum.tagdiv.com/system-status-parameters-guide/
Thank you and sorry for the inconvenience.
For reference, my domain is http://www.walthamforest-fc.co.uk
1. Thanks, this has changed the font for article 1 (large article), how can I change it for the rest?
2. Solved.
3. I’ve turned lazyload off but the animation still happens?
4. See link
5. Solved.
6. See link. I want to reduce the space between main menu items so that they fit on one line. I do not want to reduce font size.
7. http://www.walthamforest-fc.co.uk/forums/forum/the-stags-messageboard/
8. Ongoing, this may take some more investigation…
Thanks for all your help so far.
Hi,
1) You can change the small modules with this code:
.td_module_mx10 .td-big-grid-meta h3{
font-size:20px!important
}
3) Try to change the settings here: http://screencast.com/t/3bnVkNBb3 and disable the animation altogether. The settings should work. If not, it could be your cache. Please clear cache for the seetings to apply.
4) The padding should have been even. Do you by any chance have any modifications to your css code? If not please try it without any plugins. Or it could be something on your homepage that creates the issue (it only hapens on your homepage) You can check it after you run the update script (sent it via email)
6)You can use this custom code to adjust the padding.
.sf-menu a.sf-with-ul {
padding-right: 18px!important;
}
7)I have tested the forum on my end but could not recreate the issue. Please try it without other plugins (disable all of them except visual composer and check again to rule out a plugin conflict.)
Thank you!
Hello,
Please try to disable all your plugins except visual composer and bbpress. Your avatars appear to be doubled so i assume you have another avatar plugin installed that is conflicting with bbpress. If the problem persists with just the 2 plugins installed then send us an email at contact@tagdiv.com and provide wp-admin so we can take a look. Please include a link to this topic as well.
Thank you!


