gore.m
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How add page in Woo, with form between cart and checkout?HM, seems that this is the weakest part of Woo, with no ideal solution.
What about to add date picker on cart page to
woocommerce_cart_totals_after_shipping? Ive tried manipulate cart template, but form is not included on checkout or in order details.or what about manipulate “calculate shipping” template (I dont need it)?
Forum: Plugins
In reply to: [WooCommerce] How add page in Woo, with form between cart and checkout?You are right, but not at all.
If you have page width for example 1024px… so input fields should be 1024px wide? It doesnt look good. I saw Woo checkout that has Order details and payment on the right, but it doesnt make big sense to me, because it is shorter than billing and shipping.
To have delivery date/time by shipping info makes a sense. But imagine situation, when delivery date and time is the most important thing, for example if you are buing flower bouquets, would you expected delivery date and time as last item? I think not, it would be first question, you would ask and you would looking for, not last one.
One more think that doesnt make sense is if you have “shipping to different address” colapsed, so than under title “ship to different address?” is order notes field or my delivery date and time, does it make a sense? :-)))
Forum: Plugins
In reply to: [WooCommerce] How add page in Woo, with form between cart and checkout?I know. But what Im trying achieve is more intuitive checkout process.
Woo is superb, but checkout is so easy, that is confusing!I have 3 problems:
1) Order notes:
It should be full width (full page width) column separated from Billing and Shipping (it is not possible if you want Billing and Shipping columns width 50% 50%).
It should be separated because it is standard and I think it is good idea dont confuse customers on checkout. Order notes doesnt have direct connection to Billing or Shipping fields, so I dont understand why it should be there.2) Shipping:
Thats OK, but possibility disable “choose delivery” on checkout page (if delivery was already chosen on cart page) could be more clear.3) And finally main problem, delivery date and hour:
Where put it?
a) Product page. I have Products addons, so my first idea was put it there. But than I thought why? If customer would buy more products should He / She to be forced to fill delivery again and again? No, if customer will need different delivery it is much clear to do new order.
b) Checkout page: It is OK, but there is the same problem as with Order notes… it could be separated from Billing and Shipping columns.
Next very important thing is, that checkout page is now already too long enough to scare customer enough that they to leave checkout process, so should I put there more and more things?c) Multi step checkout plugins: They include too much steps and I dont want third party plugins. It is very curious that Woo still doesnt have own plugin for such important thing.
So I thought about it and found out two solution:
– To add one page between Cart and Checkout page, where should be Date and Time picker with Order notes.
…or maybe easier solution:
– To add Date picker on Cart page, under shipping, where Date picker could make sense.
But I dont know how… can anybody help?
Thanks youForum: Fixing WordPress
In reply to: Custom-logo / SVG / dimensions ?Is it WP bug?
Thanks youForum: Fixing WordPress
In reply to: Custom-logo / SVG / dimensions ?Im sorry, I didnt understand. Yes, this issue persist in the Twenty Sixteen theme with all plugins deactivated.
Forum: Fixing WordPress
In reply to: Custom-logo / SVG / dimensions ?Im using Underscore _S. I have only few plugins installed (Woo etc).
Forum: Fixing WordPress
In reply to: Custom-logo / SVG / dimensions ?<img src="http://localhost/floris1/fl-content/uploads/Floris-logoSVG.svg" class="custom-logo" alt="KvΔtiny FLORIS Brno" itemprop="logo" id="exifviewer-img-1" exifid="96843896" oldsrc="http://localhost/floris1/fl-content/uploads/Floris-logoSVG.svg">Forum: Fixing WordPress
In reply to: Remove H1 / title / Underscore – without CSSI have everything done, only title is problem, i need solve.
Forum: Fixing WordPress
In reply to: Remove H1 / title / Underscore – without CSSThanks you Steve. That is where Im ending…
if ( is_page(array('xxxx', 'xxxx') )) { ....but I dont know how continue. As I wrote: Im not good in PHP, so WP codex didnt help me too much π Can you help me to finish it?
thanks youForum: Fixing WordPress
In reply to: Remove H1 / title / Underscore – without CSSIm on localhost. Theme I use is “Underscore” _S, starter theme.
Im trying to remove this (code from html):
<header class="entry-header"> <h1 class="entry-title">Index</h1> </header><!-- .entry-header -->for specific pages.
Comes from content-page.php template:
<header class="entry-header"> <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> </header><!-- .entry-header -->Forum: Themes and Templates
In reply to: From Genesis to Underscore…?Thanks you. Yesterday, I played whole day with Underscore.
Seems that Genesis is about “functions”, instead Underscore is about “direct editing templates”, is that right?
It is funny, that I done whole site “system” in one day, instead of few months with Genesis.
What about security? Is there an difference?
Thanks youForum: Fixing WordPress
In reply to: Catalog Images are sharp after product is visited (Woocommerce)Tomorrow I doubled image size based on sizes that theme rendered and it looks sharp now, is that right or how do you set image dimensions?
Thanks you
Forum: Fixing WordPress
In reply to: Catalog Images are sharp after product is visited (Woocommerce)Yes I have tried.
Forum: Themes and Templates
In reply to: Flyout search box?And one more thing, it could be possible done via Twitter Botstrap if you use it – I dont.
Forum: Themes and Templates
In reply to: Flyout search box?To find out solution… was the most horrible think…
Here is JSFIDLE you can change it as you need.