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

Hi,

From what I can find that Facebook in-app browser is not actually a browser, so there may be issues with it when browsing any website
https://www.stateofdigital.com/facebook-browser-biggest-browser-ignore/
https://charlesr.co.uk/why-doesnt-my-site-display-properly-in-the-facebook-in-app-browser/
So the results with this in-app browser would not be the best. I believe most users don’t actually use it due to it’s poor performance, and prefer other browsers.

Thanks

Simion C.
tagDiv Staff

Hi,

There is no structured data imported by the theme regardless of installed demo. Easiest way to add schema markup would be by a plugin, here are some guides
https://www.wpsuperstars.net/rich-snippets-schema-plugins-for-wordpress/
https://kinsta.com/blog/schema-markup-wordpress/
https://bloggingwizard.com/add-schema-and-rich-snippets-in-wordpress/
https://torquemag.io/2016/12/schema-markup-wordpress/
https://www.wpsuperstars.net/rich-snippets-schema-plugins-for-wordpress/

Try some free plugins to add recipe schema to your articles, should be no problem in the matter. The theme will add basic and required structured data, for additional elements plugins can be used.

Thanks

Simion C.
tagDiv Staff

The mobile menu can be removed here – https://www.screencast.com/t/sk8DlFQEAbr
If you remove it there will be a message however
https://www.screencast.com/t/LwpctSP4Gw5Y
I could give you a code to hide that message if that is what you want to do. Let me know.

Simion C.
tagDiv Staff

Seems it has to be applied to the container, not the thumb itself. I tried it like this
http://prntscr.com/m2lq3q
Code used in example here

.td-module-thumb::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
box-shadow: inset 0 25px 100px rgba(0,0,0,.5);
-moz-box-shadow: inset 0 25px 100px rgba(0,0,0,.5);
-webkit-box-shadow: inset 0 25px 100px rgba(0,0,0,.5);
}

Simion C.
tagDiv Staff

Glad it is working and thank you for the feedback, much appreciated.

Simion C.
tagDiv Staff

Hi,

I believe the image logo used by the demo is in APNG format. You could create your own, upload it and set it as logo
https://wiki.mozilla.org/APNG_Specification

Thanks

Simion C.
tagDiv Staff

Hi,

That is cloud library element, in order to use it the cloud library plugin must be active
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Thanks

Simion C.
tagDiv Staff

Hi,

You could achieve that, use the IOS slider (slide), this has only one module
https://demo.tagdiv.com/newspaper/ios-slider/
So you could split the row containing it and display a block next to it for a similar design.

Thanks

Simion C.
tagDiv Staff

Hi,

There is indeed a scroll to top button that appears on desktop (on mobile only if the mobile theme plugin is used).

If you want it to appear on mobile without using the mobile theme, try this
https://forum.tagdiv.com/topic/scroll-to-top-mobile/
It will make it visible after you use that code.

Thanks

Simion C.
tagDiv Staff

Hi,

Indeed, it is a current issue with the mobile plugin. The page should still save despite the composer hanging and no success message. We will fix it as quickly as possible. Sorry for the inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,


@justinpunio
I could take a look at this, please post a link to the website where it is happening.

Thanks

Simion C.
tagDiv Staff

Hi,

That is an error displayed usually when installing a demo, it could be caused by incorrectly set permissions
https://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/
Also be sure to set wp-debug to false in the wp-config file
https://forum.tagdiv.com/requirements-for-newspaper/

If you already tried this and the problem remains, please send us an email at contact@tagdiv.com and provide admin login as well as cPanel or FTP if possible. Include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

Check with the browser inspector, in the console. Any mixed content resources will be displayed there. If they are not taken care of the website will be marked as insecure.

Thanks

Simion C.
tagDiv Staff

Hi,

An example of this happening would be helpful, and a link to the website where I can see the issue. Mention what I should do to recreate it if possible.

The links in the post content will inherit the theme accent color set in the theme panel, or the color you set for each of them manually
https://www.screencast.com/t/ZsBWUJ3HOEd

Thanks

Simion C.
tagDiv Staff

Hi,

That is true, the theme will allow only the standard and video post formats, the others are not available.
I believe this has always been the case since the theme was created, I can’t say for sure why this decision was made at the time or if there will be modifications in the future. Sorry for any inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme login modal is just a visual improvement over the default WordPress login/register implementation. Adding more elements in this modal would be possible only be making modifications to it’s code
https://www.screencast.com/t/vSDlqrsMv4J

To customize the email you could try what is suggested in this topic, or maybe with a plugin that can do it
https://wordpress.stackexchange.com/questions/15304/how-to-change-the-default-registration-email-plugin-and-or-non-plugin

Thanks

Simion C.
tagDiv Staff

Hi,

That seems to be the case, the GDPR plugin was not added in the speedbooster allowed plugins list up to this moment. I will make a note of this and our developer team will look into it. Thank you for mentioning it.

Thanks

Simion C.
tagDiv Staff

Hi,

If the AMP plugin is not active there will be no links generated with the /amp suffix by the theme, no point is doing so since they do not exist without an AMP plugin.
So such links would lead to 404 pages. Maybe you previously had an AMP plugin active, and the URLs were picked up by Google.

If you don’t use AMP, you could try and remove those URLs from Google
https://support.google.com/webmasters/answer/1663419?hl=en
https://support.google.com/websearch/answer/6349986?hl=en

Thanks

Simion C.
tagDiv Staff

Hi,

Seems to be something with the URL of the posts. You could try adding http before the website address, then re-save the permalinks in the WordPress settings. After doing this try to share again.

Thanks

Simion C.
tagDiv Staff

Hi,

Most issues with the composer are caused by limited resources allocated by the server. Hosting providers set limits or lower values by default, this may cause problems with the theme and theme plugins.

We created this requirements guide for a proper functionality, it is enough for most websites
https://forum.tagdiv.com/requirements-for-newspaper/
It is important to read it top to bottom and if needed ask the hosting provider to make he necessary changes. Be sure to add the last code from the guide in the htaccess file
https://www.screencast.com/t/ljKH9l76P

Chances are that after fulfilling the requirements will solve this issue. If it does not please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel if possible. We will take a look. Also include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

Thank you for your appreciation. There will be more new features coming.

1. In quite a few cases with similar issues, the problem was solved by installing a newer PHP version on the server. The hosting provider should be able to help you with this. If possible use PHP 7.1 or 7.2, not the newer 7.3, we haven’t tested with the newer versions yet.

It could also be caused by large images and insufficient resources, like mentioned in this guide I found
https://docs.presscustomizr.com/article/229-fixing-errors-when-uploading-images-in-wordpress
We recommend these values for a proper functionality
https://forum.tagdiv.com/requirements-for-newspaper/

2. You mean the Yoast information displayed in the post edit screen?
https://www.screencast.com/t/nYMrn6DLVSSz
I tried the Yoast tabs, they seem to open and display the information
https://www.screencast.com/t/yd3jGZ1w
https://www.screencast.com/t/9gr2jaN0isjk
In the test I am using the latest WordPress, Yoast and theme versions. Maybe there are errors in your case, check with the browser inspector in the console when the issue happens. If there are any errors they will appear there. Could be a conflict with another plugin you have installed.

Thanks

Simion C.
tagDiv Staff

Hi,

Seems to work fine at the moment – http://prntscr.com/m2jimm
http://prntscr.com/m2jipnhttp://prntscr.com/m2jis7

I checked with a mobile phone, the mobile theme loads alright, while not affecting the desktop version. I believe you solved the issue.

Thanks

Simion C.
tagDiv Staff

Hi,

I see posts published on the second and third of January currently
http://prntscr.com/m2jfbu
http://prntscr.com/m2jffm
The theme blocks and grids will display the posts as soon as published, if a latest sorting option is selected for each
https://forum.tagdiv.com/block-settings-guide/
In category pages they will appear after they are published as well.

If this issues still happens it could be a caching problem. Maybe try and clear the cache, I see the website uses a Endurance cache, or make some tests without it. Caching may delay or prevent new changes made to the page or new posts from being displayed.

Thanks

Simion C.
tagDiv Staff

Hi,

You can use both. AMP posts will be served only through the Google search results page, accessing the website through other means will display the mobile theme if active, or the default responsive version if not active.

The mobile theme will have it’s own ad spots. When the plugin is active a mobile section will appear in the theme panel
https://www.screencast.com/t/VnlLgvIVsmBS
More information about this plugin here – https://forum.tagdiv.com/the-mobile-theme/

Please let us know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

That would be the theme modal you are describing. But it shouldn’t apply to images in widget sidebars. What widget are you using in the sidebar? I will make some tests. Does the same happen if you use the sidebar in a different page or post?

Thanks

Viewing 25 posts - 4,601 through 4,625 (of 20,681 total)