Hi,
Not sure what you mean. Do you cannot edit the homepage?
Also if you use a widget to display recent comments and it doesn’t appear through Visual Composer elements and you can use it only from Widgets, you can create a custom sidebar and add your widgets to it(elements that you have now in the page) – http://screencast.com/t/4BG9WcGjY6d and use Widgetised sidebar block to display it on the page – http://screencast.com/t/WugW6kJv
Hope this helps!
Hi,
You can set the date format and show also the time from WordPress Settings – http://screencast.com/t/5CHkxfN1 – http://screencast.com/t/WQ61BnqVKXQL
Thanks!
Hi,
Did you had any errors when you have updated or ran the script. As the shortcodes were not renamed, for example – http://screencast.com/t/5zbAz3COiO in version 6 the shortcode is – http://screencast.com/t/Lhor8ODLqNZ
Thanks!
Hi,
Please deactivate and delete the Social Counter plugin, then install it using this panel – http://screencast.com/t/Q58ToflL and then check the version of the plugin – http://screencast.com/t/lLnUnUIWXO
If this doesn’t help try to connect via FTP and delete the old version of the plugin and upload the new one from the package that you have downloaded from themeforest.
Thanks!
Hi,
Please edit each module where you want subtitle and add this code – http://screencast.com/t/euwfGe72hL6v – http://screencast.com/t/N9okwHWQ
<?php $td_subtitle_module = get_post_meta($this->post->ID, 'td_post_theme_settings', true); ?>
<p class="td-sub-title"><?php if(!empty($td_subtitle_module['td_subtitle'])){echo $td_subtitle_module['td_subtitle'];} ?></p>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Sorry for delay! Our support program is Monday – Friday: 8:00 AM – 17:00 PM and we answer to the most oldest topics so if you add new replies we get later to your topic.
This is how the theme was designed, when the background color/image is used the site will automatically switch to boxed version, there are some boxed header styles that you can use – http://screencast.com/t/UW1cHxA3gYL also you can try to add a black background color and see if you still have this issue – http://screencast.com/t/F5sjoRqUe
Hope this helps!
Hi,
This did not happen on my side, you can try also this custom css – http://screencast.com/t/pVzVc8wx7Y and see if it works.
.footer-email-wrap {
color: #fff;
}
Provide a link so we can take a look if this doesn’t help.
Thanks!
Hi,
You can change the color for woocommerce button using custom css in Theme Panel > Custom Css as the theme doesn’t have an option for this. You can try this – http://screencast.com/t/AAXhVNr00fXx
.woocommerce .product a.button, .woocommerce .product #respond input#submit, .woocommerce .checkout input#place_order, .woocommerce .woocommerce.widget .button {
background-color: red !important;
}
You need to inspect every button take the default css and change the color – http://screencast.com/t/FfnKwAiVwS
.single-product .product .summary .cart .button {
background-color: red !important;
}
Thanks!
Hi,
Sorry for inconvenience, I have provided the link for newsmag documentation, please check these div containers for newspaper 4 – https://forum.tagdiv.com/ads/
Thanks!
Hi,
You can use the default template if you don’t want latest articles on your page – http://screencast.com/t/JlmRWnVRzo it has now the same functionality like Homepage blank template from previous version.
Thanks!
Hi,
Unfortunately the theme doesn’t have such an option, you can do this only manually, edit the page and change blocks position.
Thanks!
Hi,
Unfortunately the top menu was not designed for mobile devices, we try to find a better implementation for sign in/register widgets in a future update. Until then you can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/cw4mTt1hSINv
@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
.td-header-sp-top-widget {
display: none !important;
}
}
Thanks!
Hi,
Please make sure that you disable general modal image – http://screencast.com/t/qq0EuG7iWWUB as if this option is enabled will force lightbox for all images even they are disabled from backend – http://screencast.com/t/K0NbU5s4hYgD This option was added because many users demanded it to enable modal image for older articles. Consider that disabling this feature, the individual settings of an image post are applied.
Thanks!
Hi,
The subtitle field key is td_subtitle – http://screencast.com/t/sTCueS1z if this is what you need.
Thanks!
Hi,
There is an option to show related articles in one or more rows in Theme Panel > Post Settings – http://screencast.com/t/UN67MIsx
Thanks!
Hi,
If you use blocks on different rows you can set a negative margin for specific row/column:
Before – http://screencast.com/t/EIPvPZMwpByH
After – http://screencast.com/t/LjQiFe7kTP – http://screencast.com/t/1JbJXCREir
If you use blocks in the same row, it can be done only with custom css.
Thanks!
Hi,
Please check this without any plugins active, leave just Visual Composer active, clear cache and purge your files if you use CDN. If you minify css/js disable it. Also paste a link so we can take a look.
Thanks!
Hi,
Please provide a link as I need to inspect this and provide an accurate solution.
Thanks!
Hi,
You use media queries and set a specific value that it will be applied only on mobile device, check this:
@media (max-width: 768px) {
.mfp-bottom-bar {
bottom: -60px;
}
}
Thanks!
Hi,
Unfortunately the theme ad system was designed for adsense code and other codes may not be displayed. You can try to use a plugin like AdRotate or Simple Ads Manager that are used by many users and use the shortcode in Theme Panel > Ads section check docs – https://forum.tagdiv.com/header-ad/
Thanks!
Hi,
If you want to use child theme to overwrite the files from main theme and don’t lose the custom modifications when you update the theme you don’t have to upload the api plugin. The api plugin was created for advanced users so they can create new modules,blocks, templates as you can see in the documentation – https://forum.tagdiv.com/the-theme-api/
Thanks!
Hi,
Yes, the “WP Reccent Comments” works like it should be, unfortunately there is not block or widgets to display comments like you need.
Thanks!
Hi,
Please make sure that if you use child theme, it is the same version like the main theme, also you can check the Speed Booster version and update it to the latest version provide with the theme – http://screencast.com/t/Zkr4bRnV0K
Thanks!