-
AuthorPosts
-
July 22, 2013 at 7:56 am #26566
Ismael, I still haven’t gotten any answer from Kriesi about this matter https://kriesi.at/support/topic/quform-not-working?replies=5#post-124415
I have my client waiting.
Sincerely,
Mika
July 22, 2013 at 8:05 am #130861This is probably a problem with the wpautop filter. A quick temp. solution would be to remove it. Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestextblock.php and replace
return "<div class='avia_textblock'>".wpautop( ShortcodeHelper::avia_remove_autop($content) )."</div>";with
return "<div class='avia_textblock'>".ShortcodeHelper::avia_remove_autop($content)."</div>";July 22, 2013 at 1:00 pm #130862Sorry, it didn’t fix the problem either.
Mika
July 22, 2013 at 5:58 pm #130863The code from Dude work for me. I just add to make a new textblock and put again the shortcode of the form. Thanks
July 22, 2013 at 8:02 pm #130864Strange, I tried to do exactly as you, but mine still doesn’t work.
July 23, 2013 at 8:44 am #130865I sent Kriesi a patch for the wpautop/shortcode issue two days ago and it looks good so far. We now test it extensively with all elements to be sure that
1) all shortcodes are executed properly
2) wpautop() doesn’t parse shortcode tags.
I expect an update to fix this issue soon – however I don’t want to give an ETA before we tested everything.
July 27, 2013 at 5:56 am #130866Thank you dude! I will expect to hear back from you asap :-)
Sincerely,
Mika
July 27, 2013 at 1:11 pm #130867The latest version should fix the issue (if it’s related the wpautop() filter).
Regards,
Peter
July 27, 2013 at 1:12 pm #130868I’m already running version 1.8.4.
So what should I do?
July 27, 2013 at 1:23 pm #130869Haha LAME!! Next time someone ask you about this issue, remember to tell them to turn on the Enable Fancybox in the Qform plugin.
Nevertheless, thanks for your help!
Now my last problem is the slideshow which appear double.
Mika
July 27, 2013 at 4:46 pm #130870Hi!
Glad it works now. We’ll take care of the slideshow issue in your other post/thread.
Regards,
Peter
-
AuthorPosts
- The topic ‘Qform problem’ is closed to new replies.
