Forums › Forums › Search & Filter Pro › Marketify – I cant not make it works
- This topic has 12 replies, 2 voices, and was last updated 7 years, 9 months ago by Anonymous.
-
Anonymous(Private) January 16, 2017 at 4:15 pm #82748
I did try what you tell me, as I did not work I did try to copy the codes in the templates, instead to use the shortcodes. Testing all of the possibilities, looks like is working but something is wrong with ajax. I had to deactivate to load the resoults without ajax. In that way, works.
Also i notice that Field relationships: ( and / or ) works wrong. I can not use the checkbox because if there are more than one field selected, works wrong.
Anonymous(Private) January 16, 2017 at 4:23 pm #82750Now i have:
http://vector.illustrastock.com/downloads/ the first place for the search. (edd use downloads as default, i did copy and paste the code inside of functions.php of the child theme. I use the widget for the search
http://vector.illustrastock.com/illustrations/ the place of the resoults.( the page illustrations use the template shop and i did copy inside of the template the code)
Trevor(Private) January 17, 2017 at 11:45 am #83050What does your child theme functions.php look like? It should look like this:
<?php /** * Marketify child theme. */ function marketify_child_styles() { wp_enqueue_style( 'marketify-child', get_stylesheet_uri() ); do_action( 'search_filter_prep_query', 63 ); } add_action( 'wp_enqueue_scripts', 'marketify_child_styles', 999 ); /** Place any new code below this line */
-
AuthorPosts