-
AuthorPosts
-
April 28, 2014 at 2:25 pm #197159
Hello!
Setting the Search Result Settings – Select a theme but it doesn’t work, at least properly.
I just want to see Search Result page in same theme as on the page I use filter.But images on the Result page are bigger and I see introtext field that I didn’t use in my theme.
Thank you.
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
April 29, 2014 at 7:05 am #532829To get the search result page displaying like category page, please navigate to JA K2 Filter Back-end (Menu Components >> JA K2 filter), and click on “Options” button on toolbar to open its setting form, select a “Search Result Item layout” tab where you can found a settings to control search result page.
April 30, 2014 at 1:17 pm #533007<em>@Dead Code 424205 wrote:</em><blockquote>To get the search result page displaying like category page, please navigate to JA K2 Filter Back-end (Menu Components >> JA K2 filter), and click on “Options” button on toolbar to open its setting form, select a “Search Result Item layout” tab where you can found a settings to control search result page.</blockquote>
I did it also. Result is negative. Same mistake.
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
May 1, 2014 at 1:44 am #533061Hello,
Please send me PM for Administrator credentials of your site, I’ll help you to check and select a correct setting.May 4, 2014 at 4:44 pm #533480I sent you pm 2 days ago, but nothing happens till then
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
May 5, 2014 at 3:17 am #533515I am sorry for late response because we are off on weekend.
I have just checked your site and changed setting in configuration form of JA K2 filter component and the new settings still affect result page.
For your information, I have changed image size of primary items in search result to “XSmall” image, and the result page displays small image now, please check again.
May 5, 2014 at 9:45 am #533570thank you for your help
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
May 5, 2014 at 9:48 am #533572<blockquote>you mean you changed image size and introtext field also dissapeared?</blockquote>
No, to hide “Introtext” you must select “Hide” option for the “Introtext” setting in configuration form >> “Item View Options” tab.May 5, 2014 at 1:19 pm #5336031. so your answer means Module – Search Result Settings – Select a theme is a fake?
because I choose a theme that doesn’t contain any introtext, but I have to set this option in Component Settings. And what if I will need Introtext on one Result Page and doesn’t wish to see the same field on another?2. And Module – Search Result Settings – Select a theme is not working option at all. I trying to change theme of Result pages in 2 cases but happens really nothing with that. I just got some very strange totally broken result pages couple of times, so I was forced to reset all the settings again. So the question is – I use your module on 2 different pages with 2 different themes, but I don’t see any different over there and I can’t manage them clearly. How can I do that?
Thank you.
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
May 6, 2014 at 2:02 am #533690<blockquote>1. so your answer means Module – Search Result Settings – Select a theme is a fake?
because I choose a theme that doesn’t contain any introtext, but I have to set this option in Component Settings. And what if I will need Introtext on one Result Page and doesn’t wish to see the same field on another?</blockquote>Please check your theme again, I think that it still has code to show introtext. Actually, introtext display (as well as all other elements, such as title, image, …) is controllable via back-end.
<blockquote>2. And Module – Search Result Settings – Select a theme is not working option at all. I trying to change theme of Result pages in 2 cases but happens really nothing with that. I just got some very strange totally broken result pages couple of times, so I was forced to reset all the settings again. So the question is – I use your module on 2 different pages with 2 different themes, but I don’t see any different over there and I can’t manage them clearly. How can I do that?
</blockquote>Please send me via PM FTP credentials of your site, I will help to sort it out.
May 7, 2014 at 5:24 pm #534040sent you a personal message. please remove your 10 letters limit in forum settings it’s not comfortable. thank you!
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
May 8, 2014 at 4:58 am #534109I have just tested your site, the search result page still uses correct theme that you configured – “projects” theme.
You can try to add some texts for testing in following files and check result page:
templates/complete/html/com_k2/projects/category.php
templates/complete/html/com_k2/projects/category_item.phpBut please note that all elements on search layout are controlled by component settings, thus not only select theme, remember to update component setting also to get expected result.
Regarding break layout issue in search result, it is css issue. You can fix as follows:
– Open the file
components/com_k2/css/k2.cssChange the code line (line 388)
div.itemContainer {float:left;}
To
div.itemContainer {float:left; width:100%;}
Please check the result page if it works as you expect
http://z71797.infobox.ru/complete/ru/projectsMay 8, 2014 at 8:06 pm #534232thank you!
“But please note that all elements on search layout are controlled by component settings, thus not only select theme, remember to update component setting also to get expected result.”
it’s mean I canno use 2 or 3 totally different themes for my result pages?
I’m sorry I disturb you too much, but my question was not about page Projects only.
I have z71797.infobox.ru/complete/ru/events page where I use another theme that doesn’t work at all.I set “events” theme for result page and you can see “events” theme here z71797.infobox.ru/complete/ru/events
but when I do filter my theme looks broken.Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
May 9, 2014 at 3:38 am #534279<blockquote>it’s mean I canno use 2 or 3 totally different themes for my result pages?</blockquote>
No, you can customize settings for each search result page in setting form of each menu item (type JA K2 filter >> item list).
May 9, 2014 at 1:17 pm #534364there’s no “No” value there in my case. In Joomla 3 and k2 2.6.8 admin page itself looks differ.
AuthorPostsThis topic contains 20 replies, has 2 voices, and was last updated by euge001 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum