Trevor

Forum Replies Created

Viewing 10 posts - 31,871 through 31,880 (of 32,056 total)
  • Trevor in reply to:
    EDD Shortcode problems
    #41211

    You are right, my apologies. I had intended to make a follow up. I had left the page with the correct shortcodes in (you need the form and the form with the prep bit in – the prep bit or the one without on their own will not work). Can you make sure that there are still the 2 shortcodes in there? As I recall, you had everything else set up correctly, but I could show you my setup over Skype and you could check it side by side with yours?

    It is possible that either the theme or a plugin is grabbing the posts query and messing with the results.

    I will send my skype details by private reply.

    Trevor in reply to:
    Style dropdown menu
    #41209

    I read that select/option is styled by the OS not by the browsers

    This true. It IS possible to replace form elements using javascript, but it isn’t always successful. I am not sure what our intentions are regarding this.

    Trevor in reply to:
    Maintain Form State on AjaxFinish?
    #41208

    I do not think that this is possible.

    Trevor in reply to:
    No products displaying, Server timing out, Remnants after Uninstall
    #41206

    OK, I am looking at the page. You said that the text of the shortcode is still on the page:

    [searchandfilter id="272220" show="results"]

    I cannot see it and I have searched for it in the page source HTML?

    Trevor in reply to:
    Change the title name on the search page
    #41205

    Is there a search form on the results page, or just the results?

    Trevor in reply to:
    Issues displaying search form horizontally in Avada
    #41203

    No, as the example form is still an image, I need to see a working form. I will go looking on the Internet, there will be one I can find somewhere.

    Trevor in reply to:
    Change the title name on the search page
    #41158

    Go and make a VERY close examination of the quote marks and make SURE they are all the vertical ones, like this:

    add_filter('wp_title','search_form_title');
    function search_form_title($title){
     global $searchandfilter;
     if ( $searchandfilter->active_sfid() == 35889) {
      return 'Search Results';
     } else {
      return $title;
     }
    }

    This forum and MANY text editors change some or all of them to the curly smart quotes. Which is why we have the code button in the editor toolbar, to stop that and other nasty things happening.

    Trevor in reply to:
    No products displaying, Server timing out, Remnants after Uninstall
    #41152

    But what I cannot understand is that you say that the code still shows, yet you have deleted the plugin AND deleted the custom page? Do you have a link to a pge that shows this code (you can use private reply if you need to).

    Trevor in reply to:
    Date Range from to fallback
    #41139

    Hi

    Yes, it is possible. You need to be using a child theme so that you can add one of Search & Filter pro’s add_filter actions. See here. I am tired now, but in the morning I will show how to do this for the post date field.

    Trevor in reply to:
    Issues displaying search form horizontally in Avada
    #41138

    Hi

    It is on a new line because the container it is in is too narrow for the the fields. That we can fix later. I need a live page with the example so that I can examine the html and css using firebug. And then I can play with both forms. Is it possible to put the other form directly below the S&F one on the demo page?

Viewing 10 posts - 31,871 through 31,880 (of 32,056 total)