szymonwordpress
Forum Replies Created
-
I understand. Thanks for the reply.
Ok, thanks, now it’s working good
Thanks, it helped
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Gutenberg product block problemI rebuild it 1 week ago and it didn’t worked. Maybe because of object cache. I rebuild it today and it works! Thank you for your time!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Gutenberg product block problemThanks for the fast reply. I added your code to functions.php in child theme, but the problem still occurs 🙁
Thanks! It is working fine now.
Thanks for the fast reply. I’ve created a topic on your forum.
I also had this error. My solution was to check .htaccess file. It was empty, so i added default WordPress code there and it worked:
# BEGIN WordPress
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
Forum: Themes and Templates
In reply to: [Zerif Lite] My website’s logo disappearedHi
I solved this problem.I’ve got own header in my child theme (mostly for google fonts and font awesome codes). I’ve copied whole data from zerif-lite theme’s header, and pasted it into my child-theme’s header. Of course I’ve wrote again all the code of font awesome, google fonts etc. And… its works 🙂
Best regards
Szymon