jrcollins
Forum Replies Created
-
Forum: Plugins
In reply to: [Amazon Product in a Post Plugin] Weird favicon issueForum: Plugins
In reply to: [Amazon Product in a Post Plugin] Weird favicon issueYes, you can see it here:
https://www.bestmotorcyclegpsguide.net/garmin-zumo-xt-all-terrain-motorcycle-gps-review/Forum: Plugins
In reply to: [Amazon Product in a Post Plugin] Amazon featured image URLSeems a bit more complicated doing it that way. It’s not an affiliate link so does it matter where you get the image URL from? I need larger images so I’ve been getting the URL directly from the product page.
- This reply was modified 3 years, 9 months ago by jrcollins.
Forum: Plugins
In reply to: [Amazon Product in a Post Plugin] Cache AheadThanks, I appreciate your help.
Forum: Plugins
In reply to: [Amazon Product in a Post Plugin] Cache AheadHi Don, thanks for the explanation. With the cache ahead function turned off does the plugin still combine products into blocks of 10 per API call? For example, if I have a single post with 10 products on it would there be 10 separate API calls or just 1?
Forum: Plugins
In reply to: [Amazon Product in a Post Plugin] Cache AheadHi @prophecy2040, thanks for responding. That helped clarify things but I still have a couple of questions.
I don’t quite understand what you said about the 2 functions. For list pages, do you mean blog/category pages?
If there are too many products on the page wouldn’t turning off the cache ahead function make the problem even worse?
Forum: Plugins
In reply to: [Amazon Product in a Post Plugin] Cache AheadAlmost 2 months and still no answer.
- This reply was modified 3 years, 10 months ago by jrcollins.
Forum: Plugins
In reply to: [Amazon Product in a Post Plugin] Cache AheadMost of my posts have only 1 product but I do have a few list type posts with a maximum of 5 products on the page. Is that too many products to have on one page and what are the best settings to reduce the risk of getting throttled?
Forum: Plugins
In reply to: [Auto Amazon Links - Amazon Associates Affiliate Plugin] GeotargetingOk, thank you.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Folder permissions errorHi, sorry for my late reply.
I’m not quite sure what you meant when you said, “Either open permissions on the downloads folder, or make a folder elsewhere with write permissions for your webserver process to get the thumbnails and put them there.”
You said the folder only contains geolite db and an empty folder.
So, do I just change the folder permissions to 775?
Forum: Plugins
In reply to: [LiteSpeed Cache] Redirects not working after installing pluginIt looks like the problem has to do with Cloudlare’s SSL settings. Thanks for your help.
Forum: Plugins
In reply to: [LiteSpeed Cache] Redirects not working after installing pluginForum: Plugins
In reply to: [LiteSpeed Cache] Redirects not working after installing pluginEverything seems to be working ok now. I’ve posted the contents of the .htaccess file below:
# BEGIN LSCACHE ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## <IfModule LiteSpeed> RewriteEngine on CacheLookup on RewriteRule .* - [E=Cache-Control:no-autoflush] RewriteRule ^min/\w+\.(css|js) - [E=cache-control:no-vary] ### marker CACHE RESOURCE start ### RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php - [E=cache-control:max-age=3600] ### marker CACHE RESOURCE end ### ### marker FAVICON start ### RewriteRule favicon\.ico$ - [E=cache-control:max-age=86400] ### marker FAVICON end ### </IfModule> ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## # END LSCACHE # BEGIN NON_LSCACHE ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## ### marker MINIFY start ### <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} ^(.*)/min/(\w+)\.(css|js)$ RewriteCond %1/wp-content/cache/$2/$1.$2 -f RewriteRule min/(\w+)\.(css|js) wp-content/cache/$2/$1.$2 [L] </IfModule> ### marker MINIFY end ### ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## # END NON_LSCACHE # 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
- This reply was modified 5 years, 5 months ago by jrcollins.
Forum: Plugins
In reply to: [LiteSpeed Cache] Redirects not working after installing pluginI’m also using the “Really Simple SSL” plugin and I’m wondering if there might be some kind of conflict between them.
Forum: Plugins
In reply to: [LiteSpeed Cache] Redirects not working after installing pluginHi, the report number is: OABWZMJQ.
The server is Litespeed Enterprise.