codimex
Forum Replies Created
-
Thank you for your response. As a final note, I’d like to point out that I’m running on Astra, one of the most popular themes. Have a nice week!
Yep, I’ve tried a lot of unsuccessful solutions, like the link you provided, or this one:
https://monosnap.com/file/4zQl5k9lnqWoAGFZoXm4rRgPEZzah4
So, to empty the cart when switching language seems the only solution today, like this thread states (related to another plugin of yours, WPC Composite Products, but a similar issue).
I wish someday this can be solved. I don’t have the advanced technical skills to know if the solution lays on WPClever’s or WPML’s hands (honestly, it feels like both developer teams are ping-ponging the issue) :”(
Anyway, thank you very much for your assistance here. I’ll leave my 5-star rating anyway, because the plugin works and is a life-saver. Have a nice week!
BTW, the negative value I mean is the discount set for the product bundle. Example: if the product bundle costs 58 € and I set 55 € as the price, the subtotal reflects -3 €.
Thank you! Have a nice week, Superteam!!!
Forum: Themes and Templates
In reply to: [OceanWP] problems after last updateYep, since 2.0.7, OceanWP has taken a step back from what it used to be. It’s a fantastic, flexible and lightweight theme, but it’s been a while since the last update, and many users are still experiencing width issues of all kinds since 2.0.7, as far as I can see in the forum.
Forum: Themes and Templates
In reply to: [OceanWP] problems after last updateHi, @semplicewebsite. I had the same issue, and after browsing A LOT in this forum, I’ve found a working solution for me (a two-year old solution, but still working). This solves the margin right on the mobile view of your website issue, specially when using full-width blocks. Just paste this code in the CSS section of the Customizer:
html, body { width: 100%; overflow-x: hidden; }Hope it works as magically for you as it did for me. Have a nice week!
OK, I’ve been playing around with the code and made some tweaks to make it work. It is resolved now. Thank you!
Oh, please! I know how to create Pods, and of course I’m using Pods plugin to create them. The problem, as I said twice, is that CPTs created with Pods do not appear in the dropdown list, as seen in the timestamp 7:10 from your video: https://www.youtube.com/watch?v=81Uu2Rbmm0Y
Any helpful ideas why this is happening? Please don’t mark this as resolved if it’s not.
Hi, thanks for your response. I know the process of Pods creation, but somehow I can’t see my Pod on the “Select Pod” dropdown in the Pods Integration Settings page. When I click on it, I jus see the placeholder “Select Type”. Am I missing something? Thanks in advance and keep up with the good work!
Forum: Plugins
In reply to: [Packlink PRO for WooCommerce] CPU overload due to plugin@packlink Don’t fool us with your copy-pasted answer in all support threads complaining about CPU high usage and marking them as resolved. We’re not wasting our time contacting our Packlink agent. This is a plugin-oriented issue, and this is the right channel where we should be heard. The plugin is a server resources devourer, and fixing it will instantly and simultaneously fix every user’s conflict. Fix your plugin. This is a Premium service for people who is already paying a suscription.
Same here. I don’t really see the point in printing the labels instead of the values. :”( Please change it back! That’s what values are for!
Thank you, beautiful people!!! Please don’t take as long as usual to release updates for these bug fixes!
Forum: Themes and Templates
In reply to: [OceanWP] Rolled back 2.07 to 2.0.6Same here. My pages were designed with my own hero headings, but after the update, they are showing the title above my design. When I click again on “Hiding titles on all devices” on the Customizer, the pages look as they were before, but my blog posts have lost the option of the full-width header using the featured image.
So, the only way to keep it as it was before is to enable title visibility in all devices in the customizer, and then changing it manually on the settings section of every page to “disable in all devices”. Really annoying, since I have lot of pages (x2, since it’s a bilingual site). Please get that option back!
Hi, Nithin! Thank you for your quick response. I have created a basic form with the needed fields to reproduce the issue. As I said, when the form is embedded in an English page, it works perfectly, but it doesn’t work when it’s embedded in the Spanish version of the page.
You can check it out here: https://drive.google.com/file/d/15XC2qtXms3wYqKZWPFMqr-kr_MhKtrsM/view.
A possible explanation could be related with the jQuery datepicker “dayNamesMin” value, which I assume it’s “Lu, Ma, Mi,…” in Spanish, and the form is looking for a string in the format: “Mo, Tu, We,…”. I’ve noticed this issue occurs on my site since Forminator was translated into Spanish.