How to make a submenu appear like number one (text “New”) and like number two (2 submenu columns).
Like the picture in this link https://prnt.sc/267a7hc
Hi,
You can make a menu with submenus using this guide https://www.wpbeginner.com/wp-tutorials/how-to-create-a-dropdown-menu-in-wordpress-beginners-guide/ to add the “New” text you need to do like this https://pastebin.com/2R7Pw2MK -> https://i.imgur.com/MqA4JMA.png and the results -> https://i.imgur.com/1EVmZAU.png
I hope this will help you!
Thanks, but how to make it look like two columns like this http://prnt.sc/2682hj6
For that you’ll need to use a custom css like this one -> https://i.imgur.com/YIMLJbY.png
#menu-td-demo-header-menu-1 li ul li ul {
width: 20em!important;
padding: 1px 0 0;
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
Set the code in the theme panel > custom code> custom css.
I hope this will help you!
Hi manishkrawat, I see that you have the Newspaper theme, not the Newsmag theme.
Also, I do not understand if your problem is related to this topic. Here is discuss about how to make a specific menu, is this what you want?
IF the problem is when you click on add new post, please make a test, use a default theme from WordPress and see if the problem persist, if yes, then most probably it is a problem related to host. If the problem is only with Newspaper theme, please check to see if there is not a plugin conflict, make a test using only tagDiv plugins.
Also please make sure that all theme requirements are set like in this quid -> https://forum.tagdiv.com/requirements-for-newspaper/
Also, do you get some error message when you try to add a new post ?
Thank you!