pootlepress / sfx-page-customizer

Page Customizer for Storefront
0 stars 0 forks source link

issue with hiding breadcrumbs #42

Closed nickburne closed 9 years ago

nickburne commented 9 years ago

when woocommerce is installed with storefront it puts breadcrumbs on posts, pages and products.

When the user hides breadcrumbs it removes too much space... Is there a way when users remove breadcrumbs that it leaves the same space between the header and page title as when woocommerce is not installed?

screenshot 2015-04-01 11 25 17

nickburne commented 9 years ago

Now with Woocommerce not installed...

screenshot 2015-04-01 11 30 50

shramee commented 9 years ago

I'm not able to imitate this even with woo commerce deactivated.

nickburne commented 9 years ago

Ok - activate woocommerce and create a post. On the post page you should see breadcrumbs. Hide the breadcrumbs and check it out.

Then de-activate woocommerce and check the post page again.

shramee commented 9 years ago

Thanks, let me see.

shramee commented 9 years ago

Errrr, Still couldn't do it.

shramee commented 9 years ago

What I can see on taking a closer look is that the space is a result of margin-bottom: 4.236em; on header-widget-section.

shramee commented 9 years ago
Errrr, Still couldn't do it.
Means I still couldn't imitate the issue
nickburne commented 9 years ago

We need you to re-create the issue. This was a new install with the new version of Storefront. What version of Storefront do you have installed. Newest version is 1.4.2

shramee commented 9 years ago

Uhmmm... I got 1.2.5, updating

shramee commented 9 years ago

Thanks bud, Got it, fixing...

shramee commented 9 years ago

Do we need to take care of old version too?

shramee commented 9 years ago

No problemmo, found the best way, add no-wc-breadcrumb clas to the body and rest is done by storefront!! Cool ain't it?

shramee commented 9 years ago

Kindly check this one out too. I believe its the best to be intermingled with storefront and avoid creating custom functionality and use default storefront where ever possible, Whaddya say (future issues will be solved based on your reply ; ) )?

nickburne commented 9 years ago

Definitely - we should always keep as close to the theme as possible...

Thanks!

N

shramee commented 9 years ago

Its done.

nickburne commented 9 years ago

thanks!

shramee commented 9 years ago

My pleasure.

nickburne commented 9 years ago

Nice work!