Kidzy Template - Remove Splash From Logo When Scrolling Down - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Kidzy Template - Remove Splash From Logo When Scrolling Down

JD

Jennifer Van Dam

Template 2 years ago

Hi Team,

in your preview https://www.joomshaper.com/joomla-templates/kidzy when you scroll down the splash of the logo in the menu removes itself when scrolling down

how can i archieve this, because it's not working for me. tried everything ... adding retina logo does not work (with or without splash)

thanks

0
18 Answers
Pavel
Pavel
Accepted Answer
2 years ago #98844

Hi. This CSS code does it

.sticky-wrapper.is-sticky #sp-header #sp-logo {
    overflow: hidden;
}
0
JD
Jennifer Van Dam
Accepted Answer
2 years ago #98850

does not work

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #98852

Hi

Thanks for contacting us. Could you please explain your issue a bit more? Give me a screenshot of it please.

-Regards.

0
JD
Jennifer Van Dam
Accepted Answer
2 years ago #98894
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #98903

Did you try to install the quickstart pack? QuickStart pack is a complete demo website that includes the entire Joomla package containing the CMS, components, modules, template, other necessary data, and configurations. All the files are zipped together making them larger in size. Installing the Quickstart pack will give you the template exactly as it is shown in the demo.

0
JD
Jennifer Van Dam
Accepted Answer
2 years ago #99182

Hi,

apparently not, because i did install the Quickstart

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #99286

If you have installed the quickstart pack then it should work. Please clear your Joomla and Browser cache.

0
JD
Jennifer Van Dam
Accepted Answer
2 years ago #100960

Hi Team,

still the same, and i have tested on 2 different website, just to be sure. Same behaviour

Can you let me know how it is configured in the preview website? print screen of the logo's in the "template style"? or somehow?

thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #101103

Did you follow this documentation?

https://www.joomshaper.com/blog/how-to-install-a-quickstart-package-of-a-joomla-template

You can follow this and install quickstart.

-1
JD
Jennifer Van Dam
Accepted Answer
2 years ago #101202

Hi Team,

yes this is how i installed the quickstart multiple times

1
‏‏‎ ‎J‏‏‎‎e‏‎‏‏‎‎n‏‏‎‎s W.‏‏‎
‏‏‎ ‎J‏‏‎‎e‏‎‏‏‎‎n‏‏‎‎s W.‏‏‎
Accepted Answer
2 years ago #101226

@Jennifer Van Dam

-> https://demo.joomshaper.com/2016/kidzy/index.php/en/
This preview Template by Joomshaper uses Bootstrap 3.x. and is very old.

-> https://angelus.vandamit.be/index.php/en/
Your Version of Kidzy uses Bootstrap 5.x.

As Result, the CSS Pavel provided did not work.
Both Version are quite different.

Unfortunately, I could not find a ready-made solution in a short time.
Maybe Pavel can provide a solution with the URL to your page.

Have a nice day.

0
Pavel
Pavel
Accepted Answer
2 years ago #101241

Hi @Jens.

The code that I provided is not related to Bootstrap and works regardless of the Bootstrap version. When I provided the code, I just looked at the demo site and indicated that part of the code that is in the template and which does this work. This code is also here https://angelus.vandamit.be/index.php/en/ .

Without a link to the site containing a problem, I could not provide a solution. The code provided by me above does not need to be added somewhere.

Hi @Jennifer Van Dam.

Looks like wrong property value in template.css, that the JoomShaper team should place in bug list for fix in next update I think.

To solve the problem on the angelus.vandamit.be needs to add this line of code.

#sp-header .logo {
    position: relative;
}
0
‏‏‎ ‎J‏‏‎‎e‏‎‏‏‎‎n‏‏‎‎s W.‏‏‎
‏‏‎ ‎J‏‏‎‎e‏‎‏‏‎‎n‏‏‎‎s W.‏‏‎
Accepted Answer
2 years ago #101248

@Pavel

I don't know if I have done anything to you, but please accept my apologies.

I saw that you provided CSS and it didn't work for the user.
Since no solution was ready until today, I looked at her other posts and found the URL to the actual page and compared it to the demo.
Following then pointed out the differences and that your CSS could not work with her version.
This should in no way be an attack on you.
Just a support for you and Jennifer to fix the problem as soon as possible.

Thank you very much for providing Jennifer with a solution.

I wish you also a beautiful and successful year.

0
Pavel
Pavel
Accepted Answer
2 years ago #101252

I don't know if I have done anything to you, but please accept my apologies.

@Jens, You have nothing to apologize for :) . I answered your post just to dispel your delusions about Bootstrap. And nothing more :)

Have a nice day

0
‏‏‎ ‎J‏‏‎‎e‏‎‏‏‎‎n‏‏‎‎s W.‏‏‎
‏‏‎ ‎J‏‏‎‎e‏‎‏‏‎‎n‏‏‎‎s W.‏‏‎
Accepted Answer
2 years ago #101254

I answered your post just to dispel your delusions about Bootstrap.

It was the first indicator which I found and lead me to the difference of the templates itself.
I should have made it more clear, my reply was in relation to the diffrent versions of the templates, not bootstrap itself. :(

As Result, the CSS Pavel provided did not work. Both Version are quite different

Both Template Versions "Kidzy 3.0.0" and "Kidzy 1.x demopage" are quite different, possible there is a problem within the template itself.

Thank you for bringing this to my attention, I will be a little more careful to make my answers more clear.

0
JD
Jennifer Van Dam
Accepted Answer
2 years ago #101387
#sp-header .logo {
    position: relative;
}

Hi All,

this is working for me.

Thanks

1
‏‏‎ ‎J‏‏‎‎e‏‎‏‏‎‎n‏‏‎‎s W.‏‏‎
‏‏‎ ‎J‏‏‎‎e‏‎‏‏‎‎n‏‏‎‎s W.‏‏‎
Accepted Answer
2 years ago #101392

Thanks for the feedback. I'm glad to hear that Pavel's solution worked out. Thanks to Pavel for providing the solution.

Have a nice day to all.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #101422

Glad to know that. You can now close this post by accepting the solution.

0