Forum Replies Created

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • in reply to: Menu hover state error in Chrome #306860

    Amazing! Thanks again, Yigit.

    in reply to: Grey Bars? #306532

    Brilliant! It seems to have worked.

    Thanks, Yigit.

    in reply to: Grey Bars? #306508

    I believe it’s an issue with the header. As I scroll down it’s somehow continuing to embed itself on the page.

    in reply to: Lightbox iframe website #295728

    I set the width without an issue, I however left the height untouched ( auto). My issue is the gallery next buttons that go to the same link.

    in reply to: Lightbox iframe website #295714

    I like this implementation, and after implementing it we have one issue:

    We have multiple links say for a singup form page in the url, and we get 1of5 for example in pp nav. within the modal window (iframe)

    other than hiding this using css

    div.pp_default .pp_nav {
    display: none;
    }

    Is there a more elegant way to stop the navigation? Since the link that the button modal refers to is the same each frame of the gallery in this case. Or do you have another suggestion on how I can assign a pop-up modal window for a form page perhaps. And have link buttons on the same page that go to the link. ie cooking class one – (signup button) cooking-class two (signup-button) etc..

    This is what I am using:
    [av_button label='sign up' link='manually,http:XXX/gabrisa/cooking-classes-positano-signup/?iframe=true&name=signup1&width=600px' link_target='' color='black' custom_bg='#444444' custom_font='#ffffff' size='small' position='right' icon_select='no' icon='ue800' font='entypo-fontello' custom_class='']

    How can I make it so that each of the 5 buttons on a page does not trigger a gallery style counter in the iframe. The links are all the same so this is not ideal.

    Cheers

    in reply to: How to add php echo date to the footer socket #284902
    This reply has been marked as private.
    in reply to: How to add php echo date to the footer socket #284891
    This reply has been marked as private.
    in reply to: How to add php echo date to the footer socket #284879
    This reply has been marked as private.

    I have upgraded to 2.7 and tried adding it to the child theme functions.php and the theme functions – but still does not work. Any ideas?

    in reply to: Video Background Buffering #252500

    Thanks, I will have to use the layer slider or something and create a timer.

    in reply to: Dotted overlays on color section #245672

    Ismael,
    That was my thinking as well put all other color sections to the front – which works – but the color section with the overlay just shoots to the back and it is no longer part of the layout – it is actually sitting behind everything even the header. When you have a layer slider at the top it places everything including the top dotted layer right to the back at index:0 which is not ideal. As well, the section break you are trying to create with the dotted overlay is no longer part of the layout flow.

    in reply to: Dotted overlays on color section #245625

    Ok, I tried this, and the z-index is a big issue – I use color sections all over my pages as section break banners.

    I tried z-index:0, 1 .2 .3.4 for this new class. I also tried putting my section banner(s) color section on the top with z-index:999; But with everything, the layout layers just will not work. The class color section either gets pushed right to the back and disappears completely or sits on top and destroys the layout.

    Anyone else tried Ismael’s suggestion, and got it to work?

    Also anyone sorted out the z-index issues when using a dotted overlay on the Layer Slider WP – I would love to hear how it can be done.

    Cheers,

    in reply to: Dotted overlays on color section #245275

    Well,

    The custom css field looked promising but alas I cannot get this to work. I think I have tried everything. The dotted overlay class has to be position:absolute; ( and that blows up everything ) as well there is a z-index: issue that I can’t seem to resolve — can’t spend any more time on it. I guess there is always a revslider ( it has build in style for it ) But seems like a lot of unnecessary code for just banners.

    Has anyone else tried this and wants to help, please do? It would be a nice upgrade feature to the theme; this a very common client request.

    As well I have tried to implement this on the Layer Slider WP – but the z-index issue is still a problem – the background image always covers the dotted overlay!

    I should also note that, most implementations of the dotted overlay, position a styled div absolute – I don’t see how we can achieve the same results here…

    Revslider: does this to achieve the result
    <div class="tp-dottedoverlay threexthree"></div>

    .tp-dottedoverlay.threexthree {
    background: url(../assets/gridtile_3x3.png);
    }
    
    .tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    }

    Thanks for your help, maybe there is work-around?

    • This reply was modified 10 years, 7 months ago by AntonNovikov.
    in reply to: Dotted overlays on color section #244824
    This reply has been marked as private.

    Thanks, I will add to my list of edits. Works now!

    in reply to: How to change the color and style of the tool tips? #238201

    Thanks, I could not find it anywhere.

    If I change the background color, how do I change the little triangle pointer at the bottom?

    Could you add the css needed for this as well. Is it a border-bottom graphic element?

    Thanks, again.

    • This reply was modified 10 years, 7 months ago by AntonNovikov.
    in reply to: How to remove Shopping Cart Woo commerce? #232642

    Thank you.

    Thank you that worked out great.

    This reply has been marked as private.
Viewing 19 posts - 1 through 19 (of 19 total)