ray rewind
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Buy For Woocommerce] Variation product doesn't shows "Add to cart"I have the same problem.
How to make it work for variation?
Forum: Plugins
In reply to: [WooCommerce] Not able to find E-Mail Template & Cart problemI had the wrong directory name in the style.css thanks for your help lorro now it is showing ! ??
Forum: Plugins
In reply to: [WooCommerce] Not able to find E-Mail Template & Cart problemwhere avada is the directory name for the parent theme. Must be exact case and spelling.
my directory name of the avadatheme is spelled woodhover
Forum: Plugins
In reply to: [WooCommerce] Not able to find E-Mail Template & Cart problemMy Child theme is located here
wp-content/themes/childtheme/
with this style.css
/* Theme Name: Avada Child Description: A business, portfolio and blog theme. Author: ThemeFusion Author URI: https://theme-fusion.com Template: Avada Version: 1.0.0 Text Domain: Avada */
I have also a functions.php inside this directory
<?php function theme_enqueue_styles() { wp_enqueue_style( 'avada-parent-stylesheet', get_template_directory_uri() . '/style.css' ); } add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function avada_lang_setup() { $lang = get_stylesheet_directory() . '/languages'; load_child_theme_textdomain( 'Avada', $lang ); } add_action( 'after_setup_theme', 'avada_lang_setup' );
Forum: Plugins
In reply to: [WooCommerce] Not able to find E-Mail Template & Cart problem@mukhyyar is this related to my topic ? ??
Forum: Plugins
In reply to: [WooCommerce] Not able to find E-Mail Template & Cart problemHello Lorro,
I get this far
Avada Child
Das übergeordnete Theme fehlt. Bitte installiere das übergeordnete Theme ?Avada“, da du Child-Themes sonst nicht nutzen kannst.It means.
Your Main Theme is missing. Please install the Main (Parent) Theme Avada otherwhise you are not able to use Child-Themes.
Forum: Reviews
In reply to: [Germanized for WooCommerce] Zuviel WerbungDu kannst die Hinweise auch einfach ausblenden…
Forum: Plugins
In reply to: [WooCommerce] Not able to find E-Mail Template & Cart problemHi Lorro,
I tried to make a child theme but it did not work.
Forum: Plugins
In reply to: [WP Responsive Menu] How to disable my 2 menus @responsiveHi Nirmal,
Yes I figured out how it works. Took me 30 minutes ??
Forum: Plugins
In reply to: [WooCommerce] Not able to find E-Mail Template & Cart problemwebsite –> https://www.woodcessories.com/
Forum: Plugins
In reply to: [Germanized for WooCommerce] Doppelte Lieferkosten Berechnung im WarenkorbHi,
kann leider kein Default Theme aktivieren , es ist dann alles total durcheinander. Die Seite hat keine Struktur mehr. Keine Ahnung was die vorherigen Admins veranstaltet haben.
Ticket kann geschlossen werden, liegt ja nicht an GERMANIZED. Finde euer Plugin Super ! ??
Forum: Plugins
In reply to: [Germanized for WooCommerce] Doppelte Lieferkosten Berechnung im WarenkorbHi,
alles klar. Dann wei? ich schonmal Bescheid ??
Der Versandrechner ist aktiviert. Das muss er auch ich frag mich nur warum er doppelt im Warenkorb ist :/
Forum: Plugins
In reply to: [Germanized for WooCommerce] Doppelte Lieferkosten Berechnung im WarenkorbHi vendidero,
der Shop wird noch überarbeitet , sodass man die Artikel direkt auf der Shop Seite in den Warenkorb hinzufügen kann.
Ich habe den Cache geleert trotzdem wird es bei mir doppelt im Warenkorb angezeigt.
Ein Bild aus Veranschaulichung.
https://i.imgur.com/7h4iBbV.pngGrü?e
Forum: Plugins
In reply to: [Germanized for WooCommerce] Doppelte Lieferkosten Berechnung im WarenkorbHi,
die Produkte k?nnen nur über die Detail Seite in den Warenkorb gelegt werden.
Anbei ein Produkt welches du im unteren Teil in den Warenkorb legen kannst.
https://www.woodcessories.com/produkt/ipad-mini-cover-holz/
Gru?
Forum: Plugins
In reply to: [Germanized for WooCommerce] Warenkorb Summe wieder doppeltMoin,
es gibt verschiedene L?sungen dafür. Dein Theme ist aufjedenfall nicht mehr aktuell.
Du musst dafür in cart.php rein
und
<?php doaction( ‘woocommerceproceedtocheckout’ ); ?>
damit ersetzen :
<?php doaction( ‘woocommercecart_actions’ ); ?>