Hi,
Maybe you are using an older theme version, compatibility with WordPress 5 and Gutenberg was added in theme update 9.2, a changelog can be seen at the bottom of this page
– https://themeforest.net/item/newspaper/5489609
If you use an older version than 9.2 there may be problems.
Thanks
Hi,
Is that text specific to each post or a general text? if it’s different for each post in the post page you could use the subtitle field – http://prntscr.com/mgebej
If it’s general you could use a cloud post template and add it in the template, below the post title element – http://prntscr.com/mgeczp
In module it may not be so easy. It will require modifications to the module file in order for it to display new data. These are the module files – http://prntscr.com/mgee37
Thanks
@pete@e-production.net So that notice is displayed when that calendar plugin is active and you try to edit that respective page? Does it happen if you edit a new page?
Could be a conflict between the theme or theme plugins and the calendar plugin. From what I can remember about that plugin for some users it worked while for others it did not and caused problems.
You could use a CSS that will hide the sub-category by the position number. For example the Style hunter is number 4 in the list of sub-categories
– http://prntscr.com/mgdw7p
The code to hide it is like this – http://prntscr.com/mgdye0
Code used in example here
.menu-item-291 .block-mega-child-cats a:nth-child(4) {
display:none;
}
I used the ID of the menu-item so that the code will apply only to that menu item
– http://prntscr.com/mgdz7v
Hi,
The newsletter and other shortcodes will not be displayed when the mobile theme plugin is active. There would be no way around this.
If you want to display a newsletter form in the mobile version you would have to enter the form directly in the post content for example. This would be a solution.
Thanks
Hi,
I believe this is on our list, as it was suggested before. Currently the button doesn’t have such a setting unfortunately.
You could create a button in a text element – http://prntscr.com/mgcoft also use a plugin such as this one to set the nofollow for the link
– https://wordpress.org/plugins/extend-link/
There may be other ways of doing it besides this one. Sorry for the inconvenience.
Thanks
Hi,
That seems to be the case, the Jetpack site accelerator can cause problem with the images in the Instagram widget or other feed sections. Disabling it should fix the problem.
But between Jetpack and the cloud library plugin there is no known conflict. What exactly is happening if you have both Jetpack and the cloud plugin active at the same time?
Are there errors such as 500 error? In some cases this can happen due to low wp-memory. We recommend a value of 256M which would be enough for most websites
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks
Hi,
An update will be released this week as far as I know. It will fix the issue you mention and others. Sorry again for the inconvenience.
Thanks
Hi,
You can do that in the translation settings for example – http://prntscr.com/mgc5bf
Result – http://prntscr.com/mgc5is
Thanks
Hi,
The theme will indeed set a margin bottom for the paragraphs, with a value of 26px. You could use the code you mention to modify the margin, if this is needed. Enter it in the theme panel custom CSS section.
Let me know if you have more questions.
Thanks
Hi,
That is a cloud post template, you can see examples of cloud templates here
– https://affiliate.tagdiv.com/#/load/Single
You can preview and even edit them to see how they are made. If you want to import them, it can be done through the cloud library plugin
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
A similar result can be achieved with default post templates. For example a post with no sidebar and using the text padding option – http://prntscr.com/mgbt23
The result will be like this – https://demo.tagdiv.com/newspaper/td-post-five-things-you-may-have-missed-over-the-weekend-from-the-world-of-business/
Thanks
Hi,
Seems the font is not loaded, are you using Google fonts? Check if they are enabled in the theme panel
– http://prntscr.com/mgbp46
Thanks
Hi,
@tunisi45 That demo has been removed a while back due to complaints and some other factors, it has been modified and is now called Classy magazine
– https://demo.tagdiv.com/newspaper_classy/
Maybe you can consider using this new demo instead of the previous one. If you need help or have more questions let me know.
Thanks
Hi,
Not all post templates can be edited with the composer. The default post templates cannot be edited
– https://forum.tagdiv.com/post-templates-2/
Cloud post templates or any cloud templates can be edited
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
The post must first use a cloud post template before you can edit the template.
Here you can preview and even edit the available cloud templates for posts
– https://affiliate.tagdiv.com/#/load/Single
You can import any of them, use them as they are or make modifications, or create new ones with the blank template – http://prntscr.com/mgbga0
Please let me know if you have more questions.
Thanks
Hi,
Shouldn’t be a problem deleting elements in a page, and adding new ones. So for example an element can be deleted by clicking the delete icon – http://prntscr.com/mgba8u
or by dragging it to the right corner – http://prntscr.com/mgbam6
Then you can add new elements, by dragging and dropping them from the left composer sidebar in the desired location
– http://prntscr.com/mgbb3y
Here is a composer guide – https://forum.tagdiv.com/tagdiv-composer-tutorial/
And a block settings guide – https://forum.tagdiv.com/block-settings-guide/
If I misunderstand the problem, or you have more questions, please let me know.
Thanks
Hi,
Looks alright now – http://prntscr.com/mgb7eo There is a related topic mentioning possible causes for this to happen
– https://forum.tagdiv.com/topic/i-have-two-problems-in-mobile-friendly-test/
Thanks
Hi,
We could take a look at it, please send us an email at contact@tagdiv.com and provide admin login as well as cPanel if possible. Could be a server configuration issue. Include a link to this topic in then email.
Thanks
Hi,
Flex blocks will be the ones to use in this layout, predefined blocks can be placed there but they may not look good.
Widget sidebars can be created from a few places – https://forum.tagdiv.com/sidebars-tutorial/
Thanks
Hi,
You mean the post sharing? – http://prntscr.com/mgagsw this will appear only in the post pages. One way of removing it for specific posts would be to use some CSS.
For example by using the unique post ID, and remove the top sharing
– http://prntscr.com/mgahg7
Or bottom sharing – http://prntscr.com/mgahw4
These are the codes used in the example
.postid-1003 .td-post-sharing-top {
display: none;
}
.postid-1003 .td-post-sharing-bottom {
display: none;
}
Or use cloud post templates, you can design these with the composer
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Here you can preview and even edit the cloud post templates designed by us
– https://affiliate.tagdiv.com/#/load/Single
It can be seen that the sharing is an element in this post templates, so you can use a template that contains the sharing element, and another one that doesn’t. Apply them to the posts as needed.
Thanks
That could be done with some CSS, for example – http://prntscr.com/mgafmt
.tdb_loop .td_module_no_thumb .td-image-container {
display: none;
}
.tdb_loop .td_module_no_thumb .td-module-meta-info {
margin-left:0;
padding-left:0;
}
I used the post loop 1 element in this example, this code could be modified if needed.
You could try it like this, instead of the is_home use this condition
if (is_front_page() and !is_paged())
It will require a small modification to the smart list template 1 file, remove this code here – http://prntscr.com/mf7emh
Result will be no number – http://prntscr.com/mf7f4x
The best way to do it is in a child theme. This way the modification will not be lost after a theme update – https://forum.tagdiv.com/the-child-theme-support-tutorial/
Hi,
@ndsonpto Are you stretching the rows containing the blocks? Loss of quality will happen in this case, a small thumbnails when stretched will degrade as you say.
For wider results use flex blocks or flex grids where a bigger thumbnail can be selected. You can check some block examples in various widths with the links to the cloud library from above.
If the problem is different please post a link to the website where the issue is happening so I can take a look.
Thanks
Hi,
The mega-menu will show all the sub-categories of the parent category set in it.
So for example these sub-categories of the parent category Fashion
– http://prntscr.com/mf6scu will appear one below the other – http://prntscr.com/mf6rs5
I could try and give you a CSS solution yo hide the desired category from the mega-menu. Post a link to the website and mention which category you want removed from the mega-menu sub-categories.
Thanks
Hi,
For increased performance on mobile there is a mobile theme you could use. Here is some information about it – https://forum.tagdiv.com/the-mobile-theme/
The desktop looks alright, there could be some improvements – http://prntscr.com/mf5r86
For overall optimization to the website you can check some topics from the forum
– https://forum.tagdiv.com/topic/newpaper9-theme-making-website-very-slow-google-pagespeed-just-24100/
Regarding the AMP issues, seems the auto ads code has been entered in the header ad spot
– http://prntscr.com/mf5orn
That would be wrong, that code can only be entered like this at the moment
– https://forum.tagdiv.com/topic/info-adv-amp/
I believe an option will be added in a coming update for the AMP plugin, so that the code can be entered in the theme panel instead of the plugin files. But for the moment that is the only way.
Thanks