Savvas Paraskevas
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hitchcock] No Feature Image Option on PostsHello Anders and thank you very much for your answer,
I already did that but unfortunately did not help at all.
It is very strange…I have the “featured image” option from my android phone (through the chrome app) but not on my Windows PC (neither Chrome or Edge) and also not on my Chromebook.
I think it is not a theme issue because I changed the theme and had the same problem.
If you have any other idea please let me know.Thanks again!
Forum: Themes and Templates
In reply to: [Hitchcock] Change Tagline FontHello Anders,
Worked like a charm, thank you very much!Forum: Fixing WordPress
In reply to: No Feature Image Option on PostsThank you t-p!
Try updating browser (if it’s not up to date)…already updated
If that does not help, then try clearing browser extensions…didn’t help.
If still no joy, then I recommend asking at your theme’s support…I did and I am waiting.
I also realized this:
https://photos.app.goo.gl/KZdwAujErqc1QDDR9Forum: Themes and Templates
In reply to: [Hitchcock] No Feature Image Option on PostsAlso this:
https://photos.app.goo.gl/KZdwAujErqc1QDDR9Forum: Fixing WordPress
In reply to: wp-comments-post.php errorHello Corrina and thank you very much for your help.
I did all these:
– reset your permalinks:
changed from “post name” to “plain”…nothing. Back to “post name…nothing happened.
– make sure you are running a default htaccess file:
my htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
– download the latest version of WordPress, and only upload the /wp-admin and /wp-includes folders to your server:
Nothing happened.
– what did you change your php version to?
from 7.4.27 to 8.1.2 and back to 7.4.27 again…nothing happened.
– login to your control panel and check your php error logs
Cannot find php error logs in my control panel (probably because it is free host provider).
– if you set define( ‘WP_DEBUG_LOG’, true ); properly, there should be a file in your /wp-content/ directory called debug.log
I did it but there is no such debug.log file…sorry.
https://wordpress.org/plugins/query-monitor/`
installed it…in overview tab there are 2 warnings…
1.Persistent object cache plugin not in use
Speak to your web host about enabling an object cache extension such as Redis or Memcached
2.Opcode cache not in use
Speak to your web host about enabling an opcode cache such as OPcache.
Do you think might be something of these warnings? I do not understand hot to use this plugin exactlyThank you very much for your help…sorry, I know I am an idiot on these things.
- This reply was modified 4 years, 2 months ago by Savvas Paraskevas.
- This reply was modified 4 years, 2 months ago by Savvas Paraskevas.
Forum: Themes and Templates
In reply to: [Hueman] wp-comments-post.php errorHello Amirzia and thanks for your answer. Unfortunately I did all these that you suggested but nothing fixed the problem.
I also did these:
1. changed the PHP version at the hosting provider.
2. I changed the permissions of the “wp-comments-post.php” file from 744 to 755.
3.I changed the theme (that makes it a general WP support issue and not Hueman support issue).
4. I enabled debug ( ‘WP_DEBUG’, true ) to see what the problem is but nothing happened. I am not sure if I did it right.If you have anything else to suggest I would like you to do it.
Thank you.Forum: Themes and Templates
In reply to: [Hitchcock] Wider Primary MenuDone! Once again thank you very much! I really appreciate your help.
Forum: Themes and Templates
In reply to: [Hitchcock] Polylang flags in Primary Menu go Higher than normalYes that was did it. You are amazing! Thank you very much!