sandrasusin
Forum Replies Created
-
Forum: Plugins
In reply to: [Post My CF7 Form] Post admin link in cf7 mailThank you so much!!! it works perfectly!
now I have only one more thing for everything would be perfect:
I’m using thefunction dynamic_select_list( $tag ) { // Only run on select lists if( 'select' !== $tag['type'] && ('select*' !== $tag['type']) ) { return $tag; } else if ( empty( $tag['options'] ) ) { return $tag; } $term_args = array(); // Loop thorugh options to look for our custom options foreach( $tag['options'] as $option ) { $matches = explode( ':', $option ); if( ! empty( $matches ) ) { switch( $matches[0] ) { case 'taxonomy': $term_args['taxonomy'] = $matches[1]; break; case 'parent': $term_args['parent'] = intval( $matches[1] ); break; } } } // Ensure we have a term arguments to work with if( empty( $term_args ) ) { return $tag; } // Merge dynamic arguments with static arguments $term_args = array_merge( $term_args, array( 'hide_empty' => false, ) ); $terms = get_terms( $term_args ); // Add terms to values if( ! empty( $terms ) && ! is_wp_error( $term_args ) ) { foreach( $terms as $term ) { $tag['values'][] = $term->name; } } return $tag; } add_filter( 'wpcf7_form_tag', 'dynamic_select_list', 10 );
function to get select of my custom taxonomy, and it working great, the only problem them in the mail i get – it output the tax ID instead its name.. how can i fix it?
thank you so much!!
Forum: Plugins
In reply to: [Post My CF7 Form] Post admin link in cf7 mailnow the sending is stuck. i received the new post in admin, but no success message or email.
Forum: Plugins
In reply to: [Post My CF7 Form] Post admin link in cf7 mailcan we continue in email? i want to send you some info and don’t want it public…
Forum: Plugins
In reply to: [Post My CF7 Form] Post admin link in cf7 mailtried it now, it is still doesn’t work and now it made an edit on the last post published instat making new post ??
Forum: Plugins
In reply to: [Post My CF7 Form] Post admin link in cf7 mailHi, first of all – thank you!
second – unfortunately the code doesn’t work.
tried with changing the {$post_type} to the CPT slug and without changing it.
both didn’t worked. ??
is there anything else i need to do after inserting the code?Forum: Plugins
In reply to: [Post My CF7 Form] Post admin link in cf7 mailOk it’s really important.
i’m waiting.
Thank you.Forum: Plugins
In reply to: [Post My CF7 Form] Post admin link in cf7 mailHi,
it would link to post edit.Forum: Themes and Templates
In reply to: [OceanWP] HUGE CSS and Elementor Issues After 1.6.3 UpdateHere also! please fix APS
Forum: Plugins
In reply to: [WooCommerce Product Images Slider] RTL Problemsnever mind.
made it work with:[dir='rtl'] .slick-slide { float: left; direction: ltr; } .slick-slider .slick-track, .slick-slider .slick-list , .slick-slider{ direction: ltr; }
- This reply was modified 7 years, 1 month ago by sandrasusin.
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] HTML spacesGreat thank you so much!!!!!!!!!!!
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] HTML spaceshi! thank you. now the html tags works.
BUT now i have to add </br> tag in the post text. how can i avoid using the tag? why “enter” in the visual editor doesn’t work here?Thank you!!!
Forum: Plugins
In reply to: [WP-Shabbat] 3 hours after Shabbat and the site is still closed!i sent you an email. thank you!
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] HTML spaceshi, thank you for your answer.
so it can’t be done? it is very important for my client.
is there something i can change or add within the plugin?Best Regards
SandraForum: Plugins
In reply to: [WP-Shabbat] 3 hours after Shabbat and the site is still closed!Hi i have the same problem. how can i fix the db update issue?
“??? ?????? : ???? ?? ????? ?????”Forum: Plugins
In reply to: [The Events Calendar] Installing Translation (pt_BR)Hey! I’d love an answer to this question too.
thank you,
sandra