Advertisement

Ticker does not continue...and is too small...

General questions relating to Joomla! 5.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Post Reply
liekecomp2022
Joomla! Intern
Joomla! Intern
Posts: 82
Joined: Mon Aug 29, 2022 10:37 am

Ticker does not continue...and is too small...

Post by liekecomp2022 » Tue Dec 03, 2024 11:39 am

Hello,

I have made a ticker at https://ontwikkel16.comp-it-aut.nl/ in SP Page builder.
The pictures don't continue and the pictures should be higher like the ticker at: https://frankiacamperclubnederland.nl/.

Can someone help me with the correct code?

In the PAGE CSS:

Code: Select all

  <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Lichtkrant</title>
    <style>
        body {
            margin: 0;
            overflow: hidden;
            color: yellow;
            font-size: 30px;
            white-space: nowrap;
            background-color: black; /* Aanzicht verbeteren met een donkere achtergrond */
        }
        #lichtkrant 
{
    display: inline-flex; 
    overflow: hidden; 
    animation: scroll 20s linear infinite; 
    
 /* Standaard animatiestatus */
}

#lichtkrant:hover 
{
    animation-play-state: paused; /* Pauzeer animatie bij hover */
}
        @keyframes scroll {
            0% {
                transform: translateX(0); /* Startpositie */
            }
            100% {
                transform: translateX(-100%); /* Eindpositie */
            }
        }
        .lichtkrant_img {
            width:  auto;
            height: 200px;
animation-play-state: running;
object-fit: contain; /* zorgt ervoor dat de gehele afbeelding zichtbaar is terwijl de verhouding behouden blijft */
            margin-right: 20px; /* Ruimte tussen de afbeeldingen */
        }
    </style>

At the page:

<p>
<title>Lichtkrant</title>
</p>
<div id="lichtkrant">
<p>&nbsp;</p>
<a href="https://www.campercoating.eu/" target="_blank" rel="noopener"><img class="lichtkrant_img" src="/images/lichtkrant/campercoating-groen-vlak.png" alt="campercoating groen vlak" /></a> <a href="https://www.e-boekhouden.nl/" target="_blank" rel="noopener"><img class="lichtkrant_img" src="/images/lichtkrant/eboekhouden-banner.jpg" alt="Eboekouden banner" /></a> <a href="https://frankiacamperclubnederland.nl/" target="_blank" rel="noopener"><img class="lichtkrant_img" src="/images/lichtkrant/Frankia_camper_club.png" alt="Frankia camper club" /></a> <a href="https://www.comp-it-aut.nl/" target="_blank" rel="noopener"><img class="lichtkrant_img" src="/images/lichtkrant/logo-compitaut.png" alt="Logo Compitaut" /></a> <a href="https://www.dropbox.com/scl/fi/bsllm0hepov367uufd28k/Frankia-Camper-club-Nederland.docx?rlkey=nau7bw6quzbbysmhe3kpa6298&amp;e=1&amp;dl=0" target="_blank" rel="noopener"><img class="lichtkrant_img" src="/images/lichtkrant/Logo-Seminautic.png" alt="Logo Seminautic" /></a> <a href="https://www.raemacaravans.nl/" target="_blank" rel="noopener"><img class="lichtkrant_img" src="/images/lichtkrant/Raema-logo.jpg" alt="Raema logo" /></a> </div>
Last edited by pe7er on Tue Dec 03, 2024 1:44 pm, edited 1 time in total.
Reason: Added code block to code. Moved from Dutch forum to English forum.

Advertisement
liekecomp2022
Joomla! Intern
Joomla! Intern
Posts: 82
Joined: Mon Aug 29, 2022 10:37 am

Re: Ticker does not continue...and is too small...

Post by liekecomp2022 » Mon Dec 09, 2024 3:03 pm

The pictures in the ticker should appear after each other. And the pictures should be larger.
Can someone help me with the correct code in Joomla?
Outside Joomla the code works fine..
Is this because of the CSS in Joomla itself?

liekecomp2022
Joomla! Intern
Joomla! Intern
Posts: 82
Joined: Mon Aug 29, 2022 10:37 am

Need help!: Ticker does not continue...and is too small...

Post by liekecomp2022 » Wed Dec 11, 2024 11:45 am

I fixed the hight of the ticker at https://ontwikkel16.comp-it-aut.nl/. However the pictures are not shown the whole time during the ticker, see attachment.
Can someone help me with the correct code?
Outside the Joomla website it works fine, see: https://ontwikkel16.comp-it-aut.nl/recl ... krant.html.
However when using the html in the SP Page builder Welkom page and putting the css code at the page css the pictures dissappear half way.
Is should work like the ticker at https://frankiacamperclubnederland.nl/.

The DJ image slider does not provide the ticker functionality..

liekecomp2022
Joomla! Intern
Joomla! Intern
Posts: 82
Joined: Mon Aug 29, 2022 10:37 am

Ticker problem with SP Page builder

Post by liekecomp2022 » Wed Dec 11, 2024 2:35 pm

The ticker I have made at https://ontwikkel16.comp-it-aut.nl/ does not continue with all the images after each other.
The images dissappear in the middle and show up later.
The ticker should be like the ticker at https://frankiacamperclubnederland.nl/

I have added CSS code at the Welkom page and put the ticker HTML code in the text area at the Welkom page.

It works fine when I have the ticker code outside Joomla like: https://ontwikkel16.comp-it-aut.nl/recl ... krant.html.

How can I fix this with the CSS?

User avatar
Nidzo2203
Joomla! Explorer
Joomla! Explorer
Posts: 352
Joined: Sat Nov 21, 2009 4:52 pm
Contact:

Re: Ticker problem with SP Page builder

Post by Nidzo2203 » Wed Dec 11, 2024 3:27 pm


liekecomp2022
Joomla! Intern
Joomla! Intern
Posts: 82
Joined: Mon Aug 29, 2022 10:37 am

Re: Ticker problem with SP Page builder

Post by liekecomp2022 » Wed Dec 11, 2024 3:52 pm

I want the one I made working.
Can someone help me with the correct CSS code?

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 25337
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Ticker does not continue...and is too small...

Post by pe7er » Wed Dec 11, 2024 4:59 pm

Mod note: Topics merged. Please do not open new topics for the same problem.
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

liekecomp2022
Joomla! Intern
Joomla! Intern
Posts: 82
Joined: Mon Aug 29, 2022 10:37 am

How pictures all the time?: Ticker does not continue...and is too small...

Post by liekecomp2022 » Thu Dec 12, 2024 7:41 am

I want to use my own code.
What should the css be so you see the pictures continuously? At https://ontwikkel16.comp-it-aut.nl/
Just like at:https://frankiacamperclubnederland.nl/
Can someone help me?

Advertisement

Post Reply

Return to “General Questions/New to Joomla! 5.x”