Hi,
You don’t have an option for this regarding the slider added with the “Homepage – bg” template.
Please add ,'autoplay' => '2' in page-homepage-slider.php like this: http://screencast.com/t/oF5riVtbZDdx
“2” represents the number of seconds.
Thanks
Hi,
@sgaddo
We still have incompatibility issues regarding VC style, we are currently working to a new grid which will support all VC elements.
If you like the buttons styled that way you can keep that solution but I can’t tell in what way will affect your site, you will have to keep in mind this changes and refer to it if you encounter any issues.
@reenamn
In the last version of Visual Composer the classes have changed and the buttons that we haven styled lost their css, we have this on our todo list and we are working on it. Sorry for the inconvenience. You could try to use a plugin for that until we can provide a fix for this.
Thanks for the message!
Hi,
You can add more custom ad boxes yourself, just add this code: http://pastebin.com/eE0vT2nS in the panel_ads.php file like this: http://screencast.com/t/fOOK9pAR
After this you have to add the new custom ad box 10 by adding this code 'custom_ad_10' => 'custom_ad_10' to td_ad_box.php file like this: http://screencast.com/t/b8vmsp90
After this the new ad box will appear in theme panel: http://screencast.com/t/P6HzgMHq
You can change the name for each ad box from here: http://screencast.com/t/Ve67ivE1h39B
Go over the code for the other ads that already work and take a look at what it changed if you can’t managed to get it to work.
Use the same method to add others ad boxes.
Thanks
Hi,
I have tested this and found no issues with it: http://screencast.com/t/HQvL2clz
Also on category pages: http://screencast.com/t/seT1s9ojF
Please add this , $this->post->ID like this and check again: http://screencast.com/t/IGGByAUT
Thanks
Hi,
I have inspected your site and noticed that you use the “Homepage – bg – no article list” template and besides this you have also added a big slider to your page.
The template that you are using already adds a big slider to the page so you wont need to add another, that’s why you get two slider on page.
You can remove the slider you have added in order to fix this or you can use another template and add it yourself.
Thanks
Hi,
Can you please give us wp-access so we can check this? Send your wp-admin user and pass at contact@tagdiv.com so we can have a look at this, also send a link to this topic or specify your issues details.
Thanks
Hi,
You don’t need to add the block widget into an text widget like you did here: http://screencast.com/t/Hn48Ivn1S9VI
You just add the block into the sidebar and customize it, like this: http://screencast.com/t/56Uk7BaDor
Make sure you add the block the right way.
Thanks
Hi,
Here you can see which blocks where used: http://screencast.com/t/DSscsaqmjqs
This was made via custom css.
Thanks
Hi,
Glad you managed finally.
Thanks for sharing!
Hi,
Please use the main theme to check if this issues also occur when using the main theme and if not make sure that you are using the child theme right: https://forum.tagdiv.com/child-theme-documentation/
Keep in mind that if you are using the child theme you need to follow the theme change log and modify the files you have changed.
Thanks
Hi,
Can you please give us wp-access and send your wp-admin user and pass at contact@tagdiv.com so we can check this, also send a link to this topic or specify your issues details.
Thanks
Hi,
I have check your site and noticed that you still have this plugin active: http://screencast.com/t/12YYLGr3V
Please disable it and then let me know so I can inspect this.
Thanks
Hi,
First try to regenerate the thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please let me know what you find.
Also noticed this while checking your page: http://screencast.com/t/9Vlvb1DzK
You can remove it using this css in theme panel > custom css:
.td-full-layout .td-menu-background:after,
.td-boxed-layout .td-menu-wrap:after {
background: none !important;
}
Should work like this: http://screencast.com/t/dm9ZX4pDfYhl
Thanks
Hi,
I have tested this on my side locally and didn’t get this issue when using Buddy Press plugin, please send your wp-admin user and pass at contact@tagdiv.com so we can check this, also send a link to this topic or specify your issues details.
Thanks
Hi,
Unfortunately there is no option for this, you can use css to hide the menu:
.td-menu-placeholder, .td-menu-header {
display: none;
}
Or you can remove it from here: http://screencast.com/t/xSifF51VByco
Hope this helps!
Thanks
Hi,
Thanks Christopher!
@mikee22 Please follow this guide for regenerating thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Thanks
Hi,
You have to add this line of code:
<?php echo $td_mod_single->get_social_sharing();?>
…like this: http://screencast.com/t/kLnTLDg03Kr0
If you use other than the default post template you have to make this changes in this files: http://screencast.com/t/3chaBOow
You will get this result: http://screencast.com/t/GnqEEnnEQ0KG
Thanks
Hi,
Please use this custom css in theme panel > custom css: http://screencast.com/t/eb5JD0m7kLmo
Change the background color as you like.
Only change this if you can change this from theme panel > theme colors: http://screencast.com/t/FphTY77S
Thanks
Hi,
You can use post formats to add padding to left or right of post content and set the width of it as you like: http://screencast.com/t/hjox4J6TG
Result: http://screencast.com/t/5coyroW6
Hope this helps!
Thanks
Hi,
Editing the style.css file should change all of then, only if you missed something or if it’s using another font-family. Please send me a link to your site, I need to inspect this so I can provide you a solution.
Thanks
Hi,
Use this css: http://screencast.com/t/TGmLb11X
body {
font-family: 'Roboto','PT Sans',sans-serif !important;
font-weight: 400 !important;
}
Will change the font and font-weight on the whole site.
Thanks
Hi,
You could try to edit the image then add the link like caption or like description, like this: http://screencast.com/t/bORuaGxIsm
Thanks
Thanks @Shashank for the suggestion!
You can do it like that or anyhow you like.
Hi,
The button form the left is VC “Button 2” element the one from the right is “Button” element.
You can use this custom css to style the buttons: http://screencast.com/t/8RwBagtAG8OG
.vc_btn{
border-radius: 0px;
background-image: none;
background: #4db2ec !important;
color: white;
border: none;
text-shadow: none;
font-family: 'Roboto Condensed', sans-serif;
font-weight: normal;
font-size: 14px;
padding: 5px 12px 7px 12px !important;
margin-bottom: 4px;
transition: opacity 0.4s;
}
.vc_btn:hover {
text-shadow: none;
opacity: 0.8;
-webkit-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
text-decoration: none !important;
color: white;
}
You can change the style as you like.
Hope this helps!
Thanks
Hi,
Yes, you need to edit the page then the slide and add in the category filter the category ID you want to exclude with minus, like this: http://screencast.com/t/nB4ZadCY6Wib
You can find the category ID by hovering over the category you need to get the ID for, the ID is located at the bottom, see here: http://screencast.com/t/0Jj8rAhF7
Thanks