Hi
The theme seems to be missing the main css file, and can be caused by some plugin that overwrite the theme css or the file got corrupted during the ftp transfer, you cab try to re-upload the theme or try to deactivate all plugins except Visual Composer, clear the cache, purge the cdn file if you’re using and test again. If the problem doesn’t solved please provide a link so we can inspect it closer.
Thanks!
Hi
The mega menu from here http://www.afroniquelyu.com/ it’s made with Newspaper theme that display subcategories in mega menu and for Newsmag the subcategories are displayed at the button of the mega menu
http://screencast.com/t/e2Y3EprEp9Ur
Thanks!
Hi
You can hide the header on a specific page with custom css in theme panel > custom css, targeting the page id and header warp classes like here:
.page-id-39 .td-header-wrap{
display:none!important;
}
To get the page id follow this link: http://screencast.com/t/QBfG7dPXeco
Thanks!
Hi
This site appear in the code because contains schemes for structured data on the internet, and have an important role for SEO (and it’s recommandet by google), technically help the search engines to understand your content and display it in useful way. You can find more details here: http://schema.org/docs/gs.html Also you can remove it from the code but notice that you need to add manually all meta properties for the elements from your site.
Thanks!
Hi
Usually saving settings or updating post should be done really quick, so it’s possible to have an internal problem on your side. Try to deactivate all plugins except Visual Composer and test again, if the problem persist try to find a better host because the theme should work with the same speed of other theme’s on back-end.
Thanks!
Hi
You need to edit td_panel_ads.php file and add your custom ad size like here: http://screencast.com/t/kY4P8WzCfQdt
array('text' => '120 x 280' , 'val' => '120 x 280'),
But we highly recommend to use the dimension from theme panel because are standards from google http://screencast.com/t/54PYnyYs
Thanks!
Hi
Thanks @Chris for the answer in advance!
@varunrupal the speed booster plugin was designed to increase the website loading speed by moving the css and js files to the bottom of the page, as it’s explained here: https://forum.tagdiv.com/page-speed-guide/ Notice that some plugins may cause issues when you try to move their resources at the page bottom and to avoid conflicts we created a list with plugins that work fine with Speed Booster and if you add a plugin that is not on that list
the Speed Booster will disable automatically.
Thanks!
Hi
1. Unfortunately we cannot offer custom work and support for other premium plugins as we work hard on the development, updates, fixes and support.
2. You need to disable the mega menu like here: http://screencast.com/t/Fn6XDkPHU Or you want to hide the main menu?
Thanks!
Hi
Try this custom css in theme panel > custom css:
.page-nav-post{
margin-left: auto;
margin-right: auto;
display: table;
}
The result should be like here http://screencast.com/t/hEu9ss3JL8a
Hi
Please check this topic https://forum.tagdiv.com/topic/speed-booster-in-conflict-with-acf/ We will test the speed booster plugin with disqus plugin
Thanks!
Hi
We will fix this issue in the next update, sorry for the inconvenience and thanks for reporting this
Hi
You can display related article based by tags, http://screencast.com/t/fv6cGcxS0I3 but the theme doesn’t have an option to filter by latest, or add another section of related articles with another filter on it. To implement that feature requires custom work and for now we can’t provide it as we work hard on the development, updates, fixes and support.
Thanks!
Hi
We know about that issue and I added on our list, we will try to fix it in the next updates. Sorry for inconvenience!
Hi
You can sort the authors after id: http://screencast.com/t/zGCcdhhf To get the author id check this link: http://screencast.com/t/lkeE1lLw3
Thanks!
Hi,
Please check the error.log file, you can find it usually via FTP or C-Panel. If you don’t know what to look for, send us a copy at contact@tagdiv.com and a link to this topic, and we will look into it meanwhile try to disable all plugins and test again.
Thanks!
Hi,
Please check the error.log file, you can find it usually via FTP or C-Panel. If you don’t know what to look for, send us a copy at contact@tagdiv.com and a link to this topic, and we will look into it meanwhile try to disable all plugins and test again.
Thanks!
Hi
Please add this css in theme panel > custom css:
.td_module_8.td_module_wrap{
border-bottom: 0px;
}
Thanks!
Hi
We added that issue on our list and we will fix it as soon as possible.
Sorry for inconvenience!
Hi
It possible to have a plugin that redirect you on the first page every time you want to navigate to another, so you can try deactivate all except Visual Composer clear the cache and test again also you can try to regenerate your htaccses like so http://screencast.com/t/rQkmLsLNlpz3
Thanks!
Hi
OK tanks please let us know!
Hi
Please check our documentation about how can make a modal image: https://forum.tagdiv.com/modal-window/ And if you have older post you have an option in theme panel to force the modal image appear on every post: http://screencast.com/t/3yUPjQYZxtbJ
Thanks!
Hi
Make sure you have the WordPress updated at the last version (4.2.2) also try to clear the cache, deactivate all plugins except Visual Composer and try again. You can also check permissions https://codex.wordpress.org/Changing_File_Permissions
If the problem doesn’t solve please send an email at contact@tagdiv.com with login details and we will inspect this issue, also include a link to this topic so we know who you are.
Thanks!
Hi
You can use the child theme in that case and you can find the documentation here: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi
If you want the same color on the mobile version you can use custom css but notice that you need to change the color of the mobile menu and the search button, because will not be visible.
@media (max-width: 767px){}
.td-header-wrap .td-header-main-menu{
background-color: white !important;
}
}
@media (max-width: 767px){
#td-top-mobile-toggle i{
color: #0A0A0A;
}
}
@media (max-width: 767px){
.header-search-wrap .td-icon-search {
color: #000 !important;
}
Please post your issue on Newspaper forum https://forum.tagdiv.com/forum/newspaper/
Thanks!
Hi
Try to add after css rules !important and test again or send your site url so we can test it.
The big grid was designed to work with 4 small thumbs how it work and looks now and to change it you will need additional customization and testing and adjusting to make it look right on all devices and screens width.
This is not easy and you will need custom work for this, if you don’t know how to do it yourself we advise you to get a freelancer to do it for you. You can find one on site’s like: studio.envato.com
We also plan to add in next theme’s versions more type of grids so you can wait until then.
Thanks!