Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 11,146 through 11,160 (of 13,774 total)
  • Author
    Posts
  • in reply to: Jquery UI CSS Tabs Overriding my Code #44822

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Anita,
    It would help if u post a link to your site (with login) so we can check what’s going on, the CSS file you mention should not even show as stndard unless you have selected to show the files individually, or you have a old version of GD running?

    Stiofan


    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Resolved

    in reply to: URGENT: Error 404 for New Listings in Custom Post Type #44791

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    You are welcome!

    in reply to: URGENT: Error 404 for New Listings in Custom Post Type #44789

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    looks like something to do with your WPML settings, please check.


    Stiofan O’Connor
    Site Admin
    Post count: 22956

    looks like something to do with your WPML settings, please check.

    in reply to: map is not loading correctly #44782

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks for the info, i see the page looks a bit better today, i can also see the map JSON has errors, a lot of your places names have line breaks in them, we could add a function to remove this in the JSON but over all it’s better for you to remove them from the titles.
    Here is how to find them:

    #1 visit your homepage.
    #2 open your browser developer tools (usually f12 on the keyboard)
    #3 Click on the “network” tab of the dev tools and clear all the results, then tick/untick some of your map categories and you will see things appear in the network tab, right click one of the links and open in new tab, you will then see lots of JSON code.
    #4 copy the JSON code and paste it in a JSON validator: http://jsonlint.com/ it will then tell show u what ones have line breaks and what ones you need to fix.

    Thanks,

    Stiofan

    in reply to: Autofill Category #44781

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    You could try a setTimeout (not tested)

    
    
    setTimeout(function(){
     jQuery('input[name = post_default_category], [value = 7]').attr("checked", "checked");
    
    }, 2000);

    Stiofan

    in reply to: VAT #44751

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Bodo,

    Yes we are re-writing the payment process to be able to account for this in the future.

    It will be a few weeks though.

    Thanks,

    Stiofan

    in reply to: Autofill Category #44750

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello, this is a javascript snippet that would set the category id 8 selected when price package 3 is seleted.

    
    
    jQuery(document).ready(function(){
    
    $price_id = jQuery('[name="package_id"]:checked').val();
    
    if($price_id==3){
    jQuery('#gd_placecategory.chosen_select').val('8').change();
    }
    
    });

    Hopefully u can get it from that, let us know if you need more.

    Stiofan

    in reply to: map is not loading correctly #44744

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Can’t see anything obviouse, please provide FTP and i will debug it.

    Thanks,

    Stiofan

    in reply to: fatal error #44741

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks, your server was ignoring the PHP return if class exists, i guess this is because of some class autoloader being used ( i have not seen this before), i have changed it to only even include the file if the class does not exist and that seems to fix it on your server.

    Thanks,

    Stiofan

    in reply to: Reviews not shown as stated (newest) #44602

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I would take a backup for the table first and then just run this:

    UPDATE wp_comments SET comment_parent=0

    Assuming your prefix is wp_

    Thanks,

    Stiofan

    in reply to: Search Function #44592

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    OK, great 🙂

    in reply to: Search Function #44576

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Jen, u just need to replace that file via FTP, if you email me wp-admin and FTP details i’ll apply it for you if you want? (info at wpgeodirectory.com) Or you can wait till the next release, it should be early/mid next week.

    Stiofan

    in reply to: Search Function #44570

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    There is currently not a way to do this, i have added a couple of hooks that will allow this, they will be in the next ver but if you want it now you can replace this file in core:
    https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/listing_filters.php

    and then add this code to your theme functions.php

    
    
    function my_theme_change_search(){
    return "";
    }
    add_filter("geodir_search_content_where", "my_theme_change_search",10);

    Thanks,

    Stiofan

Viewing 15 posts - 11,146 through 11,160 (of 13,774 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount