Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

But Does it Run Bootstrap? #275

Open
ThisGuyHasTwoThumbs opened this issue Oct 26, 2018 · 0 comments
Open

But Does it Run Bootstrap? #275

ThisGuyHasTwoThumbs opened this issue Oct 26, 2018 · 0 comments

Comments

@ThisGuyHasTwoThumbs
Copy link

ThisGuyHasTwoThumbs commented Oct 26, 2018

hey,

I've got a Bootstrapped WP site and the parallax plugin seems to be half-working when implemented.

It firstly doesn't load the background image until F12 is pressed, which .. well won't work haha most user evens don't know what half the F buttons do.

Then it carries on, outside the container which is kinda ok, can be worked around but would be nice by default to keep to the container it's in.

HTML:

<div class="row full-width-div parallax-window"
     data-parallax="scroll"
     data-over-scroll-fix="true"
     data-image-src="<?php echo plugins_url('vendor-module/images/'); ?>/features-background.jpg"
>
    <div class="col-sm-12" id="features">
        <div class="row">
            <div class="features-container col-sm-6">
                <img src="<?php echo plugins_url('vendor-module/images/'). 'placeholder.jpeg'; ?>" class="img-responsive" />
                <p>TAGLINE</p>
            </div>
        </div>

        <div class="row">
            <div class="features-container col-sm-6 col-sm-offset-6">
                <p>YET ANOTHER TAGLINE</p>
                <img src="<?php echo plugins_url('vendor-module/images/'). 'placeholder.jpeg'; ?>" class="img-resposnive" />
            </div>
        </div>

        <div class="row">
            <div class="features-container col-sm-6">
                <h3>HEY, YOU GUESSED IT. A TAGLINE</h3>
                <img src="<?php echo plugins_url('vendor-module/images/'). 'placeholder.jpeg'; ?>" class="img-responsive" />
            </div>
        </div>
    </div>
</div>

so it uses data-* tags (I have tried using JS but same result).

Would you like CSS?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant