Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Hartley Stone

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 35 total)
  • Hartley Stone in reply to:
    query string not updated
    #85280

    I have fixed it my friend! Thanks for you support anyway!

    Hartley Stone in reply to:
    query string not updated
    #85230
    Hartley Stone in reply to:
    query string not updated
    #85228

    Hi Travor,

    I tried resetting the value to 0 with jQuery, although the page is refreshing and I can’t do a onchange test.

    Do you have any Idea?

    Thanks

    Marco

    Hartley Stone in reply to:
    query string not updated
    #84577

    I am just hiding and showing the option field like so:

    jQuery(document).ready(function($) {

    var
    regions = jQuery(‘.sf-field-post-meta-directory_region’).find(‘.sf-input-select’).val();
    //console.log(regions);
    if(regions !=””){
    if(regions == “Africa”){
    jQuery(‘.sf-field-post-meta-country_africa’).show();
    }
    if(regions == “Asia Pacific”){
    jQuery(‘.sf-field-post-meta-country_asia’).show();
    }
    if(regions == “Central & South America”){
    jQuery(‘.sf-field-post-meta-country_central_south_america’).show();
    }
    if(regions == “Europe”){
    jQuery(‘.sf-field-post-meta-country_europe’).show();
    }
    if(regions == “Middle East”){
    jQuery(‘.sf-field-post-meta-country_middle_east’).show();
    }
    if(regions == “North America”){
    jQuery(‘.sf-field-post-meta-country_north_america’).show();
    }
    if(regions == “Australia & Oceania”){
    jQuery(‘.sf-field-post-meta-country_australia_oceania’).show();
    }
    }

    });

    Hartley Stone in reply to:
    No results after migrating website
    #83007

    Hi Trevor,

    In the new server they had a script that was killing your query.

    We have now sorted it.

    Thanks

    Marco

    Hartley Stone in reply to:
    No results after migrating website
    #82994
    Hartley Stone in reply to:
    No results after migrating website
    #82767

    Hi Trevor,

    Do you use re-indexing option to optimize the query’s?

    thanks

    Marco

    Hartley Stone in reply to:
    No results after migrating website
    #82762

    Hi Travor,

    I have tried both things and it still does not work.

    Thanks

    Marco

    Hartley Stone in reply to:
    Auto cache rebuild / caching issue
    #67333

    Hi Ross,

    My client is having the same issue.

    It is updating some custom posts and when they change the categories the posts still appear under the category which were set previously.

    I believe that is a cache problem.

    Is there an action I can set to auto update the cache for a set of custom posts?

    Many thanks

    Marco

    Hartley Stone in reply to:
    Alphabetical search
    #66572

    It was not me asking before. But thank you for your suggestion.

    My colleagues and I already thought of this solution and we are probably going that way.

    Altering the WP_Query has been a nightmare before.

    Thanks

    Marco

Viewing 10 posts - 1 through 10 (of 35 total)