SP Simple Portfolio Or An Alternative: Link To An External Link Or Website - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

SP Simple Portfolio Or An Alternative: Link To An External Link Or Website

GS

GREEN TAL S.A.

SP Page Builder 2 months ago

Is it possible to do something like the ‘Design Portfolio’ on the Rhino template home page, but with each item linking to external website or external link? I can't find an addon elemente in SP Page Builder that sets an original image and just when on hover, add a transparent overlay colour, a title and/or icon within the image, and link to an external element on the website; there is the Image Overlay, but this acts the other way (color overlay and on hover, original image) and the text is always shown.

Thanks.

0
1 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 months ago #201196

Hi there,

Thank you for reaching out. Please follow the the instructions. I hope it will help you.

If you use portfolio default. Follow this instructions.

templates/shaper_rhino/html/com_spsimpleportfolio/item/default.php

https://prnt.sc/KuP3WXkKfy_n

https://prnt.sc/_Xkk7uW6RFLz

<?php if ($this->item->url) : ?>
                <div class="sp-simpleportfolio-link">
                    <a class="btn btn-primary" target="_blank" href="/<?php echo $this->item->url; ?>"><?php echo Text::_('COM_SPSIMPLEPORTFOLIO_VIEW_PROJECT'); ?></a>
                </div>
            <?php endif; ?>

If you wanna use Page builder then watch the video.

https://drive.google.com/file/d/1tbN8er5xCxIeHdY0Ej6e4Cff2uHdaQaH/view

Best regards,

Toufiqur Rahman (Team Lead, Support)

0