The navigation links on my tumblr sidebar don't work? - html

In my tumblr theme that I'm creating, I've run into some issues. I have my sidebar, and in the sidebar are my navigation links, but they don't seem to work. They're customisable and I can change the colour of them. The 'reblog' and 'notes' links work and do what they're meant to do but my 'home' archive' and 'ask' links don't work. They show up, but they don't actually work.
I'm not a professional, but I've looked over the code and I'm not too sure what's wrong. I've tried retyping the quotation marks and that doesn't help either. Here is a link to the code: http://pastebin.com/uEpMp8w3
Just to clarify, the problem is that the navigation links don't work when I click on them. Any ideas why? Thank you!

Related

Wordpress page menu with scrolling ability

Firstly i must say i am a complete novice in programming! That said, i need some help regarding an issue that seems for me impossible to solve.
What i need is a menu that on a single page remains fixed in the same position, (i'm not that sure but the idea is similar to a sticky menu that wouldn't be at the top) from which it's possible to scroll down to each page section with an anchorlink. I tried to use "scroll to page id" but sometimes it gets stuck, or doesn't even scroll down and worst of all, once the page scrolls the menu is gone. image for reference.
I've been looking for days through plugins, stickymenus and other stuff but still haven't found the right solution. Any suggestions?
You can define your areas as sections instead of "page ids". After that is simple to navigate through those.
The Bootstrap Scrollspy is a nice way to do that simple: Bootstrap Scrollspy example

How to edit HTML of a single page in Wordpress

(General Kenobi).
Alright, enough fun lets get to the point. I have a question about Wordpress for you guys and I hope you can help me with it. My theme supports an image as an "ad" which you can place below header (menu) and above content on the site. It is not a background, you can set BG of a page and then in theme options add image to be shown.
The problem is, this picture is now on every page, article, everywhere on site. I can live with that but I would like to know if its possible to somehow change HTML or something of a single WordPress page and replace the logo with the different image? I clearly can't do that in editor as it supports only one image for everything so that's why I'm asking to try out code change. I tried to get to the HTML but in WP Editor it shows only a few lines of PHP code.
As I'm typing this I'm realizing some huge problems it might have but I'll post this anyway, maybe some of you will have a great tip :) Thanks for helping me out in any way!
Michal

Hyperlinks are randomly clickable

Help. I just upgraded my website so that it's mobile-friendly. Now a lot of links don't work. In fact, the very same link will work in one place on the page (the menu), but then not work elsewhere on the same page. I seem to have numerous links throughout the site that don't work even though the code looks right. Even when I put in absolute coding, it still isn't clickable. I would appreciate any help.
Thanks. This is my home page: http://hotsermons.com/index.html
The problem you've added some divs on links, So when you hover on the link, you actually hover on this div not the link.
To solve this make sure you're using position and z-index properties correctly.

The content on my Tumblr theme completely disappears

For some reason the content on my Tumblr theme doesn't show up, which is very frustrating. Sometimes it will show for a split second and then vanish. I have NO idea what could be causing this. I can't post the entire theme code in here, since I don't know where the error could be, so I've put the layout code into Pastebin.
Here is the link to the Tumblr itself.
Any advice would be greatly appreciated as the theme looks perfect when it chooses to show up. :/
Remove the bottom: 1%; from the body tag.

responsive / bootstrap.css menu titles

Not sure if anyone can help me. But here's the issue. I'm making a mobile website for personal use and having a heck of a time with a free template I downloaded...
I'm wondering how I can put a title on a responsive menu of a website. When the site is visited on a desktop, a normal menu shows fine. However, when visiting on a mobile device or tablet, the site should automatically collapse the menu (which it does) and then show a single menu title that users can interact with.
Using google chrome I can inspect the element and find either a nav.php or bootstrap-responsive.css file that I can edit in order to add the menu title.
Can anyone provide any insight? I'm not sure what I need to post... The site is http://bit.ly/15TpCjW
Thanks! Let me know if I need to provide any other information!
Adding the class of brand below each icon set in your nav.php files (depending on the menu that you want to edit) will accomplish this.