Page Name

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Mon Jul 29, 2013 9:14 pm
Hey Guys,

Any idea why when I go to a Product Category Page it Says for Example The Cutting Edge Store / Archives.

See attachment
User avatar
Junior Boarder

GK User
Tue Jul 30, 2013 8:02 am
Hi,

You didn't install a quickstart package? This text is from breadcrumb (breadcrumb from Storebox uses you site title instead of the "home" text, of course you can change it using filters - gavern_breadcrumb_home ), Option for displaying breadcrumb are in Storebox -> Template Options -> Basic,

The second breadcrumb is from woocommerce (you can customize or remove it in Storebox/gavern/wc-functions.php file
User avatar
Moderator

GK User
Tue Jul 30, 2013 6:22 pm
Hi Plotr,

No I started all of from scratch..

How I can just remove the breadcrumb where it says Cutting Edge Store / Archive ?
User avatar
Junior Boarder

GK User
Wed Jul 31, 2013 7:45 am
Go to Storebox -> Template Options -> Basic -> Conditional Breadcrumbs Display and set this option to "disabled"
User avatar
Moderator

GK User
Wed Jul 31, 2013 8:39 pm
Thanks Piotr..That worked fine :)

Just one more request I cant seem to get the top Search and Navigational elements in line with the logo ..See attached :-
User avatar
Junior Boarder

GK User
Thu Aug 01, 2013 7:11 am
I'll try to help you with that, but I need an URL to your website (here or you can send me a PM).
User avatar
Moderator

GK User
Thu Aug 01, 2013 7:14 pm
User avatar
Junior Boarder

GK User
Fri Aug 02, 2013 7:52 am
ok, so paste this code to override.css file: (enable it first in template options -> advanced tab)
Code: Select all
#gk-search {
    margin-top: -80px;
}
#top-menu {
    margin-top: -75px
}
User avatar
Moderator

GK User
Fri Aug 02, 2013 10:29 pm
that sorted it !! thanks :)
User avatar
Junior Boarder


cron