Hello,
You can use the new cloud library plugin available since Newspaper 8.8
It allows you do to just that.
The following example shows how to import a single post template but the method is the same for category templates: https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Thank you!
Hello,
If you want to implement a new social share button, you can use this guide:
https://forum.tagdiv.com/topic/how-to-add-xing-as-a-social-network/
Thanks.
Hello,
Please provide more details to exactly where you want to show the title of the website? Do you want to show it across the whole site? or just the homepage?
Thank you!
Hello,
Please re-save the permalinks. you do not need to later their structure, just press the save button again. This fixed it for most users.
Thank you!
Hello,
Thank you for your suggestions. Unfortunately, yes the bbpress and woocommerce css are tied into our own thee css so it cannot be removed. We are planning to separate the css however so in future releases this will be possible but not for the time being.
Thank you for understanding.
Hi,
In most scenarios for the missing author vcard errors you will have to enable the author box. If you disable the author box that data will not be available.
Also check the WordPress forums for possible helpful advice in missing updated
– https://wordpress.org/support/topic-tag/missing-updated/
Try the solution provided here as well
– https://forum.tagdiv.com/topic/updated-author-and-entry-title-search-console-markup-microformats-org/
I hope this helps.
Thanks.
Hi,
In most scenarios for the missing author vcard errors you will have to enable the author box. If you disable the author box that data will not be available.
Also check the WordPress forums for possible helpful advice in missing updated
– https://wordpress.org/support/topic-tag/missing-updated/
Try the solution provided here as well
– https://forum.tagdiv.com/topic/updated-author-and-entry-title-search-console-markup-microformats-org/
I hope this helps.
Thanks.
Hello,
Sorry but the only block that can have a different layout for mobile devices is the flex block. You can set it up in the tagdiv composer separately for each device in particular: https://www.screencast.com/t/iCSSYePV5R4c
Thank you!
Hello,
The gadgets theme demo as other demos as well, ad their own css style to the theme and in many cases change the default colors. Sometimes a stronger css code is required.
Try this code in the theme panel-> custom css section:
.td-gadgets .td-header-style-5 .sf-menu > li > a:hover{
color:orange;
}
Thanks.
Hello,
Yes, you can set the code for a specific category using the category id.
You can get the cat id like so: https://www.screencast.com/t/QdVla6RVR
Then you simply add the id as a css class in your css code like so:
.category-414 .td-header-wrap {
margin-top: 149px;
}
As for the backgorund ad, sorry but for the moment we have no plans on implementing separate background ads for separate categories. We have not tested any background ad plugin either so i cannot make a recommendation.
As for the bottom white space, please ad this css in your theme panel under custom css
.td-main-content-wrap{
padding-bottom:0;
}
Thank you!
Sorry but there are no settings to alter the next prev pagination on blocks. It can only be done with custom css. if you provide more details to how you want them with screenshots, maybe we can offer a css code that can come close to the design you are after.
Thank you!
Hello,
After you create the template, please press this button: https://www.screencast.com/t/lcieURTOE
‘Edit’ and ‘edit template’ are not the same
Thank you!
Hello,
Sorry but there are no settings to alter the search appearance for the moment. It can only be done with custom modification.
Thanks.
Hello,
There was absolutely no font change in recent updates and no alignment change.
Please check your plugins as I see many untested plugins in use that each have specific css.
Thanks.
Hello,
Please hit the save button for your permalinks again. This fixed the error for most users.
You do not need to change the permalink structure, just press the save button
Let us know how it goes.
Thanks.
Hello,
Sorry but our theme only offers 1 inline ad. There is no option for multiple inline ads. Any extra ad will have to be implemented either directly in the post content or through a plugin.
Thanks
Hello,
If your footer content comes from predefined data, you can only change the footer template and then use the 3 footer widgets to add content to the footer and have access to the block settings: https://forum.tagdiv.com/footer-templates/
Thank you!
If you still have trouble identifying the issue, please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.
Thank you!
Hello,
There were no changes made to the demos between versions The only changes are these ones:
https://www.screencast.com/t/DgiBqx2SqV
There were no font changes. Please check the fonts settings in your theme panel or in the tagdiv composer for that page specifically. Where are you changing the font that is not applying to your page?
Thank you!
Hello,
If you mean the block titles, you will have to learn how to use the page builder: https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/block-settings-guide/.
By simply deleting the title text, the block title will be removed. https://www.screencast.com/t/2p2RUnfDC
Thank you!
Hello,
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.
Thank you!
Hello,
Please use this guide to increase your memory allocation: https://forum.tagdiv.com/requirements-for-newspaper/
Try adding 256 mb in wp-config if you use many plugins.
Let us know how it goes.
Thanks
Hello,
You can simulate a mobile device in the chrome browser inspector like so:
https://developers.google.com/web/tools/chrome-devtools/device-mode/
You do not need custom css to change the mobile theme colors though: https://www.screencast.com/t/Yop8vHu5
Thank you!
Hello,
Indeed the post pagination does not work on the cloud templates. I have added this to our bug list and we will fix it for the next theme update.
Sorry for the inconvenience.
Hello,
Only a ‘big grid full’ can be stretched to full width
A big grid cannot show in a split row. It needs a full row in order to show the content properly.
The load more pagination button does not have any settings for customizing it. It can only be changed with custom css.
Thanks