ededi Posted October 8, 2017 at 06:09 PM Share Posted October 8, 2017 at 06:09 PM 1- Display Header on bottom of module ; search bar , ordering and text for zooming showing below of map i try with edit map.page.html but result shown only search bar and autocomplete not works and no ordering etc 2-how to change scroll bar style to a modern styl which files ? see pic <?php if($displayHeader):?> <div class="jr-map-header jrMapHeader"> <div class="jr-map-search jrMapAddressBar"> <?php if($locationSearch):?> <div class="jrLocationSearch jrForm"> <input type="text" size="50" class="jr-location jrLocation" name="location" placeholder="" /> <?php echo $radiusSelect;?> <button class="jr-map-search-btn jrButton jrBlue jrIconOnly"><span class="jrIconSearch"></span></button> </div> <?php endif;?> <?php if($useAdvancedFilters):?> <a class="jr-map-show-filters jrBtnShowFilters jrButton jrDark"><span class="jrIconMap"></span><span><?php __t("Filters");?></span></a> <div class="jr-map-filters jrMapFilters" style="display:none;"><?php echo $this->element('map-search', array('mapParams' => $mapParams));?></div> <?php endif;?> <div class="jr-map-sidebar-header jrMapSidebarHeader" style="display:none;"> <div class="jrMapResultsTotal"> <span class="jrMapResultsDesc"> <?php echo sprintf(__t("Showing %s of %s results.",true), '<span class="jr-map-results-current"></span>', '<span class="jr-map-results-total"></span>');?> </span> <span class="jrMapResultsOrder jrForm"> <?php echo sprintf(__t("Ordered by %s", true), $Form->select('order', $selectList, $selected, array('class' => 'jr-map-order jrSelect')));?> </span> </div> <div class="jrMapResultsMore"><?php __t("To view more results zoom in to a specific location.");?></div> </div> </div> </div> <?php endif;?> Link to comment
Alejandro Posted October 9, 2017 at 01:12 PM Share Posted October 9, 2017 at 01:12 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.