The homepage can be set to show your latest posts from wordpress from the reading settings: http://screencast.com/t/aV9dpsqW
Then you can choose the blog template from here: http://screencast.com/t/xuYsNaGQL
Hello,
you will have to check your homepage as the html structure gets altered. That black background is actually the footer stretching across the whole site. That should not be like that. Please re-create your homage or check it for any open tags if you know how. If not simply start over and create a new homepage.
Thanks
Well the topic I showed you does exactly that. There is no easy way to remove the default google fonts and our users created a custom function to replace the default fonts:
http://screencast.com/t/TnC4SxyblhAe
Thank you!
Hello,
It seems the site suggests adding lazyload to the images. Well our theme lazyload is not the usual lazyload but rather just a loading animation. Images are still loaded on page load. Adding a lazyload that loads images as you scroll the content will be no easy task. We do not have such a feature so it will have to be added custom.
Thank you!
Sure.
The homepage without visual composer will look depending on the post style you choose. It is basically a list of all your posts in the latest to oldest fashion and pagination . Depending on the module you choos it will look like these examples:
http://screencast.com/t/gPwk8CtFEJBq
http://screencast.com/t/sSP3VoyqQ
http://screencast.com/t/IIpvmpdQn1Ky
http://screencast.com/t/A2apxXGmQb9W
http://screencast.com/t/kB8v4S3Yfz
http://screencast.com/t/TCuV7baGPy
etc.
I hope this helps.
Thanks.
Hi,
We received your email. Please allow us a bit of time to investigate and we will come back to your via email with our findings.
Thank you!
Hello,
You will require coding kills for this to work properly. Please follow this topic. It’s a bit old but the method still applies:
https://forum.tagdiv.com/topic/custom-post-formats/
Thank you!
Hi,
You need to modify this file and change the number of products shown: http://screencast.com/t/hOEOWUgMQQ
Simply change the number 4 to 16
Thanks.
Modules and blocks only work with visual composer. No visual composer means no modules and blocks. On pages you will not be able to use theme. You can use modules on category templates but that;s about it. If you want to build a custom homepage with block elements, you will need visual composer. If you select a blog style homepage, you can change the module used by the theme to display the articles but you cannot customize anything beyond that.It will be just likie a category page. You can choose the article display and the sidebar, but no custom positioning or layouts without visual composer. Here is where you will find the setting: http://screencast.com/t/pF8kD3Ci
Thank you!
Hello,
We do not use any software other than a text interpreter. Notepad ++ is a pretty good one and it’s free of charge. That is the best method of going into editing code. I cannot recommend any software that can do this and even if you find a tool for editing WordPress, the tool will not work on our theme. Premium theme s have custom code that the soft created for WordPress will most likely not be able to detect.
Thank you!
Hello,
We do not use any software other than a text interpreter. Notepad ++ is a pretty good one and it’s free of charge. That is the best method of going into editing code. I cannot recommend any software that can do this and even if you find a tool for editing WordPress, the tool will not work on our theme. Premium theme s have custom code that the soft created for WordPress will most likely not be able to detect.
Thank you!
Hello,
Please follow this topic for a custom made function that will remove the default google fonts: https://forum.tagdiv.com/topic/do-i-really-need-to-change-all-the-text-fields-for-fonts/
Thank you!
Hello,
You will have to use the theme api system and it will require coding skills from your part. Here is a refference on how to use the api: https://forum.tagdiv.com/api-thumbnail-introduction/
Thank you!
Hello,
We have no such reports until now. Our blocks pull information from the post itself including the publish date.
Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then test the dates again. Let us know if you still have issues with dates and if you do,please provide a link to your site so we can inspect it.
Thank you!
Hello,
What you see in the page source is actually compiled css. Without it, the theme will not work properly. We cannot provide any solution to remove these lines of code, sorry. We can assure you our theme is built according to all of the coding standards to date and that compiled css you can see will not affect your rankings on google as it does not affect SEO in any way.
Thank you!
Hello Mauro,
Unfortunately our theme does not have such an option. The mobile detect is added through css with the @media property. If you want to modify this behavior you will have to change the style.css file and modify the viewport size into the one you want, but this will be no easy task as there are many lines of code to edit. There is no easy way I can provide for this unfortunately.
Thanks.
Hello,
Please disable all your plugins except visual composer, clear cache and reset cdn files if you use it. Then test the mobile theme again.
If you still have issues with it, please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate this issue.
Thank you!
Hello,
We do not have any support for skyscraper ads in newspaper 7. The ad spots were not changed in the new version.
You can take a look at the changelog to see the changes between versions:
https://themeforest.net/item/newspaper/5489609 – bottom of the page
Thank you!
Hello,
Unfortunately we do not recommend changing the theme width as the theme elements depend on the theme’s fixed width to display properly. If you want to alter the theme width you must do it on your own risk as we did not build the theme with a changeable width in mind. Sorry.
Thanks.
Hi,
The easiest way of doing it is to simply hide the social share buttons on desktop with css. You can use this code:
@media(min-width:767px){
.td-post-sharing-top, .td-post-sharing-bottom{
display:none!important;
}}
Thank you!
Hello,
Yes you can actually. The homepage can be set to show your latest posts from wordpress from the reading settings: http://screencast.com/t/aV9dpsqW
Thank you!
Hello,
In order to remove the text you must enable this option: http://screencast.com/t/Vcwq5YbaR9xh
The comment count on blocks and modules can be removed from here: http://screencast.com/t/axeeI1Oen1
For posts you can remove it from here: http://screencast.com/t/C2axMhQ8pURx
Thank you!
Hi,
Caching is the most obvious reason. You still served the old version of the css through cache and it since then got cleared. It’s always recommended to clear all cache after an update.
Thank you!
Hi,
Unfortunately we have not tested the Instant articles at all. We do not know about their implementation so I cannot provide any solution on this. Sorry. You will have to test it out with a bit of trial and error and check for any wordpress functions that will help you grab the subtitle. You can also try your luck on the wp forums and see hwo other people got subtitle sot show on instant articles:
https://wordpress.org/support/topic/support-for-subtitles-1/
Thanks.
Hello,
The category names beside the title are added the ajax filter, not the block filter. Please read this guide: https://forum.tagdiv.com/block-settings-guide/ and check for the ajax filter tab.
Thank you!