Reply
 
Thread Tools Search this Thread Display Modes
  #11  
Old 03-15-2012, 11:59 AM
Paul Sexton's Avatar
Paul Sexton Paul Sexton is offline
 
Join Date: Oct 2011
Posts: 22
Default

Hi Ksenia,

Also, please can you tell me what code would I use to change the height of the sort by box so that it is the same height as my search box.

That would be amazing!

Thank you,

Paul
Reply With Quote
  #12  
Old 03-15-2012, 06:21 PM
Kess's Avatar
Kess Kess is offline
 
Join Date: Feb 2012
Posts: 2,120
Default

As far as I understand, you have added the search widget to the sidebar or some other widget zone via the template settings if your WordPress, and as a result it has been displayed on all the pages of your site. The code provided by me affects all the search widgets on your site, which is not the best solution for your site settings. So this code needs to be a bit more precise for it to be applied to the necessary search widget instead of all of them.

To have the changes for the search box position applied to the store pages only, please change the previously provided CSS code to the following one:

Quote:
div.entry-content div#SearchPanel-1 {
position: relative;
}
div.entry-content div.ecwid-SearchPanel {
position: absolute;
top: 3.1em;
right: 381px;
}
Save the changes, enable Ecwid Wordpress search button widget and check, if everything works correctly now. Only the widget in the store page should be moved, the search widgets on the other pages should stay intact.

As for the height of the sort by box change, please add the following CSS rule to your theme:

Quote:
div.ecwid-results-topPanel-sortByPanel select.gwt-ListBox {
padding: 1px;
font-size: 11px;
}
Save the changes and check your storefront.
__________________
Ksenia Lukacher
Reply With Quote
  #13  
Old 03-16-2012, 11:52 AM
Koh Samui's Avatar
Koh Samui Koh Samui is offline
 
Join Date: Aug 2011
Posts: 219
Default

Hi Ksenia,

Thank you so much for your excellent support! I'm very impressed!

Hope you have an amazing weekend!

Paul
Reply With Quote
  #14  
Old 05-06-2012, 01:31 PM
Koh Samui's Avatar
Koh Samui Koh Samui is offline
 
Join Date: Aug 2011
Posts: 219
Default

Hi Ksenia,

Hope your fine.

I recently noticed that my search box has got higher in size all on its own, it used to be the same height as the search button. Please can you tell me how I can change it back to its right height please.

Thank you very much.

Paul
Reply With Quote
  #15  
Old 05-08-2012, 07:26 AM
Kess's Avatar
Kess Kess is offline
 
Join Date: Feb 2012
Posts: 2,120
Default

Quote:
Originally Posted by Koh Samui View Post
Hi Ksenia,

Hope your fine.

I recently noticed that my search box has got higher in size all on its own, it used to be the same height as the search button. Please can you tell me how I can change it back to its right height please.

Thank you very much.

Paul
To change the size of the search box at your http://kohsamui.co.uk/index.php/shop/ store please add the following CSS rule to your theme:

Code:
input.ecwid-SearchPanel-field {
height: 13px;
}
and click "Save (Ctrl+S)".

Please note that 13 px value is an approximate one. You can change it to any other to fit with your site.
__________________
Ksenia Lukacher
Reply With Quote
The Following User Says Thank You to Kess For This Useful Post:
Koh Samui (05-08-2012)
  #16  
Old 05-08-2012, 01:07 PM
Koh Samui's Avatar
Koh Samui Koh Samui is offline
 
Join Date: Aug 2011
Posts: 219
Default

Once again Ksenia,

Your amazing!

Thank you.

Paul
Reply With Quote
  #17  
Old 05-30-2012, 10:08 AM
Koh Samui's Avatar
Koh Samui Koh Samui is offline
 
Join Date: Aug 2011
Posts: 219
Default

Hi Ksenia,

Hope your fine.

I have recently noticed a grey line in my product detail page here

Not sure what it is, but it looks like it is part of a search box.

Also when I search for an item in my store, another search box appears so there are 2 search boxes next to each other.

Would be great if you could help me resolve these problems.

Thank you.

Kind regards,

Paul
Reply With Quote
  #18  
Old 05-30-2012, 01:55 PM
Maya's Avatar
Maya Maya is offline
Ecwid Team
 
Join Date: Feb 2010
Location: Ecwid headquarter
Posts: 3,855
Send a message via Skype™ to Maya
Default

Quote:
Originally Posted by Koh Samui View Post
I have recently noticed a grey line in my product detail page here

Not sure what it is, but it looks like it is part of a search box.
Could you, please, provide me with screen shot, which illustrate this issue?

Quote:
Originally Posted by Koh Samui View Post
Also when I search for an item in my store, another search box appears so there are 2 search boxes next to each other.
In order to hide second search box you should add following code in your CSS theme:
Code:
.ecwid-productBrowser-search-SearchPanel {
   visibility: hidden;
}
__________________
Maria Nikiforova, Ecwid Team

------------------
Welcome to our Knowledge Base with a lot of answers, tips and receipts!

⬇ Please press the "Thanks" button if you find my post useful.
Reply With Quote
  #19  
Old 05-30-2012, 03:25 PM
Koh Samui's Avatar
Koh Samui Koh Samui is offline
 
Join Date: Aug 2011
Posts: 219
Default

Hi Maya,
Please ignore my ignorance, however I have never been able to do a screen shot on ecwid, have tried but have always failed.

The grey line is immediately on top of the skirt In the link I sent you above.

Thank you,

Paul
Reply With Quote
  #20  
Old 05-30-2012, 03:37 PM
Koh Samui's Avatar
Koh Samui Koh Samui is offline
 
Join Date: Aug 2011
Posts: 219
Default

Hi Maya,

I placed the code:

.ecwid-productBrowser-search-SearchPanel {
visibility: hidden;
}

into my CSS theme, however the additional search box is still appearing.

Thank you for your help.

Paul
Reply With Quote
Reply

Tags
search box, sort by

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:50 AM.
Powered by vBulletin® Version 3.8.6. Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.