bird_k_97
Forum Replies Created
-
Hello!
I attach a screenshot of the code where you can see a display none
The screenshot of the old version where you can see correctly the rest of the tabs
and the capture of new version in which appears only the first tab but not the rest, also when you click it does not close or do anything, greetings!
Forum: Everything else WordPress
In reply to: Navigation block does not workhello!
I made this code that I added in functions.php of my child theme
and then I show it by adding a shortcode block and adding [custom_primary_menu].
This code works only to show the main menu.// Crear un shortcode para mostrar el menú
add_shortcode( 'custom_primary_menu', function() {
if ( has_nav_menu( 'primary' ) ) {
ob_start();
wp_nav_menu( array(
'theme_location' => 'primary',
'container' => 'nav',
'container_class' => 'custom-navigation',
) );
return ob_get_clean();
} else {
return '<p>No hay un menú principal asignado</p>';
}
} );Forum: Everything else WordPress
In reply to: Navigation block does not workHi! i didn’t get a solution as it’s a wordpress native js bug, so what i did was to put the navigation in a custom shortcode and then called it in the location i wanted.
Forum: Everything else WordPress
In reply to: Mobile Manu is not workingHola!
Seguramente no has configurado la ruptura del menú.
Ves a personalizar > diseño >Navegacion principal y ahí pones el punto de interrupción del menú para moviles
Forum: Themes and Templates
In reply to: [GeneratePress] Añadir cabecera a una pagina padre e hijosHello!
Sorry, I was referring to a banner, in which a featured image appears with the title of the page above it. A custom banner for a specific type of page. But there are many of them, and adding them one by one reaches a point that the element is saturated. that’s why I want to assign it to a page and its daughters.
That’s right! I missed the last box, I must not have saved it correctly! 😅
Thank you very much for all the help and sorry for the inconvenience.
Best regards 😊
Hello! of course, no problem
I followed the steps you told me about and these are the results
Best regards

Thank you so much for your quick reply!
Out of stock products appear in both situations. In the live search and then on the results page.
Thank you very much
Forum: Plugins
In reply to: [MapGeo - Interactive Geo Maps] Error when activating the pluginNow yes, by installing version 1.6.6.2 it was possible to install it without any problem. Maybe there is something in the new update that clashes with the new version of WordPress,
Thanks for your attention, best regards!Forum: Plugins
In reply to: [MapGeo - Interactive Geo Maps] Error when activating the pluginSorry.. the same error
Im using WordPress 6.4.1 if it can be of help to you
Forum: Plugins
In reply to: [MapGeo - Interactive Geo Maps] Error when activating the pluginHello!
I have deleted and reinstalled as you told me but I get the same error I told you about.Forum: Plugins
In reply to: [Fullscreen Menu] Menu hierarchiesThanks!
- This reply was modified 2 years, 8 months ago by bird_k_97.
No hay error, es la nueva actualización
Forum: Plugins
In reply to: [SEUR Oficial] Error de php con seur¡Ha funcionado estupendamente y a la primera!
Muchísimas gracias por la atención y la ayuda,
¡Un saludo, pasa un día genial!