empiguet
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] show phone number in My Account pageYou can find the exact solution here : https://stackoverflow.com/questions/18859237/woocommerce-how-to-customize-the-addresses-output
Forum: Plugins
In reply to: [Meow Lightbox] Disable for links (media, files, etc)Hello i have the same problem. I use the “no-lightbox” on image but i get a big warning
( ! )?Warning: Undefined array key “file” in …./wp-includes/media.php on line?1680
i use this in a loop with pdf attached with an ACF field
$pdf = get_field(‘file’, $post->ID);
wp_get_attachment_image($pdf[‘ID’], ‘large’, ”,array(‘class’=>’no-lightbox’))
Forum: Plugins
In reply to: [Meow Lightbox] arrow key detection is too invasiveWe upgrade the plugin and the problem is gone.
Thank you very much !
Forum: Plugins
In reply to: [Meow Lightbox] arrow key detection is too invasiveYes there’s our stage site https://bit.ly/3cY5OHB
use your arrow key it will throw an errorForum: Plugins
In reply to: [Meow Gallery] User “editor” can’t preview the gallery+1
In case it help someone.. just use this in your functions to kill this feature :
remove_action('init','em_event_gallery_override_init', 1000);
Forum: Plugins
In reply to: [Meow Gallery] Captions not showingI just upgraded all the setup (wp, plugins.. ) and added too :
“.mgl-item” to the advanced selectors in the lightbox options -> (maybe i didn’t at first…) and it’s ok now.
I like the “Tile” layout a lot.
Tank you !
- This reply was modified 4 years, 6 months ago by empiguet. Reason: typo
Forum: Plugins
In reply to: [Yoast SEO] Tabs not visible / Dropdowns not working.have you tried this ? 5.5 make it hard for all of us..
https://www.ads-software.com/plugins/enable-jquery-migrate-helper/
Damn ! i find the solution in the plugin code source..
$booked_spaces = $EM_Event->get_bookings()->get_booked_spaces(); $total_spaces = $EM_Event->event_spaces; if($booked_spaces < $total_spaces ) { ... }
and it works.