Hello,
In newspaper 6 the block calls fro a render of a certain module like so: In this example block 1 calls for modules 4 and 6: http://screencast.com/t/VFatdM21hZ
The module files are found here: http://screencast.com/t/ybfEU3Dyp7h
The sorting options are added here: http://screencast.com/t/dbCp5nWA
Here you will find all the sorting options available: http://screencast.com/t/Kmc7SihGR
I hope this helps.
Thank you!
Hi,
1. The sticky logo is there now. Mobile and desktop
2. Please remove any custom css you may have affecting the logo and add this code instead:
.td-header-style-7 .td-header-sp-logo{
max-width: 278px!important;
}
.td-header-style-7 .td-header-menu-wrap-full{
height: 106px!important;;
}
3. For the slider issue, please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then test the slider again. i sus pect some plugins are no longer compatible in the current version of the theme.
Thank you!
Hello,
Sorry for the inconvenience. It seems this bug escaped us. It’s a simple z-index issue. The container gets a z-index of 0 when a 1 is required.
Please use this css in the theme panel->custom css box for a quick fix:
.td_category_template_8 .td-category-header{
z-index:1!important;
}
Thank you!
Hi,
If you still cannot get the translations to work, please send us an email with your wp-admin so we can login and check it out. The strange thing is we had quite a few of these requests but when we accessed each and every one of these sites, the translations loaded on our first try. No errors were found on either cases.
Thanks.
Hi,
You should follow google’s specific instructions on how to place the ad. The official medoth to implement adsense codes i through the theme panel’s ad spots: https://forum.tagdiv.com/article-ads/
Some adsense codes require a part of code added to the head section of the site. That is found in the header.php file in the main folder of the theme. But the ad code itself is still added in the theme panel ad spots.
Thank you!
Hi,
I understand this but this type of ads was not officially tested.
As the reference Catalin gave above with conditions to place them on pages, wordpress offers conditions to check if the “page” is a post:
https://developer.wordpress.org/reference/functions/is_single/
You can try to test without anything else. simply add the above code in the head section of the theme and then use the ad code in the theme panel ad spots. There are post ad spots as well – the article ads.
I hope this helps.
Thank you!
Hi,
This topic should help: https://forum.tagdiv.com/topic/author-card-remove-website-link-or-no-follow-it/
Thank you!
Hello,
We have not tested this method so you will have to test it yourself on newsmag. The sorting should work as the 2 theme s share the same core, but you will have to try it out. Maybe some of our users tested on newsmag?
Hello,
Well if the social share buttons appear double, you must identify the one that is extra and figure out where it comes from and remove it. If it;s the theme social icons, simply remove the call from the post template files here: http://screencast.com/t/gGfwdDkeU
If it’s the plugin icons, then you will have to ask the plugin author because we have no clued of the plugin implementation or functionality.
Thanks.
Hello,
This is the list of modified files as well as the new files added: http://tagdiv.com/td_deploy/Newspaper/changed_files_7.4_7.5.html
The same files are found in the patch from the link above.
Thank you!
Hello,
Thank you for pointing this out. I will pass this information on to the development team and we will add the necessary adjustment.
You should not leave active any elements that are filtered with categories or tags that do not have posts assigned to them.
Thank you!
Hello,
For that particular positioning, add the code like so: http://screencast.com/t/CoEp4e7RoBTN
You have to place it just above the top callback_render_pagination code on line 30
Thank you!
Hello,
Well this depends on the ads you want to place. If it;s an adsense ad please place the ad code in the theme panel ad spots directly.
if it;s not an adsense code please use this method: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thank you!
Hi,
It seems the demo you installed (health demo) has a custom css that forces the black color on the hamburger menu. In this case you must add this css in your theme panel->custom css box to change the color:
@media (max-width: 767px){
.td-health #td-top-mobile-toggle i {
color: #1369bf !important;
}
Thank you!
Hi,
Well if you did not add the code, maybe a plugin did. Please try to remove the code I provided and simply disable all plugins except visual composer,clear cache and reset cdn files if you use it. Then check the email address again and see if it’s still transparent. Here is the reason why I said it was something you or a plugin added. All the css that comes from the theme will have style.css shown in the right of the code like so (using the chorme browser inspector): http://screencast.com/t/wn3GWX7vD That is a clear sign that the css comes from the theme. Now, other css rules that do not come from the theme, will not have the source as the theme;s style.css like the transparency rule that you have on your site. It is still there but it’s been re-writen by my code as you can see here: http://screencast.com/t/LLiFJ4kS
Thank you!
Hi,
If you want to add it in the sidebar you will have to ask the plugin author for a method of implementing it into a wordpress sidebar. There is no simple way of adding a do_shortcode on a specific sidebar. This plugin is not tested so i cannot provide any official implementation methods. Ask the plugin author for a sidebar implementation guide. We have no idea of the plugin functionality and we cannot provide ni implementation methods. The one described above using do_shortcode will not work in a sidebar. it will work on post templates and inside the page content, but not on a sidebar. Except for the case in which the sidebar is added through visual composer on a split row. Then you can ad the shortcode inside the sidebar of that page, but not on a sidebar created in the widgets section of WP.
Thank you!
Salut,
De aceea am oferit solutia mai sus. Te rog modifica codul din wp super cache si o sa mearga ok dupa accea. Are o problem cu versiunea actuala de wordpress si noi nu ii putem face nimic pentru ca problema provine de la pluginul in sine. Trebuie facuta o mica modificare in cod asa cum se poate vedea in link-ul de mai sus.
Multumesc
Ok, i think I get it now. It;s the author description you are refering to…ok…
For this you will need to edit the theme code and place a condition that detects if the author is an admin or not. Here are where these links are created: http://screencast.com/t/OFMCSMQ8
You will have to wrap the code in “if” conditions to show the code only for admins. You can use this wp function to do it:
https://codex.wordpress.org/Function_Reference/get_userdata
Thank you!
Hi,
If you only want the code to affect the featured image and leave the rest alone, you can use this code:
.td-post-featured-image .wp-caption-text{
display:none!important;
}
Now it will only remove the caption from the featured images.
Thanks.
Hi,
The mobile theme will convert your smart list to the single smart list available on the mobile theme.
Them mobile theme also features a custom smart list ad that positions just below the featured image as you want it: http://screencast.com/t/mFsduJMRiy
The above method was to move the ad in a different place.
Thank you!
Hello,
Please download the correct version of the patch from here:
http://cdn.tagdiv.com/wp-content/uploads/2016/11/patch_7.4_7.5.zip
Do not use the patch you downloaded from envato as there are missing files from it.
Thank you!
Hello,
Please download the correct version of the patch from here:
http://cdn.tagdiv.com/wp-content/uploads/2016/11/patch_7.4_7.5.zip
Do not use the patch you downloaded from envato as there are missing files from it.
Thank you!
Hello,
The random post filter should provide random posts from all categories if this is specified. Please contact us via email at contact@tagdiv.com and provide wp-admin so we can take a look .
Thank you! Bogdan B
Hello,
Please contact us via email at contact@tagdiv.com and provide a link to your site and wp-admin so we can login and investigate why this happens Please provide ftp access as well as a link to this topic so we can identify you.
Thank you!