/** * Functions and filters related to the menus. * * Makes the default WordPress navigation use an HTML structure similar * to the Navigation block. * * @link https://make.wordpress.org/themes/2020/07/06/printing-navigation-block-html-from-a-legacy-menu-in-themes/ * * @package WordPress * @subpackage Twenty_Twenty_One * @since Twenty Twenty-One 1.0 */ /** * Add a button to top-level menu items that has sub-menus. * An icon is added using CSS depending on the value of aria-expanded. * * @since Twenty Twenty-One 1.0 * * @param string $output Nav menu item start element. * @param object $item Nav menu item. * @param int $depth Depth. * @param object $args Nav menu args. * @return string Nav menu item start element. */ function twenty_twenty_one_add_sub_menu_toggle( $output, $item, $depth, $args ) { if ( 0 === $depth && in_array( 'menu-item-has-children', $item->classes, true ) ) { // Add toggle button. $output .= ''; } return $output; } add_filter( 'walker_nav_menu_start_el', 'twenty_twenty_one_add_sub_menu_toggle', 10, 4 ); /** * Detects the social network from a URL and returns the SVG code for its icon. * * @since Twenty Twenty-One 1.0 * * @param string $uri Social link. * @param int $size The icon size in pixels. * @return string */ function twenty_twenty_one_get_social_link_svg( $uri, $size = 24 ) { return Twenty_Twenty_One_SVG_Icons::get_social_link_svg( $uri, $size ); } /** * Displays SVG icons in the footer navigation. * * @since Twenty Twenty-One 1.0 * * @param string $item_output The menu item's starting HTML output. * @param WP_Post $item Menu item data object. * @param int $depth Depth of the menu. Used for padding. * @param stdClass $args An object of wp_nav_menu() arguments. * @return string The menu item output with social icon. */ function twenty_twenty_one_nav_menu_social_icons( $item_output, $item, $depth, $args ) { // Change SVG icon inside social links menu if there is supported URL. if ( 'footer' === $args->theme_location ) { $svg = twenty_twenty_one_get_social_link_svg( $item->url, 24 ); if ( ! empty( $svg ) ) { $item_output = str_replace( $args->link_before, $svg, $item_output ); } } return $item_output; } add_filter( 'walker_nav_menu_start_el', 'twenty_twenty_one_nav_menu_social_icons', 10, 4 ); /** * Filters the arguments for a single nav menu item. * * @since Twenty Twenty-One 1.0 * * @param stdClass $args An object of wp_nav_menu() arguments. * @param WP_Post $item Menu item data object. * @param int $depth Depth of menu item. Used for padding. * @return stdClass */ function twenty_twenty_one_add_menu_description_args( $args, $item, $depth ) { if ( '' !== $args->link_after ) { $args->link_after = ''; } if ( 0 === $depth && isset( $item->description ) && $item->description ) { // The extra element is here for styling purposes: Allows the description to not be underlined on hover. $args->link_after = ''; } return $args; } add_filter( 'nav_menu_item_args', 'twenty_twenty_one_add_menu_description_args', 10, 3 ); Nosotros – 4U Marketing

Somos una nueva generación de creativos digitales, somos globales y logramos proyectos extraordinarios.

Fundada en 2006 por Lucelly X, somos una agencia de marketing con 17 años de experiencia, brindamos a nuestros clientes servicios integrales especializados desde el desarrollo de marca, imagen y planeación de diversos proyectos particulares para cada cliente.


Acompañamos a los líderes de las empresas a lograr sus metas y objetivos de negocio.

C

En nuestra agencia de marketing valoramos la integridad y la transparencia. Nuestro compromiso con las prácticas éticas ha sido una fuerza impulsora. Los clientes confían en nosotros por nuestra comunicación clara, una colaboración honesta y resultados confiables.



Esta base de confianza ha sido clave en nuestra trayectoría, fomentando relaciones e impulsando nuestro éxito duradero.

4U MARKETING

We're a full-service digital agency.

Empoderar
historias de éxito.

We're a full-service digital agency.

A lo largo de los años, hemos impulsado a numerosas empresas a prosperar, manteniendo relaciones sólidas a través de nuestro enfoque colaborativo.‍

Estamos orgullosos de ayudar a las empresas a crecer y tener éxito en diferentes industrias. Desde startup´s hasta empresas establecidas, nuestras soluciones personalizadas les han ayudado a superar desafíos, alcanzar metas y lograr sus visiones.

4U MARKETING

We're a full-service digital agency.

Somos un gran
equipo global.

We're a full-service digital agency.

Somos un equipo de profesionales que incluye desde diseñadores a redactores, estrategas, product designers, mercadólogos, ingenieros, sociólogos y consultores de negocio.

Nos involucramos activamente con los equipos de nuestros clientes y sus consumidores para concebir soluciones innovadoras.

En 4U Marketing creemos en el empoderamiento sobre la micro gestión, reconociendo que los mejores resultados surgen cuando se confía y se fomenta el talento. Somos más que simples colegas; Somos un equipo muy unido impulsado por el respeto mutuo, la colaboración y un compromiso inquebrantable con la excelencia.

Lucely X

CEO

Lucely X

CEO

Lucely X

CEO

Lucely X

CEO

Lucely X

CEO

Lucely X

CEO

Lucely X

CEO

Lucely X

CEO

Asóciate con nosotros para desbloquear todo el potencial de tu presencia digital y experimenta la diferencia de trabajar con un equipo que realmente se preocupa por tu éxito.

marketing digital marketing digital marketing digital marketing digital marketing digital marketing digital marketing digital
marketing digital marketing digital marketing digital marketing digital marketing digital marketing digital marketing digital

4U MARKETING

Confian
en nosotros.

© 2023 4U Marketing S.A. All Rights Reserved

Aviso de Privacidad

Designed by 4U Marketing