The search page leads to the archive Item page this in turn leads to the GD Archive page.
To put the map on the side of the page divide the search page into two sections and put the map in ome box and the text in another beside it.
Results will then be displayed on the side colum.
GD DETAILS is the individual item styling.
TEMPLATE EDITING – this can be found in the additional css section in the customizing the template.
Template called accommodation search results is in the Elementor templates and this is the
search results page.
CHANGE SHADING OF THE MAIN IMAGE – enter .sd-homepage .featured-area::before {
opacity: 0.1 !important;
}
into custom .css
USE THIS TO CHANGE THE MAIN IMAGE.
header .featured-area .featured-img {
opacity:
background-color: #f9f9f9;
background-position: 50% 20%;
background-repeat: no-repeat;
background-size: cover;
border-bottom: 1px solid rgba(0,0,0,0.075);
height: 50%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
overflow: hidden;
}
REMOVE THE SEARCH BY NAME
body.home .gd-search-field-search {
display:none;
}
TO DISPLAY THE SPECIALS DEAL IN THE RESULTS USE: –
GD Post Content – gd_post_content
Places Settings – Sorting
https://wpgeodirectory.com/docs-v2/places/sorting/
Featured Listings
https://wpgeodirectory.com/docs-v2/geodirectory/featured-listings/
ALLOWING COMMENTS
Engage the tab in listing and at the bottom of each page in the back end you must tick the “allow comments” box.
POSTING IMAGES
https://wpgeodirectory.com/docs-v2/design/images/ FOR ALL RELEVANT INFO GO HERE