charlie67p
Forum Replies Created
-
I finally got an answer here! :
https://www.ads-software.com/support/topic/how-are-calculated-fluid-spacingsizes-in-theme-json-2/
So, I mark this topic as resolvedForum: Developing with WordPress
In reply to: How are calculated fluid spacingSizes in theme Json ?Yes, I understand now, thank you very much !
So, in this case it means :
if window width > 1200 px : 24px (1,5 x 16px)
if window width < 1200 px : 2% of window width (for example when window width is 700px, the spacing size is 14px)
Am I right ?- This reply was modified 8 months, 3 weeks ago by charlie67p.
Hi!
Thanks you for your suggestions ! (Sorry that I did not answer earlier)
I will try it as soon as I can
RegardsOK, thanks for answering
( and by the way : thank you so much for this amazing plugin ! )Forum: Plugins
In reply to: [Meta Field Block] Can’t get rid of inline Css applying to all new MFBhey sorry ! I found I had this in my theme.json (don’t even know why).
I fixed itmfb/meta-field-block{"typography": {"textTransform":"uppercase"}}- This reply was modified 9 months, 1 week ago by charlie67p.
Perfect. Thank you
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] BR tag added before Search textThanks to you!
( and again : Amazing plugin! )Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] BR tag added before Search textThanks, I placed directly the [wpdreams_ajaxsearchlite] in the core HTML block and it works fine ??
For info, when using the core Shortcode block there is not just one BR but many ! :<form role="search" action="#" autocomplete="off" aria-label="Search form"><br> <input aria-label="Search input" type="search" class="orig" tabindex="0" name="phrase" placeholder="Rechercher.." value="" autocomplete="off"><br> <input aria-label="Search autocomplete" type="text" class="autocomplete" tabindex="-1" name="phrase" value="" autocomplete="off" disabled=""><br> <input type="submit" value="Start search" style="width:0; height: 0; visibility: hidden;"><br> </form>
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] BR tag added before Search textThanks, it’s placed in the WP core Shortcode block, so I don’t see any reason for this BR
Unless somebody has a better solution, I’ll try to remove with a javascript<div class="wp-block-group"><!-- wp:shortcode -->[wpdreams_ajaxsearchlite]<!-- /wp:shortcode --></div>
It works perfectly now. Thank you!
I’m learning now how to use the CBB Advanced Sorting options …
I start to understand the possibilities of combining your CBB and MFB plugins : just amazing!thank you @mr2p
I opened a Technical Support ticket, so I mark this topic as ResolvedOK, the only thing I manage to do (I don’t know if this is what you meant ?) is :
1-When creating an event : to select a place in the list of existing places
+
2-When creating/updating a place : to select an event in the list of existing events.
That works, but it takes time.
The easy way for me would be to have to do only the first step. And then query dynamically the events, filtered by the place Id .Ok thanks, I’m a bit lost, I’ll try again later with a clear mind ?? . I’ll let you know.
Well, sorry, actually it does not work.
I edited my functions.php as you said.
The ACF post object field is set to ACF post object field (I let the Target Field empty, because I don’t know what I should do with it)
Then back to my query loop I did as you said.
…It works like a charm
Thank you – such a great plugin!