Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1038447

    Hi,
    I have seen examples of the parallax feature on some enfold sites, where the image scrolls much more than on mine. How can I increase the amunt of scrolling?

    #1038930

    Hey metafora29,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1038954

    Sure. metafora-studio-arts.org
    It the one at the bottom with the text on top. I would like it to scroll more, so that the parallax effect becomes more pronounced.

    #1040312

    Hi metafora29,

    Best regards,
    Victoria

    #1040653

    Hi Victoria
    Are you entering https://metafora-studio-arts.org/?
    We recently changed http to https

    #1040673

    Hi Victoria

    #1041239

    Hi,

    This filter will increase the size of the parallax container, making the parallax effect more pronounced.

    add_filter('avf_parallax_speed','avia_change_parallax_ratio', 10, 2); 
    function avia_change_parallax_ratio($ratio, $id){
        $ratio = "0.8";
        return $ratio;
    }

    Best regards,
    Ismael

    #1042776

    Hi Ismael
    I am not sure where to paste the code snippet. I have tried pasting it directly into the Custom Css Class option of the color section, and also directly into the quick css tab in general styling. I cannot see any difference though…
    To make tests I have created the following page which only contains the paralax box

    #1042819

    Hi,
    Try adding the code to the end of your functions.php file in Appearance > Editor
    of either your child theme or the main Enfold theme.

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.