Support Forum ยป User Profile

Forum Replies Created

Viewing 8 posts - 31 through 38 (of 38 total)
  • Author
    Posts
  • in reply to: โœ…https-URL of single image - original size #22979
    jw_blnjw_bln
    Participant

    Hi,
    OK, would be great - if this would be only the hyphen ๐Ÿ˜‰
    I changed the server setup to Caddy server and need to set up a new WP, so I will let you know tomorrow.
    Thanks.

    in reply to: โœ…https-URL of single image - original size #22953
    jw_blnjw_bln
    Participant

    Hi,
    I have a big issue!
    I am using Oxygen Pagebuilder.
    I was using the mentioned function above and tried to get a picture rendered (using a picture block - using dynamic data).
    As this support forum does not support pictures it's not possible to simply show you screenshots!
    But I get an error thrown while doing so!!!

    Therefore I tried (a simple way) to add a PHP block with:

    <?php
        acf_picture('sq_single_image_field');
    ?>

    And it throws the following error at the backend:

    Warning: Illegal string offset 'full-url' in /var/..../wp-content/...(446): eval()'d code on line xxx

    Trying to enclose it with double quotes, did not solve the issue: acf_picture("sq_single_image_field");

    What is the way to avoid this error message as it will break the correct rund of the build process?

    Please can you advise how to avoid this error?

    in reply to: โœ…https-URL of single image - original size #22897
    jw_blnjw_bln
    Participant

    OK, Thanks for your answer - maybe a mistake from my side ๐Ÿ˜‰
    But as far as I remember, I used an example from your webpage.

    Regarding caching: if it's more or less zero (standard = 0), so it's technically caching but in reality not - so no issue... I thought it will last some minutes or hours...

    in reply to: โœ…https-URL of single image - original size #22857
    jw_blnjw_bln
    Participant

    BTW: How long "custom table" content will be cached? How to manipulate those time?
    Please extend the documentation, thanks ๐Ÿ˜‰

    in reply to: โœ…frontpage & output picture, php error #22673
    jw_blnjw_bln
    Participant

    Sorry for the late reply.
    I need to mention again, that
    a) The picture itself is shown on the frontend, only in oxygen page builder (backend) it shows this behavior
    b) I am using the graphical builder, so all is automatically added
    c) There is only one picture existing, but reset() is an array function??
    d) Fields are existing, otherwise the picture would not have been visible

    I will check with the Oxypagebuilder support too.

    jw_blnjw_bln
    Participant

    Hi,
    thanks for your answer, will send you the link...

    Regarding Calculation of field value:

    Calculation-Example (with small changes) works well on the frontend, but not on backend fields.

    jQuery(document).ready(function() {
        jQuery('body').on('keyup', '#number_plan, #number_actual', function() {
            var p = jQuery('#number_plan').val();
            var s = jQuery('#number_actual').val();
            var delay = p * s;
            if ( delay != 0 ) (
                jQuery('#number_delay').val(delay)
            );
        });
    });

    In addition, I added conditional logic, but also a similar effect.
    </iframe>" alt="1" />

    It works on the backend but not on the frontend...

    Not sure why...

    Regarding jQuery version:
    OK, so changing to the newest version will break even MetaBox jquery/JS functions!
    So there is no real possibility...
    But WP will change jQuery-Version with the next version (2021??)...

    Regarding Submit-Button:
    Works well, thanks for the direction... !!

    Regarding hiding success message:
    Autocomplete versus Multi-select >> I don't see a big difference.
    Both fields will give an array of results (but Autocomplete gives some ideas on how to fill). Can you create an option in Autocomplete to place the results inside the field?

    jw_blnjw_bln
    Participant

    Hi, many thanks for the example given.
    This gives me a good idea how to go forward ๐Ÿ˜‰

    Regarding jQuery version:
    If I am not using the old jQuery version of WordPress, but instead enquing the latest jQuery version all function of Meta Box (frontend and backend) are still working?

    Regarding hiding success message:
    Below you can see some screenshots of a trial to use/style an autocomplete field.

    1.) As you can see the green success message is completely wrong positioned.
    Therefore I would like to hide this message and create my own message using jQuery...
    So I am able to position/style the success or error messages in a way the design requires it.

    There are different additional issues as you can see:
    2.) I thought I can show the results inside the field (like multi-select field)
    3.) In addition, the result is even shown after I selected an item (Management + management)
    4.) "1 result is available" is even shown after CEO was selected and even after the submit button was pressend...
    To be honest, I was stopping after a while as it seems not to be possible to get exprected results...
    Maybe you can explain?

    Related to this:
    5.) Can I use an external submit button and hide the one used inside MB (e.g. for design reason) and using jQuery for submit function (if please show a simple example)?

    Thanks for your answer.

    Unfortunately there is no way to check the post before submitting - I hope the pictures are visible....

    1

    2

    3

    4

    in reply to: โœ…How to store WordPress Posts in a Custom Table? #22343
    jw_blnjw_bln
    Participant

    Would be interested too...

Viewing 8 posts - 31 through 38 (of 38 total)