gore.m
Forum Replies Created
-
Forum: Plugins
In reply to: [Cresta Social Share Counter] Buttons are not shown with short description…Thanks you!
Forum: Plugins
In reply to: [Cresta Social Share Counter] Buttons are not shown with short description…Hi,
I have suggested code in CSS. The problem was Woocommerce div that didnt have display property. So I added.woocommerce div.product { display: table; }
and it solve problem.
One additional question: Which code should I use If I would call Cresta directly in template?
Thanks you
- This reply was modified 7 years, 12 months ago by gore.m.
Forum: Plugins
In reply to: [Cresta Social Share Counter] Buttons are not shown with short description…Thanks you, I would like to have buttons under product page content, centered, so I changed code to
if(function_exists('add_social_button_in_content')) { function cresta_counter_echo() { echo add_social_button_in_content(); } add_action( 'woocommerce_after_single_product', 'cresta_counter_echo', 21 ); }
But I cant center it. Under
<div id="crestashareiconincontent">
is empty div<div style="clear: both;"></div>
Is that right? How can I center it?
Thanks youThanks you
Im using currency switcher (so I didnt disable it), I keep all JS, but I removed leagacy-dropdown/style.css by action from @fburatti, because I have own styling.What is point of this styleshet?
Thanks you.
Thanks you, so… how can I remove leagacy-dropdown/style.css?
Thanks youHello, it is fixed!
Now, I have:
legacy-dropdown/style.css?ver=4.1.0′
front-scripts.min.js?ver=4.1.0′
cart_widget.min.js?ver=4.1.0′
wcml-multi-currency.min.js?ver=4.1.0′I have one question: What about removing legacy-dropdown/style.css, cart_widget.min.js ?
Im not using Woo Mult. css or cart widgets.Thanks you
Ok, thanks you, Ill wait.
Hello,
OK, Thanks you. So… why some of these files (that shouldnt load) are loaded on frontend? (Is it bug? If I switch off Woo Multilingual, they disappear)Thanks you
Forum: Plugins
In reply to: [WPS Hide Login] Make /wp-admin/ throw a 404 page or something1+ for redirect to 404 as default.
Is there an hooks guide or tutorial?
Thanks youForum: Plugins
In reply to: [WooCommerce] Product page with check boxes instead of add to cart buttons?Thanks you.
I have “Product Add ons”, but I dont want overload product page… but obviously I will have to… Just for completeness:
1) Is there way how add image to an option in “product add ons”?
2) Just quick silly question… What about redirect to special product, with overrided template, that show only “product add ons” options?Forum: Plugins
In reply to: [WooCommerce] Product page with check boxes instead of add to cart buttons?No one?
Forum: Plugins
In reply to: [Yoast SEO] What more I can do for e-shop Local SEO?Sorry, but I dont understand what are you talking about…
Have you read my post/question?Forum: Plugins
In reply to: [WooCommerce] WooCommerce Min/Max Quantities – error messageThanks you, yes, it is less customer friendly, but I dont use any pop-up on my site so I dont want it.
Can you help me with customization?
I deleted lines 97-106 and 107-167 (min-max-quantities.php)but nothing happened.
Forum: Plugins
In reply to: [WooCommerce] How add page in Woo, with form between cart and checkout?Ok, I give it up.
I found out an accetable solution. I keept Billing and Shipping 50% / 50% and I manipulated Shipping template… now I have “additional fields” above “Shipp to different address?”, so it is visible on first look and I made whole Shipping part looks like “time line” by css. It made it looks like whole part of shipping, that makes a better sense to me.
I have only two small problems:
1) Everything is working, but I have to move big part of shipping template, so Im not sure if I did it right. Can you try it by yourself and tell me what exactly should be moved?2) Im using Checkout field manager now, but Im using Bootstrap. I have tutorials how manipulate checkout fields so I would like to done it without plugin, but I dont know how how implement Bootstrap datepicker, because, I didnt find tutorial for this. Do you know, how to done it?
Thanks you