David Corradini
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Block Theme – Modal Click Event in Inspector?Hey!
This is indeed anoying. Trying to figure out how this navigation block is made.
But no way.
Did you find any solution?
Forum: Plugins
In reply to: [Gutenberg] Template options missing in backend – 13.4.0Same here if there is something we can do to still use the Gutenberg plugin AND legacy template files…
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Excel cannot open this fileHi
Thanks for the (always) quick and nice answers.
In the mean time i found that answer. And fix my code. That was it!Sorry about not taking the time to read before asking!
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Excel cannot open this fileHi
I have the same issue. Excel won’t open the file.
Do you have any idea why?Forum: Plugins
In reply to: [Web Stories] Query the storiesThanks
Exactly what I need.
Forum: Plugins
In reply to: [Web Stories] Query the storiesWhat I did is that
https://www.dropbox.com/s/zlmidw2h3i9g9da/dc_screen_shot%202021-03-23%20%C3%A0%2017.20.25.mov?dl=0
My stories are in a slick slider… and I want to have the hand on the styles…
But I had to add them each to a new post for my query to display them properly….
- This reply was modified 3 years, 8 months ago by David Corradini.
Forum: Plugins
In reply to: [Web Stories] Query the storiesBut as for now i can’t simply query directly le web stories and display them with the content?
The idea is a custom block (ACF) where we choose the stories.
Then a output these with a simple query.For now i need to embed the stories in a post and query these posts?
Right?I need custom markup around my stories…
Forum: Plugins
In reply to: [Web Stories] Query the storiesGreat News.
Looking forward to thisForum: Plugins
In reply to: [Web Stories] wp queryI must say I’m struggling with it is there a way to display them in wp query?
I guessed a simple the_content() but not…Forum: Plugins
In reply to: [Web Stories] wp queryThat simple!
Oh my god… missed it..
Thanks
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Display link in templateIndeed it did.
Thanks
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Hide row with “post title”Hi
I realise that it is more tricky than that.
When is the file generated?My goal is to have one form but the excel shows different row when the download button is in different page…
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Display link in templateHi!
Any idea why that does not work?
<?php echo do_shortcode(‘[gfexcel_download_url form=’. $form_id . ‘]’) ?>
I get this
Please add anid
argument to ‘gfexcel_download_url’ shorttagForum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Display link in templateDid something like that:
$url_hash = $form[“gfexcel_hash”];
And it worked…
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Display link in templateThanks for the last reply.
Quick question:
$form = GFAPI::get_form($form_id);
$url = \GFExcel\GFExcel::url($form);Seems to return
https://xxx.local/gf-entries-in-excel/
Any idea?