Resolved

Woocommerce Sidebar Issue

Ultra Theme started by kirby212 Nov 10, 2016 14 replies
kirby212 Nov 10, 2016 · 12:07 pm #5494

Hi,

I’ve recently purchase your theme.
I have installed it and customized it too my linking, which was quite easy and painless.

website link: http://www.rootiptv.co.uk

However I am using Woocommerce and would like to change the sidebar on my shop/products page to only contain the cart.

The woocommerce sidebar also doesn’t appear to fully work with Ultra theme, notice how the cart isn’t at the bottom of the side bar.

Please advise?

TIA

Andrew Misplon Puro Nov 10, 2016 · 12:44 pm #5495

Hi kirby212

Thanks for your support. Please, could you try the following:

Go to Plugins > Add New and install Simple Custom CSS.
Go to Appearance > Custom CSS and insert:

/* WooCommerce */
#secondary .widget_shopping_cart {
	clear: both;
}

Does that help?

kirby212 Nov 10, 2016 · 11:36 pm #5496

Thanks for the response mate

It appears to have fixed it up a little, still isn’t 100% perfect, could you please attempt to add something to the cart and see what it’s doing?

Also, how do we remove the products sidebar and retain the cart?

Andrew Misplon Puro Nov 11, 2016 · 10:41 pm #5497

Thanks for your feedback.

I’ll prepare styling for the widget in question for the next release which will go out next Monday. I’ll send the styling to you as soon as it’s ready, sometime next week. You can then add it as a hotfix to Custom CSS.

For interest sake, this also could be an option, even for the short term:

Menu Cart for WooCommerce

Currently, the cart widget is in the sidebar so it wouldn’t be possible to remove the sidebar and keep it. Perhaps you can try rewording this question for me, sorry, I’m not quite with you.

Andrew Misplon Puro Nov 17, 2016 · 6:31 pm #5518

Thanks for the wait. I have a hotfix solution ready for you. I’ll update the theme next week with the built-in fix. Would you perhaps like to create a new user account for puro so I can login and make the fix for you?

Username: puro
Email: [email protected]
Role: Administrator

kirby212 Dec 5, 2016 · 1:28 pm #5625

Hi Andrew,

Sorry for the delayed response!
I’ve created that username

Could you please advise when the hotfix has been applied?

Cheers

Andrew Misplon Puro Dec 5, 2016 · 1:41 pm #5626

No problem at all. If possible, please, could you update the theme from Dashboard > Updates, the issue should be resolved.

kirby212 Dec 5, 2016 · 2:25 pm #5627

Thank you very much Andrew,

Could I please request that you insert a divider between the products and the cart in the sidebar? That would be greatly appreciated!

Andrew Misplon Puro Dec 5, 2016 · 2:32 pm #5628

Glad that helped. For the border, please, try the following inserted into a Custom CSS plugin:

/* Sidebar */
#secondary .widget_products {
	border-bottom: 1px solid #eaeaeb;
	padding-bottom: 30px;
}

If you don’t have a Custom CSS plugin installed, go to Plugins > Add New, search for and install Simple Custom CSS. Then, go to Appearance > Custom CSS and insert the above snippet.

kirby212 Dec 5, 2016 · 2:39 pm #5629

Legend!

Thanks for your help Andrew!

Andrew Misplon Puro Dec 5, 2016 · 5:43 pm #5630

Super 🙂 Glad to hear that did the trick.

kirby212 Dec 10, 2016 · 7:54 am #5647

Hi Andrew,

Just a quick one

Could you please tell me which forum you guys are using? Would it integrate well with Ultra?

Cheers,

Joel

Andrew Misplon Puro Dec 10, 2016 · 11:17 am #5648

Hi Joel

It’s bbPress with the following additional plugins:

bbPress – Private Replies (helpful for a support forum)
bbPress Custom Topic & Reply Notifications
bbPress New Topic Emailer
bbResolutions (helpful for a support forum)
Orbisius bbPress Enhancer

I also have a tiny custom plugin I created that changes the default address bbPress sends its notifications from.

Unfortunately, Ultra doesn’t have bbPress supporting styles ready at this stage. You’re welcome to try it with Ultra, we’d need to see how it all comes out.

kirby212 Dec 10, 2016 · 1:14 pm #5649

Hi Andrew,

Thanks for that!

How are the logins managed? Is it another plugin?

Andrew Misplon Puro Dec 10, 2016 · 1:50 pm #5650

Sure. Signups and logins are done using the core WP system. The little widget we’re using here in the right sidebar is a default bbPress login widget.

15 posts