markussss
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Menu position not always working?Thanks Michael, I am aware about that post … I thought about the same when using several CPTs.
I tried to apply different menu positions to the individual CPTs
attempt 1: give all of them position 5
attempt 2: give all of them position 6
attempt 3: give them position 5 to 9
attempt 4: give them positions with decimal 5.1, 5.2, 5.3, 5.4Nothing worked unfortunately, and I have no idea why.
There are some white label plugins or wp cusomize admin plugins that allow to move the items around as well. With them it does work, but I am not installing a plugin just for that. Actually it should work with the menu position, but it seems there are some limitations.
Forum: Plugins
In reply to: [ACF Options For Polylang] Show all languages shows empty custom fieldsI tried that but that did not help either. I think the plugin is particularly for that use case, so I thought there could be even a setting I am not aware of.
https://support.advancedcustomfields.com/forums/topic/options-page-polylang/
add_filter( 'pll_admin_languages_filter', function ( $adminBarLanguages ) { global $pagenow; if ( $pagenow === 'admin.php' && isset( $_GET['page'] ) && $_GET['page'] === 'acf-options' ) { unset( $adminBarLanguages[0] ); } return $adminBarLanguages; } );
Well, that is true – but I didn’t get a response at first – I assume it’s an automated message. Issue is still open
Thanks again @margaretwporg for clarifying this.
In daily business there are probably not much changes in the customizer, so it shouldn’t matter too much.
Technically and from a logical point of view, I think it’s better to implement the schedule feature separately, as this should definitely not be tied to the overall customization settings.
Anyway, it’s good to know how it works.
Thank you!
Thanks for explaining – it’s true that many things can be figured out by experimenting, but I find myself experimenting quite a lot to find the answers – perhaps this information can be included in the documentation.
To sum up, that means disable/enable will trigger something (reset cookie or something the like) to show the notice again. That’s very good to know, and the way how it should work from my point of view.
Cheers
MarkusI found a good resource here
https://woocommerce.com/document/woocommerce-customizer/#section-5But not sure if this answers my question entirely
Thanks – I tested it on two different sites and it seems that did the trick.
Hey,
using Google Chrome on a macOS.
I prepare access for two systems on two different hostings so that you can have a look at it.
best regards
MarkusGot it … well then we have applied the same solution. I still use the plugin for some sites, but for others where I really want to be sure I also go for the http basic authentication approach
Is the http basic authentication anyhow different from the password protection with .htaccess and htpasswd?
I am among others using Cloudways as well, but I did not use Breeze for a while. However, with WP Fastest Caching I was able to exclude
bid_1_password_protected_auth
cookie. That way it works. I did not see it that the Password Protect plugin is even mentioning it that there can be issues when there is caching.Better solution (but less convenient) is of course .htaccess and htpasswd
Yes, when I read it, it felt to me that it’s better to disable the plugin for now as I was not able to invest enough time to investigate (especially as nothing changed on my end).
The plugin did work already perfectly fine (except for the “conflict” when the mentioned WebP Plugin was installed and I got that error when uploading PDF).
Looking forward to see if it works again without changes on my end.
Hi,
thanks to both of you – I just wanted to share what I see after I updated. Did not change anything else, only updated to the latest version.
I currently want to avoid to mess around with php.ini – especially as this error is new and appeared without changing anything on the server settings
Attention it is not possible to start the instance of WP_Image_Editor. This plugin cannot work until the problem is fixed. Even if you don’t want to use this plugin, this kind of error can create problems.
Often to solve this problem just activate one of the two graphic modules from php.ini imagick or GD.
To do this you can try to go to php.ini and delete the; from the line; extension = gd.
Once done, save the file and restart the server.best regards
MarkusJust left the review …
Yes, I heard a couple of weeks ago about AVIF and will consider it as well … one step after the other
Not everyone has the opportunity to run websites on powerful machines, so I think it really makes sense to get to the source to optimize it – which quite often is images at first
Thanks so much and I can completely understand that your ambition is to make your plugin work as best as possible, even if other plugins try doing similar things or interfere.
Thanks so much for getting into it, I hope the other developer will work with your very valuable feedback and suggested solution and get out a new version soon.
I can test it again as soon as there is an update
Thanks
Markus