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.

Alex Lash

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 14 total)
  • Alex Lash in reply to:
    Checked input, Ajax
    #18807

    Hi Ross,

    Right, well, that’s what I would have expected as well. Oddly enough, the checkboxes ARE getting the “checked” property, but it’s only on page reload. Not when I initially click on them. Before I added the jQuery to make this happen (and thanks for the tip, by the way), there was nothing that should have inhibited the “checked” attribute from being applied.

    Alex Lash in reply to:
    Update Search & Filter Pro
    #10300

    Hi Dan,

    In my case, it’s a problem with my development environment. I can’t update WordPress through the CMS either, and for WordPress and all my plugins have to download the new files and manually replace them.

    Best,
    Alex

    Alex Lash in reply to:
    Custom Post Types with Search & Filter Pro
    #10285

    A-ha, thanks for the info! I ended up hiding .type-posts in my CSS as a temporary solution (ick) so I’ll take a look at your suggestion instead! Thank you, as always!

    All the best,
    Alex

    Alex Lash in reply to:
    Custom Post Types with Search & Filter Pro
    #10282

    Just saw your answer to “Search result filtering”, and the fact that there cannot be WP_Query in my loop. Is there a way around this, so that I can display only my custom post type initially, and then also use Search & Filter Pro?

    Alex Lash in reply to:
    Update Search & Filter Pro
    #10199
    This reply has been marked as private.
    Alex Lash in reply to:
    Update Search & Filter Pro
    #10195
    This reply has been marked as private.
    Alex Lash in reply to:
    Update Search & Filter Pro
    #10192
    This reply has been marked as private.
    Alex Lash in reply to:
    Update Search & Filter Pro
    #10158

    I’ve completed that step, but it’s still on version 1.1.8 and not showing me that I need an update. I’ve had permissions issues in the past with WordPress updates. Is there a a way I can get a download of the most recent plugin, so I can upload it via FTP?

    Alex Lash in reply to:
    Combobox not working in Safari (but working in Chrome, IE, Firefox)
    #3779

    Alright, so last update… good news! Please excuse my explanation if it’s unclear at all, I’m a bit of a n00bie dev.

    The issue was occurring on a callback. The popstate was being called on Safari upon page reload, but not in Firefox or any other browser (surprisingly, Chrome wasn’t having an issue). By commenting out var $data_obj_get = $(data);, I stopped the code from re-adding the html (below)

    var $ajaxed_search_form_get = $data_obj_get.find('*[data-sf-form-id='+form_id+']');
    $thisform.html($ajaxed_search_form_get.html());

    and as a result, initSearchForms(); was not being overridden by this bit of code. By calling initSearchForms(); again after the two lines of code above, and uncommenting var $data_obj_get = $(data);, the comboboxes were being created after the html purge and re-write.

    So all is well! Thanks!

    Alex Lash in reply to:
    Combobox not working in Safari (but working in Chrome, IE, Firefox)
    #3776

    Update:

    So I found the issue… and I’m not sure if that I did to “solve” it is legit. Under window.addEventListener("popstate", function(e), I was able to comment out // var $data_obj_get = $(data);, and now my comboboxes work in Safari… but I have no idea why it’s only messing up Safari, or why the data, which seems to be the html of the entire page, is being recreated at all.

    Am I creating less obvious but worse issues by commenting out that line? My page is remaining at .5 opacity if that’s any clue. Again, no other browsers appear to be affected at all.

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