• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • 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>
 
Kindly test it to see if it has the issue mentioned above.
In this context, my concern is strictly limited to Chevereto's functionality. I can confirm that Chevereto is behaving as expected, rendering and outputting the code exactly as provided.

1749133265959.png

Most likely you have a broken tag somewhere, get a code editor with HTML support and you should spot the error easily.
 
Back
Top