Navigation menu bar - wordpress

In navigation menu bar clicking on home or service both tab color changes. Either it should change the color of clicked tab or it should remain the same.
Site

I got your problem.
Edit your home page and look at services section. i think you are using visual editor. so please remove your gap section from top of the services and put it above section.

Related

Wordpress Mobile view Sidebar

Good day,enter image description here
I'm building an ecommerce website on wordpress
I have a sidebar on my products page but when on mobile view, the sidebar is seen after all the contents on the website.
Is there any way I can make a button that will be sticky and when its clicked the side bar will show on mobile view
I want it to lool like what's in the picture or the link below enter link description here
I'm using astra theme
Thank you...
Maybe u can inspect your browser (right click - inspect) and check your properties in elements when you click the "sidebar" html tag.
On the right side you will finde the Sytles properties where you can try out your changes.
I guess you have to adjust the width.
Edit: If you work with elementor you have the possibility to add css code in the tab "additional css".

Hide bottom bar or download button in iPushPull

I am embedding iPushPull in a WordPress Site. I have setup all and data is showing properly on this page:
https://www.daytradingcrudeoil.com//test-data/
I want to hide the whole bottom bar or just share and download button. For that I tried this:
[ipushpull_page folder="r1" page="MyDataPage" height="325px" btn_share="no" btn_download="no"]
as in the example on iPushPull page but nothing happens, buttons are still there.
How can I remove or hide these buttons?
Customising or hiding the bottom bar is only possible if you have a paid-for package. The bottom bar cannot be changed if you have a free account. See the answer on the FAQs page for the iPushPull WordPress plugin.

How to change home button image in wordpress page?

Hello friends,
Actually i was new to wordpress website development. So i am facing a problem. I want to change the image of a home button located on top menu bar which open's the home page of my website. I want to change it with the logo of my website.
My webpage is:
https://drive.google.com/file/d/0B7ZYgqpGqmsdbUdvLUk0eU0zS0U/view?usp=sharing
In the above i want to replace the "MUSE" text to a image/logo of my company and when i click on this image it open's the home page of my website.. Please help me guys..
What i actually want is like this site :
http://www.sikhchannel.tv/
They are using their website's logo on which when user clicks, it open's home page.
You can set your own custom menu from “Appearance => Menu”. You can change the menu name from the labels of the items.
Source: google.com
From your screenshot, it seems you're using the "Muse" theme.
You should find the logo upload in the theme configurator: http://docs.grandpixels.com/muse/#theme-customizer

WordPress menu - Show a pop-up box when clicked

I would like to click or hover on the links on the right and have it bring up the associated page/post as a pop-up. I have used the primary WordPress nav menu, that can be edited from the dashboard. But WordPress menus contain either pages, links, or categories. What one of those three should I use in the menu, to bring up an associated pop-up? The pop-up will look like this:
I thought a post would be a good one. A page will take the user to a new page which is not really what we want. We want it all to stay on this page.
You should use "lightbox gone wild" from this link. I have used in my site and
it is working very fine. There are many features in it like, next-previous button, close
button, open popup inside popup. For any help you can contact me. I have used it in my site

Wordpress link different color custom menu

I'm currently working on a Wordpress website with an custom jQuery menu. And everything is working fine except for one thing. I want to add a active class to an menu item that corosponds with the current page.
So basicly when the viewer is on the page "catering" I want the catering menu button the have an different style then the rest. But because it's wordpress I can't put in the html so I guess it has to be done with PHP but that's really not my thing.
So I was wondering if any of you could point me in the right direction. Here is the link to the website http://no-illusions.nl/projecten/kokaanhuis/wordpress/# no pages are currently working but when you hover over a button a brown layer appears, I want that layer to be static (when it's down) on the current home page but can´t figure out the best way to do it.
Use wp_nav_menu (http://codex.wordpress.org/Function_Reference/wp_nav_menu). It attaches a current-menu-item class, as well as a few other useful classes (current-menu-ancestor, etc) for styling. Plus you'll also be able to easily edit the menu with the menu admin page.

Resources