Ross
Forum Replies Created
-
Ross Moderator in reply to:
Portfolio page in Salient theme(Private) June 6, 2014 at 1:21 pm #1335Hey Ton don’t know what happened, I didn’t get the notification – I’m looking now ๐
Ross Moderator in reply to:
Download link expired(Private) June 6, 2014 at 10:47 am #1333Hey Caroline, check your inbox ๐
Let me know if you have any problems.
Thanks
Ross Moderator in reply to:
Portfolio page in Salient theme(Private) June 6, 2014 at 10:33 am #1331Hey Ton can you send me your login details?
Thanks
Ross Moderator in reply to:
Display count for custom taxonomy display's count for all post types(Private) June 5, 2014 at 7:57 pm #1327Hey John, exactly this and more!
For example I have a search form like:
Categories
Apples (1) Bananas (1)
Tags
Green (1) Yellow (1)
And then a user selects
apples
, the form would look like:Categories
**Apples (1)** - selected Bananas (1)
Tags
Green (1) Yellow (0)
So this would work for all categories, tags & taxonomies, and hopefully more fields..
But this is a lot of work, so won’t be completed for a couple of weeks at least.
I’ll keep you updated.
Thanks
Ross Moderator in reply to:
ajax loading not working(Private) June 5, 2014 at 7:48 pm #1326Hey Piotr
Well technically the layout is still defined by your search results template, so
attachments
will get thrown in there with the other results, and should be formatted similar/the same, however it may use different fields so require some code template modification – again the plugin has no control over the template and is dependent on the themes settings…I’m a won’t be online this eve so will check out your other link tomorrow and come back to you if I have any other ideas.
Thanks
Ross Moderator in reply to:
ajax loading not working(Private) June 5, 2014 at 5:39 pm #1322This reply has been marked as private.Ross Moderator in reply to:
ajax loading not working(Private) June 5, 2014 at 4:05 pm #1319This reply has been marked as private.Ross Moderator in reply to:
ajax loading not working(Private) June 5, 2014 at 3:42 pm #1316Hey Piotr,
This is beyond the support of this plugin now I’m afraid – I’ve helped you customise your layout and get your layouts working with this plugin, but the support you require is now custom theme development..
If you would like I can perform some custom work so I can make the results page exactly how you wish then please let me know and I will do so for a small charge.
If not I would suggest looking at this link:
http://wordpress.org/support/topic/getting-post-thumbnail-url?replies=12Which shows you how to get a thumbnail URL…
Hope you are still happy with the support but hope you can understand that what you are asking is not related to the plugin any more.
Best
RossRoss Moderator in reply to:
Portfolio page in Salient theme(Private) June 5, 2014 at 3:32 pm #1315Hey Ton
This looks like some custom filtering which I do not think the plugin will integrate with…
Basically, the plugin uses the main query to filter the results, and this page you sent me looks like it is using its own custom query… This plugin cannot seamlessly integrate with custom JS code from another developer – there will of course be some work required on your part or I can do some custom work for you?
I’ll try highlight the basic steps you need to take…
1) In S&F settings, enter a
slug
for your search results – which will also become your search page… If you entered “search-results” as your slug then now your search page is
http://www.hierstaat.nl/tentvoortalent/search-results
Use this URL for testing and for searching…2) This page will likely not look like the portfolio page… To use the same layout as the portfolio page, you need to first:
- Find out the template that is being used from your portfolio page (for example
portfolio-layout.php
- Copy
portfolio-layout.php
and call it something else, likesearch-layout.php
- Now, in S&F settings, under custom template, enter
search-layout.php
Now when opening your search results page (
http://www.hierstaat.nl/tentvoortalent/search-results
) you should have the layout you desire?I think now you will be at a stage, where the layout looks right when performing searches, BUT the searches are not correct.
This is because your new template file (
search-layout.php
) is still using a custom query – we need to make it use the main WP query…Let me know when you are here and I will help you with the next steps ๐
Ross Moderator in reply to:
ajax loading not working(Private) June 5, 2014 at 3:21 pm #1313I’m not sure I get what you are trying to do Piotr, I thought you want to display the code at the top?
Then put
<?php the_search_query(); ?>
Near the top of the template..
- Find out the template that is being used from your portfolio page (for example
-
AuthorPosts