Forum Replies Created

Viewing 15 replies - 31 through 45 (of 249 total)
  • Thread Starter Duke

    (@dukessa)

    2019-12-02-18-31-07-bwb5-tk57-accessdomain-com-8443-localhost-archifi-wp-db-php-My-Admin-4-9-0-1

    There you go ?? As you can see, issue is very much there.
    The date in DB is saved correctly.

    Also, re-read the ACF thread I posted, it happens to a lot of people, since WP 5.3 (and ACF fixed it using wp_date())

    Thread Starter Duke

    (@dukessa)

    How dates are saved in the post (please mind the Data Fine one, starting at 00:00):
    2019-11-29-17-32-57-Edit-Item-OAF-FAF-Word-Press

    How Admin Columns is set:
    2019-11-29-17-33-43-Admin-Columns-Settings-OAF-FAF-Word-Press

    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):
    2019-11-29-17-34-22-Eventi-OAF-FAF-Word-Press

    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 ??

    Plugin Author Duke

    (@dukessa)

    As 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 ??

    Plugin Author Duke

    (@dukessa)

    Yes, 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!

    Thread Starter Duke

    (@dukessa)

    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/

    Duke

    (@dukessa)

    Hello, I second that request.
    I would like to use Game, which seems to already be there, but the name 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>

    Thread Starter Duke

    (@dukessa)

    Fantastic!!! ??
    Thank you guys!

    Still not working for me.
    Is there any test we can run to check if server is compatible with the widget?

    Thread Starter Duke

    (@dukessa)

    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!

    • This reply was modified 5 years, 2 months ago by Duke.
    • This reply was modified 5 years, 2 months ago by Duke.
    • This reply was modified 5 years, 2 months ago by Duke.
    Thread Starter Duke

    (@dukessa)

    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

    Thread Starter Duke

    (@dukessa)

    @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.

    Thread Starter Duke

    (@dukessa)

    @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.

    Thread Starter Duke

    (@dukessa)

    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).

    • This reply was modified 5 years, 7 months ago by Duke.
    • This reply was modified 5 years, 7 months ago by Duke.
    Thread Starter Duke

    (@dukessa)

    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.

    Thread Starter Duke

    (@dukessa)

    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.

Viewing 15 replies - 31 through 45 (of 249 total)