hitcode
Forum Replies Created
-
Hi Olaf,
sorry at the moment the do_shortcode() will not work with our plugin because it should do some stuff during wp init, i.e. enqueue scripts and styles, process cookies etc, while to my knowledge the do_shortcode() function comes just too late for this.Forum: Plugins
In reply to: [Locatoraid Store Locator] Pin showing in wrong placeHi,
I’m sorry this placement is performed by the Google maps service, we have no control over it.Forum: Plugins
In reply to: [Locatoraid Store Locator] Change language "Phone"Hi Jesper,
you can edit this file:
locatoraid/application/language/english/lookuprunner_lang.phpThe “Phone” string is defined on line 74:
$lang['location_phone'] = 'Phone';Forum: Plugins
In reply to: [JoeBooking - Time Slot Booking] Form anchorHello,
I’ve just tried your page and it doesn’t scroll it for me, there might have been some sort of a cache either on your machine or on the server side. It must be fine now.Forum: Plugins
In reply to: [JoeBooking - Time Slot Booking] Form CustomersHi,
there’s the “Custom Fields” feature that lets you add more fields for the customer and the appointment details forms, but it’s available in the Pro versions only.Forum: Plugins
In reply to: [JoeBooking - Time Slot Booking] Form anchorHello,
sorry for delay. Starting from version 6.2.5 you can disable our scroll to the booking content. You will need to add this piece of JavaScript code to the page with JoeBooking shortcode:<script language="JavaScript"> var nts_no_scroll = 1; </script>Forum: Plugins
In reply to: [Locatoraid Store Locator] How change the button search ?Hi,
in 2.3.9 version we’ve added the configuration settings to adjust every label in the front end.Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] History TabHello,
don’t you have the “History” tab at all? It must always appear in the shift edit screen (when in the calendar, click on a shift, then choose the Edit option in the dropdown).Regarding shift trades, yes it makes sense, I think we’ll be redesigning the trading part within a few months.
Forum: Plugins
In reply to: [Locatoraid Store Locator] Not Geocoded YetHello,
please go to Locations > Geocode menu, it will automatically start the geocoding process (finding out the coordinates) for all locations that are not geocoded yet.Forum: Plugins
In reply to: [JoeBooking - Time Slot Booking] Only One Admin?The free version allows only one admin account.
Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Shifts disappearing randomlyHello,
I’m sorry for the issue, but nothing similar has been happening so far. Do the shifts disappear completely from the database, or their status was changed to Pending?Forum: Plugins
In reply to: [ShiftController Employee Shift Scheduling] Requiring Extra options for shiftHello,
the Notes option is already available (in the Pro version though), and we’re planning to add the Skills feature that probably will work as the category for shifts.Hello,
sorry it’s not available at the moment.Forum: Plugins
In reply to: [Locatoraid Store Locator] Change Zip Code to Post Code?Hello,
in the latest 2.3.8 version we have added a configuration setting to change this field label (in Configuration > Settings).Forum: Plugins
In reply to: [Locatoraid Store Locator] Results windows below map?OK, thank you, you can do this by adding this CSS code to the page with Locatoraid shortcode, before the shortcode:
<style>
#lpr-locations {
width: 100%;
}
#lpr-map {
width: 100%;
}
</style>Or add this code to your theme CSS file.