Hi,
Unfortunately we have not tested Google’s tag manager so we cannot provide any insight into it as we have no idea of it’s functionality. Please make sure you implement it according to google’s instructions. Alternatively, try to implement your ads with the adrotate plugin and add the adrotate shortcode in the theme ad spots. I cannot say for sure if it will work but you could give it a shot. Sorry for not having a better answer for you.
Thank you!
Hi,
Please follow this topic to see how it can be done: https://forum.tagdiv.com/topic/how-to-change-the-single-post-pagination/
Pleas note that coding skills will be required as the re is no setting for this in the theme panel so it will have to be made custom.
Thank you!
Hi,
If the option worked previously, it should also work again. Please make sure you clear all of the cache whether it’s the browser, a caching plugin, a cdn server or the hosting.
If the sub-footer still won;t show up, try to disable all plugins except visual composer and clear all caches again.
Thank you!
Hi,
you can re-create that layout if you use a page mega-menu. Simply create your menu layout inside a page in visual composer and then you can set your page inside the menu: https://forum.tagdiv.com/page-menu/
Thank you!
Hi,
When a block does not show up at all, it means that you filtered some categories that have no posts. If a block has nothing to display, it will not show up at all. Please check your block settings and change the filter for posts.
Thank you!
Hi,
Unfortunately we have no easy solution to provide as visual composer was not tested on posts. We only recommend using it on pages: https://forum.tagdiv.com/how-to-use-visual-composer/ as this is the intended way of using it.
Thank you!
Hi,
The block title hover color is set by the thme accent color. The title text color however can be changed for every block from block settings: https://forum.tagdiv.com/block-settings-guide/ or from the thme panel for all headers: http://screencast.com/t/U4XnCYqHqJlB
I hope this helps.
Thanks.
Hi,
This is the way our theme handles all big grids. There is a scroll bar on desktop, but on mobiles you are able to swipe the content left and right as a slider. All our theme is already responsive. If you do not like the design, unfortunately there is no alternative setting. you will have to make it custom or hire a developer to do it for you.
Thank you!
Hi,
The video demo has a cutom css set to the row in visual composer. You can use the row’s design options for this from the row settings: http://screencast.com/t/HJfg5kqVEPEA You can also add a cutom class to the row and target it with css to apply a top padding like on our demo.
You can change the block titles colors from the theme colors section: http://screencast.com/t/L15Qo19sNl
As for the SAY WHAT demo, the padding is removed with custom css.
Please note that every demo has it’s own custom style to it and most of the times these are added with custom code. They cannot be done with the theme settings by default. Every demo is custom made and unique in it’s own way.
Thank you!
Hi,
The author and date are added on the post itself and then grabbed by the other theme elements. If you want to hide it from a certain place, please provide more details to where you want the date removed from.
If a category page is what you are after, you can use this code to remove the author and date from all category pages:
.category .td-module-meta-info{
display:none!important;
}
Thank you!
Hi,
The category tag is black by default and the hover color is the theme accent color. If you want to change the color from black to something else please follow this topic:
https://forum.tagdiv.com/topic/change-category-colour/
Thank you!
Hi,
The oembed is a default wordpress function and it does not come from the theme. unfortunately we have no advice to give on wordpress feature customization. You will have to search through wordpress’ forums or other online resourcess such as: https://www.sitepoint.com/customizing-wordpress-oembed-content/
I hope this helps.
Thanks.
Hi,
For the icons, please remove any custom css you might have in place as the header css has been changed a bit and a h1 tag was added to the logo for seo purposes.
As for the social counter, you have not updated it. Please make sure you update your plugin by removing you currently installed one (disable and delete files) and install the new version from here: http://screencast.com/t/SZshTPHj
Thank you!
Hi,
That is simply a caching issue from the browser cache, a plugin, cdn or hosting cache. Please make sure you clear caches and it goes away.
If it resolved by itself it means the cache has been reset.
Thank you!
Hi,
Please make sure you read this guide to learn about how the mobile theme works: https://forum.tagdiv.com/the-mobile-theme/
If you still have issues with this please provide more details so we can understand how to help.
Thank you!
Hi,
1. I have checked your site but could not find any issues with the word mentioned: http://screencast.com/t/8pCj7fD9 please provide an example post where we can see the issue
2. Please use this guide if you have poor quality thumbs: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you!
Hi,
This is a wordpress issue, not theme related. nay number you insert in the url will result in the same page being loaded instead of a 404. Try to change the large number to anything you want. even 0 counts. This only applies if your page has no pagination though. You can find many online resources on the subject like for example: http://www.shoutmeloud.com/wordpress-duplicate-content-problems-fixes.html
I hope this helps.
Thank you!
Hi,
You can change the font for the big grids from the fonts section here: http://screencast.com/t/C7an1ddN
Thanks.
Hi,
If you want to add your own custom block coding skills are required. You can use the theme api system: https://forum.tagdiv.com/td_api_blockadd/
As for the difference between the 2 themes:
Both themes share the same core so their functionality and performances are similar. The main differences are in design/appearances and the content area width which slightly differs from one theme to another. Newspaper’s grid width is 1068px while Newsmag’s width is 1021px and the newsmag’s theme grid has been designed to support the borders you notice between sections of a page:http://screencast.com/t/pNkgzN1Kn8Y5
Other differences are also appear regarding features, some of the blocks are present on one and missing on the other, for example you could check the Features menu items from each theme live demo and see blocks, modules, post templates… are present in each theme and the design differences – http://screencast.com/t/p87JJpieJd
Also you can check the documentation for each theme, other features that may not be presented on the live demo(for example header templates) – https://forum.tagdiv.com/wordpress-information/ – https://forum.tagdiv.com/newsmag-newsmag-documentation/
You can check on our live demo all the Big Grid blocks available – http://demo.tagdiv.com/newspaper/big-grid-1/
If you want to customize one of them or even create a new block you will need custom work and unfortunately the time doesn’t allow us to provide any type of custom services you will need to hire a professional developer.
Thank you!
Hi,
If you use the mobile theme please keep in mind that the mobile theme does not use visual composer. You have to create mobile versions of the pages in the second editor. You can read more on this here: https://forum.tagdiv.com/the-mobile-theme/
If you do not use the mobile theme, then please provide a link so we can inspect your site.
Thank you!
Hi,
I will pass this information onto our development team and hopefully we can add this in a future update.
Thank you for your suggestion!
Hi,
If you want to create a custom post template you can use the theme api system: https://forum.tagdiv.com/api-single-template-introduction/ Please note that this will require coding knowledge though.
Thanks.
Hi,
The number of posts displayed on the category page is determined by the worrdpress settings. Please change this setting to the number you want: http://screencast.com/t/2ksLakdz
Thank you!
Hi,
Please read this guide on the mobile theme to learn how the top block sorts posts: https://forum.tagdiv.com/the-mobile-theme/
It uses the featured posts sorting so if you have old posts in the featured category, it will show those.
Thank you!
Hi,
Maybe this will help: https://forum.tagdiv.com/facebook-share/
Thank you!