alimah
Forum Replies Created
-
I’m using DIVI because I want as much design freedom as possible. And I know it’s not one of your compatible themes but I’d still like to know what other options I have
Forum: Plugins
In reply to: [Essential Real Estate] Single Property Page only Pulling descriptionHi – I see you were able to get it to work. Do you mind sharing how?
https://ivyproperties.co.za/property/2-bedroom-house-centurion/
That is the link address. Only the overview tab works. Also, when you press “submit Listing” without logging in – it gives you an option to login or register – The register tab is also not working
Forum: Plugins
In reply to: [Essential Real Estate] Change The Listing Layout<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } get_header('ere'); /** * ere_before_main_content hook. * * @hooked ere_output_content_wrapper_start - 10 (outputs opening divs for the content) */ do_action( 'ere_before_main_content' ); do_action('ere_single_property_before_main_content'); if (have_posts()): while (have_posts()): the_post(); ?> <?php ere_get_template_part('content', 'single-property'); ?> <?php endwhile; endif; do_action('ere_single_property_after_main_content'); /** * ere_after_main_content hook. * * @hooked ere_output_content_wrapper_end - 10 (outputs closing divs for the content) */ do_action( 'ere_after_main_content' ); /** * ere_sidebar_property hook. * * @hooked ere_sidebar_property - 10 */ do_action('ere_sidebar_property'); get_footer('ere');
This is the code that moves the sidebar to the footer for single listing… How do I edit it to make the single show like normal posts ( not full width) and show the sidebar on the left instead of in the footer?
Forum: Plugins
In reply to: [Essential Real Estate] Change The Listing LayoutHi I’ve been trying to do the above but with no luck. Where did you find the default page template?
Forum: Plugins
In reply to: [Essential Real Estate] Change The Listing LayoutThanks for the tip! Could you send a link to a page just to see how it looks? Also, are you having any issues with the tabs on the single listing pages? Only the ‘Overview’ tab works on mine. Everything else doesn’t and I can’t seem to get a response from them
Forum: Plugins
In reply to: [Essential Real Estate] Video does not workDid someone follow up with you? I have the same issue