Search Module...

Support desk for Multipurpose Quark Theme
GK User
Sun Jan 24, 2016 12:28 am
IHello, it is possible to display the search module on the home page and not as a button on the menu ?, I need that if a customer should look for a product the process immediately, as in e-commerce every detail can compromise conversion . Thanks greetings. René :shock: :?: :idea:
User avatar
Platinum Boarder

teitbite
Wed Jan 27, 2016 11:10 am
Hi

There is not much place on top of the page. Try following this article to put it into the dropdown menu. https://www.gavick.com/documentation/jo ... nu-modules
User avatar
Moderator

GK User
Wed Feb 03, 2016 8:14 pm
Hello !, in this case, being an e-commerce site, it is surely a very negative in Quark, is something that helps a conversion and a positive shopping experience accessible ... If there is any alternative, please me say ... I can not include another module in the Main Menu, as we did with the GTraslator and is a way to solve it is not a very professional and could be a new position in the template solution. Thanks greetings. René

*At least one could align the word "CERCA" the center of the text box?
**As I can hide these variants: Close only: K2 Items Contatti Categorie Articoli Newsfeeds?
User avatar
Platinum Boarder

teitbite
Tue Feb 09, 2016 11:26 am
Hi

Quark was adapted to e-commerce to show how flexible it is. It's not hard to add a new module position, but I would recommend to use module in menu anyway, but not in the manner as language selector is now, but in a submenu. https://www.gavick.com/documentation/jo ... nu-modules
User avatar
Moderator

GK User
Tue Feb 09, 2016 1:28 pm
Hol. In the case of Sub-Menu will be always visible ?, or should I always click. I ask this question because in a E-Commerce is critical to find a product at any time in Home Page. Also because I want to use instead of the Search Default Joomla, an Ajax module than just write a letter makes me Search automatically displaying the image of the product. You could suggest a solution?. Thank you. René
User avatar
Platinum Boarder

teitbite
Wed Feb 17, 2016 11:55 am
Hi

Most of the templates has a search/cart/login hidden under a button, which You should click in order to see it. Having that in mind I would suggest a module in submenu and it's cleaner, but if You need it an the site all the time than adding a new module position is the only option.

Unfortunately I do not see a place it could be located, so You need to tell me exactly. I've added a new module position already with this code:

Code: Select all
       <?php if($this->API->modules('cart')) : ?>
       <div class="top-search">
         <jdoc:include type="modules" name="top-search" style="none" />
       </div>
       <?php endif; ?>


in /layout/default.php.

Now please add Your module to module position "top-search" (type it in the module position field, it's not on a list). So I'll be able to see it and move it where You want it.
User avatar
Moderator

GK User
Fri Feb 19, 2016 10:35 pm
I think the most correct position of the textbox "Search" could be just below the module GTraslator, slightly separated ... I have been analyzing the idea of making the module "Search" appear as a menu button again, it is a good idea, I only worry would disappear on mobile devices, something very negative, or at least step GTraslator ... in an E-Commerce "Search" it is essential, especially for the customer who does not know the name or product category. Thanks greetings. René
User avatar
Platinum Boarder

GK User
Sun Feb 21, 2016 10:33 pm
Hi. Following his Suggestion, configure the module "Search" as a submenu. So far I find 3 problems. 1) When I search, http://www.festagratis.it/component/sea ... temid=9999, I can not see the GTraslate module, assigned it to every page, and Menu voices not go.
2) make changes to the options in the Search component, for example, view the search options, type: Close Only: K2 Items Categorie Prodotti Contatti Articoli Newsfeeds, or rename "NEAR" which is on the textbox, not me make changes. http://www.festagratis.it/component/sea ... temid=9999

3) I can not separate the "VAI" button present below the textbox to seek, in the configuration which says: Down, Up, Right, Left, but in any position to set it up, gets stuck to texbox. Any idea how to solve, thank you.

Thanks greetings. René :oops: :shock:
User avatar
Platinum Boarder

teitbite
Thu Feb 25, 2016 11:31 am
Hi

1. GTranslate was not set for all pages! See screenshot. Now it is.

2. It's there, just a little bit below the search field.

3. You need to explain that a little bit better. I'm afraid I do not understand what You have in mind.
User avatar
Moderator

GK User
Thu Feb 25, 2016 11:44 am
Hi. Ok, the first point these resolved. You're right, I apologize, I probably I can not explain well ... in point N.2, I need to: Change the name that appears just above the TexBox Search in my case "NEAR" http: // www. festagratis.it/component/search/?searchword=&searchphrase=all&Itemid=9999 provided in section N.2, I need not display these search options to "Close only: K2 Items Categorie Prodotti Contatti Articoli Newsfeeds" in the case of N.3 point: the search button in my case "VAI" is attached, almost above the TexBox, I need to separate a few pixels down ... I send attached image, thanks, greetings ... :?: :oops:

SEARCH_SCREEN.jpg
User avatar
Platinum Boarder

teitbite
Thu Feb 25, 2016 2:37 pm
Hi

Try add this code to override.css for remaining problems:

Code: Select all
.gk-search-results fieldset.phrases,
.gk-search-results fieldset.only {
display: none;
}

.childcontent .search {
text-align: center;
}

.childcontent .search input.button {
margin-top: 10px;
}
User avatar
Moderator

GK User
Thu Feb 25, 2016 3:22 pm
Hi. All problems solved, only one remains: In point N.2, I need to: Change the name that appears just above the TexBox Search in my case "CERCA" http: // www. festagratis.it/component/search/?searchword=&searchphrase=all&Itemid=9999. :?: :oops:

*I tried it with the basic options I know, but I can not change the name ...

SEARCH_CERCA_SCREEN.jpg
User avatar
Platinum Boarder

GK User
Thu Feb 25, 2016 7:00 pm
A question, you can decrease the space between the search field and results ?, As I show in the attached image. This so that the customer can see their results without using the scroll ... Thanks, greetings ... :?: :oops:

SEARCH_PX.jpg
User avatar
Platinum Boarder

teitbite
Mon Feb 29, 2016 10:44 am
Hi

Title "Cerca" is a page title. It's being added automaticaly from language files. To change that You can create a new menu item with type of search (or search results, I do not remember exactly), than You will be able to enter the page title in menu item settings.

You can lower it with code in override.css

Code: Select all
.search-page .header-content {
    top: 75%;
}
User avatar
Moderator

GK User
Mon Feb 29, 2016 12:04 pm
Hi. Yes, I usually do well, but in this case "CERCA", the text you see me above the TexBox not achieve change with the classic method, for my results page search opens as a result of the search conducted in the subMenu textbox where the module appears: search. Any ideas?
* The code in CSS to reduce space, practically I change the position of the text box, and is positive, but, even so, I can not see the search results without scrolling on the page, therefore, you would need to decrease say the size of the home page generally only for the Search page ... or alternatively, to display the search results on the same page where is the texbox and not in the next below, some solution ?, thanks, Cheers...
User avatar
Platinum Boarder

teitbite
Thu Mar 03, 2016 12:16 pm
Hi

I have one idea.

First add a menu item with a type of search results. With this page search should be opened here automaticaly. "Cerca" should be changable in this menu item settings (it's a guess, but I think this is how it works).

Header can be reduced with code:

Code: Select all
.search-page .header {
    height: 325px;
}
User avatar
Moderator

GK User
Thu Mar 03, 2016 2:48 pm
Hello, add the code to "Custom CSS code" in "Advanced Setting" Template Quark, and it does not work ... I did various tests px changing, but nothing. Could you please verify the code ?, thanks, greetings ...
User avatar
Platinum Boarder

teitbite
Tue Mar 08, 2016 2:23 pm
Hi

Higher priority was needed. Works now.

Code: Select all
.search-page .header {
    height: 325px !important;
}
User avatar
Moderator

GK User
Tue Mar 08, 2016 2:30 pm
Hello, ok, perfect, now works fine, only one thing: the text "Totale: 3. Risultati" which appears on the image is white and therefore not read, does not look good ... it is possible to do Colour Black or other color, or in any way evidenced ?, thanks, greetings
User avatar
Platinum Boarder

teitbite
Mon Mar 14, 2016 3:42 pm
Hi

Add this to override.css

Code: Select all
.search-page .header-content .searchintro {
    color: #000;
}
User avatar
Moderator

GK User
Mon Mar 14, 2016 6:47 pm
Ok, thanks, now works perfectly, greetings ...
User avatar
Platinum Boarder

teitbite
Fri Mar 18, 2016 9:54 am
Hi

Ok. Closing this thread than.
User avatar
Moderator


cron