Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Simion C.
tagDiv Staff

So you are using additional font settings, probably that is the TinyMCE Advanced plugin. The most important thing to ask would be what font is eventually used in the actual published post, the theme panel font or the plugin font? That plugin may override the theme panel setting.

The font displayed when in the post edit screen is hard coded in the theme stylesheet as I mentioned above, it will be always be Roboto. There are no settings to change that.

In the backend the font used would be unimportant, you can always preview the post and see how the fonts selected in the theme panel look.

Simion C.
tagDiv Staff

Hi,

If you do not want to update, try this social counter plugin and see if it works
http://cdn.tagdiv.com/wp-content/uploads/2018/06/td-social-counter.zip

But it would be better to update the theme and theme plugins. Please check the theme changelog, you probably have version 8.7.4
https://themeforest.net/item/newspaper/5489609 (bottom of the page)
There were some notable changes since that version. Updating the theme will not change anything in your pages and posts, or theme panel settings or custom code entered in the theme panel.

As always just to be safe you should make a backup before you update. The steps to update are described in the guide, follow theme and there should be no problem
https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Simion C.
tagDiv Staff

Hi,

Yes, 256M would be sufficient for most users. Set it like that if possible and allowed by your hosting provider.

There are multiple speed optimization guides here in the forum, besides the official guide. Many users achieved great results and posted their own methods
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Use a caching plugin and CDN if possible as well
https://forum.tagdiv.com/cache-plugin-install-and-configure/
https://forum.tagdiv.com/cloudflare-cdn/
Keep testing multiple plugins if needed, or different implementations until the website is as fast as it can be. Keep the plugin number as low as possible also. Also ads can cause the website to be slower.

Simion C.
tagDiv Staff

You should remove those from the sitemap, those are the templates that you create/import. Access the Yoast SEO plugin settings and remove them from the search
https://www.screencast.com/t/RZf7fpgpT2Z

Simion C.
tagDiv Staff

We have to be careful with the new options that we add in the composer. If there is a request mentioned or suggested by many users it will be strongly considered. It will also be considered if it will be very helpful and over bulk the composer. So this option may be available at some point in the future. Sorry for any inconvenience.

Simion C.
tagDiv Staff

You can make a new template, then you can apply it to the posts you want. Those posts will then display according to the template you designed. So you could apply it to individual posts as mentioned above, or in general.
Try it on a single post and see how it looks, simply edit a post and choose your template (it will only affect that post).
Let us know if you have more questions.

Simion C.
tagDiv Staff

Hi,

Let us know if there are still problems in this matter, we will take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

Now all I need would be an example of a post that does not belong where it is displayed, when possible. All the blocks and grids once filtered will only display posts according to that filtering. So for example if you were to choose the “Travel” category as a filter in a block
https://www.screencast.com/t/5mjBSsCxee
Then all the posts the block displays have to be included in that category. That would be the intended functionality.

Thanks

Simion C.
tagDiv Staff

Hi,

From what I can see that post is included in this category
https://www.screencast.com/t/73I521gsLie
So the path in the breadcrumbs should be starting from Home through the category and to the post. There is a setting to display or not the parent category of the post category
https://www.screencast.com/t/lLTr0nZymviI
https://forum.tagdiv.com/primary-category/
The primary category will change the breadcrumbs path, each post will have a primary category, either you set one or the first one alphabetically will be picked.

Thanks

Simion C.
tagDiv Staff

Hi,

But those would be two different subjects. First one would be related to Google crawler trying to access the wp-content themes folder and theme files. This could possibly be caused by the configuration of your server that does not disallow this.

The other issue is with the tagDiv composer plugin, which lead to 500 errors in WordPress and the website or wp-admin cannot be accessed in some cases. These are fixed in almost all cases as mentioned in the topic you provided. Other page builder providers than our own, also suggest some of the solutions we suggest, they seem to work in many cases.

We can take a look if you have composer problems and you tried those suggestions to no favorable result. maybe we can identify why it is not working for you. Send us an email at contact@tagdiv.com and provide admin login, as well as FTP and cPanel if possible. Include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

That would depend on the owners of the videos, their owners have the option to monetize their channels and serve ads or not. Those ads could be disabled for you by installing an Ad-blocker extension for your browser, but not in general for everyone who watches the video.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme itself will display the ads in all the posts, I believe a plugin such as AdRotate can be used to have better control over the ads. This plugin is recommended by many of our our users, you could give it a try. Some info about it here
http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
https://ajdg.solutions/manuals/adrotate-manuals/

Also now you can create your own post templates, or import predefined ones, with the new tagDiv Cloud library plugin
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
For these post templates the ads have to be entered in the template, so you could leave the post content with no ads for that post template
https://www.screencast.com/t/AmmMUsnlm

Thanks

Simion C.
tagDiv Staff

Hi,

Let’s try and identify the problem here. I believe you don’t want to display that background image for the related articles section, only for other blocks
https://www.screencast.com/t/IcdaPgqzTg
It can be removed by adding this code in addition to the one you are currently using
https://www.screencast.com/t/ryvSlN00L6
If you need something more please let me know

.td-craft-ideas .td-related-title.td-block-title {
background-image: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,


@poob67
This issue that happens for some users is currently under investigation, we are testing and will provide a solution when it is found. Sorry for the inconvenience.

Simion C.
tagDiv Staff

Hi,

The AMP plugin will not show a menu, maybe a menu will be considered and added in a future update of the plugin.
This design and functionality is similar to the Yoast SEO website, which does no feature a menu in AMP pages. Example
https://yoast.com/social-media-optimization-with-yoast-seo/amp/

Thanks

Simion C.
tagDiv Staff

Hi,

The theme does not have social login options, only default WordPress login capabilities. The login modal window is defined in a file, these would be some similar topics that imply theme modifications to this modal to implement social logins if this is required
https://forum.tagdiv.com/topic/where-i-can-add-a-line-of-custom-php-code-on-the-login-page/
https://forum.tagdiv.com/topic/want-social-login-short-code-on-login-page/
https://forum.tagdiv.com/topic/social-login-pushes-signup-button-out-of-view/

Thanks

Simion C.
tagDiv Staff

Hi,

Infinite loading is available for block and category pages. You could create a page and place a block of your choosing in it, filter it as you wish or let it display all your posts. Select infinite loading for it and also how many posts to display initially
https://www.screencast.com/t/hebLBgVK5
https://www.screencast.com/t/pysLgIOge
This would be a solution, you cold give it a try. Check out all the available blocks here
https://demo.tagdiv.com/newspaper/block-1/
Also the block settings – https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

The sidebar will be below the post content on phones, not above it. That would be the case for all layouts with a sidebar. The sidebar will be displayed below the main content. You could experiment with modifications in the default post templates
https://forum.tagdiv.com/topic/sidebar-above-post/

Or maybe experiment using the available settings and new Cloud library plugin + tagDiv composer to design a post template as you wish
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Thanks

Simion C.
tagDiv Staff

Hi,


@InstallationComplete
There are no such plans that I am aware of. Maybe there are themes that would be more suited for maintaining a more advanced shop. The Newspaper theme works with Woocommerce and will not interfere with it’s functionality and settings, but it also does not add much to it.

I will note however any suggestions you might have and add them on our list.

Thanks

Simion C.
tagDiv Staff

Hi,


@Olov
Maybe you should wait a while if you just created the robots file and added that code. Or maybe there are other solutions online that you could try to disallow the themes folder. There aren’t a lot of mentions of this online however, I also searched some more with no definitive solutions found.

Simion C.
tagDiv Staff

Hi,

But what exactly is missing, what error are you referring to. I see nothing wrong with it or know what else is is it supposed to be displayed.

All the post content should be displayed, the theme does not have settings to remove parts of the post content. So what you enter in the post edit screen in the post content would be displayed in the published post.
Try to provide some more details, maybe I am misunderstanding.

Thanks

Simion C.
tagDiv Staff

Hi,

Something must have changed if it worked previously and now it does not. Please send us an email at contact@tagdiv.com and provide admin login, also FTP and cPanel if possible.

Mention in what circumstances this issue happens. Include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

That may be available in the future if the request becomes more popular. But for the moment there would be no way to add another button in the counter itself. Maybe try a separate button, but there seem to be none with a count
https://developers.pinterest.com/tools/widget-builder/?

Thanks

Simion C.
tagDiv Staff

Hi,

That would depend where you would like to do that. A general theme setting for width is not available. There are full width elements to be placed in pages
https://demo.tagdiv.com/newspaper/full-big-grid-1/ (10 types of full width grids)
Rows in pages can be stretched – https://www.screencast.com/t/LjPxJ1iLIIz
Header and Footer elements – https://www.screencast.com/t/HgtsNIs1

Also now with the new Cloud library plugin together with the tagDiv composer, you can design or import post templates
https://tagdiv.com/newspaper-8-8-update-what-s-new/
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

But a general width setting for the whole website does not exist, there are more individual settings to be used for width.

Thanks

Simion C.
tagDiv Staff

Hi,

Then that font should be displayed for all those elements. If it is not for some reason, please provide a link to this location so I can take look.

Viewing 25 posts - 8,876 through 8,900 (of 20,681 total)