sixtyseven
Forum Replies Created
-
Forum: Plugins
In reply to: [Alex Player] Mobile PlaybackI can confirm that I could not start a player created by [UIPlayButton] on my iPhone 8Plus. I do not own any other mobile device, so I could not cross check that.
I assume that this has something to do with the touch event not being recognized.
Would be great if we could get that fixed, otherwise this plugin is useless on mobile phones. Which would be a real pitty.
Sorry, that did not help. Same error in the console:
remote script failed https://0.0.0.1/wp-content/plugins/gdpr-cookie-compliance/dist/scripts/lity.js
- This reply was modified 4 years, 7 months ago by sixtyseven.
Same here. Didn’t change any of the settings, though. I did not notice that error earlier, because the cookie was still set on my machine.
Forum: Plugins
In reply to: [WP Frontend Profile] Editing own profile as an adminBy installing the github version of the plugin, I am now able to edit my own profile ?? For anybody having issues, get the newest version here.
Forum: Plugins
In reply to: [WP Frontend Profile] Default role on registrationI think this is allready implemented:
$atts = shortcode_atts( array( 'role' => '', ), $atts ); $userrole = $atts['role'];
Forum: Plugins
In reply to: [WP Frontend Profile] Editing own profile as an adminWhile digging deeper into your plugin, I found that you allready implemented a way for overriding the output of your plugin by copying the views folder as wpfep folder into your theme direcory. So I’ll try that out to cover the bootstrap part.
And I found the filter wpfep_frontend_styles, thanks for that ??
Forum: Themes and Templates
In reply to: [Spacious] Solution: Depreciated Notice under PHP 7.4Glad I could help!
Looking good so far, don’t have the time to check this deeper as the moment, though.
The Ajax reload hook works as expected, checkout is fixed too, but unfortunately I now see the english product description, for example check this one.
Even the jQuery compatibility fix works like a charm, thanks for putting this much effort into the plugin.
Thanks for the heads up, I didn’t realize that the ajax-plugin was running on another jquery version. I’ll try to fix that as well and will check out the new version of your plugin a.s.a.p. But first things first: I am flying into my well deserved honemoon ??
Hi Patrick,
thanks for your reply. Here’s a link to my all products page. And here, on the same site, is a link to the normal javascript embedded spreadshop, to prove that it is as well in german.
Greetings from the river ruhr area
AndréUpdate 2: Works like a charm on my non ajax testing environment. But still found one flaw: The checkout redirects to checkout.spreadshirt.de/en, so the upcoming dialogue is in english. Is there a way to change that to checkout.spreadshirt.de/de, so that the checkout process will be in german language?
Thank you for putting such an amount of work in this plugin. Hope that you could answer my questions very soon.
I fear it must have something to do with my ajaxified theme. Is there any jQuery/JS init function that I can call on page load?
I will give that one a go on a testing environment without ajax content reload as well.
Update: When I call the product page directly, I can use the Add to basket button, but the action does not finish (Entschuldige, wir hatten Probleme damit das Produkt in den Warenkorb zu legen. Bitte versuche es erneut ??). I assume again a problem with ajax
- This reply was modified 5 years, 7 months ago by sixtyseven.
Forum: Plugins
In reply to: [WP Sitemap Page] Sort order is not working for custom post typesPerfect fix, works like a charm. The author should consider an update! BTW: taxonomy for CPT isn’t working, too.
Greetings from germany
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Problem with parsing external sitemap.xslIn that case, it will get overwritten every time the plugin gets an update. I guess that’s why the author put such a setting in it.