Francisco
Forum Replies Created
-
Forum: Reviews
In reply to: [ATR advanced menu] GreatThis is my website
I had to remove the primary navigation from kadence_primary_navigation action hook, re-create it with your walker class object and then hooked it again.Forum: Plugins
In reply to: [WooCommerce] Woocommerce removing parent category slugYou can put a period dot “.” in the categories base at permalink settings
Forum: Plugins
In reply to: [Woo Donations] Deprecated methodYes, it is annoying
Forum: Plugins
In reply to: [Gutenberg] Is it possible add url to columns block or group block?@igorbeuermann That was very useful, hope they make a cleaner way to do a wrapper link
Forum: Themes and Templates
In reply to: [Kadence] Spanish TranslationGreat!
Forum: Plugins
In reply to: [Client Portal - Private user pages and login] How to add Gutenberg supportEven better to do it on the child theme
add_filter( 'register_post_type_args', 'add_gutenberg_private_pages', 10, 2 ); function add_gutenberg_private_pages( $args, $post_type ) { if ( 'private-page' != $post_type ) return $args; $args['show_in_rest'] = true; return $args; }
Forum: Themes and Templates
In reply to: [Online Shop] Hidden productosThanks!
Forum: Themes and Templates
In reply to: [Online Shop] Hidden productosI found a solution. Adding this argument into the $query_args at slider-selection.php
'tax_query' => array( array( 'taxonomy' => 'product_visibility', 'terms' => array( 'exclude-from-catalog' ), 'field' => 'name', 'operator' => 'NOT IN', ) )
It would be nice having a filter to do this
@ravimallya Thanks!
Forum: Themes and Templates
In reply to: [Online Shop] Menu items descriptionsGreat! You already has told me the answer but I didn’t get it. Thank you so much
Forum: Reviews
In reply to: [Go] Need logo AND title on home pageWhat an arbitrary review
Forum: Plugins
In reply to: [Essential Real Estate] No carga imagen principal para lista de propiedades@kevincruzado asked about property featured image on frontend and I told him to use the litlle star under each uploaded image
Forum: Plugins
In reply to: [Essential Real Estate] No carga imagen principal para lista de propiedadesHola Kevicruzado ?Eres de la CATO?
En el frontend la imagen destacada se establece marcando una estrellita que hay abdajo de cada foto que subes
Bendiciones
Dale BullaaaaaForum: Plugins
In reply to: [Essential Real Estate] Property search mapYes, now it works because I added that css correction on my theme custom css I refer. Like this.
But when I commented it out I get this
pngEDIT: I don’t like this because I have to give the map a fixed heigh and I want it to be as tall as the right results and search column
Forum: Plugins
In reply to: [Essential Real Estate] colorYou have to install ERE color plugin
Godspeed