Hello,
In order for the plugin settings to apply, you need to implement the youtube videos through the plugin, not through the visual composer element. Simply follow the plugin instructions and if they do not work, it means the plugin could be conflicting with our theme in which case you need to find another one that works properly as not all plugins are compatible with premium themes. Unfortunately we cannot make any recommendations as we have not tested any youtube plugins.
Thank you!
Hi,
Unfortunately this will be no easy task. There is no option in the theme for it and changing the code will be a challenge as there are different category templates and big grids and it will require quite a bit of customization to work properly. We recommend hiring a freelancer to help out on this as we cannot provide an easy solution for it.
Thank you!
Hello,
I inspected the post you provided but I could not find any text after the ad: http://screencast.com/t/pbZA9V9BtNgU
It seems to display properly.
Let us know if your require further assistance.
Thank you!
Hello,
breadcrumbs will only appear in the page builder+page title template if you use visual composer elements: http://screencast.com/t/IH92J2VAGRSb
It will appear in the other templates as well but only if there is no visual composer element on the page.
Thank you!
Hi,
In order to have the main menu full with, you need to remove the background color or background image from the theme panel because the site will switch to a boxed version if any of these 2 options are added. (use only the css background)
You can use css to add the background image to the header but for this you need to specify which header style you use so I can provide the proper css code.
Thank you!
Hi,
Unfortunately the content background cannot be changed from the theme panel. The main content area has different containers for pages and for posts. you can use a custom css to do it but it will not work properly on some post templates.
You can try it out like so:
.td-main-content-wrap, .post{
background-color:red!important
}
Some post templates however will not get the background as they use different classes. You cna use your browser inspector to see them and add the classes to the code.
I hope this helps.
Thanks.
Hello,
These options are available in the theme panel:
http://screencast.com/t/8jBhNywBzCI
The code you tried via css does not apply because you use header style 7 not 9
The main menu does not get the color from the theme panel as it;s a plugin (mega menu) and it has a custom class different from the one our theme uses.
You can use this css if you want to change it’s color:
#mega-menu-wrap-header-menu{
background:transparent!important
}
Thank you!
Hello,
Please provide other screenshots as the ones you posted are not working. Also provide a link to your website so we can inspect it for errors.
Thank you!
Hello,
This is the default behavior of header style 1. If you access our live demo you will see that it displays the same. http://demo.tagdiv.com/newspaper/ – http://screencast.com/t/fuV9YVFy
If you want to reduce this space, you can do it with css:
.td-header-style-1 .td-header-sp-recs{
margin: 18px 0 9px 0!important;
}
Thank you!
Hello,
Unfortunately this error could come from a big number of problems. I believe it happens due to a server configuration which is not responding, it could be due to a delay or it could also be a temporary issue so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this. Also make sure that your permission for the upload folder are set correct. You can check this by trying to upload an image in media library. If the process succeeds then the permission are ok. If not you can use the c-panel to change permissions (set them to 777) or if you do not have access to the cpanel, please contact your hosting provider.
Also make sure you meet the requirements for newspaper: https://forum.tagdiv.com/requirements-for-newspaper/
If you still cannot install the demo, please send an email at contact@tagdiv.com and provide wp-admin so we can take a look. Please also provide a link to this topic.
Thank you!
Hello,
You need to install the seo yoast plugin and select the OG tag for images. Please follow this guide on facebook sharing from our documentation: https://forum.tagdiv.com/facebook-share/
Thank you!
Hi,
This issue is dues to the fact that your site’s body tag does not get the theme classes anymore. Please revert your modification or remove the plugin that causes this and your background will display again.
example:
default: http://screencast.com/t/Qnc6MyYiH
your site: http://screencast.com/t/Qnc6MyYiH
Please try to disable all your plugins except visual composer, clear cache and check again.
Let us know how it goes.
Thanks.
Hello,
If you want to change the font-damily on a masonry grid hover, you can only do it with css like so:
.vc_grid-item-mini:hover p, .vc_grid-item-mini:hover h4 {
font-family:comic-sans;
}
If this is not what you mean, please provide more details so I can better understand the request.
Thank you!
Please provide more details as to where you want the caption to show. On posts or on pages (visual composer blocks as they are 2 very different things) or on category archives.
Thank you!
Hello,
You can load the translation from here: http://screencast.com/t/0jNP6pdz or if you require the actual files for the translation, please make a request for them via email at contact@tagdiv.com
Thank you!
Hello,
Every field in our theme is ‘customizable’. You can find those blocks in the sidebar section : http://screencast.com/t/0HOwMtqJX
Thank you!
Hi
Glad you managed to solve it. If other cludlfare settings make trouble for you, we have a guide on this topic here: https://forum.tagdiv.com/cloudflare-cdn/
Thank you!
Hello,
Unfortunately this is the case with all premium themes. Not all plugins are compatible. Plugins are created on wordpress default themes but premium themes are custom theme. That means the code is not the same as the WP default ones. Plugins sometimes cannot detect custom elements and come in conflict with the theme code so they create compatibility issues. In this case you need top remove/replace the plugin causing issues.
Thank you!
Hi,
The default WordPress comments are positioned below the reviews in our theme: http://screencast.com/t/v9WsBftmqteK, but you are not using the default comments on your site, but rather the facebook comments. Please check your implementation of the facebook comment widget.
Thank you!
Hi,
You can try the code like so
.category .page-nav{
display:none!important;
}
It should work properly. (the !important tag work miracles in overwriting css)
Thank you
Hi,
You can add the code in the theme panel->custom css box and it will apply to the whole site.
Thank you!
Hello,
Header style 9 uses the full image. Please make sure you select the full size from here: http://screencast.com/t/oO79S1mr2ToN
This option is missed easily.
Thank you!
Hello,
You can manually add the tag to the links of the social icons from here: http://screencast.com/t/x4StTwRvjRL
Thank you!
Hello,
a – you only need to pick another effect from the theme panel. Please use it like so:
http://screencast.com/t/OakvyDse
b- you can add the code in the theme panel – custom css box: http://screencast.com/t/Pki15X8dt
As for the “preformatted” satyle, if you are referring to the shortcodes and formats for text editing, you can follow this topic: https://forum.tagdiv.com/post-formats-for-tinymce/
Thank you!
Hi,
I have checked your website but did not find any playlist elements. Everything seems to be working fine on your page. Please provide more details if you require assistance.
Thank you!