Eastern Watersports
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Maintenance Mode Non StopNo, and again, this is happening multiple times a day for many days now. We use GCE and are getting the downtime notices
Forum: Fixing WordPress
In reply to: Maintenance Mode Non StopI appreciate that response, but this isn’t the same thing as being stuck in maintenance mode. It comes out of maintenance mode a few minutes later.
Forum: Plugins
In reply to: [Offers for WooCommerce] Plugin Failure with Woocommmerce 4.9 Temporary FixThank you for posting this.
Forum: Plugins
In reply to: [Autoptimize] Preload fonts doesn’t workWhere am I adding the full URL? in the sytlesheet? The header? Where? And what is the full url? https://www.easternwatersports.com/fonts/Poppins-Regular.woff or is it https://www.easternwatersports.com/wp-content/themes/ew/fonts/Poppins-Regular.woff
Forum: Plugins
In reply to: [Autoptimize] Preload fonts doesn’t workHi, I am using the extra feature to preload fonts, but it isn’t doing it. The pagespeed still shows its not preloading, the inspection header shows nothing preloaded and I have Combine and preload in head (fonts load late, but are not render-blocking), includes display:swap. Selected.
Suggestions?
https://easternwatersports.comForum: Plugins
In reply to: [Product SKU Generator for WooCommerce] Variation ID Only as SKUI’ll try it, but I assumed that would mean it would NEVER generate a single product sku either and I don’t want that. I need sku for single product and the sku for each variation product type, but I don’t want the parent-variable format for the sku.
Forum: Fixing WordPress
In reply to: PHP Upgrade GCPCan you tell me what i would specifically look for in those files? I am looking at each of them and nothing seems to call out a specific version of PHP.
.htaccess: (two of them) one in parent and one in theme)
(parent)# BEGIN WordPress
# The directives (lines) betweenBEGIN WordPress
andEND WordPress
are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<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
(theme)
# 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 WordPressphp.ini:
memory_limit = 1000M
upload_max_filesize = 256M
max_execution_time = 600
post_max_size = 64M
file_uploads = On
max_input_vars = 5000
display_errors = Off
log_errors = On
error_log = /homepages/6/d350943977/htdocs/var/log/error.log
suhosin.post.max_vars = 5000
suhosin.request.max_vars = 5000
extension=soap.soThe only php-fpm configuration is located in each of the subfolder for the PHP versions on the server. Is there one elsewhere? I did notice in the apache2 folder there is this:
Under conf-enabled are “directory shortcuts” and the only php one there is:
php7.0-fpm-confUnder the conf-available folder i have multiple php items including php7.3-fpm-conf
How do i enable that instead?
Forum: Plugins
In reply to: [WooCommerce] removing linked images of deleted productsThank you so much for putting the extra effort in to explain that, but it doesn’t work. I have added your code to the functions file, like i had the previous code. I then go in and delete a product, then delete it from the trash, but all the images, that are unique to that product, are still there. What else needs to be done?
Forum: Plugins
In reply to: [WooCommerce] removing linked images of deleted productsYour code didn’t work. Can you explain more? Its in the functions file, I deleted an item and all the pictures are still there.
Forum: Fixing WordPress
In reply to: Website downloads instead of displaysResolved
Forum: Fixing WordPress
In reply to: Website downloads instead of displaysThank you. I am not sure what was wrong with the .htaccess folder or why it was serving up the index.html file, but that’s what was happening. It was loading our original index.html file when we were building the website 2 years ago. It is of course really odd, that today it would start serving that file over index.php…so i simply renamed it to index.htmlold and voila!
Forum: Fixing WordPress
In reply to: Website downloads instead of displaysBoy that was the most vague answer. Please check with my host? I have another wordpress site, kbdiverservices.net hosted on the exact same server, just one directory shallower working just fine.
Any other more helpful or targeted suggestions?
Forum: Plugins
In reply to: [WooCommerce] WP 4.4 – "You are not allowed to manage these items."I am also getting this error when clicking on shipping classes. Any suggestions for that?
Forum: Plugins
In reply to: [WooCommerce] You are not allowed to manage these items.I am also getting this error when clicking on shipping classes. Any suggestions for that?