• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Incorrect Banner Redirect Issue: Inside Viewer Top Leads to Inside Viewer Foot Banner URL

Version
4.3.2
PHP version
8.1.32
Database driver
MySQL
Database version
8.0.36
Web browser
EDGE

yhsiao

Chevereto Member
When setting up banners for both the "Inside viewer top (image page)" and "Inside viewer foot (image page)" at the same time, clicking on the banner in the "Inside viewer top (image page)" leads to an incorrect URL (it actually redirects to the URL of the banner in the "Inside viewer foot (image page)" ). Please verify this issue. Thank you.
 
Unable to replicate.
This is my banner code. Kindly test it to see if it has the issue mentioned above. Thank you.

Inside viewer top (image page) banner code:
Code:
<a href="https://example1.com " target="_blank">
  <img src="https://image1_url.jpg"
       alt="example1.com"
       style="width: 100%; max-width: 720px; height: auto; aspect-ratio: 720 / 50; object-fit: cover;">
</a>

Inside viewer foot (image page) banner code:
Code:
<a href="https://example2.com " target="_blank">
  <img src="https://image2_url.jpg"
       alt="example2.com"
       style="width: 100%; max-width: 720px; height: auto; aspect-ratio: 720 / 50; object-fit: cover;">
</a>
 
Back
Top