Hi Support Team,
i need some advice, (portfolio preview) how to change the image name appears below the image, not above it on the home page.
thanks
-Nizam
Portfolio Thumbnails at front page.
2 posts from 2 voices-
Posted 1 year ago #
-
Hello,
Look for includes > loop-portfolio.php. Find this lines.
echo "<h1 class='post-title portfolio-title'>"; echo "<span class='primary-background title-span'></span>"; echo "<a href='".get_permalink()."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".get_the_title()."'>".get_the_title()."</a>"; echo "</h1>";Cut it then place it below this lines.
$forceSmall = true; $slider = new avia_slideshow(get_the_ID()); $slider -> setImageSize($image_size); if(!empty($avia_config['portfolio_ajax'])) $slider -> set_links(get_permalink()); echo $slider->display($forceSmall);Hope this helps. :)
Regards,
IsmaelPosted 1 year ago #
Reply
You must log in to post.














