Forum Replies Created
-
AuthorPosts
-
Cool, thats a pritty cool solution. Thanks.
Works as expected.-
This reply was modified 2 years, 5 months ago by
xeovision.
Sure, but the most member plugins have user management and payment, nothing useable for me.
I want to avoid to have all product pages double, thats a lot of work.And what i cannot solve is how to create a menu that save place.. like a pul down menu in the conent place…
dios mio .. yes, cache issue.. great thx .. so we can close this ticket
ok that is better but it seems it is only for the regular sub menu, the mega menu is not higher…
Adding this .avia_mega_div does not work/* Adjust submenu distance from main menu */
@media only screen and (min-width: 990px) {
.av-main-nav ul, .avia_mega_div {
top: 80%!important;
}
}Login added by private window
Hallo,
yes, noe, the regualr breadcrumb appers but in the basic style ..any possibility to redesign it?
There are no specific styles addedYes, the code is still there.
I found the bug, as i wanted to place the breadcrumb below:[av_section min_height_pc='25' min_height_px='40px' padding='small' av-small-custom_margin_sync='true' color='main_color' background='bg_color' custom_bg='#a5dbe5' av_uid='av-6lto8p' sc_version='1.0'] [av_textblock ][av_breadcrumbs][/av_textblock] [/av_section]
…it brakes the sub page.
I have fixed all issues now. Just one open topic, how can i add breadcrumb to the category pages on the archive pages?
All addings to function.php breakes the page-
This reply was modified 2 years, 5 months ago by
xeovision.
This settings worked, now, i was adding the breadcrum below like this: https://pastebin.com/bQ6admCq
Breadcrum was added but the content is broken of that, sidebar has jumped into the content place like before.
Any idea?This reply has been marked as private.Cool that works fine but the header should be transparent as other pages and the side bar is broken, it is below the content now.
-
This reply was modified 2 years, 5 months ago by
xeovision.
This reply has been marked as private.To be honest, the most. Some was e.g. to place selectors in () was new for me .. i have to go depper in that topic
Well, thats definitly perfect.
I think, some users would use this function for their pages as well .. many many thanks for this work.OK, i will deactivate the maintenance for some hours … https://sopratec.ch/cms21/
I would like to adopt the slide effect on the boxes in the start pageI understand, so let me show the issue:
This is how the backend is set: https://ibb.co/Jp0kRHJ
This is the frontend: https://ibb.co/qd94H6y
It is just an balc overlay that appears when you move the mouse over. The css is the same as above. I can send you the login by email, if this is more helpfulWell, i use it often because mostly the changes does not take effect on the page if i add them to the quick css.
I have add the login to PM.Many thanks @guenni007 .. i like this slowing up, nice gimmick.
I would like to have this also on the static overlays on images, can you help me with this? I have tried but do not get this animation, i think i usaing always thw wrong Styles…/** hover on img ***/ #top .av-overlay-hover-deactivate:hover .av-caption-image-overlay-bg { opacity: 0.6 !important; background-color: #000000; } #top .av-overlay-hover-deactivate .av-caption-image-overlay-bg { opacity: 0 !important; } .av-image-caption-overlay-center {opacity:0!important;} .av-image-caption-overlay-center:hover {opacity:1!important; font-size: 20px !important; } .btn-blue {background: #0097D7; font-size:50px; height:80px; width:80px; font-weight: 800 !important; margin: 20px auto !important; line-height: 75px; }
Jesus, thats fantastic…. many thanks.
But what does the star means (.grid-content *)? is it a shortcur for ground layer?This have been some test for searching the fix … it seems that the transparecy is working on the image, not on the overlay therefore the image is not visible and the overlay becomes grey (from white background) and does not show the image below.
from the logic perspective, this should work and set only the overlay as transparent bit it shows only a white background.:
.image-overlay { background: rgba(0,0,0,0.6) !important; }
@guenni007 : I tried the masonery first but i need the category selection on the to for this reference section. And this is just added in the portfolio grid, not in the masonery.
But most important ist Point 3, the transparence … any idea on that?
This is my vurrent code:/*** Portfolio overlay with title ***/ #top .grid-entry .grid-content { position: absolute; width: 100%; height: 100%; top: 0; left: 0; xxxopacity: 0; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; background: rgba(0,0,0,0.6) !important; } #top .main_color .image-overlay, #top .alternate_color .image-overlay, #top .socket_color .image-overlay {background: rgba(0,0,0,0.6) !important;} #top .grid-entry:hover .grid-content { opacity: 1; } #top .grid-entry .inner-entry a:hover .grid-content { opacity: 1; } #top .grid-entry .inner-entry a:hover { opacity: 0 !important; } #top .grid-entry a { z-index: 1;} #top .grid-entry .grid-content { z-index: 0; }
Yes, i know but i have a couple of sub links so finally the menu list woud be to logn. I need to close the menu.
TOP, This works fine. Many Thanks.
i have tried several CSS solutions but did not focues on opacity :)
Ticket can be closedThis reply has been marked as private.HI .. thanks, yes this shows the content as overlay BUT the overlay isn’t clickable anymore, on click i have set a lightbox but this overlay lays over the click function ..so lightbox does not opens
-
This reply was modified 3 years, 11 months ago by
xeovision.
No one an idea?
I have found this slution but it only add the title as overlay, not the description.`/* Portfolio overlay with title */
/* Disable default animation */
#top .grid-entry a:hover .image-overlay .image-overlay-inside {
animation: none;
}/* Overlay */
/* Portfolio overlay with title – disable default animation */
#top .grid-entry a:hover .image-overlay .image-overlay-inside {
animation:none;
}/* Portfolio overlay with title – overlay */
#top .grid-entry .image-overlay .image-overlay-inside:before {
content:”;
position:absolute;
background:#000000; /* blue */
height:100%;
width:100%;
border-radius:0;
top:0;
left:0;
margin:0;
}/* Portfolio overlay with title – remove default title below */
.grid-content .avia-arrow,#top .grid-entry .grid-content {
display:none;
}/* Portfolio overlay with title – display title on hover*/
.grid-entry a:hover:before {
content:attr(title);
position:absolute;
width:100%;
z-index:1000;
text-align:center;
opacity:1;
font-size:18px;
color:#fff!important;
transform:translateY(-50%);
animation:avia-fadein .75s 1 cubic-bezier(0.175,0.885,0.320,1.275)!important;
top:50%;
padding:0!important;
display:flex!important;
align-items:center;
justify-content:center;
}.avia_transform a:hover .image-overlay {
opacity:1!important;
}LOL, damn, i was blind … thanks for the hint .. thats exactly what i want ..
Fantastic, this works excellent.
Thank you@Ismael: no this isn’t working.
Buttons are still hidden when going back by browser.Exzellent, this works fine.
Thank youPls see PM
it is on the page called “startseite” -
This reply was modified 2 years, 5 months ago by
-
AuthorPosts