Forum Replies Created
-
AuthorPosts
-
Hi Rikard, thx but that has no affect :(
This reply has been marked as private.July 5, 2016 at 10:02 am in reply to: Strange behaviour disappering price and double product images #656919I reinstalled everything now, as I had not so much time to wait, sorry. It works now with a fresh install.
July 1, 2016 at 9:15 pm in reply to: Strange behaviour disappering price and double product images #655916Ok, I deactivated all plugins and have only Woocommerce running now. Now the price is shown, but double.
I did overwrite woocommerce plugin and enfold theme. nothing changed. I also switched from my child theme to the original enfold them, same problem.
You can check the link again.
Thomas
Ok, habe eine Lösung gefunden.
http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Nur noch ein wenig CSS anpassen, dann sollte das funktionieren :)
Naja, das ist schon klar, das ich das da irgendwo platzieren muss. Die Frage ist, wo oder welches Plugin könnte ich nehmen, um das zu implementieren.
VG,
Thomas
Also ich habe jetzt ein Suchplugin von YITH gefunden, das mir gut gefällt.
Man kann es mittels dieses Codes direkt einbinden
<?php echo do_shortcode('[yith_woocommerce_ajax_search]'); ?>
Wo müsste ich das im Header einbinden, das es rechts neben meinem Logo steht. Als Header habe ich Logo left, Menu below gewählt.
VG,
Thomas
I use this plugin now for the customer account. Has a nice tabbed view and you can add new tabbs easily. Works pretty well.
- This reply was modified 8 years, 5 months ago by Hanniball.
Ok, ich hab ja nichts gegen Plugins :) Hast Du da eine Empfehlung? ;)
I found an earlier post with a solution that works:
// Use WC 2.0 variable price format add_filter( 'woocommerce_variable_sale_price_html', 'wc_wc20_variation_price_format', 10, 2 ); add_filter( 'woocommerce_variable_price_html', 'wc_wc20_variation_price_format', 10, 2 ); function wc_wc20_variation_price_format( $price, $product ) { $min_price = $product->get_variation_price( 'min', true ); $price = sprintf( __( 'Ab: %1$s', 'woocommerce' ), wc_price( $min_price ) ); return $price; }
Hi Vinay,
thank you, but this doesn’t work propper. I have one product, where it show sonly the one price (which is what I want), the other products in the overview page still look the same or it show something like 0,00 € or 0,00 € – 17,99 €.
I have attached login details in private
Thomas
- This reply was modified 8 years, 5 months ago by Hanniball.
Thx, will go through it.
Perfect, thx!
I see the option, but when I check it, it adds the full price of the theme to it, too. That’s hwy i was asking ;)
Best,
Thomas
Ok, great, thx!
One thing is still annoying: When creating the button in a cell, I save it and it appears in a different cell. Any idea, if this is a bug?
Best,
Hanniball
Hi there,
just had three days to setup the page, because the old one was a broken typo3 site…
Just went online, some things still missing, but I’m getting there :)
http://www.tanzschule-fenselau.de
As always, thx for the geat theme, Krisie!
PS: Please have a look at my post with the table bugs. Kinda anoying using the buttons disappearing.
Updated to 3.0.4 and slider works again!
Just some quick response of my opinion:
The slider size is to big (height)
The slider text on slide on is to small, make it wider and the main font bigger
The green looks awfull, sorry. Better use grey and white with the orange of the logo.
Portfolio: Try to make them in the same hight. Looks creepy this way now
Font of the content text is too smallJust my 2 cents looking at it. Good luck with optimisation. Maybe you have a look at the original Enfold demo page for ideas or take a look at those here i the showroom
Our new clan website http://www.oldiefighters.com has just been launched. After years using webspell cms now a shiny new page with an integrated phpbb3 forum. Not final yet, but I’m working on it :) Most work is under the hood with rights and stuff.
- This reply was modified 10 years, 5 months ago by Hanniball.
Ok, liegt nicht an Eurem Theme. Habe es auf Standard umgestellt und der Fehler ist immer noch da. Also zurück an German market, weil die das schon mal hatten.
Danke erstmal!
Thomas
Good question ^^
Push
Hey Guys,
we just went live today with our new StartUp and we integrated a heavily modified orderflow for our woocommerce shop in Enfold, so customers can buy subscriptions in different ways. Also heavily modified the wirecard plugin and added risk management and scoring. Enfold as base was a charme to integrate all the changes and thx to to the Kriesi team for the great suppport.
Our site: http://www.mauzundwauz.de
Thomas
September 2, 2013 at 6:28 pm in reply to: Product images not showing up on single product page #138875I solved it. Did upload newest theme folder to ftp and now works again. Maybe soemthing was broken while uploading a file or so.
Thx
@Ismael, Peter should have the login details
hmm, only doesn’t show the content of the sidebar, but the sidebar itself is still there. Since the latest update of Enfold I can’t disable the sidebars, even if I say in pages, don’t show sidebar in page attributes. Any idea why?
Thx for the fast feedback. I updated now to WP 3.6 and everything works fine. Also Layer Slider works perfect, as far as I can see. Keep up the good work!
Layer Slider needs to be updated to 4.6 in order to work with WP 3.6. Will you update this in a theme update or can I just buy the plugin on CC and install and upgrade it then?
Dann würde ich wohl eher zu Variante 1 tendieren
I found the problem. Besides the woocommerce-subscription .mo file I also had to translate and create the woocommerce mo file. After I did that, everythign runs fin in german now :) And yes, I already installed the latest German tranalstion from MarketPress, but this was about the Woocommerce Plugins which didn’t work.
So thx anyway for your support. If anyone wnats the german translation of the subscription plugin, just let me know ^^
-
AuthorPosts