Hi,
You need to change the slider color to, but that colors are in RGBA format. Use this CSS: and replace 77, 178, 236 red color with yours. Also leave 0.7 that is the opacity parameter.
.td-sbig-title-wrap .td-sbig-title,
.td-slide-item-sec .td-sbig-title-wrap {
background-color: rgba(77, 178, 236, 0.7);
}
Hope this help!
Hi,
All those issues are not happening on my side. I have latest WP version 4.1 and the latest js composer to.
Can you try to disable all plugins and see if works, could be from other plugins that are not compatible yet with WP 4.1
Thanks!
Great!
I’m glad that you have managed the issue!
Happy holidays!
Hi,
Probably there is a JavaScript conflict, you need to inspect your site and take a look in console for errors.
Also check the settings of the plugin and try with different settings.
Thanks for the message!
Hi,
Edit the code like here: http://screencast.com/t/Ec8G7Fc6aDY
Thanks for the message!
Hi,
The theme doesn’t have a similar filter for blocks widgets to do that. Only if you find a plugin that have something similar that get similar posts in a widget.
We will try to implement this in future updates.
Thanks for the message!
Hi,
Is not possible to change the width of the theme, sorry for the inconvenience! because is based on a grid system. To change the width of the site is needed to change the grid width and all components are based on that grid size.
This require a lot of changes and is not easily doable. If you don’t have developing skills I recommend to hire someone to make this job for you.
Thanks for the message!
Hi,
I’ve tested the Next/prev with a tab element in page and for me works fine. Can you provide a link to see the issue? Do you have the latest theme/Visual Composer version?
Thanks for the message!
-
This reply was modified 11 years by
Marius.
Hi,
Great! I’m glad that everything is fine now!
Have a nice day!
Hi all,
Please update the Visual Composer, the latest version is compatible with WordPress 4.1. Just download the latets theme version and update the Visual composer from plugin folder.
Thanks!
Hi,
Here is the documentation: https://forum.tagdiv.com/how-to-use-the-megamenu/
Thanks for the message!
Hi,
What theme version do you have? I’ve tested and works fine for me: http://screencast.com/t/tmLFnDsZIej0
Could you provide a link to see the issue?
Thanks!
Hi,
Do you want only on article pages? or on entire site?
This is for entire site:
Add this code: echo '<div class="container td-header-custom">' . do_shortcode('[td_ad_box spot_id="custom_ad_1"]') . '</div>'; like here: http://screencast.com/t/fBMwoay2
Add your add code in Custom ad 1 in Theme panel.
Then add this css in Theme Panel -> Custom CSS
.td-header-custom {
.td-g-rec {
margin-bottom: 0px;
margin-top: 30px;
}
}
Result: http://screencast.com/t/FkAewBNgWE
If not perfectly aligned on some pages you need to adjust it via CSS
Hi,
Try this: http://screencast.com/t/0uljfVXwa8h this depends of what post template style you use.
Thanks for the message!
Hi,
We will fix those settings in the version 5, until that you can use Custom CSS to style each element.
If you want to change the font family for category page title and search page use this CSS
.category .td-page-title span,
.search-results .td-page-title span {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
Thanks!
Hi,
Edit td_module_3.php file and add this code: http://pastebin.com/HNrVyFpy here: http://screencast.com/t/oBaQTgujBU6G
Add this CSS in Theme Panel -> Custom CSS
.td-category .entry-category span {
display: inline-block !important;
padding: 2px 8px 2px 8px;
margin-bottom: 4px;
font-family: "Roboto Condensed";
color: white;
background-color: #4db2ec;
font-size:12px !important;
line-height: 15px;
}
Hi,
Try with this CSS, add it in Theme panel -> Custom CSS
@media (max-width: 767px) {
.header-style-3 .td-logo img {
position: relative !important;
width: auto !important;
}
}
Hi,
Is not necessary, because those buttons are used to share an article by your visitors. If you want to put your socials on buttons use the tagDiv social counter plugin.
http://screencast.com/t/JiXllKTq
https://forum.tagdiv.com/how-to-manage-the-social-counter/
Thanks for the message!
Hi,
The favorite function is default from bbPress and work with Buddypress and on our forum support we don’t have budypress installed, because is not necessary. If you want to stay tuned on a topic use the subscribe button and all subscribed topics are on your profile page: http://screencast.com/t/Wb1Ajt3BxcaB
We will investigate this issue and we will try to find a solution.
Thanks for the message!
Hi,
This request require custom work, sorry for the inconvenience, if you have developing skills you can take a look into the bbpress.php file to see how is implemented the custom sidebar. Also you need to add in theme panel the sidebar settings like bbpress in template settings: http://screencast.com/t/1s9k6YAOHN
If you can’t manage it we recommend to wire someone to make it for you.
Thanks for the message!
Hi,
Please provide a link to inspect the issue.
Thanks!
Hi,
Please check the email, the credential sent by you not work, we can’t login into the wp-admin with the username and password provided.
Hi,
I’ve tested the theme with WP 4.1 on IE8 and everything looks fine, no issue.
@JBH can you provide us a link from your site to check it in IE8?
Thanks for the message!
Hi,
I’m not sure what do you want exactly, from there you will find different page structure. If you want to create another page templates, each page is a php file, see here all pages: http://screencast.com/t/uhNCjZauyfoK
If you want to try you can duplicate one of them and modify like you want, but don’t forget to rename the file with other name and the template name is inside in file.
For more details about page templates, you can read on WordPress codex here: http://codex.wordpress.org/Page_Templates
Thanks!
Hi,
You have tried in Advanced CSS section from Custom CSS in Theme panel? http://screencast.com/t/wdK7HmH3Kb