This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Hyperlink Bug (Page Builder Plugin)

Resolved 5 replies pluginplugin-page-builder
11 years ago · Last reply by Andrew Misplon 11 years ago

Hello, We are using Page Builder on our WordPress site and are having trouble getting hyperlinks to show up visually. They exist and are highlighted when a user scrolls over where the text is, however the hyperlinked text does not appear when just glancing at the page. We have tried fiddling with the code but it seems to be a bug with in Page Builder. Could you please confirm if this is a bug, if so please advise to if and when it can be fixed, or if there is a way around this issue in the code in the meantime. Thanks !

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 11 years, 8 months ago

    Hi William

    Please send me a link to a page with the issue and I’ll take a look.

  2. William Long 11 years, 8 months ago

    Hi Andrew,
    Thanks for answering so fast. Here is the web page http://followmyvote.com/elected-officials/rep-morgan-griffith/ and the hyperlink is called “VA – 9th District” and is located just below the text “political office”
    Thanks,
    William

  3. Andrew Misplon Staff 11 years, 8 months ago

    The issue is that Twenty Fourteen only thinks it’ll ever see widget content in the black left sidebar – Page Builder puts widget content in the primary content area. Here are a set of Twenty Fourteen helper styles for Page Builder, insert them into a Custom CSS plugin or the module that comes with the WordPress Jetpack plugin:

    /* Page Builder Twenty Fourteen Primary Content Area Input Fields and Links */
    #primary .widget input,
    #primary .widget textarea {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        color: #2b2b2b;
        padding: 8px 10px 7px;
    }
    #primary .widget textarea {
        width: 100%;
    }
    #primary .widget input:focus,
    #primary .widget textarea:focus {
        border: 1px solid rgba(0, 0, 0, 0.3);
        outline: 0;
    }
    #primary .widget a {
    	color: #24890d
    }
    #primary .widget a:hover {
    	text-decoration: underline;
    }
  4. William Long 11 years, 8 months ago

    Thanks for the feedback and code, the hyperlinks are now working properly.

  5. Andrew Misplon Staff 11 years, 8 months ago

    Super, glad we could help.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread