Hi,
I see you have the block sort random posts. Please change this sorting to latest and that should do it. Please follow this guide to learn more about block setting: https://forum.tagdiv.com/block-settings-tutorial/
Thank you!
Hi,
Unfortunately there is no setting for this so it has to be made custom. You can add conditions to the code if you have the proper skills here: http://screencast.com/t/xzy7j5pSR8 – http://screencast.com/t/BTkvDxhhwer7
Thank you!
Hi,
Sorry about that, I have not tested the code on sub-menus. If your menu item has a dropdown, you need to use the code like so :
.menu-item-362 .sf-with-ul{
color:red!important;
{
Thanks.
Hi,
Please make sure you use the latest theme version and the update is done properly. Try to reinstall the theme by following this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
If the problem is still there after the update/reinstall please disable all plugins except visual composer, clear cache and reset cdn files.
Then try your theme panel again.
Let us know how it goes.
Thanks.
Hi,
That means you have a plugin conflict. In this case you must disable all plugins except visual composer again and then re-activate the plugins one by one and test your smrtlist after each one you activate so you can figure out which one causes the issue. When you identify the one that conflicts, you must remove/replace it with another that does not create problems. Unfortunately not all plugins are compatible with premium themes.
Thank you!
Hi,
The comment count can be removed with this code:
.td_block_16 .td-module-comments{
display:none!important;
}
Thank you!
Hi,
Upon further investigation into this matter we found that this is a problem that can be solved by a setting on your host.
Please contact your host and make sure that php multibyte module is installed and activated – http://php.net/manual/en/mbstring.installation.php
Let us know how it goes!
Thanks!
Hi,
The color is set on the anchor tag so you should use this code:
.menu-item-362 a{
color:#FFF!important;
{
Thank you!
Hi,
Unfortunately our theme has no archiving options so you can maybe find a plugin that does this. I cannot recommend one though as we have not tested any such plugin.
Thank you!
Hi,
Our theme already has such a section. It’s called a sub-title. It can be added here for each article: http://screencast.com/t/cbzKRbe71e This is the theme’s designated spot for adding a edscription above the featured image.
example: http://screencast.com/t/5dzVb2roZt
Thank you!
hi,
There is no setting for this in the theme panel, but you can remove it with a bit of css. Please ad this code in the theme panel->custom css section:
.sf-menu .td-icon-menu-down{
display:none!important;
}
Thank you!
Hi,
If your 2 websites are different projects, then you will need to buy another license as the standard envato license specifies you can only use the theme on one end product: http://themeforest.net/licenses/standard
Thank you!
Hi,
The code removes the entire container. If you want to keep the container itslef and the padding for it, pleawse use this code:
.home .td-post-author-name, .home .td-post-date {
display:none!important;
}
Thank you!
Hi,
Unfortunately blocks cannot detect the post category. Blocks can be filtered from block settings and added to the sidebar from the widgets area but there is no option to detect the current post and grab the category as a post filter. This is done by the related articles section but that element was created that way. Other blocks do not have this option unfortunately.
Thank you!
Hi,
Unfortunately if the theme files were replaced, it could mean your wp install got infected and the code gets added again from wp. Please try to switch to a wp default theme and see if the code gets injected in that one as well. I assume it will. Our theme was tested and there are no other vulnerability issues except for the ones form wordpress.
Thank you!
Hi,
Do you use the latest version of the theme? If not, please update using this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
If the problem persists after the update, please provide a link so we can inspect it.
Thank you!
Hi,
The arrow list is the only shortcode available for lists at the moment. There are no other styles implemented. if there were, they would be on the dropdown. We try to keep our theme as much as we can without custom coding requirements so every option that will be added will have a selector or dropdown so the user will not have to handle code at all.
Thank you!
Hi John,
I will add this request to our list and pass this information on to our development team. If they decide to implement such a feature then it will get done in a future version.
Thank you!
Hi,
this issue is caused by the css you added to change the logo width. This css no longer applies to the homepage in newspaper 7 as the logo css was changed.
please use this code instead if you wish to change the logo dimentions:
.td-header-sp-logo img {
width:150px!important;
}
Thank you!
Hi,
Please contact your host and make sure that php multibyte module is installed and activated – http://php.net/manual/en/mbstring.installation.php
Let us know how it goes!
Thanks!
Hi,
Please provide a link to your homepage so we can inspect it.
Thank you!
Hi,
We are aware that instgram has lots of users but this does not mean all users will require the new icon just because instagram changed theirs. Most of those users hate the new icon anyway :). I will pass this information on to our development team and they will decide when it gets done. It’s all I can do for now.
Thank you!
Hi,
Well it;s not there anymore but that shortcode comes from a social counter element added to your site and the social counter plugin disabled. If you want to remove it, please remove the social counter element or if you want to keep it, please activate the social counter plugin.
Thank you!
Hi,
The code you use is a standard visual composer block. You can create a block on a dummy page and sort it the way you want from block settings: https://forum.tagdiv.com/block-settings-tutorial/ and then replace your shortcode with the one from the new sorted block.
I hope this helps.
Thanks.
Hi,
Please use this code and only change the number corresponding for your menu item:
.menu-item-4468{
background-color:red;
}
I hope this helps.
Thanks.