Hi,
Thank you for your kind words!
1. We have on our list to implement a protect option, unfortunately, I do not know when this will be add, sorry! As for a recommendation, we didn’t tested recently any couch plugins, but you can try some of them from here -> https://wptablebuilder.com/best-wordpress-content-protection-plugins/
2. For the moment our content looker it is apply only for all content. Our developers are working to add new futures for this theme plugin, but for the moment reading a part of the content it is not possible, sorry!
Thank you for your understanding!
Hi ventamar, unfortunately, Newsmag do not have this option, the logo set in the theme panel will be used for sticky version too. As a solution, you can change the sticky background color -> https://i.imgur.com/AjT2HGa.png or use this custom css to change it only for sticky :
.td-affix.td-header-main-menu {
background-color: #707070;
}
This code need to be set in the theme panel > custom code> custom css.
Thank you for your understanding!
Hi,
For me your logo it looks good now https://i.imgur.com/UnCdTZw.png but please set a color on the mobile menu and search (green, black what you want), you can do that from here -> https://i.imgur.com/3ennxX6.png
Thank you!
Hi,
There are more ways to set those requirements, for example you can check this guide for how to set theme using the options from cPanel https://chemicloud.com/kb/article/how-to-increase-the-max_input_vars-limit-in-cpanel/ also you can set the code in php.ini file (if exist) or in .htaccess at the end of the last content from the files.
I hope it will help you!
Hi,
You need to set the code in the theme panel> analytics / js codes -> https://i.imgur.com/bVZ1fVg.png and it this should be apply for both versions.
Thank you!
Hi clienttela,
Unfortunately, using the Newsmag theme the only option to hide the header and footer from a specific page or post it is to use a custom css, something like this -> https://i.imgur.com/gLyubH6.jpg the page id can be found here -> https://i.imgur.com/RenB02A.png
.page-id-334 .td-header-wrap, .page-id-334 .td-footer-container {
display: none;
}
This code need to be set in the theme panel > custom code> custom css.
Do not forget to change the page id with yours.
I hope it will help you!
Thank you!
Hi,
I think that you are referring to this option https://i.imgur.com/MPxhyNX.jpg that can be set with tagDiv Composer on blocks, if is so, then please make sure that you have enable another two options: this one https://i.imgur.com/leEMlrL.png and this one -> https://i.imgur.com/cvm8LZS.png
-> https://forum.tagdiv.com/newsmag-7-days-post-sorting/
I hope this will help you!
Hi burkert heiko, if the theme is activated, then it can be updated using our guide from here https://forum.tagdiv.com/how-to-update-the-theme-2/ there are more methods, so if you are using an old version it will be better to update via FTP/File manager.
Thank you!
Hi feededigno,
Can you please provide a little more details, for example since when do you have this problem? After you updated the theme or the WordPress?
Do you have the latest theme version, Newsmag 5.1 and WordPress v5.8.2? Also this problem is happen if you are using only the theme plugins?
Another thing is to make sure that you are using at least php v 7.3
Thank you!
I’m always happy to help you!
Hi,
If I-m right, you are referring to this section https://i.imgur.com/cJ6FNPa.jpg that section is part from the page template -> https://i.imgur.com/s6PvilC.png, when you use the “Page builder + latest articles + pagination” and you can not add more elements, when you can do is to change the number of posts ->https://i.imgur.com/CR72DLi.png to display more posts or reduce the elements from the sidebar widget.
Thank you!
HI lwatson1439, I’m glad that you manage to integrate the plugin that you need. Indeed the file that was edited can not be set in a child theme, I’m not quite sure, but to not lost those settings when you update the theme I think that it can be done with some functions that can be set in the child theme or maybe by creating a plugin https://www.wpbeaverbuilder.com/creating-wordpress-plugin-easier-think/ unfortunately, I do not have experience with this (since this is a customization it is handled by custom service).
Thank you!
Hi stefanegirard, I think that you are referring to this option https://i.imgur.com/GHRfO6t.png indeed this one is no longer on widgets, so now you can set only a category using the Category filter, or if you want you can use the Multiple taxonomies filter and when this is used the Category filter is ignored -> https://i.imgur.com/7SoDIrE.png
Our theme is focusing on frontend editor using tagDiv Composer to make sidebars an not for the widgets.
Thank you for your understanding!
We’ll check it as soon as possible!
Hi,
Unfortunately, our theme do not have any options for this, usually, those are handle by the Gutenberg editor (WP editor) when you past the code, it should embed it.
https://wordpress.org/support/article/embeds/
Thank you!
Hi,
I made a test with my mobile phone and for me looks to display the content like in your first screen -> https://i.imgur.com/OPEQQBF.png if I’m right in the second one the image are there but are not display, most of the time when this problem appears, those images have opacity 0, this can be from a lazyload per images or some cache.
Thank you!
Hi beledin,
If you want to remove the H1 from the logo, then it can also be done from the theme code from this file -> wp-content/plugins/td-composer/legacy/Newsmag/parts/header/logo-h1.php also for the mobile wp-content/plugins/td-composer/legacy/Newsmag/parts/header/logo-mobile-h1.php all you need to do is to replace the H1 with a div.
I hope this will help you!
Hi stgkmr,
From your details and screenshot, this problem can be caused by a blocked admin ajax. You need check this by using the inspect option from the right click before click on the save settings button, check the console to see if you get some errors.
Normally admin-ajax.php is blocked by modSecurity from host, it can also be from firewall or other security modules/plugins.
If you can not manage the situation, we can do it for you, for this, make a full backup and contact us at contact@tagdiv.com provide wp-admin and cPanel, also provide as many details as you can about the problem.
Thank you!
Hi,
That header should look like this https://i.imgur.com/cinxmuK.png please try this custom css
.td-header-menu-wrap {
margin-top: 48px;
height: 48px!important;
}
Set the code in the theme panel> custom code> custom css.
I hope it will help you!
Hi,
If you are referring to this https://i.imgur.com/AkLxnUW.png then it is from the length of the sidebar, this is longer then the post content and the only solution is to set a different sidebar (or add extra content to make the post longer).
If this is not what you mean, please le me know!
Thank you!
Hi,
The ad box can be added with tagDiv Composer here is our guide that should help you -> https://forum.tagdiv.com/ads-adsense-overview/
The article font size can be change from the theme panel as general -> https://i.imgur.com/nWWDaTb.png or individual per pages or cloud template elements with tagDiv Composer by selecting the element and checking the style tab -> https://i.imgur.com/aVDWKeT.png -> https://www.youtube.com/watch?v=jQvA64uTLkI
To set a different name you need to use a different user that need to publish that post or you can try some extra plugins for guest authors that can be set by the author.
Thank you!
Hi,
Please let me know the email address or the email subject to can search for it.
Thank you!
Hi,
This problem is not related to the theme and from some access to the adsense,
Here is what you can try:
To allow googleads… to access your website and solve this problem, create a file named crossdomain.xml in your webroot and fill it with the following content:
I hope this will help you! Just make sure that you do not have set anything that can block the ads and the ads are approved.
Let me know the results!
Hi,
The latest article section can be edited by editing the homepage, at the bottom of page you’ll see the homepage latest articles -> https://i.imgur.com/dHHoyGu.png
I hope this will help you!
The child theme can be checked here -> https://i.imgur.com/rEEvdPL.png but to be sure, do not update the theme until you do not have a full backup for the current website and database. Once that you have the backup and something is not update correctly or the extra options are removed, then you can roll back the backup.
Thank you!