bento
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Membership] How to translate Email notifications (via WPML)@webreneszansz Thank you for the feedback, much appreciated.
I tried that and I could indeed find the strings. I translated one example into Japanese (it then auto-saved).
However, when I sign up from the Japanese registration page I still receive the English confirmation email.
Do you receive the correctly translated notification email?@mbrsolution:
I believe the correct integration with WPML is missing from this plugin. Here is an article how multi-language email notifications can be supported by WPML, but it needs developer support:
https://wpml.org/documentation/support/sending-emails-with-wpml/Forum: Plugins
In reply to: [Simple Membership] How to translate Email notifications (via WPML)@mbrsolution No need to open a new support thread. @webreneszansz has the exact problem Like me e.g. can’t translate email notifications.
@mbrsolution Btw. Under the link you sent above, there is no solution to this problem.
There’s just a solution to a different problem e.g.”Switch Login and Join-us URL by Site Language”. I actually posted about this on a different thread on this forum, since I’d like to use this solution but don’t know how to apply the code.
Thank you in advance.
Forum: Plugins
In reply to: [Simple Membership] Multilingual URLs when WPML is installedPlease check the following documentation https://simple-membership-plugin.com/user-submitted-tweaks-simple-membership/.
I navigated to that page and found a code block plus this note:
Modification of the “get_login_link()” function in the classes/class.swpm-utils-misc.php file.
I can locate the file in the plugin, but have not idea how to apply this code. Paste it in there, but obviously not delete everything else? How can I use this for? Additionally, how can I use this for an English (base) and Japanese (secondary) setup?
Thank you!
Forum: Plugins
In reply to: [Booking for Appointments and Events Calendar - Amelia] Translation@ameliabooking Is there any update on this issue/feature?
We are also looking for a way to translate all form details and notification emails.
I am looking to fix the same issue with the broken OG meta tags.
Will this fix be included in the plugin soon?
Many thank!
Forum: Plugins
In reply to: [Yoast Duplicate Post] Duplicating Author informtion+1
Would like to learn about this as well, but your page is broken:
https://mitcho.com/blog/projects/yarpp-3-templates/All code snippets do now show up, please fix.
Thank you!
Forum: Plugins
In reply to: [Crop-Thumbnails] Crop Size too small?Thanks for your reply.
Re image size, I hope this dummy image works for you:
https://dummyimage.com/1936%20x%202282/000000/fffOur largest custom size is the one I mentioned:
870 x 489pxNot sure what is happening, but I always get the notification that the image is too small to be cropped (whereas it`s clearly not)…
Thank you for looking into this.
Forum: Plugins
In reply to: [JPG Image Quality] [Plugin: JPG Image Quality] Regenerate Images?Forum: Plugins
In reply to: [Taxonomy Images] [Plugin: Taxonomy Images] Remove link from image terms?Hi Michael,
Thanks a lot for the sample code, however it did not output anything on my end…
Any ideas?
Forum: Plugins
In reply to: [WP-LESS] [Plugin: WP-LESS] I really can't get this plugin to workYes, I am in development process and need to preview on-the-fly CSS/LESS changes.
Where can I set the WP_DEBUG variable?
Also:
– Where do I activate/deactivate minification/gzip?
– All comments are removed from the parsed CSS, I would like to keep/* comments */
. As per LESS docs only//comments
should be removed from output.Forum: Plugins
In reply to: [WP Resolutions] WP Resolutions Breaks SiteI am very interested in this plugin, would be great to get this working properly.
For now I can only confirm that it causes the “500 Server Error” as mentioned above.
Any hints appreciated.
Forum: Plugins
In reply to: [WP-LESS] [Plugin: WP-LESS] I really can't get this plugin to workThanks, very much appreciated.
One more issue, when changing CSS in an @import stylesheet (a .less stylesheet) the changes are not updated in the parsed CSS somehow.
Each time I make a change in a @imported stylesheet.less I need to unlink it from the main stylesheet (i.e. delete the @import rule) and add it again afterwards.
Not sure if this is an issue of the plugins too.
Thanks again.Forum: Plugins
In reply to: [WP-LESS] [Plugin: WP-LESS] I really can't get this plugin to workBasically any incidence where I reference an image in CSS i.e.
html { height: 100%; margin: 0 auto 1px auto; overflow-y: scroll; background: url(images/background_splatter.gif) repeat top left; }
The parsed CSS looks the same.
However I noticed CSS images in stylesheets which are included via @import have the correctly added absolute path.
Forum: Plugins
In reply to: [WP-LESS] [Plugin: WP-LESS] I really can't get this plugin to workThanks again for your explanation, will try to figure this out.
Yes, there seems to be still a bug that relative paths in CSS are not replaced with absolute ones, which you said would be the default behavior.
Using a separate variable for the absolute path is a work-around.