$image_loop .= '</figcaption><a href="'.$image_url.'"></a>';
-
This reply was modified 7 years, 2 months ago by 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 7 years, 2 months ago by brizuela.