Hi
For posts displayed in blocks you have to edit the td_data_source.php file http://screencast.com/t/wjLPyZxqrI If you want to alter the category page for example or any other page which use the loop.php file, you need to add your customizations in functions.php file. Fore more details about the posts query check this link: https://codex.wordpress.org/Function_Reference/query_posts
Please consider that this is a complex task which require good coding skills and if 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 any type of custom work at the moment.
Thanks!
Hi
We changed the social counter implementation for facebook. Now the plugin uses the API key to retrieve the informations from facebook. Try to update the theme and the social counter at the latest version available on themeforest, clear all caches deactivate all others plugins and test again. Here are the update guides:
https://forum.tagdiv.com/how-to-update-the-theme-2/ – https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Let us know how it goes.
Thanks!
Hi
I am not sure why this happens but you can 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. Also you can try to make a local fresh new install, just with WordPress, the theme and the Visual Composer plugin then check if the problem is still there.
Thanks!
Hi
Please follow this link in order to change the link, the file that must be edited is comments.php: http://screencast.com/t/KOQQRDKFHHvd
Hope this help.
Thanks
Hi
You can set the homepage under Settings > Readings: http://screencast.com/t/1onuV19xbEJh
If this is not what you mean please provide more details so I can get back to you with a more accurate solution.
Thanks!
Hi
Try do deactivate all plugins, except Visual Compose, clear all caches and test again. Also make sure that you updated the theme according with our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/
If you still can’t manage to solve this issue please provide a link so we can inspect this issue closer.
Thanks!
Hi
The theme have the ability to manage the sidebar for the custom post types. I’ve just test this on my side and works fine. We didn’t test the Seriously Simple Podcasting plugin with the theme and I am not aware of it’s functionality so there is a chance to appear some issues. However I did a quick test and the sidebar works fine on podcast post type: http://screencast.com/t/RcciEEDl0Ujz – http://screencast.com/t/ZZThsY9T7W1
You can try to deactivate all plugins except Visual Composer and Seriously Simple Podcasting, clear the cache memory then test again.
Thanks!
Hi
Most likely you will need some css customization and you can add them in style.css: http://screencast.com/t/iBDzzEbYvnnp file or in theme panel > custom code > custom css. Also you will need to make new images in no-thumb folder: http://screencast.com/t/ZIpgec18M8 this images should have the exact same size as the thumbs.
Thanks!
Hi
We plan to add new types of smart-lists, which will have a similar layout and functionalities as the ones from Newspaper and for Newsmag theme in the future. They are in development now we hope to have them ready as soon as possible.
Thanks!
Hi
To display a different header ads on pages you need to edit the ads.php file and add a set of conditions like here: http://screencast.com/t/E2qMgK02
if (is_page(page id)){
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
}elseif (is_page(page id)){
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]');
}elseif (is_page(page id){
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_3"]');
}
To get the page id follow this link: http://screencast.com/t/hgeXHEyRRr0 Note that for the front page the function is: is_front_page() https://codex.wordpress.org/Function_Reference/is_front_page
Hope this help.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
Please make sure that you’re using the latest version of Social Counter plugin, V 4.2, clear all caches and test again. If you still can’t manage to solve this issue please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Hi
I’ve tested the code you provided on our demo and works fine: http://screencast.com/t/bEq1VqeMoa9D I am not sure why the code doesn’t work for you but you can try to clear all caches then test again. If the problem persist please provide a link where I can inspect it.
Thanks!
Hi
You can remove the background image from theme panel > background: http://screencast.com/t/4F8CFAq4DCn If you wand a smaller opacity for the background image try this css in theme panel > custom code > custom css and modify the opacity value as you like: http://screencast.com/t/nJ0DlTt2thha
.backstretch{
opacity: 0.3;
}
Let me know how it goes and if this is not what you mean please provide more details!
Thanks!
Hi
We didn’t released the change log yet but will do it in the next days. Meanwhile you can find the change log in Newsmag-tf folder: http://screencast.com/t/GettHfdtyJlH
Thanks!
Hi
The theme use the default feeds system built in with WordPress. You can try to use a plugin with a similar functionality but i can’t make any recommendation in this regard as we didn’t tested any of these plugins and I can’t say how they will work with our theme. I found here some informations which may help you:
http://www.wpbeginner.com/wp-tutorials/how-to-make-separate-rss-feed-for-each-category-in-wordpress/
https://www.tipsandtricks-hq.com/wordpress-plugin-for-category-specific-rss-feed-subscription-menu-325
http://www.makeuseonline.com/wordpress-tutorials/how-to-create-separate-rss-feed-for-each-category-in-wordpress/
Thanks!
Hi
I am not sure I understand your issue so please provide more specific derails about it. Also some screens pointing the desired result would help a lot.
Thanks!
Hi
You can find the functions.php file here: http://screencast.com/t/sX3gyA7jUk Also the site’s url can be found under Settings > General: http://screencast.com/t/1U62E7Jm4OyE
Thanks!
Hi
Please make sure that you updated the theme according with our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/ clear all caches, purge cdn files if you’re using and test again.
Let us know how it goes.
Thanks!
Hi
To remove the published date from the theme you have to delete this line of code from single_template_2.php: http://screencast.com/t/UEm8ctq5Zgf
To display the last updated date for module 14 you have to replace this line of code: http://screencast.com/t/vEtBtQ09kEU with this one:
<?php echo the_modified_date('l, F j, Y', '<div class="the-modified-date">LAST MODIFIED: ','</div>'); ?>
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
Basically you have to change all media queries which refers at the mobile menu from @media (max-width: 768px)@media to (max-width: 1021px). Also you have to make some js customizations in this function: http://screencast.com/t/g9zja6vlGGg
This is a complex task which require lots in theme’s core files and unfortunately I can’t provide a solution now. If you need this and you’re 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 because we can’t offer customization services at the moment.
Thanks!
Hi
I’ve test this code on my side an works fine: http://screencast.com/t/DspIZkQ2Yat4 Please check the code from line 26 in Newsmag-child/functions.php because seams to be a conflict there. Also try to deactivate the child theme and add the code in functions.php file from main theme, then check again.
Thanks!
Hi
Thanks @Chris for your help!
@Mediaplus you can find more details about banner ads in our documentation: https://forum.tagdiv.com/newsmag-using-other-ads/
Thanks!
Hi
Please provide your site url so I can take a look at this issue.
Thanks!
Hi
I am not sure why this happens, please provide your site url so I can have a closer look into this issue.
Thanks!