Hi,
You can remove it from the code – http://screencast.com/t/mTmFEImcP7g8 or from Translations: http://screencast.com/t/oYpqWIpgJ
Thanks!
Hi,
Yes you can paste your code in a custom ad from Theme Panel and use do_shortcode function to place it where you want to be displayed in the post template: http://screencast.com/t/52UuLXpU
<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>
Result: http://screencast.com/t/xnUxbaEV7552
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Unfortunately the theme doesn’t have an option to rotate the ads, if this is what you mean. This can be done only if you use a plugin to auto rotate banners.
Thanks!
Hi,
You can move the reviews above or under the content not in the content: http://screencast.com/t/LpO6ZNPJ3
Result above the content(after featured image): http://screencast.com/t/MC4rvZWnR7GX
Thanks!
Hi,
We know about this issue and it is on our list, we still try to find a better implementation for it in future versions. A solution is to use excerpt field and excerpt manually there – http://screencast.com/t/1NFnXnb7pf
Thanks and sorry for the inconvenience!
Hi,
@Sparton05
1. You can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/jR1sfFPZpJ
.page .td-grid-wrap {
padding: 20px 0px 0px 0px;
}
Please provide your site url and also more details about this gap if this is not what you mean.
2. Try this custom css for slider z-index:
.rev_slider_wrapper {
z-index: 0 !important;
}
If this doesn’t work please provide your site url.
3. Please make sure that you create a megamenu properly – https://forum.tagdiv.com/how-to-use-the-megamenu/
When you set a category megamenu you don’t have to add submenu items. For parent category(with subcategories) set as megamenu all subcategories will appear automatically.
If you still have issues with it please provide a link so we can take a look.
@matthieuroubaix
Please check this without any plugins active, leave only Visual Composer active and also clear cache and purge your files if you use CDN. Also please make sure that you use the latest theme update (1.7.1 – you use Newsmag theme) and also update the plugins that come with the theme files from the /plugins folder. Use thsi guide if you need to update – https://forum.tagdiv.com/how-to-update-theme/ Let me know how it goes.
Also please post your issues in newsmag section – https://forum.tagdiv.com/forum/newsmag/
Thanks!
Hi,
If you want something like this – http://screencast.com/t/ObnmBN3wS you can use this custom css:
.td-footer-wrap .widget_text .block-title span {
border: 1px solid white;
}
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css to change the color of arrows: http://screencast.com/t/G1tiTMGhvQx
.iosSlider.td_block_big_grid .td-icon-left, .iosSlider.td_block_big_grid .td-icon-right {
color: #D31C1C;
}
Thanks!
Hi,
Please make sure that you use the latest theme version(1.7.1). If you need to update please use this guide(FTP method) – https://forum.tagdiv.com/how-to-update-theme/ and update also the plugins that come with the theme’s files from the /plugins folder. Let me know how it goes!
Thanks!
Hi,
Try this custom css in Theme Panel > Custom Css: http://screencast.com/t/Igm6OGAQ
.td-header-style-8 .td-header-header {
width: 1021px !important;
margin: 0 auto;
}
.td-header-style-8 .td-header-sp-logo img {
float: left;
}
Please provide more details about your issue with blocks. What do you mean with “I can’t find them”? You don’t see any block there?
Like I said above please make sure that all block are visible from Visual Composer settings – http://screencast.com/t/qZyOGfvrT
Let me know!
Thanks!
Hi,
Unfortunately there is no option to customize tag cloud widgets like on tagdiv blocks, but you can do this via custom css in Theme Panel > Custom css like Christopher already suggested. Just use browser’s inspector tool and see the css code used – http://screencast.com/t/98q7AYurvbB take those classes and customize it via css.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Do you refer to the interval waiting to initialize lazy load? Or time for image lazy load?
Thanks!
Hi,
This is custom menu for our demo and it is not an option in theme panel to activate it. You can make this change – http://screencast.com/t/vxHFkftLpnE to appear and you can change link and text from – http://screencast.com/t/UxUrR54cH
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css fro Progress bars: http://screencast.com/t/tEXg4uG5sFKz
.vc_progress_bar .vc_single_bar .vc_label {
padding: 0 1em;
}
I’m not sure what you mean with “Product Features”. Do you refer to the Woocommerce blocks? – http://screencast.com/t/0VbzTUX3ZFV They should appear if you have Woocommerce plugin active. If they don’t appear please check Visual Composer settings and make sure that you set all blocks to appear – http://screencast.com/t/ys6hbnmoPS4 and save.
Please also provide a link and more details about your sidebar issue that cuts off Visual Composer blocks.
Thanks!
Hi,
Please try this code to have that result – http://pastebin.com/05M1nU51
Result: http://screencast.com/t/yPDRY2GiVh
Thanks!
Hi,
You can use media queries to change font size for title on style 2 template – http://screencast.com/t/beqWSsFaN
@media (max-width: 767px){
.td-post-template-2 .post h1 {
font-size: 22px !important;
}
}
Thanks!
Hi,
You can disable Register from log in widget from Settings – http://screencast.com/t/HjEm2hBx7G
Thanks!
Hi,
You can add your javascript code in header.php file after the body tag – http://screencast.com/t/nOkr8s8u6V
Thanks!
Hi,
1. Envato specifies that each theme can be used for one product (site): http://themeforest.net/licenses/standard
If you want to use it on multiple sites/domains you’d have to buy a license for each project. If you will change your site domain you can use it.
2. Unfortunately theme doesn’t have a block like that, you will need custom modifications for example block 1 is made by module 4 and module 6 but you can change that: http://screencast.com/t/YDovNwpT
Result: http://screencast.com/t/7nEmyuozc
3. Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/JUWsyyhd
.td-sub-footer-container.td-container {
border-left: 1px solid black;
}
Thanks!
Hi,
1. Please provide your site url so I can inspect this. In header style 8 logo should be centered – http://screencast.com/t/fteYsnPvjC
2. Unfortunately theme doesn’t have an option to rotate ads but you can try a plugin for this.
3. Please make sure that you have enabled all shortcodes from Visual Composer settings – http://screencast.com/t/qZyOGfvrT
Thanks!
Hi,
Thanks Chris!
@securerr Please try custom css that Christopher suggested – http://screencast.com/t/rt0gYE1LOE
Thanks!
Hi,
You can upload an image from Media library – http://screencast.com/t/enYBXBwEe and after that you can take link url like this – http://screencast.com/t/33kjXRkfmF – http://screencast.com/t/n8IjJntvhl0b
In the Menus section – http://screencast.com/t/NVzzvP92M7
Thanks!
Hi,
You can use this custom css to make background transparent but also you need to remove gradient: http://screencast.com/t/E8RA3snnD3Nu
.td-post-template-4 .td-post-featured-image {
background-color: transparent;
}
.td-post-template-4 .td-image-gradient:before {
display: none;
}
Thanks!