tomaspotesil2017
Forum Replies Created
-
No, I use the file in templates/search/categories.php.
<?php $args = !empty($args) ? $args:array(); /* @var $args array */ ?> <!-- START Category Search --> <div id="event-type" class="tab-pane"> <div class="em-search-category em-search-field"> <ul class="list-inline"> <?php function get_categories_checkboxes($taxonomies, $args) { $terms = get_terms($taxonomies, $args); foreach($terms as $term){ $output .= '<li class="list-inline-item"><input type="radio" id="'.$term->slug.'" name="category" value="'.$term->slug.'"><label for="'.$term->slug.'">'.$term->name.'</label></li>'; } return $output; } echo get_categories_checkboxes('event-categories', $args = array('hide_empty'=>true, 'hierarchical'=>true)); ?> </ul> </div> </div> <!-- END Category Search -->
In search, in categories.php.
Forum: Plugins
In reply to: [The Events Calendar] ?? Release: The Events Calendar 4.6.1Ok.
Forum: Plugins
In reply to: [The Events Calendar] ?? Release: The Events Calendar 4.6.1Hi,
can you please let me know which files have been updated in connection with updating the non-functional monthly report? We have a plugin modified a lot and we can not update it. Is it only the Moon folder? If you give me the details, I would love to. Thank you.
Hello, where can I set paging and number of space per page? Thanks.
Forum: Plugins
In reply to: [Real Estate Manager - Property Listing and Agent Management] MappingHello, can you please tell me where it worked? We have a plugin modified and we can not update it. Thanks a lot.
Forum: Plugins
In reply to: [Real Estate Manager - Property Listing and Agent Management] MappingYes, https://prostor.goy.cz.
Forum: Plugins
In reply to: [Real Estate Manager - Property Listing and Agent Management] MappingHi, if there are two properties in one place, the circle and 2 are displayed but can not be clicked.
Thanks.
Forum: Plugins
In reply to: [Real Estate Manager - Property Listing and Agent Management] MappingHi, thank you!
Is it possible to have two places at the same address? There is no circle with the number to click on the map. Thank you.
Forum: Plugins
In reply to: [Real Estate Manager - Property Listing and Agent Management] MappingHello, can you please write me what needs to be edited? We’ve made many edits in the plugin and we can not update it. Thanks a lot.
Ok, thank you.
I still do not have a geo location. It does not work with you https://rem.webcodingplace.com/. Does something need to be set up? Thank you.
Hi,
can search by multiple parameters work so the result may not have all the parameters but only one?
Thank you.
And is it possible add ID the property dynamically?
Hi, thank you for your respond.
And is it possible to make checkboxes in the filter by type?
Thank you.
- This reply was modified 7 years, 7 months ago by tomaspotesil2017.