Trevor
Forum Replies Created
-
Trevor in reply to:
EDD Shortcode problems(Private) April 1, 2016 at 8:47 am #41211You 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(Private) April 1, 2016 at 8:18 am #41209I 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?(Private) April 1, 2016 at 8:14 am #41208I do not think that this is possible.
Trevor in reply to:
No products displaying, Server timing out, Remnants after Uninstall(Private) April 1, 2016 at 8:05 am #41206OK, 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(Private) April 1, 2016 at 8:01 am #41205Is there a search form on the results page, or just the results?
Trevor in reply to:
Issues displaying search form horizontally in Avada(Private) April 1, 2016 at 7:52 am #41203No, 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(Private) March 31, 2016 at 7:14 pm #41158Go 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(Private) March 31, 2016 at 6:43 pm #41152But 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(Private) March 31, 2016 at 5:36 pm #41139Hi
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(Private) March 31, 2016 at 5:19 pm #41138Hi
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?
-
AuthorPosts