Hi,
If you re-write css, you need to add the !important declaration. Please use your code like so:
.td-main-page-wrap {
padding-top: 0!important;
}
.td-main-content-wrap {
padding-bottom: 0!important;
}
Thank you!
Hi,
Please follow this topic to see how to adapt the code to modules as well: https://forum.tagdiv.com/topic/how-to-insert-ads-between-posts-on-the-main-categories-and-in-the-archives/
Thanks.
Hello,
There is no setting in the theme for this but you can use a custom css to do it:
.td-logo-text-container .td-logo-text{
font-size: 30px!important;
}
Add the code in the theme panel->custom css box
Thank you!
Hello,
The option should be there by default. Please make sure you have all of the options checked in screen otions (top of the screen)
if the mega-menu option does not come up, please disable all pl;ugins exceopt visual composer, clear cache and reset cdn files if you use it. Also if you use a child theme try switching to the main theme.
Also try to remove any custom modifications you might have in place.
If all else fails, maybe the theme did not install properly so try to reinstall it using this guide: https://forum.tagdiv.com/install-via-ftp/
Let us know how it goes.
Thank you!
Hi,
Thank you for sharing your implementation method.
1) The action that the button does is added by the code you implement. If your code simply leads to the page, then that is what it will do. If you want it to perform some other action, you must add it into the code.
2) The spacing can be adjusted with css.
3) In the same file you will find the article bottom sharing options that resemble the first code. you just have to scroll a bit further down.
Thank you!
Hello,
Visual composer was adapted to work with our theme, Yes. That is why we provide it and recommend using only the version we provide.
If you want to decrease the padding between elements, you can use the browser inspector and remove them with css as there is no setting for this.
Thank you!
Hi,
Please provide a link to your site so we can inspect it.
Thank you!
Hello,
Please provide a link to your homepage so we can inspect it and see what went wrong.
Thank you!
Hello,
This is just the 1.0 version of the mobile theme. It will have more options in the future. This primary version is the testing version so we can see if it caches on and if users like/use it. if it will grow in popularity, it will certainly be improved and updated.
Thank you!
Hello,
Please try to disable all plugins except visual composer, clear cache and reset cdn files. If this issue is caused by wordfence(known issue) please set the firewall for it in learning mode.
Also, please update your theme to the latest version (7.1.1) as there was an issue with the theme settings that was fixed.
Let us know how it goes.
Thank you!
Hi,
It’s the translation settings here: http://screencast.com/t/hK1k6JSB access the menu I pointed out and scroll a bit down until you see the ‘trending now’ text in the left column.
Thank you!
Hello,
You have to place the entire URL in those fields including the https:// part like so: http://screencast.com/t/gvVO1qygNj0Q
Thank you!
Hello,
The header area dn the footer will go into boxed mode if a background image or color is set. If you want them to be full width, you need to remove the background.
Thank you!
Hi,
Please try to disable all plugins except visual composer, clear cache and reset cdn files. This could be a plugin conflict. If you still have trouble with this after you disable plugins and clear cache, please send us an email at contact@tagdiv.com and provide wp-admin so we can inspect this issue. Also include a link to this topic so we can identify you.
Thank you!
Hello,
The menu on the right of the block title is an ajax filter. It can be added or removed from the ajax filter in block settings: http://screencast.com/t/ReXESPm1Au
Thank you!
Hello,
Here is a list of tested and recommended plugins for our theme: http://screencast.com/t/U8Rrz6rC
Buddypress and bbpress are tested and working with our theme.
Thank you!
Hello,
This happens because of the mobile theme. Every page has to be created again for mobile as well. There is a second editor in the back-end for pages called a mobile editor. if this is empty and no content added inside it, then there will be nothing to display on mobile. Please follow this link to learn more about the mobile theme: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello,
This is actually a wordpress trick. You can add the time in the custom date setting like so: F j, Y, g:i A : http://screencast.com/t/vkDY3VK2o and now you will have something like this: http://screencast.com/t/xbt8qgRy7k6s
Hope this helps.
Thank you!
Hi,
Yes that is the default behavior of the theme. If a review is detected it will mark that article as a reviewed article. I cannot say that for plugins i;m afraid as we have not tested any review plugins.
Thank you!
Hello,
The theme has no statistics settings. You will have to find a plugin for it but I cannot recommend one as we have not tested any. Try a few of them out and see which one works out for you.
Thank you!
Hello Todd,
Since your request is to implement your older posts from a different platform into wordpress, I think the WP forums should be the ones to make your request on. The theme has no such option and this cannot be done from the theme files as well.
maybe a few of these online resourcess will help:
https://www.smashingmagazine.com/2013/05/migrate-existing-website-to-wordpress/
https://premium.wpmudev.org/blog/move-any-site-to-wordpress/
https://webdevstudios.com/2015/02/19/10-things-i-learned-migrating-websites-to-wordpress/
Thank you!
Hi,
I have checked your site but the ad seems to be fine: http://screencast.com/t/BIUgDp57Dk
The ad is not shrinking. It will shrink however if you add it inside the content besides the sidebar as the content is only 696px wide.
Thank you!
Replied in the other topic.
Please do not post the same request in multiple topics as we answer all messages. The proper way to ask us something is to create your own topic.
Thank you!
Hi,
The height of the row cannot be changed from the settings, but it can be done with custom css. Please add an extra class to the row in visuak composer and then use the class to set the min-height like so:
.mycustomclass{
min-height: 73.1754vh!important;
}
The value from the code is the default value that visual composer sets to the row. Lower this value to reduce the height of the container
Thank you!
Hello,
Unfortunately for posts, you can only add the revolution slider inside the post content. What you require is adding it above the post content. Unfortunately that cannot be done from the theme settings. You will have to edit the theme files and add your content above the main content area. You can edit the theme files and place your slider with a do_shortcode function like so: http://screencast.com/t/MwXbxox9
Every post style has it;s own file.
You can use this function: https://developer.wordpress.org/reference/functions/do_shortcode/ and add the rev slider shortcode inside it.
<?php echo do_shortcode('YOUR SHORTCODE HERE');?>
Hope this helps.
Thank you!