Listing Search Widget Dropped To Bottom Of Listing
-
Right now my issues is with the single listing, and I am using the Modality theme.
An example of what I am talking about can be seen at: https://rentals.inrivertonwy.com/listings/301-e-madisonThe search widget sits at the bottom of the page, instead of in the sidebar. The theme settings are set to having a right sidebar, but it doesn’t work on the listing page.
I went into the single listing php and and found this little snippet, but i’m not sure what I can really do with it:
if($options['wp_listings_custom_wrapper'] && $options['wp_listings_end_wrapper']) { echo $options['wp_listings_end_wrapper']; } else { echo '</div><!-- #content --> </div><!-- #primary -->'; } get_sidebar(); get_footer(); }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Listing Search Widget Dropped To Bottom Of Listing’ is closed to new replies.