Comments on: Appearance Menus Screen https://wordpress.org/support/article/appearance-menus-screen/ Mon, 07 Nov 2022 21:28:19 +0000 hourly 1 https://wordpress.org/?v=6.2-alpha-54954 By: burnszilla https://wordpress.org/support/article/appearance-menus-screen/#comment-3588 Mon, 07 Nov 2022 21:28:19 +0000 https://wordpress.org/support/?post_type=helphub_article&p=10798352#comment-3588 I’m getting an SEO error when the link is intentionally blank in Menus. The menu code still wraps a anchor tag around the blank space making it look like a link to crawlers, when it is not. The tags need to be removed.

]]>
By: dhavalgohil7 https://wordpress.org/support/article/appearance-menus-screen/#comment-2974 Fri, 17 Jun 2022 10:49:04 +0000 https://wordpress.org/support/?post_type=helphub_article&p=10798352#comment-2974 Hello Friends,
In WooCommerce, I have disable dashboard and redirecting to my order page. using below code
function WOO_login_redirect( $redirect, $user ) {

$redirect_page_id = url_to_postid( $redirect );
$checkout_page_id = wc_get_page_id( ‘checkout’ );

if ($redirect_page_id == $checkout_page_id) {
return $redirect;
}

return get_permalink(get_option(‘woocommerce_myaccount_page_id’)) . ‘orders/’;

}

add_action(‘woocommerce_login_redirect’, ‘WOO_login_redirect’, 10, 2);

//Remove dashboard
function WOO_account_menu_items($items) {
unset($items[‘dashboard’]);
return $items;
}

add_filter (‘woocommerce_account_menu_items’, ‘WOO_account_menu_items’);

Now, session is not working as per requirement,
after clicking log-out going to login page then click to back button of browser i can see my order list.

]]>
By: peterwardleyrepen https://wordpress.org/support/article/appearance-menus-screen/#comment-2147 Wed, 02 Feb 2022 09:22:21 +0000 https://wordpress.org/support/?post_type=helphub_article&p=10798352#comment-2147 No information on the “Search” tab. I’m finding this very frustrating.

]]>
By: peterwardleyrepen https://wordpress.org/support/article/appearance-menus-screen/#comment-2115 Fri, 28 Jan 2022 17:52:26 +0000 https://wordpress.org/support/?post_type=helphub_article&p=10798352#comment-2115 No mention of how to use the Search tab. I’m not finding many pages in this tab that I know are on the site. It seems only to deliver a maximum of ten results at a time, with no pagination.

WTF?

]]>
By: shilpa1984lishi https://wordpress.org/support/article/appearance-menus-screen/#comment-1967 Thu, 13 Jan 2022 08:16:17 +0000 https://wordpress.org/support/?post_type=helphub_article&p=10798352#comment-1967 i couldn’t find the place to post a query to seek support. which is why i am posting my problem here. sorry for that. my website is femous.co.in
i need to change the position of arrow for my secondary menu which is called as “More”
the drop-down arrow position is fine. however, when the site is opened on a mobile or tablet the arrow overlaps over the text “More”. it shows fine on a desktop/laptop.
how can i shift the arrow sign, so that is doesn’t overlap the Menu Name. please help

]]>
By: Ed Mowrey https://wordpress.org/support/article/appearance-menus-screen/#comment-1789 Thu, 23 Dec 2021 01:01:44 +0000 https://wordpress.org/support/?post_type=helphub_article&p=10798352#comment-1789 In my case my appearances > menu screen does not look at all like yours, and I cannot edit.

]]>
By: dibya84 https://wordpress.org/support/article/appearance-menus-screen/#comment-1568 Thu, 25 Nov 2021 08:21:55 +0000 https://wordpress.org/support/?post_type=helphub_article&p=10798352#comment-1568 How can I remove or still , sticky footer/ bottom menu in WordPress topstore theme.

]]>
By: yvcastiblanco5 https://wordpress.org/support/article/appearance-menus-screen/#comment-1566 Wed, 24 Nov 2021 22:48:02 +0000 https://wordpress.org/support/?post_type=helphub_article&p=10798352#comment-1566 Hola buenas tardes, Me podrían ayudar por favor como puedo quitar el menú que trae wordpress por defecto y dejar solo el de la plantilla es que me aparecen 2 menus. Gracias!

]]>
By: souzadeborah https://wordpress.org/support/article/appearance-menus-screen/#comment-1419 Mon, 25 Oct 2021 22:48:28 +0000 https://wordpress.org/support/?post_type=helphub_article&p=10798352#comment-1419 Foi muito, consegui executar o passo a passo de forma fácil. Obtive sucesso!

]]>
By: born2excite https://wordpress.org/support/article/appearance-menus-screen/#comment-1092 Sat, 28 Aug 2021 08:55:00 +0000 https://wordpress.org/support/?post_type=helphub_article&p=10798352#comment-1092 As a guide for beginners, this guide provides necessary info to get started. This guide would be more useful if advanced menu creation was included. For example, creating a menu with 2 columns where one column includes multiple titles and and relevant links. The second column would have an image.

Example
Column One
One menu item could be “T-shirts” where hovering on “t-shirts” opens the menu with a title for “men” and another title “women”. Underneath “men’ would be links to men’s t-shirts and under “women” would be links to women’s t-shirts.

Column Two
A relevant image.

Graphically
Sexy T-shirts

Column 1 Column 2
Men IMAGE
T-shirt (A)
T-shirt (B)
T-shirt (C)

Women
T-shirt (A)
T-shirt (B)
T-shirt (C)

Thanks for considering.
Julian

]]>