Hi,
You have a channel and not an user page. Please add you channel there – channel/UC_41AYkzk0FWKVR4US1x11Q
Thanks!
Hi,
Here you can find the date function used on modules if you want to modify it – https://www.screencast.com/t/zncWgxjy64 – https://www.screencast.com/t/cWbDMlRw3Z
Thanks!
Hi,
Tagdiv blocks can be used only on pages. Visual Composer pagebuilder cannot be used on category page.
On your categories you can set the module to display articles, please check the docs – https://forum.tagdiv.com/how-category-settings-work/
Thanks!
Hi,
In case that your thumbnails are not properly generated, please make sure GD Library is installed and enabled on your server – http://php.net/manual/en/book.image.php
If you use CDN please disable it and also the other plugins except Visual Composer and regenerate your thumbs again.
Also provide a link to your site so we can take a look.
Thanks!
Hi,
You can try this custom css in Theme Panel > Custom Css:
.home .td-module-meta-info {
display: none
}
Thanks!
Hi,
On full grids the image is set as a background. It is not cropped but it is positioned using css – https://www.screencast.com/t/m3o289wVHHu
You can change background position, for example center top if you’d like more – https://www.screencast.com/t/FyLMR3QPeNB It will be applied only on Big Grid Full 1.
.td_block_big_grid_fl_1 .td-thumb-css {
background-position: center top;
}
Hope it helps!
Hi,
We have over 20 demos and we will add more, also we have added some 17 predefined block header templates in panel and new full Big Grids. We periodically add new features and improvements.
Thanks!
Replied via email!
Hi,
Roboto is one of the default fonts, loaded and used by the theme.
Even if you stop loading it, the font still exits in theme’s stylesheet.
Please check – https://www.screencast.com/t/UpOzg6SmUybm – https://www.screencast.com/t/gd8iEQUd
You can read here more why we have these fonts loaded(the tutorial is from Newspaper, but it is apply the same for Newsmag) – https://forum.tagdiv.com/font-customization/
Thanks!
Hi,
The theme doesn’t have an option for this and practically it is not related to the theme. You may try to use a hook or a plugin and remove the image title, but you said above you don’t want to remove it.
You can try css code for post content images and featured image and see if it helps:
.td-post-featured-image img, .td-post-content img {
pointer-events: none;
}
I have tested this and it works properly on my side even if tag’s name starts with a lowercase – https://www.screencast.com/t/RET8v4lFlYDm
Also you get some js errors in browser console – https://www.screencast.com/t/hTuBmXo2eRy
Please verify it without any plugins active except Visual Composer, clear all your caches and disable any css/js minification.
Thanks!
Hi,
Please switch to a default wordpress theme and see if the issue is still there.
Also you can send an email at contact@tagdiv.com and provide wp-admin and ftp access so we can take a look, but please note that we will disable all your plugins to verify it.
If the issue appears also using a wp default theme, then it is related to your wordpress configuration.
Thanks!
Hi,
Please clear all your caches and check again.
If it still doesn’t work please deactivate all your plugins except Visual Composer, clear your caches and see how it goes. If it works when you are logged in, I suspect it is a caching issue.
Thanks!
Hi,
Please send an email at contact@tagdiv.com and provide wp-admin access so we can take a closer look. Leave your social counter element configured so we can try to generate token key.
Also paste a link to this topic so we can identify you.
Thanks!
Hi,
Please deactivate all your plugins except Visual Composer, change to default permalink structure and check again if the issue persist.
Also please make sure you have not added any custom modifications to the htaccess file.
The theme doesn’t control permalinks, wordpress does this.
Thanks!
Hi,
This is related to your custom modification as you have removed datepublished meta – https://www.screencast.com/t/CkbI9IFf – http://schema.org/Article
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css:
.td-travel .td-travel-header:after {
opacity: 0;
}
Thanks!
Hi,
Unfortunately there is no option to change the categories order, you will need custom modifications for this.
I suggest to try this plugin Category Order and Taxonomy Terms Order as I saw that many users use it to change the categories order.
Thanks!
Hi,
If you use Pagebuilder with title template you will have breadcrumbs on your page – https://forum.tagdiv.com/page-templates-2/
Thanks!
Hi,
The theme has a filter option by post ids, but using it all the grid will be static. Please check block settings tutorial – https://forum.tagdiv.com/block-settings-tutorial/
Thanks!
Hi,
We did not tested any similar plugins, so I cannot make a recommendation, but maybe other users from tagdiv community can help.
Thanks!
Hi,
Please provide more details, as I’m not sure what you mean.
Also please make sure you have updated the theme properly and all the files were uploaded properly and check it without any plugins active except Visual Composer.
Thanks!