This is not a PHP or HTML issue, but a CSS issue. Your top menu is overlapping with the top of the content, so when you place the mouse over the link you are in fact still hovering over the top menu. You can see this in the developer tools of your browser:
If I remove the height: 33px
from #topmenu
, the content shifts a bit down and the link becomes clickable again:
Related Posts:
- Upgrade to WP 3.2/ and Server to php5 breaks theme? [closed]
- Customize WordPress>Error Page
- Strict Standards Error bootstrap navwalker
- PHP Deprecated: Non-static method should not be called statically
- How to disable 3.1 “Admin Bar” via script for the admin user?
- First wordpress blog, should I make my own theme for maximum customizability?
- The seventh parameter passed to add_submenu_page()
- WordPress settings API error when checkbox unchecked
- How do I remove RSS feeds from themes?
- WordPress Errors in generated by theme check plugin [closed]
- Is using eval() ok in this scenario
- Fatal error: Call to undefined function get_header()
- How to list all images in uploads directory except those that are attached to any post
- Custom URL parameters in template files
- Parse error: syntax error, unexpected T_ENDWHILE in
- Featured Images are not able to be set
- Apply different Class for each element in a foreach()
- defining a folder location in order to recall it
- How to enable thumbnails in RSS dashboard widget
- WordPress shows error related to allow_url_fopen
- Getting php_network_getaddress error : No such host is known?
- Call to undefined function add_menu_page() on theme activation
- Displaying icon image for WordPress post formats, is there a cleaner way to do this?
- Is there any tool to find lines of codes responsible to generate front-end HTML elements?
- Website pagespeed problem
- What Does “Cannot modify header information?” Mean
- How do I modify the ‘more’ link in a feed
- Theme Check errors of theme code
- Unwanted empty line at the beginning of document
- HTTP Error when uploading images over specific dimensions
- How to use multiple check-box values to work in a function and insert values in database
- WordPress 6.x / PHP 8.x deprecated warnings in development environment
- WordPress Animation Adjustments
- PHP Parse error: syntax error, unexpected ‘endwhile’ (T_ENDWHILE), expecting elseif (T_ELSEIF) or else (T_ELSE) or endif (T_ENDIF) on line 124
- How to handle theme activation errors?
- Get_header raises an 500 internal server error
- WordPress files break if I edit them, but adding a closing PHP tag fixes it
- Strip HTML tags on custom code from the_content
- Strict Standards Error bootstrap navwalker
- RSS feed url showing page not found. How to solve it?
- WordPress causing all code to be displayed on line 1. Receiving multiple errors after cleaning cookies and cache
- Show post thumbnail only if it exists using timthumb
- Im using a right approach to use this class inside WordPress theme?
- PHP warning: Undefined array key 2 in feed.php
- Making update notification functionality for my themes
- How to determine if WP_DEBUG is enabled? [duplicate]
- Where do I find the functions triggered within a hook?
- One button to change all settings in theme customizer?
- How to Change CSS Variable value in Theme Customizer Live Preview
- Pagination & get_pages?
- How to resolve error “Cookies are blocked due to unexpected output.”?
- Easy WordPress theme creation tutorial? [closed]
- How do I add a post to a menu
- Where is definied the theme location for the main menu in a WordPress template?
- How to handle custom form submission?
- menu behavior is not as expected
- My custom theme does not load the translations
- Disable front-page.php template
- Gutenberg – editor-font-sizes in functions not working
- Same ACF on two different pages
- Custom Field returning Numerical Value for Image rather than URL
- which is the best way to customize nav-menu-template.php?
- Default string not appearing want to translate
- How to make a local cache of mshots images
- 2 localizations inside a WordPress theme
- Child Theme’s style.css not loading in mobile browser
- Broken theme, template is missing
- WordPress page/blog incorporated into static website
- wp_enqueue_script not working?
- Premium theme licensing of php called through AJAX
- is_single() works in plugin, not in theme?
- Issue on Accessing To Ajax Enqeued File to Pass to URL for Ajax Call
- pass wordpress template directory into ajax url call
- Custom jquery not code not working in wordpress
- License of the used Bootstrap Theme is not GPL compatible
- Customize Option Framework
- How to correctly load a different version of main menu based on the user language in WordPress? Is it a good solution?
- How to include posts with a theme
- Under theme folder, what’s sequence of action for index.php, page.php, single.php?
- Register a custom post type as public = false, but have content appear in search engines?
- Code for unique user visit count on every page WordPress
- My custom taxonomies are not showing up in the admin menus
- get main URL from subdirectory with php
- WordPress single.php get_header not working
- How to add custom theme in hosting server?
- Infinite loop when nesting have_posts()
- WordPress Custom Theme : Theme Builder vs ACF vs Gutenberg
- Is_single not working properly in genesis
- Is there a way to search for a missing endif?
- Debugging slow WordPress Theme Customizer (Any option similar to Query Monitor)?
- How to show children pages as array
- Not able to get the exact URL of the file on server located in active wordpress theme
- How do I keep images in posts below a certain size without editing the post?
- Theme options not displaying correctly after theme update
- Is it possible to customize the layout of Gallery Shortcode?
- How can i use archive.php for indexing wordpress default posts?
- What to do when child theme is out of date with parent theme
- Using is home to get content [closed]
- Image Size wrong during upload
- How I can give a php page a style from my theme