Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter mikazuchi

    (@mikazuchi)

    I noticed that in the html code of the page between the tags “Background Manager” nothing comes out

    <! – Background Manager Start ->

    <! – Background Manager End ->

    Anonymous User 4048828

    (@anonymized-4048828)

    Hi,

    There does not appear to be a background link associated with the image.

    – Go to the Background Manager (WP Admin -> Appearance -> Background)
    – click “Image Sets” menu for Background Manager
    – click on the active image set (or select the “Edit” link for it)
    – When you click on an image, in the upper-left corner you will find an edit icon (looks like a piece of paper/notepad with a pencil), click on it
    – On the “Edit Image” window that appears, near the bottom of it you will find a “Background URL” – enter the full URL, ie., “http://wordpress.org&#8221; here for that image. You will have to do this for any image that needs to be click-able.

    If you still experience trouble with it after setting the background URL, let me know and I will have another look at the website.

    Thread Starter mikazuchi

    (@mikazuchi)

    [But the link in the background still does not work]

    Ok, you were right, I added the url in the wrong field.
    Now I have entered as indicated by you and in the html code of the page is:

    <! - Background Manager Start ->
    <a id="myatu_bgm_bg_link" class="myatu_bgm_fs" href="http://besport.org/places/richiedi-accessi/"> </ a>
    <! - Background Manager End ->

    But the link in the background still does not work.
    I think it’s a problem with css, but I can not solve it.

    Can you help me?
    thanks again

    Anonymous User 4048828

    (@anonymized-4048828)

    Hello,

    The theme is covering the background with a <div> element. You can fix it by adding the following in the “Custom Stylesheet” of your active Image Set (found underneath the images):

    #page {
      max-width: 962px;
      margin: 0 auto;
    }

    Hello myatu,
    The plugin is great!
    But I have the same problem, the link does not work in the background.
    The site is http://goo.gl/CpHKv

    I followed all of your suggestions, but I can not create a background with link …

    Can you help me?

    Thanks

    I’ve same problem…. here not work click able link: http://goo.gl/TVSq3W

    How i can fix?

    Anonymous User 4048828

    (@anonymized-4048828)

    @domainor: The wp_footer() appears to be commented out in your theme:

    <!--<?'php wp_footer(); ?>-->

    It is required for Background Manager as well as many other plugins, so will have to be re-enabled again.

    Anonymous User 4048828

    (@anonymized-4048828)

    @alexan1983: You have a similar problem to @domainor, but in your case, there’s a fatal PHP error that stops WordPress from completing the footer of your page:

    Fatal error: Image: Imagetype (jpg) not supported for reading. in .../home/wp-content/plugins/imageExtractor/class.ImageToolbox.php on line 461

    In addition, your theme has a <div align="center"> element that is covering your background. However, this div element does not have an ID or classname, so adding the following to the “Custom Stylesheet” of the active Image Set may not work:

    body>div {
      max-width: 990px;
      margin: 0 auto;
    }

    Thanks myatu, you’ve solved my problem!

    Great plugin and great support!

    thx myatu, that was a plugin not compatible with version 5.3 of php, now iam back in 5.2 and fix plugin before, and reinstall an try to fix with tyour help thnxxxxx

    Hello there Myatu… great plugin, but I have problem like many other here… my background link not working. Any ideas?

    http://www.hormad.com/srnp_v2/

    Thanks in advance.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘background link not working’ is closed to new replies.