Hello milangigel,
You can use a custom CSS to make the button wider:
.td-classic-facebook iframe{.
width: 120px!important;
}
Just add it to the theme panel under Custom CSS
The result:
http://screencast.com/t/e5ltgGwmD2G
Thank you!
Hello Manoj,
You can change the default padding on each block by either making a custom css for it or editing the style.css file. You can target the specific blocks by inspecting them in your browser and identifying the classes used by it: http://screencast.com/t/6OcZrRNKdxQ
Unfortunately there is no global padding value that you can change in one instance and apply it to all of your site.
Thank you
Hello Manoj,
You will have to target every block and change the padding on it and also be careful about responsiveness. That’s why i said it was a difficult job to do. You can inspect every block in your browser inspector and modify it: http://screencast.com/t/Ng47nDC79 – http://screencast.com/t/Ffl6TvXdRvJ. Mind the containers the blocks are placed in. They will also need to be adjusted to your changes. You will practically change the whole site’s CSS because all elements are in relation to one another.
Unfortunately there is no easy way to do this task because the site was not meant to be customized like that.
Thank you.
Hello,
You have to be more specific and point us to the link that’s not working because I can’t find it on your site. It could be a plugin issue though. Try to disable all plugins except visual composer and see if it works. If the problem is still there, provide more details.
For the second part, I see you have the categories already set up on your block titles. Provide more details for what you would like to change
You can check the Ads section in our documentation: https://forum.tagdiv.com/above-footer-ad/
The big banner block (gadgets) is actually block 18, which you can use from visual composer when creating pages: http://screencast.com/t/lTJ1Rird
You can read about sidebar ads in our documentation: https://forum.tagdiv.com/sidebar-ads/
The editor picks in the footer section is demo content which comes with the first 8 styles of the footer.
https://forum.tagdiv.com/footer-templates/
You can read more about the revolution slider plugin and its uses here: http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380
Thank you
Hello Eric,
I do not speak french but i hope Google Translate can manage.
You can add this custom CSS to your theme panel: http://screencast.com/t/mdnyNhnE
.td-post-views {
display:none!important;
}
Thank you.
Hello Rob,
If you want to add an image like the travel demo, make sure you select the full height row:
http://screencast.com/t/PcFwDrcQhh2M
After this row you can add an empty space element so there is a bit of space between your picture an dother elements.
Thank you.
Hello lafrance,
1. There are the 2 post formats used by the theme: Standard and video. You can add an image format if you want like in this topic here:
https://forum.tagdiv.com/topic/post-format-type/
2. You will find very usefull information in our documentation for all sorts of settings and customization
https://forum.tagdiv.com/post-templates-2/
https://forum.tagdiv.com/post-formats-for-tinymce/
https://forum.tagdiv.com/general-settings/
Block-quotes were moved to formats: http://screencast.com/t/Uu6d6Swv
3. Unfortunately we have not tested our theme with that specific plugin but we haven’t received any complaints either.
I hope this helps.
Thank you!
Hello Carel,
You can use the WordPress codex for more information on permalinks: https://codex.wordpress.org/Using_Permalinks
Thank you!
Hello,
If you want to change color only to the title without metadata, use this code instead:
.td_block_slide h3 a{
color:red!important
}
Thank you.
Yes. If you use one of the first 8 styles you have to remove the demo content (if you want) from the PHP files like i showed you earlier.
Thanks
Hello acid2k1,
It would be advised not to post your login details here as it is a public forum.
The theme uses a custom function to cut excerpts to a given length (x characters/x words). It can be found in the theme panel and it can be customized on different modules: http://screencast.com/t/RwdWhZuiO
Please try to disable all of your plugins except visual composer and see if the problem is still there. It could be a plugin conflict.
If the problem persists after that please send us an email at contact@tagdiv.com and provide wp-access and we will inspect this issue closer, also include a link to this topic.
Thank you!
Hello,
I searched through our forums and found 0 complaints with the plugin. No one had problems with it apparently, but we have not tested the particular plugin with our theme.
Thank you.
Hi,
You can chose footer style from the theme panel: http://screencast.com/t/v7HsNZk4
The first 8 footer styles have demo content. The others don’t.
You can add content in the footer widgets and it will show up in the footer: http://screencast.com/t/VrliXSqXstVk
You can read more about this topic in our documentation: https://forum.tagdiv.com/footer-templates/
Thank you.
Hello AilyRoot,
The footer demo content will not show up in the theme panel. You can either chose a footer style without content and add your own, or remove it from the *.php files of the theme. Each footer style uses its own file: http://screencast.com/t/uca1gM2mQ8E
You can delete content by commenting (add ‘//’ in front of the code) the specific PHP code you will like to remove.
In this example I removed the ‘EDITOR PICKS’ widget.
http://screencast.com/t/Ltqk6YMzV
I hope this helps
Thank you.
Hello,
Our advice, as Chris stated, is to manually replace WordPress files via FTP. You can read about it in this guide
: https://codex.wordpress.org/Installing_WordPress
Make sure you back-up your files before attempting to replace them.
I Hope you get it fixed. Let us know.
Thank you
Hell,
I’m sorry i did not understand your request at first.
I got back on your request and i hope this will bring an insight as to how you can customize the theme menu to look like your previous theme’s. Your previous theme uses li.tax-item, our theme uses li.menu-item.
These are the classes used by the theme. I have changed them in my own menu as your site does not have our theme active.
li.menu-item-1218 {
background-color: #81d742
}
li.menu-item-1219 {
background-color: #0075d7
}
li.menu-item-1220 {
background-color: #C3F
li.menu-item-1221 {
background-color: #FE1543
}
li.menu-item-1222 {
background-color: #f1c40f
}
li.menu-item-1223 {
background-color: #ff830f
}
result: http://screencast.com/t/dsa0kqriQgr
Your menu item numbers will be different when you customize your menu but you can identify them
by inspecting your menu with the browser inspector and then you can target that specific menu: http://screencast.com/t/14rboIK5UX
You can place your code in the theme panel: http://screencast.com/t/M7pDw2or
I hope this helps.
Thank you.
Hello pritiranjan,
You can use this cutom css to change the tile color:
.td_block_slide .td-slide-meta a, .td_block_slide .td-post-date{
color: red;
}
Or this one for the background color:
.td_block_slide .td-slide-meta a, .td_block_slide .td-post-date{
background-color: red;
}
You can add a bit of transparency to the background color if you want by using this palette from mozilla: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Colors/Color_picker_tool
Thank you for your message.
OK. If you have further questions feel free to ask and we will do our best to answer them.
Thank you for your message.
Hello ingenierojas,
We have an option in the theme panel that allows you to do just that. Chose an “always sticky” menu like so:
http://screencast.com/t/8JQvzc1SixNt
Make sure to save settings afterwards.
Thank you!
Hello ineedsolutions,
We are aware of this issue. It will be corrected in a future update. Until then, you can use this CSS code to
move the background behind the logo:
.td-header-top-menu-full {
position: relative;
z-index: 0;}
Thank you!
Hello chalfant,
It’s actually up to you how you want to start out. Some people prefer editing the demo content and go from there, others prefer to start from scratch so they have better control of their content. We cannot make a suggestion because neither one of these methods are wrong or right. It’s a simple preference. You could get familiar with the theme by checking out the options and demo content so you can get an idea of how things work and then you will decide how you want to go from there.
A very useful thing we always advice our clients to do is to read our documentation. We’ve made efforts to provide lots of useful information and tutorials: https://forum.tagdiv.com/wordpress-information/
Thank you for your message.
Hello,
I understand what you mean now, but the theme does not support it at the moment. Maybe in a future update we will be able to implement such an option. You can use a plugin for that if you want. Something like: https://wordpress.org/plugins/youtube-embed-plus/ but we did not test any YouTube plugins and cannot make a recommendation on which one works best with our theme. Try out a few of them and see how they work.
I hope this helps.
Thank you for your message.
Hello kestasve,
1.) it’s not as easy as it seems to be. You can do it with CSS by targeting the sub-menu classes but other containers need to be adjusted for the menu to fit properly and not overlap other elements. You can use your browser inspector to get an idea of what you need to change in the code. If you can’t manage, you can always hire a freelancer to do it for you. (we cannot offer custom work. sorry!)
2).When you set your main menu color from the theme panel, you can select transparency from this slider here:
http://screencast.com/t/IE11d1yzrRj3
Thank you
Hello manoj.yadav,
Unfortunately, removing the padding on every element in the theme is a tedious job. The theme was built this way in a grid style and the margins and padding changes for different screen sizes.
Doing this task involves a lot of custom work which unfortunately (at the moment) we cannot provide as we work hard on development, updates, fixes and support.
You can hire a developer for this custom job if you wish from sites like http://studio.envato.com/.
Thank you.
Hi,
Sorry, now i see what you mean.
Please try to disable all your plugins except visual composer because sometimes these can interfere with the theme. If the problem is still there, provide a link to your website so we can closer inspect the issue.
Thank you!