Forum Replies Created
-
AuthorPosts
-
Amazing! Thanks again, Yigit.
Brilliant! It seems to have worked.
Thanks, Yigit.
I believe it’s an issue with the header. As I scroll down it’s somehow continuing to embed itself on the page.
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.
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
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.April 25, 2014 at 8:37 am in reply to: Title attrib in submenu not available option in mega menu #255967I 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?
Thanks, I will have to use the layer slider or something and create a timer.
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.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,
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.
This reply has been marked as private.March 24, 2014 at 8:59 pm in reply to: title attrib in sub menu items in a mega menu not available #242342Thanks, I will add to my list of edits. Works now!
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.
Thank you.
March 4, 2014 at 11:08 pm in reply to: Sub Menu line-height too large after fixing menu height with quick css #232442Thank you that worked out great.
March 4, 2014 at 12:28 pm in reply to: Sub Menu line-height too large after fixing menu height with quick css #232155This reply has been marked as private. -
AuthorPosts