Questions

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Wed Sep 09, 2015 6:36 pm
1. I have no created posts but the message appears saying ‘Nothing Found. Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.’ I do not want to use posts on homepage. How can I get rid of it? Picture URL: http://www.squaiveshop.com/wp-content/u ... t-1705.png

2. How can I display sidebars for all pages except homepage?

3. Is it possible I can remove three style buttons at the bottom of the website?

4. Is it possible I can change the hover link color? If so, how can I do it?

5. Isn't the search button supposed to be at the very top of the website -- in the same position as theme logo? Picture URL: http://www.squaiveshop.com/wp-content/u ... t-1704.png

Thanks!
Edward
User avatar
Fresh Boarder

GK User
Wed Sep 09, 2015 9:06 pm
Hi,

Regarding your questions:
1. Please resave your permalinks (Settings-> Permalinks )

2. You have to use widget rules for all widgets in the sidebar:
https://www.gavick.com/documentation/wo ... dget-rules

3. Yes, please disable "Style Switcher Display" option from StoreBox -> Template Options -> Features tab.

4. Which hover link exactly? Could you send a screenshot or your site URL?

5. Try to add the following custom css code:
Code: Select all
#gk-search {
   float: right;
   margin-top: -50px;
}
User avatar
Moderator

GK User
Wed Sep 09, 2015 10:04 pm
Thank you for your reply!

1. After resaving permalinks in settings, I went to the homepage and I still can see 'Nothing Found' message.

2. I put categories in sidebar and set it all pages except homepage. When I visited my contact page, the sidebar is at the bottom of the website. It doesn't look right. Screenshot: http://www.squaiveshop.com/wp-content/u ... t-1732.png

3. Solved.

4. Please see the menus at the top of the website. When I move my mouse over the word 'About Squaive' it becomes light blue. I want to change it to white. Screenshot: http://www.squaiveshop.com/wp-content/u ... t-1731.png

5. Solved.
User avatar
Fresh Boarder

GK User
Thu Sep 10, 2015 12:36 am
Also, I have added social media icons to the top of the website. The only problem is that they are placed under search box. The position of image and search box are affected. So, is it possible I can move them to the middle between image logo and search box?

Screenshot: http://www.squaiveshop.com/wp-content/u ... t-1733.png
User avatar
Fresh Boarder

GK User
Thu Sep 10, 2015 7:40 am
Could you please provide me with a and back-end access to your website via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Thu Sep 10, 2015 7:12 pm
What is back-end access?
User avatar
Fresh Boarder

GK User
Thu Sep 10, 2015 8:49 pm
Access to your dashboard:
http://www.squaiveshop.com/wp-admin
User avatar
Moderator

GK User
Thu Sep 10, 2015 9:39 pm
I sent you a private message.
User avatar
Fresh Boarder

GK User
Fri Sep 11, 2015 11:19 am
Regarding your issues:
1. You have this message, because there's no posts in your dashboard, by default there's a place for your latest posts, if you want to display in this place any widget (mainbody widget area) you have to enable "Widgets Display on Homepage" option from your StoreBox -> Template Options ->Basic tab (it's already done).

2. In your Layout settings the sidebar width is set to 250 (it's 250%), so that's the reason, I've changed it to 25

4. Please add the following custom css code:
Code: Select all
#main-menu > li > a:hover,
#main-menu > li.current-menu-item,
#main-menu > li.current_page_item,
#main-menu > li:hover,
#main-menu > li.active > a,
#main-menu > li.current-menu-item > a,
#main-menu > li.current_page_item > a,
#main-menu > li.current-menu-ancestor > a,
#main-menu > li.current-menu-parent > a  {
   color: #fff;
}


Regarding the social icons - try this code:
Code: Select all
#gk-head {
position: relative;
}
#gk-head #sfsi-plus-widget-3 {
   position: absolute;
   left: 400px;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.