-
Search Results
-
Hi, this message piggybacks on another thread about opening the team member descriptions in a lightbox, here:
https://kriesi.at/support/topic/team-member-element-open-team-member-description-in-lightbox/I love the contribution by Guenni007 with CSS to open the lightbox in a horizontal format, so you can see the whole bio without scrolling down, and I’ve used it on this site: http://vac.eswebsitedesign.com/our-team/.
The only problem is that the.team-member-name is not going below the picture, it’s beginning at the top and to the right, like it’s wrapping around the picuture – which is great in the lightbox, but not on the element on the page. I tried making the text smaller, but that didn’t help. Here’s a screenshot: https://nimb.ws/3k21Fz. The image also isn’t taking up the whole column space. You’ll see that the row underneath has team images without the class .white-popup and the images take up all space with name underneath – need the .white-popup images above to do the same thing. Would that be possible?
This is the css from the thread mentioned above:
.mfp-content {
display: inline-flex !important;
}.white-popup {
position: relative;
background: #FFF;
padding: 20px;
width: auto;
max-width: 800px;
margin: 20px auto;
}.white-popup .team-img-container {
max-width: 300px;
float: left;
margin: 0 20px 10px 0
}When working on the start page, when scrolling down, the logo suddenly merges into another photo from the library!
The correct logo appears first, but it changes as you scroll down. In addition, the entire start page was suddenly shot, there was supposedly an automatic backup, the current one was according to the message on the dashboard. Unfortunately, the original page, which I had specially backed up, has also been changed during the backup. The menu is shot, the headline font too,
What happened and how can I repair the damage? Due to my lack of time, this is really a small catastrophe!
Please give me quick feedback. Thank you in advance.Bei der Arbeit an der Startseite ging das Logo beim Herunterscrollen auf einmal in eine anderes Foto von der Mediathek über!
Erst erscheint erst das richtige Logo, aber beim Herunterscrollen ändert es sich. Zudem ist auf einmal die komplette Startseite zerschossen, angeblich gab es ein automatisches backup, das aktueller war laut Meldung im Dashboard. Leider ist bei der Sicherung nun auch die Ursprungsseite verändert worden, die ich extra gesichert hatte. Das Menü ist zerschossen, die Schrifttypo auch,
was ist da passiert und wie kann ich den Schaden beheben? Aufgrund meiner Zeitnot ist das echt ne kleine Katastrophe!
Bitte um schnelles Feedback. Danke vorab.Topic: Disable photo scroll to top
Hi, the issue I am having is that when I scroll through photos, enfold is auto scrolling to the top to display the image, but its cutting off the caption. Is there a way to disable this
Hi folks. The elements bar in the editor is currently floating, when I am scrolling up and down the page. See the video:
https://youtu.be/r3eLv3Q_DAIIs it a feature of the latest version of Enfold that I recently activated mistakenly? It is useful when you need to add an element in the middle of a long page, but it makes it impossibile to drag elements along the page making it scrolling it automatically.
(cleared the cache, used another browswer/PC: done already)
THX
Bye,
A.-Topic: Unfix iframe aspect ratio
How do I unfix an iframe aspect ratio in Enfold. It is 16/9 and I can set the width, but the height remains proportionally same on all devices from phones to large desktops. I want the iframe to be 100% screen height no matter what screen it is on, and the width to be 90vw, which I can do. But the height shrinks the smaller the screen and nothing changes the aspecty ratio.
I am embedding a scrolling web page in the iframe and it needs to stay at 100% screen height and let the width be responsive at 90vw. The content is responsive already, it’s just the iframe I cannot change the height aspect ratio of. Is this constrained by a container I can’t fin d?
Is there a way to do this?
This is what I have:
.mfp-iframe-holder .mfp-content {
height: 100%!important;
width: 100%!important;
max-width: 90vw!important;
max-height: 100vh!important;
min-height: 100vh!important;
position:absolute;
top:opx;
left:0;
right:0;
iframe align:top
margin: 0px;
padding: 0px;
overflow-y: auto;
overflow-x: auto;
scrolling=”auto
}What has changed in Enfold 5?
on previous versions of Enfold I think it was that when the lightbox was open it was fixed, and only the body could still scroll.
This is not the best behavior, a fixed body with the lightbox open would be best.
But now we have scrolling for the lightbox container as well? Is there a reason for this?
Open an image and scroll with your mouse:
https://kriesi.at/themes/enfold-parallax/#portfolio
PS:
Looking at the old Enfold demos, I guess my assertion is not true. But wouldn’t that be a desirable behavior of the lightbox?yes i can put this to child-theme functions.php to have that:
function custom_lightbox_script(){ ?> <script type="text/javascript"> (function($) { function a() { $('body').on('click', '.lightbox-added', function() { if($('.mfp-bg').length >= 1) { $('html').css("overflow-y", "hidden"); } }); $('body').on('click', function() { setTimeout( function() { if($('.mfp-bg').length == 0) { $('html').css("overflow-y", "scroll"); } },500); }); } a(); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_lightbox_script');but i think some settings on the lightbox options will be more performant
fixedBgPos true/false
overflowY auto / scroll / hiddenHi,
1: i added a video which is hosted local.
It is set to autoplay WITH sound.
– it does not play sound. Why not?2: the player element for loudness is in the right corner but it can not be “touched / reached”.So either manually it is not possible to turn the sound on.
Its YOUR element that blocks touching it:
<div class="av-click-overlay"></div>3: The Video is full HD
Since there is the header bar with the menu users dont see the player elements on the bottom of the video.
User have to scroll down first to reach the playerelements.
How can i solve this in a way that users see the whole video WITH the playerbar without scrolling?
(I just solved it by cutting the video into 1920 x 830 instead of Full-HD and a bit CSS but i would like to have a better solution)Code and URL in private field
kind regards
ElviraHi
I added a while back the following code to display the TOC, with the help of you guys.add_shortcode('toc', 'avs_toc_function'); function avs_toc_function() { $args = array ( 'name' => 'Displayed Everywhere', 'id' => 'av_everywhere', 'description' => '', 'class' => '', 'before_widget' => '<details> <summary>Table of Contents</summary><section id="avia_auto_toc-2" class="widget clearfix avia_auto_toc">', 'after_widget' => '<span class="seperator extralight-border"></span></section></details>', 'before_title' => '', 'after_title' => '', 'widget_id' => 'avia_auto_toc_custom', 'widget_name' => 'Enfold Child Table of Contents', ); $instance = array ( 'title' => ' ', 'exclude' => '', 'style' => '', 'level' => 'h2', 'single_only' => 0, 'indent' => 1, 'smoothscroll' => 1, ); ob_start(); $toc = new avia_auto_toc; $toc->widget($args, $instance); $output = ob_get_clean(); return $output; }After the latest update i get the error Fatal error: Uncaught Error: Class ‘avia_auto_toc’ not found
if i comment the code, the pages loads but the TOC is not showing.I have a lot of posts that uses this shortcode to present the TOC.
Can you help figure out a solution.
Thank you
Hello there
I have tested my website through various devices with different resolutions and different modes.
1. The first issue I detected is landscape mode mainly on android devices. When switched to landscape, the right sidebar appears and some content is cut off. I have the option in settings turned on where for mobile devices, sidebars are switched off. In portrait mode, the sidebar does not appear. But when switched to landscape, it appears and nothing auto-adjusts. The thing is I want the mobile version on android and iPhone to be without sidebars, both landscape and portrait modes. I have attached a screenshot with the landscape mode in private content.
2. I have tested my website on other resolutions where the logo, menu, etc. overlap on certain resolutions. I have attached images of these devices in private content.
My extra coding consists of the following incase there is something in there that needs a minor change:
#scroll-top-link, #av-cookie-consent-badge {
color: #000000;
background: #f6971a;
border: 2px solid #000000;
}
@media only screen and (max-width: 479px) {
.responsive #top .logo img {
max-height: 100px !important;
}
}
.cmc_global_data ul li .global_d_lbl {
font-weight: 600;
font-size: 90%;
background: transparent;
color: #00000;
border: transparent;
margin-right: 0px;
}
.cmc_global_data ul li .global_data {
font-size: 11px;
white-space: nowrap;
display: inline-block;
}
@media only screen and (max-width: 767px) {
#header_meta {
display: none;
}
}
h1 {
font-weight: bold;
color: #000000;
font-size: 24px;
}
h2 {
font-weight: bold;
color: #fff;
font-size: 18px;
}
.slide-meta {
display: none!important;
}#top #wrap_all .avia-post-nav {
background: rgb(246 151 26 / 72%);
height: 150px;
}
.avia-post-nav:hover .entry-info-wrap {
width: 300px;
}
.avia-post-nav .entry-info {
width: 275px;
height: 120px;
}Let me know as soon as possible how to fix these issues :)
Hey Gunter,
I was wondering if the Horizontal Gallery ALB element could get some attention soon.
Would really enhance the usefulness of this element if it had the following features:
– Autoscroll on/off
– Continuous scroll (eg: when it gets to the last slide it continues to the first one, rather than hitting a dead end) on/off
– Use either images or posts (exactly like the Accordion Slider, where you can select either Image based, or Entry based)
– Display of captions/text on/offOn this last point, we have some custom code to output the images title or ALT on the page (see private field), but can’t seem to work out how to get a Caption to display. When building the element and inserting the gallery, you can setup captions and an image link. But this caption never seems to get outputted in the page code anywhere? Could it be? That way at least we could use that as a title for the images, but without affecting the image title/ALT tags globally (as these images are in use in other areas of the site as well).
Finally, just a Q to do with adding image links via the gallery. I see that it adds any custom link to the media library’s data as well. So does this mean that if this image is used in other parts of the site as well, that this image will always link? Is there a way to add links to the images in the Horizontal Gallery that wouldn’t allow that?
I hope that all makes sense, and I can’t wait to see what you have in store for Enfold 5 :)
Thanks Gunter,
Tim.
