Rokh
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Removing breadcrumbsYou could try something like:
.site-header { margin-bottom: 2.618em; }Add to your child themes style.css file, or custom css plugin.
That worked mighty fine…thanks!!
I have the same problem…
It used to work with soft cron before but now not any more 🙁
Everything else works fine, just need to manually edit the orders to “completed” on payment arrival, just a little bit more work and less fast…
Might have to do with updated versions of woocommerce 2.21
or wordpress 4.15.Will give the hard cron option a try, but need permission from my host first.
Forum: Themes and Templates
In reply to: [Storefront] Removing breadcrumbsGreat! That last one (in fucntions.php) worked for me too! (the css solution did not)
Any ideas how to create a little extra white space above the page title now that the breadcrumbs are gone?
I use Storefront 1.4.5.
Thanks!
Forum: Themes and Templates
In reply to: [Storefront] "next page" link not working on products pagequick workaround:
edit this line in the /storefront/inc/woocommerce/functions.php file:
function storefront_products_per_page() { return intval( apply_filters( 'storefront_products_per_page', 12 ) ); }and change “12” into a higher number to avoid pagination.
The proper way would probably be to create this function in the child theme, but i am only a noob, so I’ll leave that to the more experienced users here.Forum: Themes and Templates
In reply to: [Storefront] "next page" link not working on products pageSame problem here…anything we can do to temporarily resolve this issue?
Much appreciated!
(before I removed to “sort by”-button on the products archive page, it actually had a similar problem: when selecting a “sort by…” nothing happened)Thank you so much, Worked very well for me, so far I really like Storefront. Awesome theme!