EddieG
Forum Replies Created
-
Forum: Plugins
In reply to: [AI Power: Complete AI Pack] Frontend usage for the general usersAlso….I have already installed and trying to use AI Power but when i test it to create a blog post i get this message
Your account is not active, please check your billing details on our website.
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Remove background color1 – Are you saying that it is not possible to make the background transparent?
2 – Can you please confirm the css selector so that i can try again?
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Remove background colorHi there
My goal is to make the flag transparent and decrease the icon size on this website https://www.premiumimportautos.com/.
Please see the image link. https://pasteboard.co/5xsGoTYLEgMq.png
Thank you!
Forum: Plugins
In reply to: [LiteSpeed Cache] server has limited visibility of scriptsHi there
Thanks for the reply. The plugin has an option to use puppeteer. I have installed puppeteer successfully but the plugin doesn’t work. The plugin dev says “I think that your server has limited visibility of scripts which are installed on it. This can be a settings limitation from your hosting provider’s part.“
As for the hosting provider that is me running and maintaining the server, but i fail to find any possible reason why the puppeteer is not working in this plugin.
The worst part is that I don’t even get any error log to refer to, hence i thought that you may have encountered or know how to solve such an error.
Here is the dev’s link to steps to install the requires puppeteer. https://coderevolution.ro/knowledge-base/faq/how-to-install-puppeteer-globally-on-a-digitalocean-droplet/
- This reply was modified 1 year, 9 months ago by EddieG.
No, i haven’t fixed it yet. Not getting any feedback from support either.
Hi there
I have already submitted a ticket. Please take a look and let me know
Thanks
Hi
Regarding …
1 – Would you please check if you got any errors when clicking on the submit button?
When email is submitted there are no error, but there isn’t a thank you page displayed neither.
2 – In addition, can you please check if there are any failed emails on the Email Log?
When I send emails I don’t get an email log (fluentSMTP)
3 – Also, please mentions which email-sending service you have configured with Fluent SMTP.
I am using gmail.
Also need to mention that this error appears to have started since i have changed servers. But i am not getting any errors anywhere as an indication.
Thanks
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] New InstallHi and thanks for the fast reply.
Sorry for the confusion!
What I intend to do is to create a bunch of contents first before I let google crawl the site. But meanwhile I want to use the RankMath features to be able to optimize the contents/posts so that when I reach the desired amount of posts then I’ll let google do its work.
What I need is to know how to be able to use the power of RankMath, without pushing all the contents to google.
At the same time I won’t use google tools (search console, … etc)
Hope I have clarified it!
- This reply was modified 2 years, 1 month ago by EddieG.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Change meta tagsHi and thanks for your fantastic support
I went through some searches to know which image formats are supported (taking in consideration your suggestions) by Opengraph and found out in the link below that webp are supported by twitter, fb etc
https://www.ctrl.blog/entry/webp-ogp.html
What are your thoughts?
Thanks again!
- This reply was modified 2 years, 1 month ago by EddieG.
Hi there
I followed the steps as per your recommandation and noticed this error right from the start.
Some files are not writable by WordPress:
xmlrpc.php wp-blog-header.php readme.html wp-signup.php index.php wp-cron.php wp-config-sample.php wp-login.php wp-settings.php license.txt wp-mail.php wp-links-opml.php wp-load.php wp-includes/class-wp-user-query.php wp-includes/l10n.php wp-includes/date.php wp-includes/php-compat/readonly.php wp-includes/class-wp-oembed.php wp-includes/images/w-logo-blue-white-bg.png wp-includes/images/blank.gif
I don’t think that this keeps classic editor still enabled. (like i said on the previous message. Not all posts are affected by the classic editor)
What do you think?- This reply was modified 2 years, 11 months ago by EddieG.
Hi there
Sorry for the late response!
Yes, you are right! After an investigation on few posts noticed that those posts created with Classic Editor cause the issue.
Note that i have removed the classic editor long ago but somehow it’s still affecting those posts. I have tried to find any connection of the classic editor with the current theme but i haven’t found one.Can you please tell how to completely remove it (if that is the case) or how to make posts not dependent on Classic Editor?
Thanks
Hi
It was to do with code implementation. I had forgotten (}) to close the command. Btw, looks like it was decreased speed. I will continue to test further
Thanks
Hi Mateusz
I made it work.
Thanks for the reply!
Hello Mateusz
I have a similar issue. I run an vps nginx server and have added the code just like here
map $http_accept $load_avif {
~image/avif “/wp-content/uploads-webpc/$path.$ext.avif”;
}
map $http_accept $load_webp {
~image/webp “/wp-content/uploads-webpc/$path.$ext.webp”;
}server {
location ~ /wp-content/(?<path>.+)\.(?<ext>jpe?g|png|gif)$ {
add_header Vary Accept;
add_header Cache-Control “private” always;
expires 365d;
try_files $load_avif $load_webp $uri =404;
}
# …
}server {
listen 80;
listen [::]:80;server_name mysite.com https://www.mysite.com;
return 301 https://www.mysite.com$request_uri;}
Hi there
In the classic editor i could enter more than one keyword and the score would remain the same as long as it contained the main keyword. However, I removed the other keywords and left only one Natal Chart. Still, the result/score of the criteria motioned didn’t change.
Please remember that I never run into these sort of errors while I was using the old editor. I’m following the same steps in Gutenberg as I did with classis but and these errors appeared.
Thanks
- This reply was modified 3 years, 3 months ago by EddieG.