manspan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: breadcrumb displays subcategory postsThank you for your response.
regards, Manolis.
Forum: Fixing WordPress
In reply to: breadcrumb displays subcategory postsGood day,
the breadcrumb block came with Astra Pro Theme. I’ve contacted with their support team and they told me that “it is the default functionality of WordPress”.
I’m using a demo server, in order to test things first and then apply them to my productive server. So, you could navigate to http://195.251.99.141/wordpress/post-3/ and press “Main category” from the breadcrumb. Post 1 and 2 belongs directly to “Main Category”, but post 3 and 4 belongs to subcategories. Those posts shouldn’t be displayed.
regards, ManolisForum: Fixing WordPress
In reply to: Publishing failed. The response is not a valid JSON response.Yes, I restarted Apache. I will check the error logs for any useful information.
Forum: Fixing WordPress
In reply to: Publishing failed. The response is not a valid JSON response.I don’t see any difference. The third line I posted is actually the third and the fourth together (my mistake on pasting the text from the file).
Forum: Fixing WordPress
In reply to: Publishing failed. The response is not a valid JSON response.the file exists:
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /wordpress/ RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]Forum: Fixing WordPress
In reply to: Keep losing Font Style settingsI have added the font by using a plugin and it’s working now. If I have time in the future I’ll try to reproduce the issue.
Forum: Fixing WordPress
In reply to: Keep losing Font Style settingshi,
As you can see in the left side of the picture below, I’ve set the Font and saved the settings. When I come back to Style Editor, everything is set to defaults (right side).
Forum: Fixing WordPress
In reply to: Paragraph text problem, one line on top of otherThank you for your immediate reply. You were right, it is a plugin that messes everything up. I deactivated it and everything is working perfectly. Thanks a lot.