Forum Replies Created

Viewing 15 replies - 16 through 30 (of 31 total)
  • Thread Starter sylviarose

    (@sylviarose)

    Hey there did you have a chance to look at that? I have everything set up if only I can get the shortcodes to pull up the listings by the category.

    Thank you in advance for the help.

    Sylvia

    Thread Starter sylviarose

    (@sylviarose)

    I did, thank you very much.

    Thread Starter sylviarose

    (@sylviarose)

    I can’t get the properties to display with either method.

    Doing it with Land Category:
    I was able to change the Land Categories to be my sub-divisions. However, I can’t get any listings to show up even though I have put some in that category. It displays nothing found.

    Short codes:
    [listing_category post_type=”land” category_key=”property_land_category” category_value=”mogollon”]
    –Also Tried–
    [listing_category post_type=”land” category_key=”property_land_category” category_value=”Mogollon Ranch”]

    Doing it With Suburbs:
    This short code: displays nothing found even though I know I have properties listed that way.

    [listing_category post_type=”property” category_key=”property_suburb” category_value=”Mogollon Ranch”]

    Thread Starter sylviarose

    (@sylviarose)

    Now that I modified the land category. The short code is still saying nothing found?

    [listing_category post_type=”land” category_key=”property_land_category” category_value=”mogollon”]

    Thread Starter sylviarose

    (@sylviarose)

    Never mind got that part of it to work with this:

    // Modify Land Listing Type Category
    function epl_modify_land_category($array) {
    $array = array(
    ‘blueridge’ => ‘Blue Ridge Estates’,
    ‘clearcreek’ => ‘Clear Creek Pines’,
    ‘mogollon’ => ‘Mogollon Ranch’,
    ‘pinecan’ => ‘Pine Canyon’,
    ‘starlight’ => ‘Starlight Pines’,
    ‘starlighranch’ => ‘Starlight Pines Ranchettes’,
    ‘tamarron’ => ‘Tamarron Pines’
    );

    return $array;
    }
    add_filter(‘epl_listing_meta_land_category’, ‘epl_modify_land_category’);

    Thread Starter sylviarose

    (@sylviarose)

    Got it to work below…

    Thread Starter sylviarose

    (@sylviarose)

    It is doing it on this site as well but only in Chrome.
    https://54.215.1.130/~dottiellis/

    Thread Starter sylviarose

    (@sylviarose)

    I am still getting this error. It wasn’t my cache it just only shows up in some browsers.

    Thread Starter sylviarose

    (@sylviarose)

    I realized I didn’t answer all your questions. My WordPress is up to date. PHP Version 5.4.29.

    I am happy to give you dashboard access if you send me a direct email.

    Thank you again for the quick response and version update.
    Sylvia

    Thread Starter sylviarose

    (@sylviarose)

    Wow you are amazingly fast responding. I am still getting an error, pasted below. Should I uninstall some plugins and see if that is causing a conflict?

    Warning: session_start(): open(/tmp/sess_da24fa8e7ebea198030c35b6701267f3, O_RDWR) failed: Permission denied (13) in /home/jcksrentals5505/public_html/wp-content/plugins/easy-property-listings/easy-property-listings.php on line 35

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/jcksrentals5505/public_html/wp-content/plugins/easy-property-listings/easy-property-listings.php:35) in /home/jcksrentals5505/public_html/wp-content/plugins/easy-property-listings/easy-property-listings.php on line 35

    Warning: Cannot modify header information – headers already sent by (output started at /home/jcksrentals5505/public_html/wp-content/plugins/easy-property-listings/easy-property-listings.php:35) in/home/jcksrentals5505/public_html/wp-includes/pluggable.php on line 1178

    Warning: Unknown: open(/tmp/sess_da24fa8e7ebea198030c35b6701267f3, O_RDWR) failed: Permission denied (13) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

    I use the plugin and would love to have issues fixed. I updated my WordPress and now NO LISTING will show up on the pages even though they are there. The short codes don’t work any more. Very frustrating.

    Thread Starter sylviarose

    (@sylviarose)

    I am using the Twenty Twelve theme which is updated. I also tried activating other themes like Twenty Eleven and it does not solve the issue. For this reason I don’t thing it is a theme conflict.

    I also deactivated ALL plugins except the Contact 7 and the Simple Captcha and it still won’t work. UpdraftPlus – Backup/Restore & WordPRess SEO are the only other plugins on this site. So I don’t think its a Plugin conflict either.

    I installed another contact form plugin and just used that but just wanted to let you know.

    Thread Starter sylviarose

    (@sylviarose)

    Yes, I am also using the latest version of WooCommerce 2.1.10

    Mine is actually a revamped twenty twelve theme. I also put twenty eleven up as well and both have the error still.

    I updated this plugin and WordPress but I am still having that issue. I love this plugin too and use it all the time. This is a new error as far as I can see and isn’t happening on all sites that use Contact7.

    My plugins are only: (all updated to the latest version)

    Contact Form 7
    Really Simply CATCHA
    Ultimate TinyMCE
    WordPress SEO

Viewing 15 replies - 16 through 30 (of 31 total)