Hello,
Unfortunately there is only one title for categories. You cannot use 2 titles with our theme. The title you set is the one that will appear everywhere. Maybe you can find a plugin that has such an option.
Thank you!
Hello,
In fact they all have 33.3% of the screen width. Please try it out on your own and see what i mean. Every block has a left and right padding of 24 pixels. If you remove this padding…try it out and see for yourself:
.td-pb-row [class*="td-pb-span"]{
padding-left:5px!important;
padding-right:5px!important;
}
This code removes the padding from the blocks. But it will not work properly as you expect. It is more complicated then reducing a few margins and padding.
Thank you!
Hello,
I have tested your website in firefox and chrome and they both seem to display fine at the moment. Please let us know if you require further assistance with fonts as we cannot recreate the issue.
Thank you!
Hello,
I have checked your website and saw that the ad title is visible and displays properly: http://screencast.com/t/s1R0pk2np
Please let us know if you require any further assistance,
Thank you!
Hello,
Unfortunately your requirement cannot be done so easy. You cannot separate the big grid element into pieces. What you can do is use a row split in 2 and use a rev slider on one column and a block 14 limited to 3 posts on the other one: http://screencast.com/t/KGNgyvHs2Uri
I hope this helps.
Thank you!
Hello Dom,
This is not a known problem with our theme. Please make sure your system status parameters are set properly. You can check here: http://screencast.com/t/Ka9cF6ty and then you can use this guide to see how you can increase these values: https://forum.tagdiv.com/system-status-parameters-guide/
I hope this helps.
Thank you!
Hello,
It seems the logo shifts on this header style. I will add this issue to our bug list and we will hopefully fix it in a future version. You can try to use another header style until then if you wish.
You can reduce the gap between the menu and the content using this custom css:
.home .td-main-page-wrap{
padding-top: 10px!important;
}
Thank you!
Hello,
The first 2 questions were answered in the other topic. As for the width of the theme, there is no option to make the theme full width. It can only be done custom but it will require quite a bit of work so we cannot provide a solution for it.
Thank you!
Hello,
1) You can change the way the articles display from the theme panel here: http://screencast.com/t/T6WEkBBq9A
2) The blockquotes change only the text you select. I could not recreate the issue on my end. Please tr to disable all plugins except visual composer and clear cache to see if there is no plugin conflict.
3) Please provide more details to what width you would like to change.
Thank you!
Hello,
I have checked your website and the video seems to stay at the top of the screen as expected: http://screencast.com/t/3EXlhoQn
Please let us know if you require further assistance.
Thank you!
Hello,
I have checked your website in the structure data analysis and it all came out good: http://screencast.com/t/BXlObg80
Please check for errors again and let us know if they are still present.
Thank you!
Hello,
Please send an email at contact@tagdiv.com and provide as many details to your problem as possible and provide wp-admin (login information: username and password) so we can take a look and come up with a solution.
Thank you!
Hello,
We will try to add more social icons in the future. Until then you can use the method provided and adjust it with css. Please provide a link to your website with the modification so I can provide the css code for adjusting the button.
thank you!
Hello,
1) You can use this css to make the height of the grid smaller:
@media (max-width: 767px){
.td_block_big_grid_3 .td-big-thumb .td-module-thumb {
height: 260px!important;
}
}
2) I have checked your website on many devices both android and ios but could not find any problems. Please check it again to see if the issue is still present.
Thank you!
Hello,
Chris was talking about this post: https://forum.tagdiv.com/topic/wordpress-4-4-1-pagination-new-fix/
you can either follow the method explained there or update your theme to the latest version.
Thank you!
Hello,
Apparently that is the name you set to your category. It cannot be changed with css, but rather from here: http://screencast.com/t/5oEGOAeK2tb
Thank you!
Hello,
The best thing to do is use the smart sidebar feature: https://forum.tagdiv.com/smart-sidebar-2/
I hope this helps.
Thank you!
Hello,
I have checked your website and saw that images and menus work properly. I could not find any errors in your console as well. Maybe you fixed it in the meantime or it was a plugin compatibility issue.
Please let us know if you require any further assistance.
Thank you!
Hello,
The best thing to do when updating your theme from version 4 is to delete your old theme and simply install the new one. Please make sure you do a back-up before. Then you need to run the update script as suggested here: https://forum.tagdiv.com/how-to-update-the-theme-2/
Make sure you update the plugins as well. Some parts of your website will need to be recreated as elements became deprecated in visual composer so it will require a bit of work on your side.
Sorry for the inconvenience but this is the case when updating from newspaper 4. The new version of our theme was built from scratch so it will be like switching to a new theme (sort of, as we tried to keep compatibility between the 2 as much as possible)
Best of luck on your project!
Hello,
Also please make sure you update your theme to the latest version as there were some compatibility issues with WP 4.4 and 4.4.1 that were fixed.
Thank you!
Hello Paul,
1) You can change the read more button from the translation section of the theme panel: http://screencast.com/t/HwtAGm8P3T8t
2) You can remove the search from the menu either with css or by removing it from the theme files:
css: .header-search-wrap{
display:none!important
}
from the files: http://screencast.com/t/X6DjcpVf
3) You can inspect the links you created using the browser inspector and use css to target them(it’s best to assign them a custom class so you can target it)
4)You need to create a custom link (link to ‘#’) for them and then add the sub-menus or mega-menu:
http://screencast.com/t/76EKnjya
5) The content is controled by the plugin (most likely contact form 7 as this is the recommended one)
I hope this helps.
Thank you!
Hello Torsten,
I have checked your website but could not find any problems with blank spaces. Please provide an example of an ad that creates this type of issue. The theme does not do anything besides render the ad code and display it unchanged. You can alternatively try to use a render plugin like adrotate and see if the blank spaces come up with their renderer as well.
Thank you!
Hello,
It seems more people had this issue on the wp forums. Maybe some of these resources will help:
https://wordpress.org/support/topic/http-error-on-image-upload-still
https://wordpress.org/support/topic/media-uploader-problem-not-solved-by-sticky
You can also check your system status and see if all options are in order:
https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!
Hello Lars,
Unfortunately the border option in visual composer does not work properly.
The border can be set with css if you like:
First add a custom class to the row: http://screencast.com/t/3mADQrcKmz8
And then use this css to target it:
.customborder{
border:1px solid black;
}
Thank you!
Hello,
Unfortunately the theme has no such option. It will have to be custom made. You can edit this file and add your custom code to it: http://screencast.com/t/IfT7CC9zpv3I
Unfortunately I cannot provide an easy solution for it. Sorry.
Thank you!