Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

A

antonioprado

@antonioprado
About
Posts
62
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Transparent Navbar (header)
    A antonioprado

    @Richard-Keith Hello! Thank you very much for your time and the references you showed me! Finally I managed to achieve what I was looking for! Here's the code I use if someone is interested on the same thing.

    On custom <head> content:

    <script>
        jQuery(document).ready(function(){
          jQuery(window).scroll(function() { // check if scroll event happened
            if (jQuery(document).scrollTop() > 25) { // check if user scrolled more than 50 from top of the browser window
              jQuery(".navbar").css("background-color", "#ffffff"); // if yes, then change the color of class "navbar" to white (#ffffff)
            } else {
              jQuery(".navbar").css("background-color", "transparent"); // if not, change it back to transparent
            }
          });
        });
    </script>
    

    On custom CSS:

    .navbar {
    transition: background-color 200ms linear;
    }
    

    Also on the "Customize" section the navbar must be on opacity 0.

    That's all! Thank you again for your help and have a good day! :D

    General Discussion

  • Missing element
    A antonioprado

    Thank you guys!!!

    General Discussion

  • Missing element
    A antonioprado

    @edgrbnz It still missing out... I think @mariusjopen maybe misunderstood me with my "perfect" quote :D
    This happens in a couple of pages I have with "scroll to top" function... it just disappears when "On scroll element transitions" are turned on.

    Hope to get a solution soon!

    General Discussion

  • problems with the stack-element and also with image linking.
    A antonioprado

    I have the same problem working with stack element on custom phone... hope to see any improvement soon!! :D

    Bug Reports

  • Body border
    A antonioprado

    @mariusjopen Great Marius!! Always helpful and nice! Thank you!! Have a good day! :D

    Addons

  • Different menu color for each slide on Fullscreen slider
    A antonioprado

    @mariusjopen Hello Marius! Wow! That really helps! Thank you very much for the answer and the patient! Both of you!

    Have a nice week guys! :)

    Addons slider fullscreen color

  • Different menu color for each slide on Fullscreen slider
    A antonioprado

    @arminunruh Hello Armin!! Thank you very much! It works very well!!! :D

    The only thing is when "Scrolling down in the last section scrolls down to the first section" is activated, when the last slide goes to the first one, this "effect" does not work... Is there any way for it to work when this option is activated?

    Thank you again!!

    Addons slider fullscreen color

  • Transition circles + text caption Carousel addon
    A antonioprado

    Hi @mariusjopen ! I'm wondering if is possible to have small transition circles and image captions at the same time; when small circles is activated, you can't have image captions...

    Thank you in advance!

    Best!

    Addons

  • "Clicking next in the last slide..." not working on iPad and mobile devices
    A antonioprado

    @mariusjopen Thank you!! :D

    Addons
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search