Hello,
Please use this code:
.td-main-page-wrap{
padding-top: 0!important;
}
This css will affect ALL pages so you must be careful on the other pages to what element you have on top asw not all pages have the same grid on top of them so maybe you do not want it to affect all p[ages. In that case you will need the page id;s where you want the code to apply to. You cna get a page id like so: http://screencast.com/t/xSGmFLnTj
Thanks.
Hi,
In that case you should stop looking for it as it has been disabled by our theme. Our theme only uses the back-end editor. The front-end was disabled as it did not work well with our theme modules and blocks.
Sorry for the inconvenience.
Hello,
This is because they do not originate from the theme. Please provide a link to your site and I will provide the proper css code to change the colors.
Thank you!
hello,
I’m not sure if this is what you mean but here is where the code is found in our theme:
http://screencast.com/t/uhPNSfir and http://screencast.com/t/11PyJdAwwGS
Thank you!
Hello,
Those are not dividers. Those are the block titles style. Each demo has it’s own unique style. If you add a block title in the news magazine demo, the title will show up with an underline…the divider you mention.
If you want to get that style you will have to install the news magazine demo
Thank you!
Hello,
Please make sure you update your theme to the latest version: https://forum.tagdiv.com/how-to-update-the-theme-2/ and most important update your visual composer plugin: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!
Hello,
Sorry for the misunderstanding. There are discrepancies, yes. I added them on our buglist and we will fix the sizes for the next theme update. The correct size is 140 x 48px
Thank you!
Hello,
It’s the latest visual composer update, not the theme update that changed the css for the elements.
Please use this code:
.wpb_text_column:last-child, .wpb_text_column p:last-child{
margin-bottom: 0!important;
}
As for the icons, please use font awesome 4 menus to insert icons inside the menu items.
Thank you!
Hi,
The hover and active colors depend on the header style that you use as well as the demo you have installed. Different header styles provide different results: https://forum.tagdiv.com/header-styles/
Thanks.
Hello Kingsley,
This seems like a caching issue to me. Please use wp super cache and these settings: https://forum.tagdiv.com/cache-plugin-install-and-configure/
If you use a cdn server we recommend cludflare and only these settings: https://forum.tagdiv.com/cloudflare-cdn/
There is also a trend now for hosting companies to provide caching for all users from the server side. Please also contact your host and have them disable any caching from the host.
Let us know how it goes.
Thanks.
Hi,
Sorry but the plugin is not tested so I cannot provide any official solution. You can try to use the shortcode implementation. It most definitely has a shortcode you can insert inside a raw html or simply inside a text box in visual composer. Please check with the plugin documentation to get the shortcode implementation method.
Thank you!
Hi,
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this topic so we can identify you.
Thank you!
Hi,
Well posts also render shortcodes and the page builder works with shoptcodes.
Here is the shortcode for the news ticker:
[td_block_trending_now tdc_css=""]
Add it inside your post content in text mode
Thanks.
Hi,
You will have to provide more details than that. What code? what is it supposed to do? Did you implement it again in the head section exactly as it was in the previous update? You probably updated the theme and forgot to put the code back ion the head section. The theme files get replaced when updating so any at all altering of the theme files will be lost.
Thank you!
Hello,
Please provide more details to how you are implementing the featured posts on the homepage. There is only 1 element that will use the featured image as a background on pages and that is the homepage post element. You can use any other block instead of the homepage post and there will no longer be any background. Please use this guide: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello,
The font size could be the same but just the browser interpreting them differently on a macbook or pc. Our theme uses the screen size to adjust fonts . A macbook and pc have the same screensize (above 1141px) http://screencast.com/t/L5ZEi4eXcN
There are no different fonts for specific devices. Just for devices above 1141 pixels or below that value.
Thank you!
This is a wordpress class that is used to create the wp_term object: https://developer.wordpress.org/reference/classes/wp_term/
Thanks.
Hi,
If you are using the single image element in the sidebar, then you can change the image siuze from the element settings: http://screencast.com/t/QkydFaQGxm
Thank you!
Well if you are adding the tablepress as a visual composer element inside a row, you can simply access the row settings and control the exact margins and padding to each block. You can try negative values to compensate for the theme css. Please check the design options tab on each element/row
Thank you!
The template depends on the post style that you use. Each post style has 2 files that correspond to them: http://screencast.com/t/EvSIBnC9EMM
Thanks.
Hi,
If you want no margin on your ad at all, you can use this code in the theme panel-> custom css box:
.td-header-style-6 .td-header-rec-wrap .td-a-rec-id-header > div{
margin-bottom:0!important;
margin-top:0!important;
}
Thank you!
Hello,
This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hello,
This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
If you still cannot get the default sidebar to work, please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this topic so we can identify you.
Thank you!
Hi,
Please test this on a wp default theme also to test it out. It is not the theme. It is just a standard wordpress setting. You can use plugins to remove it if you want to, but the theme does not add or remove the admin bar.
Thank you!
1. Well there are 2 links one is the small category tag and the other is the image. and title which lead to the same post. It is up to the user where he clicks. The tag is a tag, the image is an image. I;m not sure what to suggest.
2. The category tag can be removed from the theme panel for each module in particular: http://screencast.com/t/KXr9IVQGn
Thank you!