Forum Replies Created
-
AuthorPosts
-
jw_bln
ParticipantHi,
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.jw_bln
ParticipantHi,
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 xxxTrying 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?
jw_bln
ParticipantOK, 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...
jw_bln
ParticipantBTW: How long "custom table" content will be cached? How to manipulate those time?
Please extend the documentation, thanks ๐jw_bln
ParticipantSorry 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 visibleI will check with the Oxypagebuilder support too.
October 17, 2020 at 6:36 PM in reply to: โ calculation in fields | success/error-messages | jQuery version #22436jw_bln
ParticipantHi,
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?October 14, 2020 at 7:10 PM in reply to: โ calculation in fields | success/error-messages | jQuery version #22394jw_bln
ParticipantHi, 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....
jw_bln
ParticipantWould be interested too...
-
AuthorPosts