• Resolved darmar89

    (@darmar89)


    Hello again,

    Is there a way custom link that i entered in admin portfolio, opens link (page) on clicking image immediately, without opening popup image? Maybe with editing some code, php or css? for example in Gallery Portfolio/Content Popup.

    Also i noticed that even if i deselect opening new tab, next to the link option, custom link always opens up in a new tab.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello Dear darmar89.

    Thank You for contacting with us and for telling us about your request. Of course your request can be make, but can you say me all your images have links or not? If yes, its possible to make. ANd about the new tab, please make sure that after ticking on checkbox, you updated the image, then pressed update gallery.

    Thank You.

    Thread Starter darmar89

    (@darmar89)

    The new tab is now working i didnt update image first.

    About custum link, yes all my images in galery have custom links.

    Plugin Author totalsoft

    (@totalsoft)

    Dear darmar89.

    Edit the widget.php file of our plugin. Find there line 5038, there must be:

    <a class="totalsoft-image-zoom" ...

    replace that row with this code:

    <a class="totalsoft-image-zoom" href="<?php echo $TSoftPort_ContPop_Images[$j]->TotalSoftPortfolio_ILink;?>" title="<?php if($TotalSoftPortfolioOpt1[0]->TotalSoft_PG_1_39=='true'){ echo html_entity_decode($TSoftPort_ContPop_Images[$j]->TotalSoftPortfolio_IT);} ?>" <?php if($TSoftPort_ContPop_Images[$j]->TotalSoftPortfolio_IONT=='true'){echo 'target="_blank"';}?>>

    Thank You.

    Thread Starter darmar89

    (@darmar89)

    Wow thank You very much!

    But i need on more favour, please can you provide me the same thing in Lightbox Gallery and Filterable Grid.

    Thank You.

    Plugin Author totalsoft

    (@totalsoft)

    Dear darmar89.

    There is no possible to make the same things on that types. I can’t make the images in link tag.

    Thank You.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom link’ is closed to new replies.