Hello MiguelPat,
Unfortunately, our theme does not have any such an automatically way to add subtitle for each post, sorry! If you want to do this, you should do it yourself because we cannot provide customization services at the moment, sorry! If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message!
Hello techpaced,
In a future update, it is possible but we cannot say for sure if it will get done in the next update because we have a big list of fixes, improvements, and suggestions to implement. It’s hard to filter them and select which one gets implemented now and which one gets postponed. The developers decide if it gets done or not, though.
Thanks for the message!
Hello nasaboy,
I have inspected your sidebar on post page, and the Random Article is simply a Block 15 -> https://www.screencast.com/t/II2S2ggzS which can be customized from panel, Widgets section like this -> https://www.screencast.com/t/wb25UIPAa
Hope this helps!
Thanks for your understanding!
Hello all,
@justfreshkicks, I have inspected your website and I saw that you are using 4 GoogleAdsense for your page and the fourth is not delivered by Google. Most likely, this is not delivered because as you can see here -> https://www.screencast.com/t/mlAihWrrE8on only three Adsense are valid for content units on one webpage, sorry! Please notice that this problem is not theme related, is only related to the Adsense code. Also, you can try using the AdRotate plugin for your Ads and check the results.
@logdog08, I have inspected your website and I did not saw any Adsense code on your web page, sorry! Please provide more details and also, more useful screenshots so I can identify these.
Thanks for your understanding!
Hello anteck,
Provide your website so I can take a closer look and also, so I will be able to provide a more accurate response.
Thanks for the message!
Hello newsmaguser,
Please keep in mind that the yellow color which is present in Scandal Magazine Demo is the main theme color which is available for the entire theme. So, if you want to change this color for your above-presented section, you should use the code below and place it in Theme panel->Custom CSS Area.
The code is ->
.td-scandal .td-post-template-4 header {
background-color: red!important;
}
blockquote p {
color:red!important;
}
The result is -> https://www.screencast.com/t/LsGbaNKeb5QN
Also, if you want many changes for this demo version, you should try to check the style.css core file for this demo and you should do it yourself all of them because we cannot provide customization services at the moment, sorry! -> https://www.screencast.com/t/125CQ8zI
Thanks for your understanding!
Hello Syams,
If you look above, I gave you a custom CSS code which hides the Author card for a certain post. Please keep in mind that the Author Card will display only the author of the post.
If you want anything else, please provide more details, sorry!
Thanks for your message!
Hello darel,
Please keep in mind that on old versions of Android 5.0, the theme will not work as expected because these versions are deprecated. You should install the Chrome browser if you want to bring best results in theme.
Thanks for your understanding!
Hello janamtrup,
You can use this plugin if it will work.
Thanks.
Hello nasaboy,
Do you are referring to the Block sorting? If you want to do this, you should consult our documentation here -> https://forum.tagdiv.com/block-settings-guide/ if is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for your understanding!
Hello cmarenco,
Please ensure that you do not use some untested plugins which might interact with the theme core files and cause a lot of unknown issues. Also, if the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page. Provide there the link of this topic so we can easily identify you.
Thanks for the message!
Hello RasmusGunnar,
Please notice that problem is not theme related. Most likely, this issues happens due to you have restrictions for some countries. Ensure that you do not use some plugins which doing and if the problem is still there, you should contact your hosting provider, tell the problem because they should be able to provide a more accurate response.
Thanks for the message!
Hello alicjusia,
If you do not have any access to load media in your media library, please make sure that you have set them all the permissions for upload folder in your Cpanel/FTP. Also, check your system status parameters to be higher increased according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/
Hope this helps and let us know how it goes!
Thanks for your understanding!
Hello mursalinsajib,
Please keep in mind that our theme needs some minimum requirements to work as properly. For more information about these requirements, please consult here -> https://forum.tagdiv.com/requirements-for-newspaper/ As long as, your dedicated server meets these requirements, the hosting provider is good. You can choose any hosting you like but with this mention.
Thanks for your understanding!
Hello ahmedkhalil13,
First of all, you should provide your website URL so I can take a closer look at it. You should check our demo and there you will see how one should look smarlist 1, like this -> http://demo.tagdiv.com/newspaper/smart-list-style-1/7/ You will bring this layout for smartlist 1 if you will set this feature according to our documentation here -> https://forum.tagdiv.com/smart-lists/ Also, if you are using some untested plugins, please try to disable all of them, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme packet and rule out any conflicting plugins. Notice that the smartlist is too sensible feature and it is possible that some untested plugins to interact with the code and cause a lot of unknown issues.
Thanks for your understanding!
Hello darel,
Please notice that our theme does not have this behavior, as you can see in our demo preview here -> http://demo.tagdiv.com/newsmag/ Also, I have checked your website and I did not saw any problem with the blue screen. Also, if the problem is still there, you should check all your theme customizations or plugins. Try to revert the theme to the default state.
Thanks for the message!
Hello janamtrup,
Unfortunately, the theme does not any such an option that allows you a way to load XML files, sorry! You should use a plugin which has this functionality.
Thanks for the message!
Hello
Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-newsmag-travel .td-container {
background-color: rgba(255, 255, 255, 1);
}
.td-newsmag-travel .td-footer-container {
border-bottom: none;
background-color: rgba(0, 0, 0, 0.8);
}
.td-newsmag-travel .td-sub-footer-container {
background-color: #000;
padding: 7px 0 7px 0;
}
Thanks.
Hello tasn,
Yes, you should create your own App Id for Facebook according to our documentation here -> https://forum.tagdiv.com/newsmag-tagdiv-social-counter-tutorial/ If you do not have these, the Facebook will not work.
Hope this helps!
Thanks for your understanding!
Hello tamam,
The simplest way to do this is to use a block which is sorted by latest articles and then, using the do_shoercode method you have to edit the file corresponding to post template used by you. For example, if you are using the post template style 1 you should edit the loop-single-1.php -> https://www.screencast.com/t/hzIXdkGPs54 -> https://www.screencast.com/t/MBVFnZOWvKRa
The code is -> <?php echo do_shortcode('[td_block_1 tdc_css=""]');?>
Thanks for your understanding!
Hello
If you want to have smart sidebar enabled for each segment of your sidebar, please ensure that you have td-ss-row class applied for each column which is part of your sidebar, like this -> https://www.screencast.com/t/uSPL2yRRKi For more information about this feature, please consult here -> https://forum.tagdiv.com/smart-sidebar-2/
Hope this helps and let us know how it goes!
Thanks for the message!
Hello MiguelPat,
If you want to add a subtitle for a post, notice that you can do that from the panel, like this -> https://www.screencast.com/t/1NncCHhavl8 and then here -> https://www.screencast.com/t/5cyjWLsGwR is the option for the subtitle.
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for the message!
Hello elcid,
If you want to add the “Custom Ad 1”, you should use the do_shortcode method and place it in theme core file corresponding to post template used by you. For example, if you are using the post template style 1, you should use the following steps in order to achieve as you wish. This is the code – make sure you have an ad code placed in Theme panel->Ads->Custom ad 1 – https://www.screencast.com/t/Mw29z93l9 and then using this snippet of the code
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?> you should add it in loop-single-1.php, where exactly you want to display the add, like this -> https://www.screencast.com/t/eyu4sGgDh
Hope this helps!
Thanks for the message!
Hello tamam,
You can use it!
Thanks.
Hello horacebritton,
Try to read the following useful guide here -> http://www.wpbeginner.com/wp-tutorials/how-to-fix-are-you-sure-you-want-to-do-this-error-in-wordpress/ Also, for theme installing, you should use the FTP method because this is the surest way in this regard. For more information about this, please consult here -> https://forum.tagdiv.com/newsmag-install-via-ftp/
Thanks for the message!