Francisco
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Online Shop] Menu items descriptionsMaybe I did not explained me well, or maybe I’m totally confused. I’m not adding menu description. I’m just using product categories and other taxonomies like product brands, that incidentally have descriptions, as menu items. I want those descriptions to show in the taxonomy archive page, as usual, but don’t want them to appear in the nice new square balloons you came up with.
Forum: Plugins
In reply to: [Essential Real Estate] No Side Bar On ERE PagesTo anyone dealing with these issue, I digged on templates ans found the bug:
…/essential-real-estate/public/templates/global/wrapper-end.phpThere is an extra close div on default theme switch case
Only one is requireddefault : echo '</div>'; break;
Godspeed
Forum: Themes and Templates
In reply to: [Online Shop] Menu items descriptionsOh, that’s nice indeed, but it would be great if it can be disabled from customizer options since I hate hiding stuff.
Forum: Themes and Templates
In reply to: [Online Shop] AT advanced product search by SKUok, thanks! I’ve installed Search by SKU plugin
Forum: Plugins
In reply to: [Gutenberg] How to select all text inside blockThanks!
Same here
Oh, sorry, this was already discussed
Forum: Themes and Templates
In reply to: [Online Shop] Product featured IconGreat
Forum: Themes and Templates
In reply to: [OceanWP] woo star font dequeueThank’s a lot
Hello. Same problem here, unable to remove Awesome although I’ve implemented the code snippet at the end of my functions.php. There’s an issue at tour repo but not a solution. Regards
Forum: Plugins
In reply to: [Ocean Extra] PHP ERROR with WooCommerce 4.2.0 (Error Loader.php on line 484)Same here, Greetings and Farewells
Forum: Reviews
In reply to: [Estatik Real Estate Plugin] address field errorThanks, now i know how to translate plugins, that was a unsubstantiated claim. Sorry
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] ShortcodeNow it works!
Thank you so much. Keep sleeping
The text is not suposed to have any format, right?- This reply was modified 4 years, 9 months ago by Francisco.
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] ShortcodeHello @fmarconi
Sorry, i was sleeping…
Try this:
add_action(‘woocommerce_before_add_to_cart_form’, ‘muestra_bodegas’, 10);
function muestra_bodegas()
{
echo do_shortcode(‘[slw_product_locations show_qty=”yes” show_stock_status=”no” show_empty_stock=”yes”]’);
}Let me know.
mmm, nothing changes