callender
Forum Replies Created
-
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] conditional fields – required fieldsok, closing this. it works on our staging, but not on live – so putting this down to the older php version on live.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] conditional fields – required fields@jules-colle – how can i get wp-admin login to you securely so that you can investigate config? thank you. J
- This reply was modified 6 years, 3 months ago by callender.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] conditional fields – required fieldsthanks for the reply Jules – could it be due to an out of date php version?
it’s working on our dev site, but not clients live server.
here is the form code – truncated –
[text* first-name placeholder "First Name"] [text* last-name placeholder "Last Name "][text* company placeholder "Company"] [email* your-email placeholder "Business Email"] [text* buiness-phone placeholder "Business Phone"] [select* your-industry first_as_label "Your Industry" "Academic" "Automotive" "Advertising & Media" "Other"] [select* country first_as_label "Your Location" "United Kingdom" "United States" "Afghanistan"] [group group-us-state] [select state first_as_label "Your State" "Alabama" "Wyoming"][/group] <br /> [group group-us-revenue] [select revenue first_as_label "Revenue" "$0-24 million" "$25-$99 million" "$100-$999 million" "$1+ billion"][/group] [acceptance acceptance-530]I accept Privacy Policy [/acceptance] [checkbox checkbox-910 use_label_element "I would like to receive the Monthly Newsletter|Yes"] [submit class:grn-btn-std "Download now"]thanks @dcooney – can you show me where i do that?
thank you..
ps – i actually used this one – https://wordpress.org/support/topic/can-i-disable-the-150×150-thumbnail-image-generation/
Forum: Plugins
In reply to: [HD Quiz] Just show results on last pagesweet! thank you
Forum: Plugins
In reply to: [Greenhouse Job Board] Set ‘compliance’ to true for EEOCHi there, Is there any update on this please?
Would really like to use this plugin – however this issue is a blocker in the current development we are doing.
Please advise on solution.
thank you,
J
Forum: Plugins
In reply to: [Greenhouse Job Board] Set ‘compliance’ to true for EEOCHi there,
Could you give me some support on this please?
I am happy to commission this work as paid, if this is outside of the current plugin feature.
thank you,
J
- This reply was modified 7 years, 1 month ago by callender.
Forum: Plugins
In reply to: [Greenhouse Job Board] help with filtering jobsthank you.
Forum: Plugins
In reply to: [Greenhouse Job Board] help with filtering jobsthanks!
> and is there a message if no jobs are found for that location or dept?
ie: no jobs are found currently, please try again later.
thank you, great plugin 😉
Forum: Plugins
In reply to: [Same Category Posts] plugin errors on WP v5.I am also seeing these errors in wp-admin for the widget-
Show job with:
Notice: Undefined index: job in /sites/sifted/sifted-wp/web/app/plugins/same-category-posts/same-category-posts.php on line 753
/>Same “Tags” and exclude:
Notice: Undefined index: job in /sites/sifted/sifted-wp/web/app/plugins/same-category-posts/same-category-posts.php on line 765
Show article with:
(CTRL+Click: Multiselection and clear)
Notice: Undefined index: person_functional_expertise in /sites/sifted/sifted-wp/web/app/plugins/same-category-posts/same-category-posts.php on line 741
Forum: Plugins
In reply to: [CMB2] shortcode help –OK i have created this –
Let me know if there is a better solution? thanks!
<?php $cmb_f = get_post_meta($post->ID, ‘panel_box_descf2’, true); ?>
<?php if( $cmb_f ) {
echo do_shortcode( $cmb_f );
} else {
echo ‘$meta was empty’;
}
?>Forum: Plugins
In reply to: [Rating by BestWebSoft] remove shortcode button from tinymce toolbar in post😉
Forum: Plugins
In reply to: [Max Mega Menu] Menu toggle not closing, after openAppreciate you looking at this Tom. Cheers.
Forum: Plugins
In reply to: [Max Mega Menu] Menu toggle not closing, after openHi Tom, I hope you can help with this, as the toggle is working on dev site, but not on prod site. No errors.
Can you shed any light on what setting i should be checking.
thanks,