Forum Replies Created
- AuthorPosts
casagentili
ParticipantAlly,
due to lack of effectiveness in fixing the issue, finally I deactivated Quform and installed a new software to manage forms.
Marco
casagentili
ParticipantAdditionally I now found out that FAQ, one of the functions within VC is broken when in the same page Quform is
you can see on this page http://casagentili.com/enquiry-now/
when Quform is deactivated the FAQ buttons work, when Quform Active the FAQ are broken
I guess should be the case to investigate deeper this from your side and finally find a solution, alternatively I’ll start using a different software to manage forms
Marco
casagentili
ParticipantHi Ally,
few more information, the following software are installed now:
– VC 3.6.13 (last available upgrade)
– WP 3.6.1
– Theme: TwentyEleven-xili Multilingual Child of 2011 rel 1.3Thinking about your mentioned note , I’m wondering if the issue may be caused by WP and or the Theme
thanks
Marcocasagentili
ParticipantHi Ally,
what you show on the page is exectly what already stated, unfortunaltely several days are gone and we know Quform doesn’t work in combination with VC, additionally your documentation states very clear that Quform may have issue in combination with column management.
I can’t ask again to VC author as my previous reply states exactly what was the answer from VC author.
I can’t believe there isn’t a workaround, both plugin worked fine in combination just before last upgrade
I expect some effective actions to fix this issue, please note my forms are broken since days
thanks
Marcocasagentili
ParticipantHi Ally
deactivated all plugin except VC and Quform
Quform is still broken
Marco
casagentili
ParticipantHi Ally
after reading this documentation and double checking that the issue is casued by a conflict between the Quform plugin and the Visual Composer plugin (this last manages the column layout) I shared the documentation with Visual Composer analyst, the answer was is the Theme author to make the change about the “wpautop filter needs to be before the do_shortcode filter on the_content” and not the plugin author.
I’m getting confused as I’m using the twentyeleven Theme that is a standart WP theme so what is wrong with that?
How to fix this issue than?
thanks
Marcocasagentili
ParticipantI’m using the Visual Composer plugin to manage the column layout since months and just recently after updating the issue come up
casagentili
ParticipantHi Ally,
thanks for reply, I’m still confused as a different Form on a different page works good
like http://casagentili.com/gardening-workshops/iscriviti-corso-acquarello-botanico-autunno/that page has the same coloumn structure as the one having issue
Is it possible that the issue with this page http://casagentili.com/enquiry-now/ is related with the filter applied to the check-in check-out date ?
Marco
casagentili
Participantwow! looks very triky,
now I got it, and your code works perfectly
many thanks
Marcocasagentili
ParticipantAlly,
1) I refrasched the page by ctr F5; the list is still limited to 3 items.
2) I changed the line according to your new version; the checkbox now contains all the posts (not only the ones realated to selected category)
Also, I don’t have a category ID (i.e a nuber like the 9 you mention in your code); I may identify categories slugs, so my code is:
$query = new WP_Query(array(‘cat’ => lista-dei-desideri, ‘posts_per_page’ => -1));
where lista-dei-desideri is the category slug, I also tried to put the slug in single quote ‘ ‘ and double quote ” “, still didn’t worked
is there something wrong in what I did ?
Marco
casagentili
ParticipantHi Ally,
thansk for your script, it works well for me as well, axcept the following
1) when the post category is changed after the post is published there is no offect onto the checkboxes list (e.g.
– the post is linked to the category and published => post title is showed up in the form checkbox list (correct)
– within the the same post, the catergory is unchecked => the post title is still showed up in the checkboxlist (wrong)2) The checkbox list shows up max 3 post titles (I tried to add more posts but the oldest one is always removed from the list)
thanks
Marcocasagentili
ParticipantThanks Allen,
finally I got there!
Regards
Marcocasagentili
ParticipantHi Allan,
thanks for your link, … after struggling hours around the submit button, I achieved the poor result you can see here http://casagentili.com/assess-property/
attached you can see the css I used
What is still uncomprehensible for me is:
– why the active area is only the one left side while on the right of the text the button is not active
– why the padding used for the left side if applied to the right change completely the resultMy goal is to have a 100% wide button, your help would be highly appreciated!
thanks
MarcoAttachments:
You must be logged in to view attached files.casagentili
Participantok,
looks great,
thanks
Marco- AuthorPosts