Remove burger menus in Eighties theme - php

How can I remove the burger menus in the Wordpress theme "Eighties" and replace it with a traditional navigation menu (logo left & menu right) above the header image.
I've tried teeaking the header.php and functions.php but my PHP skills are limited and I'm coming up short.
Any help would be much appreciated.
n.b. I can't just change the theme.
theme site: eighties.me

Any details on what you have tried would have helped.
In WordPress in your css tab add the following code to hide the navigation buttons
.site-toggles{display:none}
And I suggest you use a menu plugin for your website.
https://wordpress.org/plugins/tags/navigation
https://wordpress.org/plugins/multi-level-navigation-plugin/screenshots/
Please mark this as the answer if it helps you out. Cheers.

Related

How do I create a category filter like this in wordpress

How do I create a dropdown for categories on the right sidebar in wordpress. I looked at some tutorials but all of them shows how to create a menu with dropdown that goes in the header.
I want the category filter to be like this specifically in the sidebar. Does this require extra plugin or can be done in the wordpress itself?
Any help would be appreciated. The wordpress theme is Hueman.
I figured it out. In case anyone else wants to know. Here's how:
Install the classic widgets plugin
Drag the categories to your widget area

wordpress footer not in footer.php

I'm attempting to add to my church's website's footer, but the information in the footer is not pulling from the footer.php file. I've spent all day going through various php and css files and I cannot find where this information is pulling from. Would anyone be able to help me figure out from where this information is pulling? Also, if it helps, I'm using the theme church, a child theme of the omega theme.
The site is: https://cocsh.com/
Thank you in advance for any help you're able to provide!
admin > appearance > customize > footer "OR" this will be inside in theme option menu on left side of admin ... theme option > footer .

How to apply sidebar template to menu sidebars that are created by the user on a page in wordpress

I am new to wordpress and I want to get the same layout as sidebar template for my menu that I have added to my page. Below is the image of the sidebar template.
I want the blue color line effect at the top of the sidebar on my other menu sidebar that I have created. Below is the screenshot of the menu that I have added as a sidebar.
Can someone tell me how can this be achieved? Thanks in advance
If you can't achieve it with your plugins or your theme then you will have to do it by adding CSS.
To do this you still need a little knowledge in HTML and CSS.
If you want to fix it quickly the simplest way would be:
Inspect element (sidebar with blue line) with your browser
Find the CSS styles that you need
Create a CSS class and add the styles to it (in styles.css or (if your theme has one) in the custom css field)
Add this class to the sidebar (with a plugin like: https://wordpress.org/plugins/widget-css-classes/)

Adding plugin to sidebar file in WordPress

So im in the middle of creating a site with WordPress but now Im stuck at the sidebars.
In sidebar.php-file I have added some text and CSS rules as a test and they are shown at the site as a sidebar. However, I want to show the forum's latest posts in this sidebar instead.
Im using a plugin called "tt post viewer". I tested it out on a page at the site and it shows me the latest post.
But im not sure what code I should add to the sidebar.php-file so that the plugin print the latest post at the sidebar.
And if it's possible?
https://wordpress.org/plugins/tt-post-viewer/
Would be grateful if anyone could help me out.
Thanks!
yours sincerely, Winterwind
You don't need to add code to the sidebar. Make sure your sidebar is wdiget-ready and just drag and drop the widget in the Wordpress Backend into your sidebar.

Magento navigation menu

I am trying to reorganize my navigation menu. I want it to have only one product page button and a couple of CMS pages. I don`t want any categories on it. I know how to put additional buttons to the menu, but if I try to remove the category the whole menu disappears. Any suggestion? I am runing the latest magento with a custom theme.
P.S. I tried to edit the top.phtml site but I am not very confident with coding.
Thanks
you can change menu as you want to customize and want to add your link
app\design\frontend\your_package\your_theme\template\page\html
add your link to topmenu.phtml
hope this will sure help you.
You can read this tutorial - Adding Page Links to the Main Menu

Categories