Links do not work after upgrade to 3.3.1

  • Author
    Posts
  • #124748

    Links on all of my pages no longer are working. The cursor icon does not change when I hover over the link.
    Links do not work in widgets either.
    Hovering over the menus and clicking does work.

    I deactivated all plugins and that did not solve the problem.

    Where can the incompatibility be?

    Website: mcc-nj.org

    #125607
    Zed
    Cryout Creations mastermind

    Hi,

    Links functionality is handled directly by the browser. Unless there is something invisible/transparent overlapping them, there’s no reason for links to not work.

    Unfortunately, you did not include a site URL so I cannot check for this.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #125637

    Hi. I’m experiencing links on a category page not working. The links in the widget work, but nothing in the post excerpt section, including the twitter and facebook buttons. Thanks. See the link below.

    https://bedard.com/category/toughest-school-in-north-america

    #125664
    Zed
    Cryout Creations mastermind

    How is the text widget displaying the about text after the posts inserted in that location?

    The problem is that widget is neither a float element and also doesn’t clear the previous float elements (the posts) and as such it essentially starts at the same level as the posts container but since it follows in the content it overlaps them.

    Applying the following CSS will make the posts links work fine again, but will disable the links within the widget text in return:

    #content ul.yoyo {
        pointer-events: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #125951

    Thanks. My immediate workaround was just to deal with the text widget’s purpose in another way and I removed it. Everything now works. Thanks!

    Website: bedard.com

    #137813

    Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)

You need to log in to reply to this topic.