Forum Replies Created
-
AuthorPosts
-
And the grid itself, means including both?
Got it.
For all others, just add this to the css as well.referenzen .grid-content { pointer-events: auto; } .referenzen .grid-image .image-overlay { z-index: 0 !important; display: none !important; }..we can close here.
Thx MikeI guess, you are on the wrong Page. I need the link in the Page Referenzen.. In the All tab there is a blue box
Where? I do not use thid function. The Text and link are in the caption
Meanwhile i could solve this.
Text is visible inside the block.BUT when i click on it, it opens the background image which is the blue color. How can i change the url link for this one specific block? or deactivate the lightbox here? This is the code i used for:
.referenzen .grid-entry .inner-entry { overflow: hidden !important} .referenzen .grid-content { display:flex; flex-flow: column nowrap; justify-content: space-around; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; padding: 10px; background: #1b2640 !important; z-index: 0; text-align:center; pointer-events: none; } .referenzen .grid-content * { background: transparent !important; } .referenzen .image-overlay { display: none !important; } .referenzen .grid-content .avia-arrow { display: none; } .referenzen .grid-entry-excerpt { font-size: 15px!important; font-style: normal!important; margin-bottom: -2px; color:#ffffff !important; font-family: ffclanproregular !important; }-
This reply was modified 1 week, 1 day ago by
xeovision.
HA ! Perfect… thx Mike
So, we can close hereok.. did the easiest way and rearranged the menu .. so this is ok now.
Thx. We can close here-
This reply was modified 1 week, 5 days ago by
xeovision.
Yes, i did :)
Thank you Guenni,
the first code works prefect.We can close here.
Hey Rikard … i will rebuild it as own footer page.
Thx for hint. We can close here.
Is this the only option? Replace footer and sockel?
Footer is done i only would like to replace the sockel with a page layoutEi caramba :)
But great, it works.
Thx – we can close hereIt is not working
SOLVED: i did the Option B
We can close here
What i see now, how to manage the shrink behavior?
Can i move it above the main menu here as well??Option A: place it above the menu
Option B: make this button in shirnk modus invisible
-
This reply was modified 4 weeks ago by
xeovision.
Top, great. Was just the size of link btn ..
Thank you
-
This reply was modified 4 weeks ago by
xeovision.
hmm .. and idea how to build 9 icons with text below in a row and make it responsive?
No need to slide .. but using text block does not really workThis works perfect.
Thank youHallo,
yes this works but one beauty thing, the black arrow stays a second longer after the sub menu disappear.The reason why i try to use the arrow is to shorten the distance from sub menu to main menu which changes with shrinking the header part.
so, on startpage the header is larger then when i scroll down … this confueses me how to reduce the distance here.. the suv menu jumps directs unter the header height … maybe there is a possibility to place the sub menu on the header like with index-x ?Yes always on hover when submenu is added
Icon should belong the the ul element. so i would be always visible when you hover the main menu.
short: always
Thx guys, great solutions.
After couple of hours of investigation i found it … i wanted to hide the top header on mobile and user the css for this
@media only screen and (max-width: 767px){
#header_meta {display:none;}
}..but how to hide the top header instead?
This works now:
#top .av_header_transparency #header_meta { display:none;}…we can close here … thx
…
-
This reply was modified 8 months, 2 weeks ago by
xeovision.
Can someone confirm this strange behaivor on iphone?
This is the issue: https://bpc-weris.de/apple-safari-ssue.mp4
I cannot find the bug
-
This reply was modified 8 months, 2 weeks ago by
xeovision.
I have deactivated all Plugins but still same issue on Safari .. The Startpage opens but when you chose another link link “Leistungen” then the page is black. Can someone test it on iphone? I already overwrote the Theme again but nothing .. no other settings have been made.
The keyword here is: bypass
Bypass a WordPress Password Protected Page via urlFound a solution:
Add into function.phpadd_filter( 'post_password_required', function( $returned, $post ) { if ( !is_admin() ) { if (strpos($_SERVER['REQUEST_URI'], 'password') !== false){ if( $returned && ( $_GET['passwordd'] == $post->post_password ) ) $returned = false; } } else { $returned = true; } return $returned; }, 10, 2 );Now, you can access the page with the url:
https://your-page.de/page?password=your-passwordSure,not the best protection but just for simple hidden pages
-
This reply was modified 1 year, 2 months ago by
xeovision.
-
This reply was modified 1 week, 1 day ago by
-
AuthorPosts



