TheGentAtWPforum
Forum Replies Created
-
Forum: Plugins
In reply to: [Filter & Grids] Advanced Custom Fields in card / post layoutAh, now I understand! Found the line where to make changes, get_fields is enough, the acf_ prefix, as suggested by them, is irrelevant for retrieving data. Now I can use the filds in my grid! Thank you so much, 5* support!
Forum: Plugins
In reply to: [Filter & Grids] Advanced Custom Fields in card / post layoutAdded this to my functions.php, but results don’t come up, just the loading animation.
add_filter(“ymc_post_custom_layout_1349_1”, “callback_function”, 10, 5);
function my_custom_post_layout($layout, $post_id, $filter_id, $increment_post, $arrOptions) {
$layout = ‘.get_the_title($post_id).’;
$layout .= get_field(‘product_sku’, $post_id ); // ACF Field
return $layout;
}Also tried acf_get_field without luck.
Their website says: https://www.advancedcustomfields.com/resources/get_field/
- This reply was modified 1 month, 1 week ago by TheGentAtWPforum.
- This reply was modified 1 month, 1 week ago by TheGentAtWPforum.
- This reply was modified 1 month, 1 week ago by TheGentAtWPforum.
Forum: Plugins
In reply to: [Filter & Grids] Advanced Custom Fields in card / post layoutThank you. Where do I add these scripts?
And can I translate the line “x posts selected”?- This reply was modified 1 month, 1 week ago by TheGentAtWPforum.
- This reply was modified 1 month, 1 week ago by TheGentAtWPforum.
- This reply was modified 1 month, 1 week ago by TheGentAtWPforum.
Hi @miloss84
Thank you for the fast response!
No, deactivating the performance features didn’t work, still only the rotating circle, I’m afraid.
But I deactivated “Elementor Addons, Widgets and Enhancements – Stax” by https://staxwp.com/ and the elements are available again. I’ll adress this on their forum page as well, but would be great if you’d still consider looking into this and make both plugins work together.
Thank you.@cthulhu1976 have you tried an activated safe mode (Elementor > Tools) before editing? at least that allows me to change content on pages.
Sorry, but in my case that is all working perfectly; that is no real explanation for the editor not to load.
Having the same issue, the page loads, but the left sidebar wuith the elements doesn’t fully load. The Safe Modus allows me to work with the elements without a problem.
@publideas Can you be more specific what resources are at their limit? What needs to be changed?- This reply was modified 2 months, 1 week ago by TheGentAtWPforum.
I just wondered if it would be possible to exclude the first eleven digits / letters from a post title.
And yes, I now wrote to the Pro support.Thank you for your time and for answering.
I’m afraid it’s only for logged in users. Would a screenshot do? I didn’t manage to find the correct css adress to alter it and I’m usually quite good at finding the root.
Note to myself (and others) Always check to be sure what shortcode is next to your form. ??
Seems I found the reason, nevertheless maybe it is worth keeping this thread.
I used WPforms and created a form called XYZ (random name to explain) multi columns layout (to have two fields side by side) but the choices I made seems to be deleted for no reason.
So when I recently made changes to the existing form XYZ, WPForms deleted all column choices and kept all other (non-layout) entry and choice fields plus it created A NEW shortcode for the form XYZ, I wasn’t aware of that. So since I didn’t change the shortcode on the page where the form is used, the old form without the changes still was loaded for users. And it still worked. Oddly enough – the form with the name XYZ still show up on the forms page in backend (and as mentioned it kept working).Now that I realized the shortcode has changed, I went on the page where the form is used, I changed the shortcode to the new one and now the exakt same form but without multi column layout shows on the page. I’ll have to edit the form once again.
- This reply was modified 5 months, 3 weeks ago by TheGentAtWPforum.
- This reply was modified 5 months, 3 weeks ago by TheGentAtWPforum.
I I currently use e2pdf for that,@devsaredead . Works like charm.
I currently use e2pdf for that, @laetitia-godet . Works like charm.
Sorry, via the browser inspection tool I found the variables and figured out I needed to go to Booking form options, I thought it was part of the single page event. So it is solved now! Thank you so much for your help, @joneiseman
- This reply was modified 5 months, 3 weeks ago by TheGentAtWPforum.
Trust me, I marked and copied ALL of what was in that field. But I now used the ‘Go back to default’ option and now I have all the other stuff. I can now change the codes on the other thread. Thank you again for the quick reply and your patience, I wasn’t aware the code was shortened, maybe my predecessor did that!
But: Still it shows on the single event page where people can book the event! So it says price for the event and total price/ overall price in the summary. I’d like to hide that. What am I missing?- This reply was modified 5 months, 3 weeks ago by TheGentAtWPforum.
- This reply was modified 5 months, 3 weeks ago by TheGentAtWPforum.
- This reply was modified 5 months, 3 weeks ago by TheGentAtWPforum.
- This reply was modified 5 months, 3 weeks ago by TheGentAtWPforum.