Duke
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Columns] Replace date_i18n() with new wp_date()Forum: Plugins
In reply to: [Admin Columns] Replace date_i18n() with new wp_date()How dates are saved in the post (please mind the Data Fine one, starting at 00:00):
Where it goes wrong (in the post admin list, Data Fine is brought back 1h, so it shows like it’s starting the day before):
ACF has already notified users of how to fix it and will release it to all in the next update (talked to support). Their fix works fine everywhere, so now it’s just Admin Columns not working. Considering users will be upgrading to 5.3 the more and more, I think it would be safer for you to allow for date_i18n as legacy for < 5.3 and wp_date for >= 5.3 ??
Forum: Reviews
In reply to: [Simple PDF Exporter] Creates an overprinted shamblesAs stated in the plugin description:
THE PDF TEMPLATE
Currently, the template for the each exported post is very basic (and a table, since floating doesn’t play nicely with the DOMPDF library), feel free to edit it here wp-content/plugins/simple-pdf-exporter/process/pdf_layout.php, only if you know what you are doing.
Your layout must be echoed in php. eg. echo ‘<div>the content goes here</div>’; or it won’t show up in the PDF.You can use a custom CSS to customize the layout.
Create a pdf_export.css in your theme folder, otherwise the plugin’s default (and really basic) CSS will be used (you can find it here wp-content/plugins/simple-pdf-exporter/assets/pdf_export.css)Some hundreds people use it, therefore, not so useless ??
Forum: Plugins
In reply to: [Simple PDF Exporter] How can I rollback this PluginYes, however, being a free plugin, custom support may take time or require a fee (every site/hosting is different).
You can email me at infoATshambix.com, please make sure to include your PHP version, server RAM and error log. Thanks!Forum: Plugins
In reply to: [Admin Columns] Replace date_i18n() with new wp_date()If you read the docu for wp_date() it clearly states:
This is a newer function, intended to replace date_i18n()
Also, see the issues also ACF had here:
https://support.advancedcustomfields.com/forums/topic/time-field-and-wp-5-3/Hello, I second that request.
I would like to use Game, which seems to already be there, but thename
is missing, for all posts (using a cpt for these review contents)<script type="application/ld+json">{"@context":"http:\/\/schema.org\/","@type":"Game",<strong>"name":""</strong>,"image":{"@type":"ImageObject","url":"https:\/\/www.site.com\/wp-content\/uploads\/2019\/01\/img.png","width":200,"height":200},"Review":{"@type":"Review","name":"","author":{"@type":"Person","name":"Admin Name"},"datePublished":"2019-01-05T13:04:54+01:00","dateModified":"2019-11-11T22:23:02+01:00","reviewRating":{"@type":"Rating","ratingValue":"4.8"}}}</script>
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Why are letters mandatory in subdomain?!Fantastic!!! ??
Thank you guys!Forum: Plugins
In reply to: [WP Instant Feeds] Widget does not work on some sites?Still not working for me.
Is there any test we can run to check if server is compatible with the widget?Forum: Plugins
In reply to: [NS Cloner - Site Copier] Why are letters mandatory in subdomain?!I figured. The rest of the functions seems solid, it’s just that part
// all numeric? if ( preg_match( '/^[0-9]*$/', $blogname ) ) { $errors->add( 'blogname', __( 'Sorry, site names must have letters too!' ) ); }
and honestly this part too is unnecesary (min lenght = 1 should be enough.. why 4?!)
$minimum_site_name_length = apply_filters( 'minimum_site_name_length', 4 ); if ( strlen( $blogname ) < $minimum_site_name_length ) { /* translators: %s: minimum site name length */ $errors->add( 'blogname', sprintf( _n( 'Site name must be at least %s character.', 'Site name must be at least %s characters.', $minimum_site_name_length ), number_format_i18n( $minimum_site_name_length ) ) ); }
that you could remove, from a custom function.
I need to clone a few more sites soon, do you think this could be implemented relateively soon?
Thank you for taking it into consideration!That’s ok ?? my client has the Premium version of the plugin, so it would be nice if you could publish a snippet to add a custom carrier, here or on your official documentation.
So could you please do that asap? I have been waiting for this a while now.
Thanks@kokkieh thank you for the clarification.
I can then confirm, that the call is made constantly, at every page load (backend) no matter the content/screen and that 99% of the times, there are no Jetpack, or any, notification at the top.
Is this normal?? shouldnt there be a limit? doesnt seem very efficient, nor useful like this.@macmanx thank you for your reply!
However, I don’t understand what they are for… I don’t see any notification, anywhere, about Jetpack in the backend… so I’m a little confused as to their purpose.Any link of this type:
https://www.site.it/wp-json/jetpack/v4/jitm?message_path=wp%3Aedit-product%3Aadmin_notices&query=post_type%253Dproduct&_wpnonce=3a98711683
When the loading time is acceptable, it still takes 3s for this to load.
At worst around 8-10s.WPEngine is the hosting, which is usually amazing even on medium-large sites.
Especially slow when saving/viewing WC products, from backend, but a problem across the whole backend really. Frontend is fine.All Jetpack tests look good.
JSON and XML-RPC also working fine.What is this call for anyway? Why do I need Jetpack to be called for anything inside posts, or anything really, in the backend? Isn’t this a little too invasive?
I don’t really use any other module besides Stats, Shortcodes, Widget Visibility and Protection (the others are fully de-activated from Jetpack full module list).
The issue with country not being selected only happens on certain themes, not all, but it shouldn’t be like this.
Also, after selecting a country (which has different currency), prices stay in the default currency… no change.
Hello @rokasjan!
Thank you, but when you have 30+ it is not very practical to do so, especially if they might change over time.
There should be a shortcode that takes into account what are the countries the store sells so (from WC settings) and/or a shortcode that is a little more customizable, so we can show just Country group names with currency…
Also an ajax input to search for country would be nice….
It would be great to have more control over the frontend!I think there is a bug too: when selecting a country (or even currency, from the other shortcode), page reloads but the select shows again the default country and prices dont change.