Forums

Simple Real Estate Pack
SREP Breaking pages when used. (6 posts)

  1. webthisway
    Member
    Posted 8 months ago #

    I'm using SREP on a genesis site with AgentPress. When I use any number of of tabs, the site falls out of format.

    http://markleyproperties.com/uncategorized/testing-srep-error.html

    I have disabled plugins one at a time and no change. All software versions up to date.

    Anyone have any ideas? Thanks.

    http://wordpress.org/extend/plugins/simple-real-estate-pack-4/

  2. maxchirkov
    Member
    Posted 8 months ago #

    Try the following:

    1. Edit /css/ui.tabs.css file which is located in the plugin's folder.
    2. Change rule on line #59 (the last one) from this:

    .ui-tabs .ui-tabs-hide {
        position: absolute;
        top: -10000px;
    }

    to this

    .ui-tabs .ui-tabs-hide {
        position: absolute;
        left: -10000px;
        width: 100%;
    }

    see if that fixes the issue with schools.

    To fix tabs. Anywhere in your theme's style.css (at the end is probably better) add the following rule:

    #content .post ul.ui-tabs-nav li {
    	list-style-type: none;
    	margin: 0 0 0 5px;
    	padding: 0;
    }
  3. webthisway
    Member
    Posted 8 months ago #

    I believe that corrected the issues.
    http://markleyproperties.com/uncategorized/testing-srep-error.html

    The page is still very long and it seems unnecessary. Does the amount of schools contribute to the length of the page even when that tab is hidden?

  4. maxchirkov
    Member
    Posted 8 months ago #

    No, hidden data shouldn't affect the length of the page. Try limiting the schools and yelp items to 3-5mile radius. You can do that from the Neighborhoods settings page. That should output much less data. Let me know if that changes the length of the page as well.

  5. merdth
    Member
    Posted 6 months ago #

    I can't view his link now, but mine is repeating all the way down the page. I did both your suggestions above and it still isn't working right. Help please.

  6. maxchirkov
    Member
    Posted 6 months ago #

    @meredth - have you updated to the most recent version 1.2.6? Can you point me to the page with the issue?

Reply

You must log in to post.

About this Plugin

About this Topic