Forums › Forums › Search & Filter Pro › Ajax not working – Urgent
Tagged: ajax
- This topic has 8 replies, 2 voices, and was last updated 9 years, 6 months ago by Anonymous.
-
Anonymous(Private) May 20, 2015 at 9:35 pm #17961
Hi, I just purchased the pro version of Search and Filter. I’m using a child theme of Vintage by siteorigin and I want to create something just like your demo with WooCommerce, but I’m not using WooCommerce. When following your documentation, I can’t get the Ajax to work. This is an urgent request.
Anonymous(Private) May 21, 2015 at 2:07 pm #18026I was using 1.7.1 with filtrify before, but it no longer exists. I took it out of my functions file and from that library. I am however using other jQuery scripts on the website.
I am more of a designer than a programmer, but I get around. Do you think you can help me find where it is?
Ross Moderator(Private) May 21, 2015 at 2:10 pm #18027Hi Julie-Anne
Looking at the source code of your page I see
<style type="text/css" id="vantage-footer-widgets">#footer-widgets aside { width : 20%; } </style> <style type="text/css" id="customizer-css">@import url(http://fonts.googleapis.com/css?family=Raleway:500|Raleway:900|Raleway:800); body,button,input,select,textarea { font-family: "Raleway"; font-weight: 500; font-weight: 500 } #masthead h1 { font-family: "Raleway"; font-weight: 900; font-weight: 900 } h1,h2,h3,h4,h5,h6 { font-family: "Raleway"; font-weight: 800; font-weight: 800 } #page-title, article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title { font-size: 35px } .entry-content { font-size: 15px; color: #444444 } #masthead .hgroup { padding-top: 15px; padding-bottom: 15px } .entry-content a:hover, .entry-content a:focus, .entry-content a:active, #secondary a:hover, #masthead .hgroup a:hover, #masthead .hgroup a:focus, #masthead .hgroup a:active { color: #eac300 } .main-navigation { background-color: #262626 } .main-navigation a { color: #dddddd } .main-navigation ul ul { background-color: #e8e8e8 } .main-navigation ul ul a { color: #282828 } .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a { background-color: #00bcff } #search-icon #search-icon-icon { background-color: #020202 } #search-icon #search-icon-icon .vantage-icon-search { color: #c6c6c6 } #search-icon .searchform { background-color: #636363 } #main { background-color: #ffffff } #colophon, body.layout-full { background-color: #262626 } </style> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script src="js/fitrify.js"></script> <link rel="stylesheet" href="css/filtrify.css">
There are a lot of references to filtrify still left in there.
I’m afraid removing these is not within the scope of support here.
Thanks
-
AuthorPosts