Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Ajax Pro search profiles not customisable
- This topic has 6 replies, 2 voices, and was last updated 3 years, 9 months ago by
Ernest Marcinko.
-
AuthorPosts
-
August 16, 2022 at 2:47 am #38880
smhenley1
ParticipantHi,
I have used Ajax Lite for over a year and finally paid for the Pro yesterday but Ajax Pro does not seem to be customisable upon creating a search profile. It only uses the default settings. E.g. I want to be able to change settings Layout Options and Autocomplete suggestions etc, change themes and colours etc etc. When pressing “Save all tabs” nothing changes even though it appears to go through the process of updating.
I have not disabled all other plugins but a couple that I know that have caused me problems in the past like “WP Custom Admin Interface.”
I have not changed the theme.
No error messages. Compatibility check says “No compatibility errors found”Regards
Steve HenleyAugust 16, 2022 at 2:11 pm #38891Ernest Marcinko
KeymasterHi Steve,
Thank you for the details, it helps us a lo!
If the changes are not populating to the front-end of your site – that is usually because of heavy cache. If you are using any caching/speed plugins, make sure to clear all layers of cache – including page, minify, asset, browser, CDN, cloudflare etc.. That will resolve the issue.
Turning off the cache while making changes to the website is usually the best way to avoid these issues. Once the styling is ready, the cache can be turned back on.August 16, 2022 at 11:28 pm #38901smhenley1
ParticipantHi Ernest,
I have done as you suggested but the problem still persists.
My WordPress developer, Martin De Lange of catim.co is stumped. He says as follows:
So the symptoms:
Cannot set the settings on the style page…one can change it however it reverts immediately after saving to none selected.
I can import the instances with styling from my catim site and it will stick okWhat I did to debug:
Worked through below that they should have passed rather than their poor reply.
https://documentation.ajaxsearchpro.com/performance-tuning/visual-performance#force-inline-styles-option
The CSS folder is set to 777….eventually I set the Ajax root folder to 777
Main Cache plugin is disabled
Disabled all the cache features inside Ajax
Clear all the install data of Ajax plugin
Reinstall of Ajax plugin
Checked database for problems
My catim.co has same settings and works perfectly as expected
Tried different theme..I have same theme on catim and it works.
Plugins and WordPress is updated (V6.01), PHP is updated
Tried different browsers with defaulted stateSo the symptom again is CSS settings are changed but reverts back to none selected. Other settings are fine. Although this is typically a write permission error the CSS folder is set to 777.
Regards
SteveAugust 17, 2022 at 3:37 pm #38914Ernest Marcinko
KeymasterHi Steve,
Okay, this sounds like something is wrong on the server side. If the options on the back-end does not save, or only save partially, it could mean, that the php
max_input_varsdirective is set to a very low initial number. Please check the php.ini file for themax_input_varsdirective, and change it to 3000 – that will be more than sufficient to pass on the post variables.
The plugin has a detection mechanism to check this directive, but php may not neccesarily report the correct local value of the directives.I tried to log-in to check the issue directly, and debug it if needed, but I can’t access the site back-end – I have tried the /wp-admin/ as well as the wp-login.php access points, but they are not allowed. Can you please send me the back-end url?
August 17, 2022 at 11:06 pm #38930smhenley1
ParticipantYou cannot access this content.
August 18, 2022 at 6:56 am #38933smhenley1
ParticipantOk that change to max_input_vars directive to 3000 worked.
Thanks so much.
How do I include a filter for comments on my search bar?
Regards
SteveAugust 18, 2022 at 12:35 pm #38956Ernest Marcinko
KeymasterHi Steve,
That sounds great. You can create use the content type filter to show/hide comments: https://i.imgur.com/umR62eD.png
-
AuthorPosts
- You must be logged in to reply to this topic.