daymobrew
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Link to show all stores?You can simply download the code into a text file (get the raw code: http://pastebin.com/raw.php?i=Vg6byZbi), copy the file into your wp-content/plugins directory, activate the plugin (name = “WP Store Locator shortcodes”) and put the following in a page:
[wpsl_list]
Publish the page and test it.
The table only displays store name, address 1 and url. If you like the idea of it I add to the code for a more complete table.Aside: I should change the is_plugin_active() check to class_exists( ‘WP_Store_locator’ )
Forum: Plugins
In reply to: [WP Store Locator] Link to show all stores?@surfbird0713: Here is the beginnings of a shortcode to show a simple list of stores.
http://pastebin.com/Vg6byZbiYou can add some code around this to hide the table until the ‘View All Stores’ link is clicked.
Forum: Plugins
In reply to: [WP Store Locator] Link to show all stores?The shortcode would be simple as it I would just do a basic $wpdb query, grouping the stores by country, sorting by name within each one. And then a table for display.
You can email the 2.0 beta to damien – damiencarbery.com
Forum: Plugins
In reply to: [WP Store Locator] Link to show all stores?I think that surfbird0713 wants a simple list of stores.
I was thinking about writing a shortcode to do this (the plugin uses its own table in the database and the columns look straightforward).In the meantime, you can list the stores under the map:
http://i.imgur.com/6tAgseM.pngAnother idea involves some coding: You can add a template (like the two listed in ‘Select template’ and dispense with the map.
Forum: Themes and Templates
In reply to: [THBusiness] Change background color menu and submenuA child theme does work. I am using one. A sample child theme is not necessary as it is very easy – see the codex page: Child Theme.
Forum: Plugins
In reply to: [WP Migrate Lite - Migration Made Easy] Non-WordPress tables exportedOops, I posted my suggestion without refreshing the page.
Forum: Plugins
In reply to: [WP Migrate Lite - Migration Made Easy] Non-WordPress tables exportedMaybe this would work:
foreach ( $tables as $table ) { if ( 'VIEW' == $table[1] ) continue; if (strpos($table[0], $table_prefix) != 0) continue; // ADDED $table = $table[0];Forum: Plugins
In reply to: [WP Migrate Lite - Migration Made Easy] Incomplete exportWhen I disable the “All-in-One Event Calendar by Timely” plugin then the export works.
Chris says that this is a known problem plugin.
Forum: Plugins
In reply to: [WP Migrate Lite - Migration Made Easy] Incomplete exportLinks sent.
It works when I disable the active plugins.
I can try a one-by-one disabling when I get some time.Excellent, thanks.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Two maps do not appear on one pageThe shortcode: http://pastebin.com/a6FuEQMY
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Two maps do not appear on one pageThat’s a challenge I can go for 🙂
I am currently using iframe for the maps and I want to get rid of the address bubble. Web search results suggest removing some parameters from the maps url but those parameters do not exist in the url I am using.
http://www.demack.ie/staging/contact-us/I had my own functional plugin to include a map via a shortcode but the ‘script’ tag gets trashed by one of the_content filters – with angle brackets being converted to lt and gt equivalents. This does not happen on another site where I use this shortcode.
http://www.still.ie/contact/Very frustrating.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Two maps do not appear on one pageThanks. I searched the FAQ for the word ‘two’.
Darn. I’ll have to find another plugin.
Forum: Plugins
In reply to: [Twitter Widget Pro] You need to authorize your Twitter accounts.Maybe there is an issue at twitter’s end.
Can you post a screenshot – upload to http://imageshack.us/Forum: Plugins
In reply to: [Twitter Widget Pro] You need to authorize your Twitter accounts.Did you click the blue ‘Authorize New Account’ button?
Does your twitter account now show in the section above it?