-
Search Results
-
If you’re scrolled half way down or lower on the homepage and refresh (f5) it adds a lot of white space under the main image. Any idea on how to fix?
Hello,
A problem has appeared on my website and I need your help.
Whenever I click on any of my buttons with “I would like to make an appointmnent” it automatically schrolls to top of my page and I can’t see the pop up contact form. Example:
On this page (https://www.mel-dent.si/en/dental-office) we have multiple “I would like to make an appointmnent” buttons. I would like, when I press the button, to just open pop up contact form and not scroll to top of the page. Can you help me?I need another small assistance, as in theme options I can’t add TikTok icon to my socials, as it’s not available. How can I put a TikTok icon next to FB and IG icons?
Thank you for helping me!
Best Regards, LovrovHi, 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
Elvira
