Ross
Forum Replies Created
-
Ross Moderator in reply to:
Taxonomies not saving and post order(Private) June 16, 2014 at 11:06 am #1573Hey Mark
My reply in the other post was a work around, what are you trying to achieve, a default sort order?
That code was written without testing, but I’ll look in to it and see if I can get it working.
Re the save problem in the backend, do you have “hide empty” ticked for those fields?
Also, check in your JS console to see if there are any JS errors, this may be preventing the form from saving properly.
When you edit a form, are the fields still shown incorrectly?
Just to note, for AJAX loading, your search form must not be inside the “ajax content selector”.
Thanks
Ross Moderator in reply to:
Taxonomies not saving and post order(Private) June 16, 2014 at 10:40 am #1570Hey Mark
You can’t currently order by more than 1 sort field at a time – this is something I will look to improve in the future.
RE the saving issues, can you send me your login details and I’ll take a look?
Thanks
Ross Moderator in reply to:
Price selector not working(Private) June 15, 2014 at 7:52 pm #1556Hey again Julien
How are you storing your numbers? They must be whole numbers, without formatting or commas, try to use
.
instead of,
Also what are you setting as your min / max ranges for the sliders?
Ross Moderator in reply to:
Search-Results not showing up like the demo(Private) June 15, 2014 at 7:49 pm #1555Hey Julien
The plugin does not help with the formatting of your results.
If you have a movie website which displays your movies with the ratings etc, then you can use this plugin to search those movies – it will not create a movie site for you.
This is nearly impossible, because there are so many themes each with their own code, CSS etc, and so many variables (ie your taxonomy names can have any name, or your post meta can have any name and it is impossible to predict what a user will be using)..
The plugin only allows you to search your posts and display the result using a template in your theme, or a custom template (which will be made by you)…
In the settings, under “custom template”, you can try to use different templates from your theme to display your results. You can try almost any template from your theme such as
search.php
,category.php
,index.php
and many others…What it sounds like you would like to do is create a custom template for listing your movies – so you need to create a custom template in your theme and then make sure your put the name in settings (for example
movie-posts.php
)..This tutorial is a great way to get started:
http://justintadlock.com/archives/2009/06/04/using-custom-taxonomies-to-create-a-movie-databaseAnd also I would be happy to send you the template file I used in the movie example, but be warned it probably won’t work with your setup without some modifications.
๐
Ross Moderator in reply to:
Search Items(Private) June 14, 2014 at 7:19 pm #1540Hey Constantino, sorry but I’m afraid I’m not following you,
Do you have a link I could look at?
Thanks
Ross Moderator in reply to:
Not given the option to update(Private) June 14, 2014 at 7:14 pm #1537I have thought of one more option, when uploading via FTP there may be a permissions conflict with WP itself, so try uploading the zip through the dashboard rather than FTP and see if this helps
Ross Moderator in reply to:
Not given the option to update(Private) June 14, 2014 at 7:03 pm #1536Hey Ryan I don’t think there any differences especially in regards to permissions.
To be honest I’ve had that same problem happen to me with various plugins from time to time, or a fail to update – I’m hoping its just a one off but let me know if it happens again ๐
If you want to test this theory you can install the original download, and update again, or just use the latest version I sent and wait for the next update (in the next couple of days).
Thanks
Ross Moderator in reply to:
Not given the option to update(Private) June 14, 2014 at 5:20 pm #1529Hey Ryan
Are you developing locally? Maybe there is some problem with your local setup connecting with our server to authenticate – possibly a firewall or something like CURL not enabled locally?
I’m emailing you the latest version now but this will not fix the problem for future updates…!
Ross Moderator in reply to:
Not given the option to update(Private) June 14, 2014 at 11:55 am #1526Hey Ryan, I checked the logs but it says you haven’t activated
Once activated your screen should look something like this:
Try copy & paste again, make sure there are no typos or whitespace, click save, then on the next reload click activate!
It sounds like you did all this but lets go over one more time seen as your not showing up as activated…
Let me know how you get on
Thanks
Ross Moderator in reply to:
Not getting results anymore(Private) June 14, 2014 at 11:48 am #1525Hey Neal
The problem your getting is because you have JavaScript errors on your page, so the Ajax loading is not working properly…
A quick look at the JS console shows
Uncaught TypeError: undefined is not a function custom.js:1 [cycle] terminating; zero elements found by selector jquery.cycle.all.js?ver=3.9.1:28 Uncaught TypeError: Cannot read property 'textA' of null advanced-real-estate-mortgage-calculator.js?ver=3.9.1:5
Nice site btw! ๐
-
AuthorPosts