dakey23
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Point] How to create a point child theme?Ok forget it, I use the “Child Theme Configurator” plugin which did magical trick for me..
Forum: Plugins
In reply to: [WP Store Locator] 2.0 store page with comments enabled?I just did 😉
Forum: Plugins
In reply to: [WP Store Locator] 2.0 store page with comments enabled?Jup, it is enabled.
I’m able to post comments in general posts and pages.Also, per general post or page I’m able to enable/disable comments in the admin area.
Forum: Plugins
In reply to: [WP Store Locator] 2.0 store page with comments enabled?Hi Tijmen,
Many thanks for your code 🙂
I use for example the Twenty Fourteen theme.
I added all codes into functions.php (in the theme dir) and created the single_wpsl-stores.php based on the single.php with your additions, and put that file in the same dir as single.php.The problem is that when I edit or add a new shop, no option is available for checking a box ‘Discussion’ -> ‘Allow comments’ (like in normal blog or page posts).
Also in the header drop-down menu (screen properties) the comment option is not available.
Need I add the add_filter function in the functions.php between specific lines? Now, I just copied the code at the end of this file..
Forum: Plugins
In reply to: [WP Store Locator] Place markers based on longitude and latitude only?You have a good point there! A tool-tip should be very useful for many users, keep up the good work 🙂
Forum: Plugins
In reply to: [WP Store Locator] Place markers based on longitude and latitude only?Great many thanks! It works for the dragging part 🙂
(the code you provided was in the admin/js/wpsl-admin.js instead of the js/wpsl-gmap.js file , but anyway it works!)Dragging the marker is a good workaround for me, but I want you to know that if you fill the same map coordinates into the longitude and latitude input-text field and after that hit the button “Preview on the map”, than the same wrong location will show up. (based on the address details which I send in my earlier e-mail..) Maybe this is also something to look at for the 2.0 version?
Forum: Plugins
In reply to: [WP Store Locator] Place markers based on longitude and latitude only?Ok thanks, great that you would help 🙂
Forum: Plugins
In reply to: [WP Store Locator] Place markers based on longitude and latitude only?I send it yesterday at 13:46 to info[at]tijmensmit[dot]com ?
Forum: Plugins
In reply to: [WP Store Locator] Place markers based on longitude and latitude only?Hi Tijmen,
Thanks, I just send you an email with some screenshots and information.b. regards,
ArnoForum: Plugins
In reply to: [WP Store Locator] Search area box & radius.wpsl-search { display:none !important; }Is it also possible to hide the store information with CSS, so that the search with map is displayed only?