Ross
Forum Replies Created
-
Ross Moderator in reply to:
ajax on pagination(Private) June 10, 2014 at 10:41 am #1420Hey Adrian
The link you sent me is not using AJAX at all however, the pagination should work fine as long as you enter this in the pagination selector:
a.page-numbers
๐
In order for ajax to work properly (and easily) you must specify that you are using a custom template also! So try the following templates (if you do not know the template name that is currently being used)
search.php
,archive.php
andcategory.php
Let me know how you get on and if still having problems fire over your login details!
Thanks
RossRoss Moderator in reply to:
Create New Form not Saving in WP-Admin(Private) June 10, 2014 at 10:14 am #1418Hi Richard, just emailed you the update hope everything works ok for you, if not please start a new thread and I’ll try to the issue resolved.
Ross Moderator in reply to:
Getting Warning: Invalid Argument supplied for foreach()(Private) June 7, 2014 at 3:38 pm #1357This reply has been marked as private.Ross Moderator in reply to:
Getting Warning: Invalid Argument supplied for foreach()(Private) June 7, 2014 at 10:41 am #1355Hey Bernard
Do you have a link I could look at? (and login details if possible?)
It seems like the shortcode is being loaded on your login pages
Thanks
Ross Moderator in reply to:
Better instruction for pagination(Private) June 7, 2014 at 10:39 am #1354Hey Jan
Sorry yeah I am working on more documentation for nearly a week now but its not ready yet :/
To enabled AJAX, you need enter the CSS selector to your AJAX links… if you have a link to the page I can tell you what this is?
Thanks
Ross Moderator in reply to:
Search result problem(Private) June 7, 2014 at 10:37 am #1353In this case you do not like the
search.php
template…You can try another template in your theme such as
archive.php
orindex.php
?Have a look inside you theme folder and try out the filenames of your different templates until the results are formatted how you like ๐
Let me know if this works
Ross Moderator in reply to:
the filters gives no result(Private) June 7, 2014 at 10:35 am #1352Hey Edwin
I’m having a look… Can you give me access to the admin?
Basically, if you look at the console there are some errors, the form is submitting (with AJAX) but it is returning a 404 for the search results page (http://tegelaanbod.nl/zoek/marktmedia) which is why it “looks” like the form is not submitting…
I would like to check your settings to see why it is going to this URL?
Thanks
Ross Moderator in reply to:
ajax loading not working(Private) June 6, 2014 at 5:15 pm #1340Hey Piotr thats no problem ๐ Let me know !
Ross Moderator in reply to:
Search result problem(Private) June 6, 2014 at 5:12 pm #1339Hey Vartan
* Just moved this over to the support forum, not feature requests ๐
Yes this problem is easily fixed, please make sure that you tick the box “use custom template”, and that the filename is “search.php”..
They you will get correct formatting ๐
Also, it is a good idea to add in a “slug” so your results appear on nice URL.
Thanks
Ross Moderator in reply to:
Portfolio page in Salient theme(Private) June 6, 2014 at 1:26 pm #1336Just had a look.. very strange,
When you publish a form everything is ok, but then when you edit an update the form loses its post type and goes to a regular post…
I think this is another plugin you have conflicting and taking over the saving/updating process of the search form.
Basically, the search form is a custom post type –
search-filter-widget
…Do you have any code that messes with CPTs?
-
AuthorPosts