Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Putting a fixed on home page #374791

    Thanks much. That helped.

    in reply to: Putting a fixed on home page #374219

    I tried this & it still doesn’t work. I made it even simpler by totally taking it out from the page design & creating the entire element directly from js as below and then gave it the style in the quick css:

    
    $('<div id="fixed_all">')
    	.prependTo('#top.home.page > #wrap_all > #main');
    $('<a href="http://techwizdesign.com/cap/contact-us/#reqQuote">')
    	.prependTo('#top.home.page #fixed_all');
    $('<img class="req_quote" src="http://techwizdesign.com/cap/wp-content/uploads/2014/05/request-quote.png">')
    	.prependTo('#top.home.page #fixed_all a');
    

    It still cannot be seen through the slider. You must scroll down for it to be seen. This has been costing me hours already. Just extremely frustrating.

    Thanks,
    Isaac

    in reply to: Putting a fixed on home page #374084

    As seen below, I want this image there to appear immediately after page load, not just after scrolling, and it should remain there fixed on the screen position even when scrolling . I also do not want it to have any hover effects, unlike now when strange things happen to it after hovering depending on which section of the page is visible.

    Home Page

    Thanks,

    Isaac

    in reply to: Putting a fixed on home page #373780

    Hi,

    No I didn’t check out the link and see 2 obvious issues.

    1. The image is not visible when you first load the page, until you scroll down. As you begin scrolling it immediately becomes visible.
    2. As you scroll up & down notice what happens when you hover and leave the element. Different behaviors depending on the area of the page.

    I just can’t figure out what’s driving it.

    Thanks,
    Isaac

    in reply to: Putting a fixed on home page #373707

    I tried absolute and it wouldn’t show at all. It seems as if your totally in control of every image and perhaps “a” behavior, by having js listeners and they they take control.

    I am simply trying to get a fixed image on there without any of your predefined settings. A fixed image will sit in place regardless of the scroll action.

    Thanks,
    Isaac

Viewing 5 posts - 1 through 5 (of 5 total)