Hi,
I have tested your site on both android and iOS but could not see the issue. What browser are you using on your device? If it’s the built in browser, please install either safari or chorme/firefox as the built in browser in most cases is not recommended.
Thank you!
Please let us know if you encounter any further issues.
Thank you!
Hello,
I understand now, Sorry for the confusion. Unfortunately the theme has no such options to filter the content on categories except for the sorting option from the ‘latest’ dropdown: https://www.screencast.com/t/ZxdpcOxtNgg but additional sorting of the posts on specific categories can only be made through customization which we cannot provide. You will have to get some help from a developer/freelancer.
Thank you!
Hello,
Please contact us via email at contact@tagdiv.com and we will take a look at the issue. Provide a link to your site and wp-admin so we can login and investigate.
Thank you!
Hello,
Sorry but for the moment there is no simple way of having infinite loading on posts or reloading of the ads.
Thanks.
Hi,
I have tested the plugin again and it seems to work properly:
https://www.screencast.com/t/rBcIDeKNC
You can download the already created plugin here: https://www.screencast.com/t/3exjiv95jDuB
This guide should help you create a new wordpress plugin https://codex.wordpress.org/Writing_a_Plugin
I hope this helps.
Thank you!
Hello,
You will be able to change the main the background color with a bit of css in the theme panel-> custom code section.
Try this one:
.td-container-wrap, .post {
background-color: #e6ded2;
}
We will consider your feature request for future updates.
Thank you!
Hello,
Please check the theme translation sections of the theme panel:
https://forum.tagdiv.com/newsmag-loading-translations/
https://www.screencast.com/t/pEhuai3L2JO
Thank you!
Hello,
The font weight will affect the font that can support it. Not all fonts support all font weights. Some only have 2 supported ones or 3, while other support all weights. You will have to check your font on google to see which weight will it support.
Please let us know if you encounter any other issues besides the weight after you check the font supported values.
Thank you!
Hello,
This is a default WordPress implementation, and not theme related. If you do not add a caption to your image, then the image will be inside a ‘p’ tag. If you add a caption it will become a ‘figure’ tag.
Make sure you add a caption like so: https://www.screencast.com/t/leyFv0Sj
Thank you!
Hi,
In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
You can add the code in the theme panel-> custom css box.
Or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
Thank you!
Hello,
This modification can only be made using php. You will have to alter the code for the post style 1 template and wrap the get_author function in a condition like so:
https://www.screencast.com/t/li9JVOxb0P
<?php if (!in_category('gadgets')){echo $td_mod_single->get_author();}?>
Thank you!
Hello,
Please provide more details in describing your problem. I cannot understand exactly what the issue is. Please be more explicit.
Thank you!
Hello Rob,
This could be either a caching problem or memory allocation.
Please make sure you only use wp super cache and these settings: https://forum.tagdiv.com/cache-plugin-install-and-configure/ and make sure you follow this guide: https://forum.tagdiv.com/system-status-parameters-guide/
Let us know if you still encounter problems.
Thanks
Hello,
You can find a list of all the available theme blocks here:
https://demo.tagdiv.com/newspaper/block-1/
Select the block you want to view from the ’25 blocks’ dropdown https://www.screencast.com/t/1ZdWek3ejAo5
There is no block however that can show the excerpt or image based on user preference. Our blocks will pull the information automatically, not user defined. sorry
Thanks.
Hello,
Our theme does not have an option to place a comment box inside the tab element. You can try to use a plugin and implement the comment shortcode into the tab shortcode but we have not tested any such implementation. You will have to try a few comment plugins out and see which one works.
Thanks.
Hello,
The shim plugin will not work in newspaper 7 but we are developing our own page builder you can use. We have provided the builder with our free theme for the moment: https://www.wpion.com/free-news-theme/ and you can download it from there and use it on the newspaper theme.
Thank you!
Hello,
Yes you can move it left with a simple css modification.
Add this code in the theme panel-> custom css box:
.td-scroll-up{
left:5px!important;
}
Thank you!
Hello,
It could be possible but we are not the plugin authors though so we cannot say for sure if the plugin code allows it or not. You will have to get some help from someone that is code savvy or contact the plugin author directly.
Thank you for your understanding!
Glad you figured it out.
Have a nice day!
Hello,
The mobile theme is very sensitive to caching. Please only use wp super cache and these settings: https://forum.tagdiv.com/cache-plugin-install-and-configure/
Also please contact your host and have them disable any hosting side cache.
Wp super cache also has a flaw in it;s code that must be adjusted as shown here:
https://github.com/Automattic/wp-super-cache/pull/185/files
Edit wp-cache-phase1.php and add the green code from the right column as it shows in the provided link.
Thank you!
Hello,
You must have missed a step in your customization. Try to use the api plugin which adds a new block: https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/
Please note that the theme api is for advanced users and is not covered by the theme support.
Thank you!
Hello,
You will have to select a full height row from the row settings in order to see the image.
Thank you!
Hello,
The code for the more from author tab can be found here: https://www.screencast.com/t/oApk5pkoT
For the like, there is a confirm button that needs to be pressed if you are not logged into facebook.
Thanks.
Hello,
I have tested your site but could not see the issue. Please try from another device.
Thanks.