Hi
1. Add this code in footer.php file: http://screencast.com/t/LKdBiLoyNL
3. Please follow this link to change the indicated text: http://screencast.com/t/Y4kLwdJxtol
4. Some footer template have predefined widgets which can’t be changed from theme panel or widgets area. To change theirs content you have to alter the code. In order to change MORE NEWS tile you have to edit td_footer_template_1.php and change this text: http://screencast.com/t/4zTm3TC1G2TB
Let me know how it goes.
Thanks!
Hi
Please check this link, Lucian posted a solution here: https://forum.tagdiv.com/topic/hide-featured-image-title-when-hovering-over/
Thanks!
Hi
Try the css like this
.dark-text .entry-title a {
color: #000000!important;
}
If the problem persist please provide specific link to a post where you’re using post template 6, so I can inspect this closer.
Thanks!
Hi
I’ve checked your site and you don’t have a menu set for desktop version: http://screencast.com/t/u5nVzazFg Also your container for the logo is empty: http://screencast.com/t/xyNFsxMVX3p Please follow our documentation in order to set your menu: https://forum.tagdiv.com/newsmag-main-menu/ – https://forum.tagdiv.com/newsmag-mega-menu/ and your logo: https://forum.tagdiv.com/newsmag-logo-favicon/
Also try to clear all caches and test again.
Thanks!
Hi
I can’t see the image you provided: http://screencast.com/t/2HRmeUR9Q41n Please provide another image pointing the desired result so I can provide a solution.
Thanks!
Hi
You can deactivate More Article section by commenting this line of code: http://screencast.com/t/ovdFyP0H The result should be like here: http://screencast.com/t/iNOBBTS2Lg
Thanks!
Hi
I’ve tested your code on my side and works fine: http://screencast.com/t/R0TMZy50KAn1 Try to use the code in theme panel > custom code > custom css and see if it works. Also try to deactivate all plugins except Visual Composer, clear all caches and test again. If you still can’t manage to solve this issue please provide your site url so I can inspect it closer.
Thanks!
Hi
You can address us via email at contact@tagdiv.com and give us wp-admin and also more details about this issue and we will get back to you as soon as possible.
Thanks!
Hi
The ajax drop-down menu works fine with the latest version of the theme, V 2.3.3. Try to deactivate all plugins except Visual Composer, just to be sure that there is no conflict with some other plugin, clear all caches and test again.
Thanks!
Hi
You will need a set of conditions which check if a specific page is displayed and if the result is true then load a specific css file. You can add the code in functions.php. Please note that this is a complex task which require good coding skills and also many customizations. If you can’t do this by yourself my advice is to hire a professional developer to help you with it as we can’t offer any type of custom work at the moment.
Thanks!
Hi
I am not sure what you mean so please provide more details about what you’re trying to do and maybe I can provide a solution.
Thanks!
Hi
The sort order for posts displayed in blocks/grids it’s controlled by the settings from block filter: http://screencast.com/t/wblDIA2Jfst The theme doesn’t have an option to display a specific post on a specific position from grid. To achieve that you will need a custom modifications in theme core files. Unfortunately we cannot offer any customizations services at the moment so if you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
Unfortunately I do no think the related posts will work on a CPT by default as the widget is as it’s name suggests: related POSTS but your CPT is not a POST. The function checks the post type here http://screencast.com/t/B9WpqnXJ so maybe you can adapt it to to your post type as well.
I hope this helps.
Thanks!
Hi
You could try the Font Awesome 4 Menus plugin to change the icons for post views and comments. To do that you need to replace this classes http://screencast.com/t/Z6cxu4kEVW with the ones for the new icons from the plugin like in this example: http://screencast.com/t/owlrveOY
Let us know how it goes and if this is not what you mean please provide more details.
Thanks!
Hi
Unfortunately the theme doesn’t have an option to enable the infinite scroll only for some specific devices. To achieve that you will need lots of customizations in theme’s core files. This is a complex task and i can’t provide a solution now. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer speed customization services at the moment
Thanks!
Hi
Try to deactivate all plugins except Visual Composer, clear all caches and test again. If the problem persist please provide a link whee I can inspect this issue.
Thanks!
Hi
Unfortunately the theme doesn’t have an infinite scroll pagination for latest article section. This pagination is available only for blocks so you can duplicate this section using a block from Visual Composer. For example you can use block 6 with infinite load pagination: http://screencast.com/t/EKX3G6G67MO
Thanks!
Hi
Please check in the Inactive Widgets list, at the bottom of the page: http://screencast.com/t/sOtys68b8P if the missing widgets are there. Also try to deactivate all plugins, except Visual Composer, clear all caches and test again.
Thanks!
Hi
I’ve test this on my side and didn’t found any issue, the image from external url it’s displayed fine even if you navigate to the post from category page or from sidebar. I am not sure why this issue appear on your side but you can try to deactivate all plugins except Visual Composer, clear all caches and test again. If the problem persist please provide a link where we can inspect it so we can have a closer look.
Thanks!
Hi
I’ve checked your css and works fine, the result can be seen here: http://screencast.com/t/OwfxtB9o If this is not the desired reult please provide more details se can inspect this closer.
Thanks!
Hi
I am not sure what you mean because as can be seen in this screen: http://screencast.com/t/h2zoahnC the theme allows to directly reply to another person in comments sections. Please provide more specific details and a screen pointing to this issue so I can duplicate the situation and provide a solution, if possible.
Thanks!
Hi
You need to edit td_config.php and add this code:
td_api_thumb::add('thumbnail',
array(
'name' => 'thumbnail',
'width' => 150,
'height' => 150,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'normal',
'used_on' => array(
'Big grid 1, 3, 7 - small image'
)
)
);
It should look like so: http://screencast.com/t/RTkWKH6me
Basically you are just adding another thumbnail to the list in between the existing ones. Then the error will not display anymore.
Thanks!
Hi
We didn’t fix this issue yet but our developers found a temporary solution. We hope to fix it in the next theme update but meanwhile you can add this code in tagdiv_theme.js file: http://screencast.com/t/mCW0jIRSdJA
Thanks!
Hi
You can try a plugin like WP Retina 2x to increase the image quality. The plugin can be found here: https://wordpress.org/plugins/wp-retina-2x/
Thanks!
Hi
Try this function in functions.php file:
function exclude_category($query) {
if ( $query->is_home() ) {
$query->set('tag', 'food, recipes, kitchen');
}
return $query;
}
add_action('pre_get_posts', 'exclude_category');
Thanks!
-
This reply was modified 10 years by
Andrei L..