jstneti
Forum Replies Created
-
Yes. It does. I already tried that first thing when it happened.
And this is not a single occurence. It also happened on another site but I can’t share the link publicly. If you share an email, I can send you the BookingWP plugin to test.
Hi,
I tried clicking String Translation but got no options to do anything.
The form is dynamically added to the product page. The issue is with the product page.
Here is an example from a test site. You’ll need to open Dev Tools to see what I’m talking about. Search for “wc_appointments_field_data_início_month” string in the Elements tab. This is the translated name of the input field. It should not be translated. It’s a name of an input field, not shown to users.
The original name is “wc_appointments_field_start_date_month” and that’s what the plugin expects to receive when submitting the form. But it receives a translated version.
Another vote for this.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] PaymentRequest not workingThanks for the fast reply. Happy to hear the feature still works.
I used a live HTTPS domain that’s accessible with password only (staging) so I will notdisclose the URL just yet.
Btw, Google Pay (test mode) works, but PaymentRequest not. I’ll try to convince the client to get a merchant ID since Google Pay works. Let’s see how it goes.
Forum: Plugins
In reply to: [Core Framework] Colors not saving in latest versionThis was fixed in 1.5.1.
Thanks
Forum: Plugins
In reply to: [Polylang] lang attribute not added to HTMLDisregard this ticket. It was the issue with an outdate theme.
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Migration from SEO Platimun not workingThanks for the feedback.
As I already wrote, I got it working by editing the DB directly and I’ll only need this once (hopefully), so no need for further help.
That’s strange. But no need to test anything because I was just testing with Storefront, I will not really use it. It works fine for the theme that it will be used for. Thanks anyways.
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Migration from SEO Platimun not workingNevermind, I use the below SQL to get it to work:
UPDATE wp_postmeta SET meta_key = '_seopress_titles_desc' WHERE meta_key = 'description';
UPDATE wp_postmeta SET meta_key = '_seopress_titles_title' WHERE meta_key = 'title';
Thanks for the quick response. I have been able to figure it out. It’s actually because of the Storefront theme by WooCommerce. Switching to Twenty Twentyfour fixed it.
I didn’t make any changes and tried again on a live staging site and it worked fine. Whatever it was, was resolved.
Managed to do with with WP_Query
Sadly it was not fixed.
I went another way and tried to create an album with all my galleries. And I also set the “Page Link to” in album setting. It works fine for the page with the galery but it does not work fine when using the shortcode for the album on the homepage. The thing that doesn’t work is the URL of albums. For some reason the URL is like this
https://mysite.test/blog/demo-post-2/nggallery/album/test-1.
But it should be:
https://mysite.test/galerija/nggallery/album/test-1
.How can I get this fixed so that it works on homepage? I really need this working.
FYI, the permalink stucture of the site is set to https://mysite.test/blog/%postname%/
any news about this?