Rick5150

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • in reply to: Single Property Page: Remove Everything Below Map #7851
    Rick5150
    Spectator

    Mr. Barrett, that worked perfectly! Thank you.

    I have renamed and edited those files for other themes, but as you saw they are not applicable here. Thank you for once again, going above and beyond…

    Rick

    in reply to: Frontier theme for WordPress template files #7850
    Rick5150
    Spectator

    Mr. Barrett, that worked perfectly! Thank you.

    I have renamed and edited those files for other themes, but as you saw they are not applicable here. Thank you for once again, going above and beyond…

    Rick

    in reply to: Single Property Page: Remove Everything Below Map #7834
    Rick5150
    Spectator

    This is driving me nuts.

    The problem is that I use the sidebar successfully on every other page to show a specific widget, so I do not want to comment the sidebar out.

    Every other page on the site shows only one widget in the sidebar – the one I added. This single widget shows on every other page on the site and there is nothing else. It is only the property page and search page that show the extra ‘widgets’ but they are not showing in the widget editing page. The Easy Property Listing pages do not show the widget that I added that show on the other pages either.

    Yet when I go to another theme, it is not there. So logic states that would indicate that it was a function of the theme and not the plugin.

    On the other hand, the theme developer feels that since it only shows on the two real estate pages, it is a plugin issue, which may also make sense.

    The archive page is fine because it is short code on a page I made called “RENTALS” with the default template chosen.

    Once you click a property though, I don’t know where everything comes from. It directs to a page that shows in the browser navigation as “RENTAL” and I have no idea where to look for that.

    These pages from has only the “search” field in the side bar, and the actual sidebar widget that I chose for the other pages does not show.

    I was just going to go into the files and copy and rename the single.php file to single-listing.php to see if that worked as it did a great job in other themes for the most part, but of course there is no single.php file in the theme.

    I just noticed this, and I believe it is significant.

    The Frontier theme has the ability to be really flexible. You can have:

    • no sidebar,
    • a right sidebar,
    • a left sidebar,
    • one sidebar on each side,
    • both sidebars on the left,
    • both sidebars on the right,

    It looks like the Easy Real Estate plugin is accessing the left sidebar, because the widgets that show are visible when I enable the left sidebar, which is not in use on my site. There are no widgets associated with the left sidebar in the widget editor.

    in reply to: Single Property Page: Remove Everything Below Map #7822
    Rick5150
    Spectator

    By the way, I asked here because I received this response from the developer of the theme.

    The widgets and the layout of your particular page doesn’t seem to be produced by the theme. I suspect they came from a plugin that you are using. You’d have better luck asking the plugin author on how to disable those widgets.

    As for the “Leave a Reply”, that means that the particular post (looks like a custom post from a plugin) accepts comments which can easily be disabled.
    https://codex.wordpress.org/Comments_in_WordPress

    Note: For normal widgets, you can always use Widget Logic to control where the widgets will appear.

    I am not sure where to find the files needed to do this, but I will look around more later. Thank you.

    in reply to: Single Property Page: Remove Everything Below Map #7809
    Rick5150
    Spectator

    Thank you. Still, I do not understand why it is only showing on Easy Property Listing pages and nowhere else. I have tried all the other options for page templates and this does not show anywhere else. It is driving me crazy!

    in reply to: Single Property Page: Remove Everything Below Map #7801
    Rick5150
    Spectator

    I should mention that the specific items I want to delete below the map are:

    • leave a reply
    • pages
    • archives
    • categories

    I just noticed that that pages, archives and categories show at the bottom of the search results as well, and if possible I would like to know which file needs to be modified to fix this, or whether it will be taken care of with the initial edit.

    in reply to: Images Clumped Together on Property Page #7776
    Rick5150
    Spectator

    I had done that already and also added what I did on another thread to see if it could help others with the same problem.

    Are all the images in the demo the same size? The problem occurs when they are not. Most themes correct this and make thumbnails like 150 x 150 or similar. And of course, the lack of space between the rows looks bad as well.

    Here is the single-listing.php code. Maybe I screwed something up?

    <?php
    /**
     * Single Post Template
     *
     * Displays single posts
     *
     * @package      responsive_mobile
     * @license      license.txt
     * @copyright    2014 CyberChimps Inc
     * @since        0.0.1
     *
     * Please do not edit this file. This file is part of the responsive_mobile Framework and all modifications
     * should be made in a child theme.
     */
    
    // If this file is called directly, abort.
    if ( ! defined( 'WPINC' ) ) {
    	die;
    }
    
    get_header(); ?>
    
    	<div id="content" class="content-area">
    			<main id="main" class="site-main" role="main">
    
    				<?php get_template_part( 'template-parts/loop-header' ); ?>
    
    				<?php while ( have_posts() ) : the_post(); ?>
    
    					<?php if ( function_exists('epl_property_single') ) {
        epl_property_single();
    } ?>
    
    					<?php responsive_mobile_post_nav(); ?>
    
    					<?php responsive_mobile_comments_before(); ?>
    					<?php
    						// If comments are open or we have at least one comment, load up the comment template
    						if ( comments_open() || '0' != get_comments_number() ) :
    							comments_template( '', true );
    						endif;
    					?>
    					<?php responsive_mobile_comments_after(); ?>
    
    				<?php endwhile; // end of the loop. ?>
    
    			</main><!-- #main -->
    
    			<?php get_sidebar(); ?>
    	</div><!-- #content -->
    <?php get_footer(); ?>
    in reply to: Theme Setup Page Width & Data #7761
    Rick5150
    Spectator

    I was able to copy the archive.php and single.php pages, rename them to archive-listing.php and single-listing.php and make the changes from the tutorial here:

    http://easypropertylistings.com.au/docs/how-to-configure-your-wordpress-theme-template-files-if-required-to-display-your-property-listings-with-easy-property-listings/

    In each file, I found the closest thing to the <? php get_template_part (‘content’); ?> and change it out.

    I added the files to the template directory (I am using the Responsive Mobile theme) worked out well for me.

    in reply to: Theme Setup Page Width & Data #7756
    Rick5150
    Spectator

    I am having trouble with this as well, and followed that link, but I am not sure it is the correct link…

    Individual property page spans the entire screen right to the very edge. I tried twenty different themes and each time it was the individual property page that makes me look for another theme, so it must be something I am doing wrong.

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 9 posts - 1 through 9 (of 9 total)