Jump to content

show Display Header on bottom of module and change scroll style


ededi

Recommended Posts

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;?>

post-25782-0-59694700-1507491784_thumb.jpg

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...