Hi,
You can find and set this from theme panel > background, like this: http://screencast.com/t/liroIeeg8K9 if you want to set an image as a background for your site or you can set a color for it from theme panel > theme colors: http://screencast.com/t/nOJXg4uE
You can find out more about our theme panel following this video tutorial: https://forum.tagdiv.com/theme-panel-general-presentation/
Thanks
Hi,
I have checked your site and found that is due to some js error you have in your console: http://screencast.com/t/UNaDEzInViu
Please make sure you disable all plugins and empty cache and check again as this could be due to a plugin conflict.
Please let me know if this helps!
Thanks
Hi,
You need to edit the module files and add the line from below, like this: http://screencast.com/t/31I3BzhGzse
My example is for module 2 layout. If you use other module you need to edit it and add this line:
<?php echo get_post(get_post_thumbnail_id())->post_content; ?>
Thanks
Hi,
You will have to use plugin for that or get a freelancer to do it for you as the theme doesn’t have a feature like that.
Sorry for the inconvenience!
Thanks for the message!
Hi,
Yes, you need to edit the td_block file and change the block title h4 tags into h1, liker this: http://screencast.com/t/LrAdWDBnN
You can also add an heading tag to your page using the page builder and a text block element, like this: http://screencast.com/t/QVT25JVtjR
Result: http://screencast.com/t/e3dwDHV0L
Thanks
Hi,
1. Use the qTranslate Language Chooser widget and add it to your sidebar, like this: http://screencast.com/t/ljA82mjrX79R
2. As you probably figured out already, a WordPress 4.0 tested version of this plugin hasn’t been released yet and that’s why you get that error message: http://www.qianqin.de/qtranslate/download/
I have also installed the beta version of it and still receive that error, best would be to wait until they release a new version for WP4 and until then you can try to use, as an alternative, the mqtranslate plugin: https://wordpress.org/plugins/mqtranslate/
Unfortunately I can’t tell how it will work with the theme as we haven’t made any tests with it but seems like many users which used to use qtranslate headed to it.
Hope this helps!
Thanks
Hi,
If you update it using a patch or overwriting the files via FTP should not affect the CTP template as it will not be overwritten.
Thanks
Hi,
Sorry for the delay!
You can do this by adding you custom module and custom block flies to the module and shortcodes folder then edit the td_wordpress_booster file and register them like this: http://screencast.com/t/zT5bj2zFyecJ
You have blow the line you need to use, just change the file names.
locate_template('includes/modules/td_module_10.php', true);
require_once('shortcodes/td_block_10.php');
After this you can add the new block on the page using the page builder – http://screencast.com/t/uk0vrRrsw7
You also need style the new block using css (add the css inside Theme Panel -> Custom CSS).
Hope this helps!
Thanks
Hi,
You can use a plugin for that or you can add this function in your function.php file, like this: http://screencast.com/t/jF0W1PaI
function re_rewrite_rules() {
global $wp_rewrite;
$wp_rewrite->author_base = 'author';
$wp_rewrite->search_base = 'search';
$wp_rewrite->comments_base = 'comment';
$wp_rewrite->pagination_base = 'page';
$wp_rewrite->flush_rules();
}
add_action('init', 're_rewrite_rules');
Thanks
Hi,
You can use this custom css: http://screencast.com/t/iEdnCWVx
.video-central .td-post-text-content img {
display: block;
}
Thanks
Hi,
First please make sure that you use them right: http://codex.wordpress.org/Using_Permalinks
Secondly please check without any plugins active and also consider to empty cache and purge files if you use any cache or CDN plugins.
Please also note that this is not theme related as using a custom permalink structure is an WordPress feature.
Let me now if this helps!
Thanks
Hi,
Please use this custom css in theme panel > custom css: http://screencast.com/t/nRupOCbm
.sf-sub-indicator {
right: 12px;
left: auto;
}
.sf-menu a.sf-with-ul {
padding-right: 29px;
padding-left: 11px;
}
.td-no-subcats .td_mod_mega_menu {
margin-right: 1.883408071748879%;
margin-left: auto;
}
.td_mod_mega_menu {
float: right;
}
Thanks
Hi,
Unfortunately you will need custom work for that as the theme doesn’t have a feature like that and we recommend you to get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself because we cannot offer custom work at this moment as we work hard on the development, updates, fixes and support.
You can also follow this tread and find out how to add and register a new menu:
https://forum.tagdiv.com/topic/conditional-logic-for-menu/#post-20087
Hope this helps!
Thanks for understanding!
Hi,
Yes, you can use the do_shortcodes() function on the ad and use this shortcode [td_ad_box spot_id="custom_ad_1"].
Just add this line in your template and the ad code in custom ad box 1 in theme panel > ads.
Thanks
Hi,
If you don’t need it you can also disable the plugin to remove that css file.
Make sure you follow this tread: https://forum.tagdiv.com/topic/can-i-add-plugins-css-to-footer/#post-6348
Thanks
Hi,
Please use this:http://pastebin.com/bgBTmhen and add it in your functions.php file like this: http://screencast.com/t/VmomvTMTLJ
I have tested it and it works so it should work fine for you also just make sure you add it right.
Thanks
Hi,
Please try this custom css, add it in theme panel >custom css field and change the height value as you like it: http://screencast.com/t/QBvAqCaHos
.header-logo-wrap .td-logo-wrap-align {
height: 80px;
}
Hope this helps, please let me know!
Thanks
Hi,
@gersonjr If you haven’t managed to do this, you can do it like this: http://screencast.com/t/a7QncrjVCvd
Thanks
Hi,
We will investigate this, you could use another post format until we have a solution for this.
Thanks
Hi,
Use this css: http://screencast.com/t/ca7CZujNb
.td-g-rec-id-custom_ad_2 {
margin-bottom: 10px !important;
margin-top : 15px !important;
}
Thanks
Hi,
I’m not sure but I suggest you upload the plugins from the plugins folder that came with the theme files.
Steps:
1. http://screencast.com/t/imOTqarU
2. http://screencast.com/t/hN01BDrwK2
3. http://screencast.com/t/8vlfhnOHtu
Hope this helps!
Thanks
Hi,
I’m not sure how this happens in your case as I have checked your site on safari browser and worked fine for me. Could you please make sure that this is still happening and let me know. Also make sure you deactivate the plugins that are no essential for this and try without them and please check for errors in your console.
Please let me know!
Thanks
Hi,
This is the normal appearance of the sidebar, when it’s set to left it becomes the first element on page and the posts will fall under it.
You can follow a discussion about this here: https://forum.tagdiv.com/topic/rtl-problem-on-change-sidebar-position/#post-11707
If you can’t managed to do this by yourself we recommend to get a freelancer from sites like: http://studio.envato.com/ to do it for as we cannot offer custom work as we work hard on the development, updates, fixes and support.
Do you still have issue with the logo? I have checked your site and seems fine in each post template: http://screencast.com/t/WDP2Ltziw6s
Please let me know!
Thanks!
hi,
i’m not sure I understand could please provide more details about this? Which page template do you want to use? You can edit the template and add the tags manually.
Please let me know!
Thanks