fjordkommission
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] Translating strings in functions.php (yet once again).
- This reply was modified 4 years, 6 months ago by fjordkommission.
Forum: Plugins
In reply to: [Affiliate Super Assistent] Changing links to target=”self”Hi,
can you elaborate why the values “noreferrer and noopener” block the affiliate tracking?
I had been usind the Amazon Associates Link Builder before, where also all outgoing links had those three values (for a reason), and the link tracking worked as expected.
Thank you in advance for an explanation.
Cheers,
SaschaYes, in the sense that the plugin converts images from the media library as described.
It’s just too bad that Thrive Architect templates obviously store their images somewhere else. I will have to check if I can replace those by images from the media library.
Thank you once again for you effort and support!
- This reply was modified 4 years, 7 months ago by fjordkommission.
Of course. Here they are:
Directory “/uploads”
# BEGIN WebP Converter # ! --- DO NOT EDIT PREVIOUS LINE --- ! <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpg.webp -f RewriteRule (.+)\.jpg$ /wp-content/uploads-webpc/$1.jpg.webp [T=image/webp] RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpeg.webp -f RewriteRule (.+)\.jpeg$ /wp-content/uploads-webpc/$1.jpeg.webp [T=image/webp] RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.png.webp -f RewriteRule (.+)\.png$ /wp-content/uploads-webpc/$1.png.webp [T=image/webp] </IfModule> # ! --- DO NOT EDIT NEXT LINE --- ! # END WebP Converter
Directory “/uploads-webpc” (yes, with a “c”)
# BEGIN WebP Converter # ! --- DO NOT EDIT PREVIOUS LINE --- ! <IfModule mod_mime.c> AddType image/webp .webp </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/webp "access plus 1 year" </IfModule> # ! --- DO NOT EDIT NEXT LINE --- ! # END WebP Converter
Cheers,
Saschathank you for your assistance. I see that you already installed version 1.2.2 on my testserver, and I updated the plugin on the live server as well.
EDIT: My mistake. The images I claimed not working came from that other directory you mentioned. They are part of a template in Thrive Architect. So I created a test page with images from the media library, and now it works as expected.
THANK YOU! YOU ROCK! ??
Cheers,
Sascha- This reply was modified 4 years, 7 months ago by fjordkommission.
I just set up a test environment with a copy of the website minus the pages and posts. Other than that everything is identical.
Also here, the conversion does not work.
I have added you as administrator, you should have gotten an e-mail by now with your credentials.
Cheers,
SaschaI cannot do that on the live site.
I will set up a test environment tomorrow and get back to you when it’s ready to take a look at, OK?
Cheers,
Saschathank you for your quick reply. Unfortunately, I am not allowed to grant administrator access to this site, as this is not my own.
Can you guide me to do some other testing for you?
I noticed, though, that the .htaccess file of the plugin is located in the folder /wp-content/uploads/
Could this have something to do with the problem?
Cheers,
SaschaHi,
I just installed your plugin and have the same problem.
It converted all the images successfully and still does serve the original formats. I checked it in the dev console of Chrome as described in your FAQ.
Now I followed your above steps to debug and if I enter the following URLs for the red image I get the green one:
https://ai-power-seo.com/wp-content/directory-red/example.png
https://ai-power-seo.com/wp-content/directory-red/example.png2What could be the issue here?
Cheers,
SaschaForum: Plugins
In reply to: [Affiliate Super Assistent] How to change margins between content and borderAh, dang! No, not yet. I wish I had done that before ??
Forum: Plugins
In reply to: [Affiliate Super Assistent] How to change margins between content and border@worschtebrot will I get a sales commission? :-)))
Forum: Plugins
In reply to: [Affiliate Super Assistent] How to change margins between content and borderDon’t feel dumb! Not everybody can know everything. You always have to start somewhere.
Good to hear that you’re on the right track now. Success!
Forum: Plugins
In reply to: [Affiliate Super Assistent] How to change margins between content and borderDon’t confuse page templates with custom templates.
ASA1 allows for a great variety of customisations of the link templates it uses to display amazon products. The most prominent being the ad-like box with the product photo, name, and price.
You can copy those, an HTML file and a CSS file, from the plugin’s subfolder “tpl/built-in” to the “tpl” folder and modify them to your needs. See the manual for details.
AFAIK, the premium version ASA2 allows you to customise the templates directly from the WordPress Admin page.
Forum: Plugins
In reply to: [Affiliate Super Assistent] How to change margins between content and borderAre you using custom templates? I presume you don’t. With those you can style your links any way you like them. Just add some margin and padding in your CSS and you’re done.
I can assure you that at the user’s side there are no line breaks. Neither in the CSS, nor in the template, nor in the text where the shortcode is inserted.
Like I said, the </p> tag comes between the closing </style> tag of the custom template’s CSS and the opening <span> tag of the custom template’s HTML. I cannot think of any instance that would interfere at that point of the output.
Let me know if you found something!
Cheers,
Sascha