• Resolved brizuela

    (@brizuela)


    Hi – Image/Ads Link URL, it doesn’t work???

    It makes a link to description, not to url.

    Can I edit the code in some file to correct?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter brizuela

    (@brizuela)

    Now It’s OK!!

    /httpdocs/wp-content/plugins/templatesnext-onepager/templates/home-images.php

    I’d found a error on on Line 98.

    $image_loop .= '</figcaption><a href="'.$image_subtitle.'"></a>';

    correct is:

    $image_loop .= '</figcaption><a href="'.$image_url.'"></a>';

    • This reply was modified 5 years, 10 months ago by brizuela.
    Thread Starter brizuela

    (@brizuela)

    $image_loop .= '</figcaption><a href="'.$image_url.'"></a>';

    • This reply was modified 5 years, 10 months ago by brizuela.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Section Images/ADS – link not working’ is closed to new replies.