minde833
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] More info link scrolls down pagemy designer isnt giving much of a support right now. i’ve used up the quota for that. so i figured i’ll give it a go here.
i’m able to close all other info windows (start location, or random location when i click). I just can’t seem to close the info window for the store location only.
Is there a script for the info window closing action, I could check against mine if something’s messed up. not sure if my ex-designer tweaked it.
Forum: Plugins
In reply to: [WP Store Locator] Info Windows Can't Closeive reverted back to the original coding for now
Forum: Plugins
In reply to: [WP Store Locator] Info Windows Can't Closehello ,
thanks for getting back so quickly. ive asked my designer to fix the js error and the errors are now gone . however the problem still exist , is there other possible reasons for the x not responding to clicks?
thanks again
Forum: Plugins
In reply to: [WP Store Locator] [Plugin: WP Store Locator] Custom Meta Tag – Help neededthanks so much, that code really helped me!
Cheers and thanks again!Forum: Plugins
In reply to: [WP Store Locator] [Plugin: WP Store Locator] Custom Meta Tag – Help neededHi,
so I’ve been amending the code and it seems to be partially working.
http://www.alloygator.com.my/find-a-fitter/
It appears the “Additional Information” data is displayed.
May I ask what code I should add in to display the title ? For instance,
Title=Stock Availability: : “Additional Information input”
My current code is
/** * Include the data from a custom field called 'my_textinput'. * * Before you can access the 'my_textinput' data in the template, * you first need to make sure the data is included in the JSON output. * * You can make the data accessible through the wpsl_frontend_meta_fields filter. */ $listing_template .= "\t\t\t" . '<% if ( stock ) { %>' . "\r\n"; $listing_template .= "\t\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'stock_label', __( 'Stock', 'wpsl' ) ) ) . '</strong><p><%= stock %></p>' . "\r\n"; $listing_template .= "\t\t\t" . '<% } %>' . "\r\n";