torkeller
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Input fields for latitude and longitude?Thanks, Erica! I already suspected that. I will talk to the customer about purchasing the Pro version.
Forum: Plugins
In reply to: [The Events Calendar] Input fields for latitude and longitude?Hello Rob,
Thanks for the answer. The screenshot is not mine, it was posted here on the support forum. I had already changed the theme and deactivated plugins, as this is the usual method. I also tried three different browsers and varied the plugin settings. Unfortunately all without success.
Here is the source code for the input form on the “Edit Venue” page:<div id="postbox-container-2" class="postbox-container"> <div id="normal-sortables" class="meta-box-sortables ui-sortable"><div id="tribe_events_venue_details" class="postbox "> <div class="postbox-header"><h2 class="hndle ui-sortable-handle">Veranstaltungsort Information</h2> <div class="handle-actions hide-if-no-js"><button type="button" class="handle-order-higher" aria-disabled="false" aria-describedby="tribe_events_venue_details-handle-order-higher-description"><span class="screen-reader-text">Nach oben</span><span class="order-higher-indicator" aria-hidden="true"></span></button><span class="hidden" id="tribe_events_venue_details-handle-order-higher-description">Box „Veranstaltungsort Information“ nach oben verschieben</span><button type="button" class="handle-order-lower" aria-disabled="false" aria-describedby="tribe_events_venue_details-handle-order-lower-description"><span class="screen-reader-text">Nach unten</span><span class="order-lower-indicator" aria-hidden="true"></span></button><span class="hidden" id="tribe_events_venue_details-handle-order-lower-description">Box „Veranstaltungsort Information“ nach unten verschieben</span><button type="button" class="handlediv" aria-expanded="true"><span class="screen-reader-text">Bedienfeld umschalten: Veranstaltungsort Information</span><span class="toggle-indicator" aria-hidden="true"></span></button></div></div><div class="inside"> <div id="venue-details" class="inside eventForm venue-form"> <table cellspacing="0" cellpadding="0" id="venue-info" class="venue-info"> <tbody><tr class="venue tribe-linked-type-venue-address"> <td class="tribe-table-field-label"> <label for="venueAddress"> Adresse: </label> </td> <td> <input id="venueAddress" name="venue[Address]" size="25" tabindex="2000" type="text" value=""> </td> </tr> <tr class="venue tribe-linked-type-venue-city"> <td class="tribe-table-field-label"> <label for="venueCity"> Ort: </label> </td> <td> <input id="venueCity" name="venue[City]" size="25" tabindex="2001" type="text" value=""> </td> </tr> <tr class="venue tribe-linked-type-venue-country"> <td class="tribe-table-field-label"> <label for="EventCountry"> Land: </label> </td> <td> <select class="tribe-dropdown tribe-dropdown-created select2-hidden-accessible" id="EventCountry" name="venue[Country]" tabindex="-1" aria-hidden="true"> <option value="">Select a Country:</option><option value="Åland Islands">Åland Islands</option> (etc.) value="Zimbabwe">Zimbabwe</option> </select><span class="select2 select2-container select2-container--default tribe-dropdown tribe-dropdown-created" dir="ltr" style="width: 274.403px;"><span class="selection"><span class="select2-selection select2-selection--single" aria-haspopup="true" aria-expanded="false" tabindex="2002" aria-labelledby="select2-EventCountry-container" role="combobox" style="display: inline-block; position: relative;"><span class="select2-selection__rendered" id="select2-EventCountry-container" role="textbox" aria-readonly="true" title="Select a Country:"><span class="select2-selection__clear">×</span>Select a Country:</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span> </td> </tr> <tr class="venue tribe-linked-type-venue-state-province"> <td class="tribe-table-field-label"> <label for="StateProvinceSelect"> Bundesland / Kanton: </label> </td> <td> <input id="StateProvinceText" name="venue[Province]" size="25" tabindex="2003" type="text" value=""> <select class="tribe-dropdown tribe-dropdown-created select2-hidden-accessible" id="StateProvinceSelect" name="venue[State]" tabindex="-1" aria-hidden="true" style="display: none;"> <option value="">Bundesstaat wählen:</option> <option value="AL">Alabama</option><option value="AK">Alaska</option><option value="AZ">Arizona</option><option value="AR">Arkansas</option><option value="CA">California</option><option value="CO">Colorado</option><option value="CT">Connecticut</option><option value="DE">Delaware</option><option value="DC">District of Columbia</option><option value="FL">Florida</option><option value="GA">Georgia</option><option value="HI">Hawaii</option><option value="ID">Idaho</option><option value="IL">Illinois</option><option value="IN">Indiana</option><option value="IA">Iowa</option><option value="KS">Kansas</option><option value="KY">Kentucky</option><option value="LA">Louisiana</option><option value="ME">Maine</option><option value="MD">Maryland</option><option value="MA">Massachusetts</option><option value="MI">Michigan</option><option value="MN">Minnesota</option><option value="MS">Mississippi</option><option value="MO">Missouri</option><option value="MT">Montana</option><option value="NE">Nebraska</option><option value="NV">Nevada</option><option value="NH">New Hampshire</option><option value="NJ">New Jersey</option><option value="NM">New Mexico</option><option value="NY">New York</option><option value="NC">North Carolina</option><option value="ND">North Dakota</option><option value="OH">Ohio</option><option value="OK">Oklahoma</option><option value="OR">Oregon</option><option value="PA">Pennsylvania</option><option value="RI">Rhode Island</option><option value="SC">South Carolina</option><option value="SD">South Dakota</option><option value="TN">Tennessee</option><option value="TX">Texas</option><option value="UT">Utah</option><option value="VT">Vermont</option><option value="VA">Virginia</option><option value="WA">Washington</option><option value="WV">West Virginia</option><option value="WI">Wisconsin</option><option value="WY">Wyoming</option> </select><span class="select2 select2-container select2-container--default tribe-dropdown tribe-dropdown-created" dir="ltr" style="width: 219.995px; display: none;"><span class="selection"><span class="select2-selection select2-selection--single" aria-haspopup="true" aria-expanded="false" tabindex="2004" aria-labelledby="select2-StateProvinceSelect-container" role="combobox" style="display: inline-block; position: relative;"><span class="select2-selection__rendered" id="select2-StateProvinceSelect-container" role="textbox" aria-readonly="true" title="Bundesstaat wählen:"><span class="select2-selection__clear">×</span>Bundesstaat wählen:</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span> </td> </tr> <tr class="venue tribe-linked-type-venue-zip"> <td class="tribe-table-field-label"> <label for="EventZip"> PLZ: </label> </td> <td> <input id="EventZip" name="venue[Zip]" size="6" tabindex="2005" type="text" value=""> </td> </tr> <tr class="venue tribe-linked-type-venue-phone"> <td class="tribe-table-field-label"> <label for="EventPhone"> Telefon: </label> </td> <td> <input id="EventPhone" name="venue[Phone]" size="14" tabindex="2006" type="text" value=""> </td> </tr> <tr class="venue tribe-linked-type-venue-website"> <td class="tribe-table-field-label"> <label for="EventWebsite"> Website: </label> </td> <td> <input id="EventWebsite" name="venue[URL]" size="14" tabindex="2007" type="url" value=""> </td> </tr> <tr id="google_map_toggle" class="remain-visible"> <td class="tribe-table-field-label"> <label for="VenueShowMap"> Zeige Karte: </label> </td> <td> <input tabindex="2008" type="checkbox" id="VenueShowMap" name="venue[ShowMap]" value="true" checked="checked"> </td> </tr> <tr id="google_map_link_toggle" class="remain-visible"> <td class="tribe-table-field-label"> <label for="VenueShowMapLink' ); ?>"> Zeige Kartenlink: </label> </td> <td> <input id="VenueShowMapLink" name="venue[ShowMapLink]" tabindex="2009" type="checkbox" value="true" checked="checked"> </td> </tr> </tbody></table> </div> </div> </div>Forum: Plugins
In reply to: [List category posts] Hierarchical listGreat! I suggest doing the sorting analogous to the selection criteria for the category: If “name=” is used, then alphabetically by name, if “id=” is used, numerically by id.
Forum: Plugins
In reply to: [Contact Form 7] Default value in dynamically generated select field?I was able to identify the problem.
In select.php, the the URL parameter (symbolic e-mail name) is compared with the e-mail addresses (array $values), not with the e-mail labels (array $labels):Instead of:
` foreach ($values as $key => $value) {
if ( $hangover ) {
$selected = in_array( $value, (array) $hangover, true );
} else {
$selected = in_array( $value, (array) $default_choice, true );
}
$item_atts = array(
‘value’ => $value,
‘selected’ => $selected ? ‘selected’ : ”,
);
I changed it to:
foreach ($labels as $key => $value) {Now it works as expected.
- This reply was modified 5 years ago by torkeller.
Forum: Plugins
In reply to: [WP Fast Total Search - The Power of Indexed Search] TranslationHello Epsiloncool,
I have finished the translations for German (informal and formal).
There are still a few texts without template. Where can I send the files?By the way: I wonder how to create a stop word list. The wpftsi_stops table is empty.
Thank you!
Forum: Plugins
In reply to: [WP Fast Total Search - The Power of Indexed Search] TranslationThis is great service!
Thank you very much!Forum: Plugins
In reply to: [WP Fast Total Search - The Power of Indexed Search] TranslationI am using the free version.
Thank you