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
Related
I have a wordpress website "www.thegameofmusic.net". it is not completed yet. the home page is working fine but when I click on any menu item, it takes "#wpdance-" by default and redirect to home page automatically. because of this the menu page is not able to be opened. Please help!!
You should go to the "Menu" in appearance section and choose the Menu you want to change and find Home tab and then delete incorrect link
I just started to do a small project on storefront theme and I am able to remove, reorder homepage sections but I am trying to find where the actual functions located
would someone guide me where I can find the actual function for example storefront_homepage_content
1st you go to WordPress dashboard then see left sidebar and find setting tab then mouse hover on setting and click on reading.
now select a static page radio button then see your home page name.that name is your page name.
now go to pages and find same name page and click on edit.
now you able to change to your home page section.
I am facing a problem with my wordpress site.
I configured the drop down navigation menu.But after clicking on the contents of the menu my page doesn't redirect to the destination page.Although the url in the address bar changes according to the selected option,but I need to explicitly refresh the page to display that page
can anyone please suggest on this.
I create profile page for all my bloggers, now I want all of them to be show on this page : http://www.montrealguidecondo.ca/news/blog_profile/. I can see there name but I can see there picture, is there a way to add feature image to a profile page so there picture is gonna be show on the page?
thanks a lot
Depending on the theme, and if you are creating a page for each blogger, there is usually an add featured image button in the bottom right (bottom of the side bar on the right) of each of the bloggers pages that should do what you want.
As you want image of your bloggers to display on a particular page, then 1st try to install "User Photo" plugin. It is very simple to install. After that just go to the user section in admin panel. Click on EDIT of a particular blogger and provide his/her image under User Photo section. After that you only have to use <?php userphoto_the_author_thumbnail() ?> to call the image of particular blogger on your required area. I hope it will solve your issue, If not then just msg back. Thanks.
I would like to show a custom page when activate my theme with an Enter link instead of posts in the content area and also need to show same header, sidebar and footer as other pages. When click on the Enter our blog works same as other thems.Please help me.
I would create the page that you want to use as the index page in your wordpress admin panel. Then go to Readings Settings, and select Static Page, then select the new page you just created in the drop down menu to set it as the front page. Click Save Changes and the new index page will now be the first thing that visitors see when they go to your site. Does that solve your problem?