Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter WebDi

    (@webdi)

    I got this to work by setting the nav background as the back image for the wrapper.

    Plugin Author rahulbrilliant2004

    (@rahulbrilliant2004)

    Hi

    I am sorry but I didnt get what you are trying to do here.

    Thread Starter WebDi

    (@webdi)

    Sorry, I answered my own question.

    The design I was using called for a full browser background slideshow for which I used your plugin. On top of that, the design called for a full browser width navigation background. I achieved that by creating a narrow graphic that was transparent on the top with my background image below that. I then used that by setting that background (my nav background) as the background image for my page wrapper.

    Perhaps someone else will need to do this at some point as well.

    Thanks for a great plugin!

    Plugin Author rahulbrilliant2004

    (@rahulbrilliant2004)

    Great ??

    Can you share the URL. It would be great if I can get an idea of some enhancements for the plugin ??

    Thread Starter WebDi

    (@webdi)

    The site is not live yet and I’ve got it in maintenance mode while under production.

    I have a small problem with the functionality of the plugin. It’s working great except for one thing. I only want the full width background slider on the home page. I have the checkbox for “Check this if you want to disable slider for this post/page” on this blog index page and the slideshow is still running on that page as well as the single post pages. Is there something different that I need to do to disable the slider on the blog index page and the single post pages?

    This checkbox to disable the slider is working fine on regular pages.

    Plugin Author rahulbrilliant2004

    (@rahulbrilliant2004)

    HI

    Disabling it for post must work but for the blog index page, we do have a issue with the 3.5 version. The page takes the setting of the recent most post. So if you disable if for the recent most post it wont work on the blog page too.

    Try it and let me know

    Thread Starter WebDi

    (@webdi)

    That worked, thank you!

    Plugin Author rahulbrilliant2004

    (@rahulbrilliant2004)

    Thanks

    Thread Starter WebDi

    (@webdi)

    The site is now live and can be seen here. https://www.ultimissimo.net/

    Plugin Author rahulbrilliant2004

    (@rahulbrilliant2004)

    Wow its looking great

    Hello I’m French so forgive me for emphasis!
    how do you think we can make your scrolable plugin?
    so that the animated background scrolls with the text up and down?
    Thank you.
    I would do this on the paid version (I expect this feature to be able to buy) Thanks for a quick response if possible.

    Hello,

    I’m using this plugin and really like it. My only problem is that sometimes when you resize the browser, the images in the background distort a little bit. I would like the aspect ratio of the images to be retained at all times. So if you resize the browser, I would like part of the image to be cut off rather than stretching the image to fill the background (if necessary).

    WebDi, I see that you were able to achieve this with this plugin on your site: https://www.ultimissimo.net/ (Gorgeous site, by the way). What code did you need to add to do this?

    I would provide a link to the site I’m working on, but it’s under construction and in maintenance mode.

    Thread Starter WebDi

    (@webdi)

    Kbishop,
    I don’t recall having to add any code for that. Or perhaps I am not understanding what you mean?

    The plugin functionality I used for the home page. The secondary pages I just defined the background image using css. If you look using firefox you can see this.

    html {
    background-attachment: fixed;
    background-image: url(“https://www.ultimissimo.net/wp-content/uploads/2012/12/inner-bg.jpg”);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -1;
    }

    I don’t think that would make a difference in the affect that you are speaking of though.

    Perhaps Rahul can speak to this topic.

    Thank you so much for your quick reply. Since you didn’t add any code to ensure the image aspect ratios are retained, I figured maybe the issue was related to the pictures you used since the aspect ratio is almost 1:1, but my images had an aspect ratio of 2:1. It turns out that this was the difference. I will start a new thread as this is unrelated to the original post. Thanks again!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘any way to use a fluid full browser width navigation background on top’ is closed to new replies.