Matija
Forum Replies Created
-
Yes, of course, I know that. But it looks far better and organized when you add numbers in headings like h3 when listing tools, products, plugins, or anything else than without them.
Hi,
Thank you for your reply. I am aware of that option in plugin settings. I want that decimal numbers appear in the table of contents. That is not an issue.
The issue is when I add in headings numbers. Then they are also included in the Table of Contents and that doesn’t look good.
I am asking is it possible that the plugin ignores numbers in headings based on the example provided?
- This reply was modified 5 years, 1 month ago by Matija.
Forum: Plugins
In reply to: [Site Kit by Google - Analytics, Search Console, AdSense, Speed] DeleteSorry wrong thread.
Hi,
Thank you for suggesting to check JS errors. I have found the issue. I was blocking the display of username from my functions.php via the following code:
function disable_rest_endpoints ( $endpoints ) { if ( isset( $endpoints['/wp/v2/users'] ) ) { unset( $endpoints['/wp/v2/users'] ); } if ( isset( $endpoints['/wp/v2/users/(?P<id>[\d]+)'] ) ) { unset( $endpoints['/wp/v2/users/(?P<id>[\d]+)'] ); } return $endpoints; } add_filter( 'rest_endpoints', 'disable_rest_endpoints');Hi,
Yes, I am using WordPress 5.5.1 and Yoast SEO v14.9 and all my plugins and theme are up to date with their latest versions.
If I type user name nothing happens.
Forum: Plugins
In reply to: [Inline Related Posts] Showing inline posts all at onceWell, that is a big no then.
Forum: Plugins
In reply to: [Inline Related Posts] Showing inline posts all at onceWouldn’t inserting shortcode mean I would need to manually insert it in each post?
Forum: Plugins
In reply to: [Easy Table of Contents] PHP Notice: Undefined offsetOk, thanks for your reply and update on this.
Hi,
Thanks for your answer. It seems that fixed mentioned error.
To what values do you recommend increasing PHP time limit and Max input time?
Permalink structure is post name. Example https://www.mysite.com/sample-post/
Sure. Here:
Server architecture Linux 2.6.32-954.3.5.lve1.4.64.el6.x86_64 x86_64
Web server Apache
PHP version 7.3.20
PHP SAPI cgi-fcgi
PHP max input variables 6200
PHP time limit 30
PHP memory limit 768M
Max input time 60
Upload max filesize 512M
PHP post max size 512M
cURL version 7.71.0 OpenSSL/1.1.1g
MySQL Version: 5.5.5Hi,
Could you clarify what is the reason why Google Site Kit plugin loads so many assets for logged-in users taking into consideration that its only job is to show up-to-date insights directly on the WordPress dashboard?
I used MonsterInsights analytics and some others and they would only load 2-3 assets.
Thank you for clarifying this.