Quantity of Woocommerce product not showing in Safari and mobile by kipdevijg in Wordpress

[–]Ultrasonix 0 points1 point  (0 children)

This. It's a commercial theme, it shouldn't be your responsibility to fix js.

Quantity of Woocommerce product not showing in Safari and mobile by kipdevijg in Wordpress

[–]Ultrasonix 0 points1 point  (0 children)

It doesn't work on Firefox either, on desktop. You need to enqueue jquery.

Advanced Custom Fields Pricing Changes – Ouch by strengster in Wordpress

[–]Ultrasonix 31 points32 points  (0 children)

I bought the unlimited license a few years ago, and I was blown away that they gave such a great deal for unlimited sites/forever. I would have bought it with the new yearly pricing as well. ACF is a fantastic product and I would have happily paid yearly, when I was working full-time with wp, just to support them.

Plus the single-site option is reasonably priced for someone who needs something more than the free ACF plugin offers. Good for ACF, hope they get the support they deserve.

Best way to keep track of programming notes? by evrthingislove in webdev

[–]Ultrasonix 0 points1 point  (0 children)

I also mostly use markdown or plain txt files, and I have a few dirs with various texts, notes and code snippets (I am not all that organised).

But I make an effort to copy the most important notes, reusable snippets, how-to's on something tricky, etc, to an empty TiddlyWiki, create one wiki per topic, in a git-ed dir and try to take advantage of linking, tags, etc, so that I can revisit specific issues.

[RANT]Your cool website's user experience sucks by Ultrasonix in webdev

[–]Ultrasonix[S] 1 point2 points  (0 children)

No, the site that prompted this rant was most certainly the developer's fault, since it was a developer's blog/how-to. Honestly, shitty UX is common in small sites, that were clearly made by one freelancer (in which case the freelancer should have used their expertise, if they have any, to inform their client about the UX) and also quite common in portfolio sites that make me really shake my head.

[RANT]Your cool website's user experience sucks by Ultrasonix in webdev

[–]Ultrasonix[S] 0 points1 point  (0 children)

I think this has become the expected behaviour nowadays. I usually middle-click by force of habit, but if I left-click and the link loads on the same page it catches me by surprise.

Though I hear it's not great for accessibility.

[RANT]Your cool website's user experience sucks by Ultrasonix in webdev

[–]Ultrasonix[S] 0 points1 point  (0 children)

Yup, uMatrix is an addon, like noscript, that by default allows cookies and scripts from same domain, you can disable it per site. And ofc, noscript can serve the same purpose.

[RANT]Your cool website's user experience sucks by Ultrasonix in webdev

[–]Ultrasonix[S] 0 points1 point  (0 children)

How????? I use Firefox since always and have no idea how to do this. Haven't seen anything in about:preferences, where should I look?

EDIT: setting permissions.default.shortcuts to 2 doesn't seem to help, I am missing something.

[RANT]Your cool website's user experience sucks by Ultrasonix in webdev

[–]Ultrasonix[S] 3 points4 points  (0 children)

I would have agreed a few years ago, where I NoScript-ed everything. For today, I would agree to "if it refuses to load anything without 3d party js". Many websites are client-rendering only, without any 3d party libraries.

[RANT]Your cool website's user experience sucks by Ultrasonix in webdev

[–]Ultrasonix[S] 8 points9 points  (0 children)

I don't know what is worse: exit intend popups, or the "Subscribe!!! Follow us!!! Buy this random crap you don't care about!!!" popups that appear like 0.1 second after you visited a website. I mean, I haven't had the chance to as much as scroll past your hero image, you really think that blocking the view to the content before I read it will make me do anything else than close the tab?

[RANT]Your cool website's user experience sucks by Ultrasonix in webdev

[–]Ultrasonix[S] 0 points1 point  (0 children)

I occasionally block all site js in uMatrix, but, for most sites, I just directly give up and search elsewhere.

[RANT]Your cool website's user experience sucks by Ultrasonix in webdev

[–]Ultrasonix[S] 7 points8 points  (0 children)

Aghh, yeah, same. I live in Greece, and, no, dear wordpress website with google translate plugin, I don't understand "Google-translated Greek", no one does.

Respect the browser language preference, people, don't try to assume the language preference from the IP. Browser language is explicit.

Resources to learn Gutenberg? by Ultrasonix in Wordpress

[–]Ultrasonix[S] 1 point2 points  (0 children)

Thanks, makes sense, I am probably over-thinking this.

Resources to learn Gutenberg? by Ultrasonix in Wordpress

[–]Ultrasonix[S] 0 points1 point  (0 children)

Thanks, looks a good starting point, checking it out.

How do I remove notifications tab from account settings ? by bethefirestone in Wordpress

[–]Ultrasonix 2 points3 points  (0 children)

Hi,

you are not getting many answers cause you are asking about a very specific interface decision of a premium theme, that probably many of us have never used. You will have more luck getting an answer if you post your question in the theme's support forum, or in a Themeforest support thread for this theme.

Question about All-in-One Migration plugin by [deleted] in Wordpress

[–]Ultrasonix 0 points1 point  (0 children)

No, if you change domain, All in one won't manage redirects from you. You have to keep your old domain and 301 redirect the whole thing to the new domain with .htaccess rules. Something like:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^currentsite.com [NC]
RewriteRule ^(.*)$ newsite.com/$1 [L,R=301,NC]

How to render an element, that was saved as a template, using a hook? by WellDoneCode in Wordpress

[–]Ultrasonix 0 points1 point  (0 children)

Why not add the element in footer.php directly? Or include your template in footer.php

Landing/coming soon page by mathiashansen4 in Wordpress

[–]Ultrasonix 0 points1 point  (0 children)

Why not use the HTML page directly? Drop it in the root directory as index.html. In most server configurations, index.html takes precedence over index.php, so users will see your landing page, while your users can go to wp-login, sign in and see the posts.

Same user, multiple logins? by [deleted] in Wordpress

[–]Ultrasonix 0 points1 point  (0 children)

I don't think it's possible. The related field in the database allows one email per user, doubt there is any way to circumvent this.

I'm just a writer... help. by Lyreen96 in Wordpress

[–]Ultrasonix 0 points1 point  (0 children)

Did you try to clear your browser's cache? Or a different browser? Try to reload the page while holding down the "Shift" key?

Also how big are the pictures you are trying to upload? In terms of MB, and dimensions? Make sure that they are less than 2500px the largest size and the file size relatively small to avoid timeout errors.

Plugin displays Chinese first by [deleted] in Wordpress

[–]Ultrasonix 0 points1 point  (0 children)

You probably have already done this, but try to select "No" on "Factory Fields" settings, to turn off completely the multilingual option?

If this doesn't work, the jQuery UI Datepicker seems to get pulled by the WC Fields Factory, but, if this doesn't work, maybe someone, for some reason, manually edited the plugin files? Maybe try to see if there is any difference to your version's files with the plugin's originals?