kennydowuk
Forum Replies Created
-
same issue.
displays fine in chrome, doesn’t work (ie. compleatly white page) on other browsers or mobile
Doh!
All working now thank you so much.
In the process of disabling and re-enabling plugins the shortcodes seem to be accepted but i still cannot work out why the text box in the group is not shown when “other” is selected
code on the form is:
[select find-out "Google" "Leeds List" "Facebook" "Twitter" "Outdoor billboard" "Advert in Trinity Shopping Centre" "Postcard " "Flyer from St James Hospital Fruit and veg stall" "Flyer from LGI Hospital Fruit and veg stall" "Referral (Who were you referred by?)" "Other (Please state?)"] [group group-906] <label> Please State [text find-out] </label> [/group]
and the conditions are set to
if find-out equals Other (Please state?) then show group-906
any ideas?
hi,
sorry i was away for the holidays.
the plugin is activated and the shortcodes were generated using the insert button on the form screen.EDIT
I have also tried with all plugins disabled except contact forms and this plugin with the same results- This reply was modified 7 years, 11 months ago by kennydowuk.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] centering the mapFIXED
inserted <div style=”width: *INSERT MAP WIDTH*px; margin: auto;”>[shortcode]</div>
Forum: Plugins
In reply to: [Smart News Ticker] The duration of a news and situation with one newsjust downloaded it all the options are in the file
plugin-functions.php
under /**add plugin loop code**/yes it is set to the events page and “Display calendar in events page?” is set to yes
Forum: Plugins
In reply to: [WooCommerce] customizing messages by product category in woocomerceworked my way to this point. (
it just appears to ignore y code and out put the original messagefunction wc_add_to_cart_message( $product_id) { if ( is_array( $product_id ) ) { $categories = get_the_category( $id); $titles = array(); foreach ( $product_id as $id ) { $titles[] = get_the_title( $id ); } $added_text = sprintf( __( 'Added "%s" to your cart.', 'woocommerce' ), join( __( '" and "', 'woocommerce' ), array_filter( array_merge( array( join( '", "', array_slice( $titles, 0, -1 ) ) ), array_slice( $titles, -1 ) ) ) ) ); } else { <if($categories == 'gallery') { $added_text = sprintf(__( '"%s" add a mount' ); }else{ $added_text = sprintf( __( '"%s" was successfully added to your cart.', 'woocommerce' ), get_the_title( $product_id ) ); } }