Flash Marketing
Forum Replies Created
-
@aurovrata could you contact me and let me know how much an update like this would cost?
add_filter( ‘cf7sg_dynamic_checkbox_taxonomy_query’,’dynamic_checkbox_725_taxonomy_query’,10,4);
/**- Filter dropdown taxonomy query parameter.
- (see https://developer.www.ads-software.com/reference/classes/wp_term_query/__construct/)
- @param array $args array of taxonomy query attributes.
- @param WPCF7_FormTag $tag the field being populated.
- @param string $cf7_key the form unique key.
- @param array $branch an array of term IDs representing the current taxonomy branch being queried, the last term is the query parent value.
- @return array of query attributes.
*/
function dynamic_checkbox_725_taxonomy_query($args, $tag, $cf7_key, $branch){
//these are the label users will see when the dropdown opens.
if(‘request-test’!==$cf7_key || ‘dynamic_checkbox-725’ !== $tag->name){
return $args;
}
//use only the child terms of a parent.
if($args[‘parent’]!=0) $args=null;
// or if you want to list only the 2nd level of your tree,
if(count($args)>2) $args=null;
return $args;
You are saying I can filter out the taxonomy?
Am I filtering a tabled mail tag or filters?
When I look at the post form submit hooks the fitler tabled/tabbed mail tags it looks like I need to use $data to adjust the array of submitted data
I’m not a PHP expert but I don’t think this filter out the parent/taxonomy
Could it be this: https://developer.www.ads-software.com/reference/classes/wp_term_query/__construct/
Forum: Themes and Templates
In reply to: [Neve] Sidebar not showing on single product pageWhat is the work around? I’m seeing the same issue…appreciate your help
Forum: Themes and Templates
In reply to: [Neve] Attachment Page Title Wrong@danamv
It looks like the attachment page has two titles for the page:See
Rig #44 Specifications – rig4-speclts
(title) – page titlehttps://kenaidrilling.com/wp-content/uploads/2021/03/rig4-specs.pdf
Other attachment pages only have the one title:
See:
– rig3-specs
(empty? – page title)
https://kenaidrilling.com/wp-content/uploads/2020/04/rig3-specs.pdfI don’t know why this is happening and I don’t see a difference with the way the attachments are configured…
Forum: Themes and Templates
In reply to: [Neve] Attachment Page Title WrongIt looks like the attachment page has two titles for the page:
See
Rig #44 Specifications – rig4-speclts
(title) – page titlehttps://kenaidrilling.com/wp-content/uploads/2021/03/rig4-specs.pdf
Other attachment pages only have the one title:
See:
– rig3-specs
(empty? – page title)
https://kenaidrilling.com/wp-content/uploads/2020/04/rig3-specs.pdfI don’t know why this is happening and I don’t see a difference with the way the attachments are configured…
Forum: Themes and Templates
In reply to: [Neve] Attachment Page Title WrongI deactivated all but essential plugins(elementor) and I created a new page and test the attachment again.
The tab title is still wrong:
https://kenaidrilling.com/wp-content/uploads/2021/03/Rig-18-Specs-03242021.pdf
Rig #44 Specifications
When I go to the attachment details the Title, Caption, & Description all say Rig18 Specs
Forum: Plugins
In reply to: [SiteGround Migrator] Updating transfer psk….then nothingThank you Hristo, can you then explain to me how SG support staff was able to manually transfer one of my sites.
My server admin said, “If they were able to pull the database and files off the server manually, without my intervention, it should work programmatically”
Forum: Plugins
In reply to: [SiteGround Migrator] Updating transfer psk….then nothingThose are the only lines in the migrator log.
My old server admin says there aren’t any permissions issues…
Forum: Plugins
In reply to: [Contact Form 7] I get a failed error everytime.I have most recent versions of WordPress and CF7 I am using the WP-Mail-SMTP to send emails. The plugin has a testing feature and I am able to pass the test and receive the test email, but I still get an error when completing the form. Any ideas?
Forum: Plugins
In reply to: [Job Manager] Job Alerts – emails not sendI have the most recent version of wordpress and job manager.
I have contact form 7 set up and sending emails with smtp configuration set up with WP-Mail-SMTP plugin.
I set all email fields in job manager with the same address set up on the contact form.
Please advise.