-
AuthorSearch Results
-
October 11, 2023 at 3:07 pm #1422144
In reply to: Different logo and header settings on homepage
Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardOctober 11, 2023 at 12:01 pm #1422111In reply to: Vimeo Video in Headersection is not running
Hi,
We are able to disable the autoplay option for the second vimeo video. The background video of the color section is now playing automatically on page load. Again, please make sure to remove all cookies from the browser and perform a hard refresh before testing the page.
Best regards,
IsmaelOctober 11, 2023 at 10:33 am #1422101In reply to: no sound in mp4 video
Hey rixi,
Thank you for the inquiry.
song into a colorsection but there is no sound.
This is the default behavior of background videos in a color section, otherwise the browser will not automatically play the video due to their policy. Please note that only muted videos are allowed to play automatically on page load.
// https://developer.chrome.com/blog/autoplay/
If you want to test it, you can try the modification that we provided in the following thread.
// https://kriesi.at/support/topic/background-video-in-color-section-is-mute/#post-1270596
Best regards,
IsmaelOctober 11, 2023 at 8:50 am #1422085In reply to: cannot setting the theme
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardOctober 11, 2023 at 8:29 am #1422081In reply to: preloader align centre mobile
Hi,
Great, I’m glad that you got things working. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardOctober 11, 2023 at 7:10 am #1422072In reply to: Mouse Hower effect
„Another spontaneous question. I don’t know if it’s worth inserting a new topic for this: At some point I inserted the CSS code in Quick CSS:“
I thought the answering of the new question would be very easy:) I will open a new topic in the next werks, but I think, this topic (here) is more important:)
October 11, 2023 at 1:55 am #1422063In reply to: Social media icon colour in header
Hey gfriend70,
Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .header_color .social_bookmarks a { color: #fff; }After applying the css, please clear your browser cache and check.
Best regards,
MikeOctober 10, 2023 at 10:49 pm #1422058In reply to: Mouse Hower effect
Hi,
I’m not sure that I’m understanding what you are trying to achieve this this css, is it for a different page?
The homepage that we are looking at doesn’t use the class portfolio-item, the portfolio items are displayed in a masonry element so the correct class would be av-masonry-entry
But you would not want to remove the pointer event for all screen sizes because then on desktop the titles won’t show because the hover event has been removed.
Since currently the titles show up to 986px you could use this css:@media only screen and (max-width: 986px) { .av-masonry-entry { pointer-events: none; } }but then you are preventing people from clicking though to your portfolio content, so I don’t understand why you would want to do that.
Perhaps you are refuring to a completely different topic, if so perhaps a new thread would be better and we will try to finish this thread.
I think that I have lost track were we are at in this thread, please let us know.Best regards,
MikeOctober 10, 2023 at 6:07 pm #1422037In reply to: Cookie Banner reopen
Top .. it works.
We can close hereOctober 10, 2023 at 4:11 pm #1422024Topic: Social media icon colour in header
in forum Enfoldgfriend70
ParticipantHello, is it possible to make the social media icons white in the top right of the header?
October 10, 2023 at 3:50 pm #1422022Topic: animated numbers
in forum EnfoldStilecatalini
ParticipantHi, i added this code to obtain the description text of the animated numbers bold:
#top .my-custom-animated-numbers.avia-animated-number .avia-animated-number-content p {
font-weight: bold;
}Why doesn’t work?!
ThanksOctober 10, 2023 at 3:36 pm #1422019Hi,
Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardOctober 10, 2023 at 2:32 pm #1422015In reply to: Small bar above main menu – color change
Hi,
Thank you for the inquiry.
It seems to be working correctly on our end. Have you tried disabling the Enfold > Performance > File Compression settings temporarily? If the issue persist, please try this css code.
#top #header_meta a, #top #header_meta li, #top #header_meta .phone-info { color: #1c9066; border-color: #ffffff; text-transform: none; letter-spacing: 0.1em; font-weight: normal; text-decoration: none !important; }Best regards,
IsmaelOctober 10, 2023 at 11:56 am #1422005In reply to: Datepicker with Mac
October 10, 2023 at 11:47 am #1422001In reply to: Datepicker with Mac
but i tested ismaels code – and it does not even add the attribute.
On reading a lot of articles – the only thing that works is to add this attribute:
function remove_text_input_mode_on_datepicker(){ ?> <script type = "text/javascript"> window.addEventListener("DOMContentLoaded", function () { (function($){ $('.avia_datepicker').each(function() { $(this).attr('readonly','readonly'); }); })(jQuery); }); </script> <?php } add_action( 'wp_footer', 'remove_text_input_mode_on_datepicker', 20 );PS:
https://kriesi.at/support/topic/date-picker-form-issue-mobile/#post-1422097October 10, 2023 at 10:17 am #1421987In reply to: Datepicker with Mac
if you need it now – you can have here a solution from ismael:
https://kriesi.at/support/topic/date-picker-form-issue-mobile/#post-1419995October 10, 2023 at 10:06 am #1421986In reply to: Website crash when php is updated
Yes – Mikes way to update is the way i prefer too! – if the versions are not so distant to each other. That is a big jump from 4.8 to 5.6
To have a rollback to this older version, I would use the following update procedure.
https://kriesi.at/support/topic/some-hints-and-advice-to-update-enfold/#post-1056107October 10, 2023 at 8:55 am #1421979In reply to: Mouse Hower effect
next hint: if you open a page on a device with touch screen options : you will have on html a class: touch-device
so if you like to style those devices with touch – you can use that btw. if you use it as :.responsive:not(.touch-device)you can set stylings for non touch devices.
PS: denke aber auch daran, das selektoren nur dann wirksam sind, wenn die Spezifität höher als die existierend Regel ist – siehe z.B.
https://kulturbanause.de/blog/css-spezifitat/du siehst, das ID’s mit 100 Punkten und Klassen nur mit 10 Punkten.
man sollte nicht allzuhäufig zu der Nutzung des !important übergehen. Oft reicht es wenn die neue CSS Regel einige ID’s beinhaltet.
wie die ID am body tag: #topOctober 10, 2023 at 5:32 am #1421965In reply to: Show only custom elements to editors.
Hi,
Thank you for your patience
Your only option for now is to use the avf_allow_drag_drop filter to adjust which user roles can interact with the builder elements. However, it’s still not possible to restrict access only for CET. Usage examples can be found in the following threads
// https://kriesi.at/support/topic/shop-manager-user-role-permissions/#post-1370646
// https://kriesi.at/support/topic/alb-does-not-work-with-user-role-editor/#post-1293830Best regards,
IsmaelOctober 10, 2023 at 4:40 am #1421956In reply to: CSS for Icon in Button
Hey Celeranttechnologycorp,
Thank you for the inquiry.
You can add this css code to adjust the style of the button. Make sure to replace the Youtube icon with the Play or Right Arrow icon.
#top .avia-button-wrap.av-lnizxc6d-66ff2ca80883e92473e33c8c2dbd9656-wrap .avia-button { border-radius: 10px !important; line-height: 1em !important; } #top .avia-button-wrap.av-lnizxc6d-66ff2ca80883e92473e33c8c2dbd9656-wrap .avia-button .avia_button_icon { font-size: 1.5em; left: 1em; background: #ffffff; border-radius: 200%; color: red; padding: 5px; } #top .avia-button-wrap.av-lnizxc6d-66ff2ca80883e92473e33c8c2dbd9656-wrap .avia-button .avia_iconbox_title { top: -4px; }Unfortunately, you cannot add different css class names for the items in a button row element.
Best regards,
IsmaelOctober 9, 2023 at 9:57 pm #1421946In reply to: Mouse Hower effect
Wow, there have been a lot of really helpful messages in the meantime. I always delete the cache after each session, but after Mike’s editing at least some things work now:) In portrait format everything is displayed as I wanted, in landscape format it doesn’t work yet. The tablet I’m looking at has the dimensions 810×1080, but there are also Din A4 iPads on which everything should work as well as possible. Is that possible? The effect also includes a slight white shimmer over the respective pictures/headings. Is it also possible to set the effect so that it is only visible on devices that do not have a touch function?
Another spontaneous question. I don’t know if it’s worth inserting a new topic for this: At some point I inserted the CSS code in Quick CSS:@media (hover: none) {
.portfolio-item:hover {
pointer-events: none;
}But for some reason it doesn’t work on my iPad… Do I have the possibility to change this?
Thank you so much for helping me like this, although I’m sure there are much more important things to do:)October 9, 2023 at 6:17 pm #1421937In reply to: Image Hotspot Links
Hi,
Thanks for the link to your page, I think the solution will need to have the hotspots only show on click, not on hover like it is now. Will that be ok?
I’m thinking that this script could be modified to also allow the right side links to also open the tooltips, please include and admin login so we can try.
What is your plan for mobile devices? Currently below 767px the tooltips are displayed below the image and do not popup, are you going to keep it like this?Best regards,
MikeOctober 9, 2023 at 3:29 pm #1421924In reply to: html in exerpts does not work
i have requested that here: https://kriesi.at/support/topic/grid-with-html-code-on-overlay/
October 9, 2023 at 2:53 pm #1421920In reply to: Set masonry overlay color
Hi Mike,
I altered a filter Ismael once gave me:
add_filter('avf_masonry_entry_content', function($content, $entry, $config) { $color = get_post_meta( $entry['ID'], 'ACF-COLOR', true); $content = '<div class"acf-color" style="background-color:' . $color . ';"></div>'; return $content; }, 10, 3);And added some CSS:
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content { background: transparent; } #top .av-caption-style-overlay .acf-color { position: absolute; height: 100%; width: 100%; top: 0; left: 0; margin: 0; z-index: -1; opacity: 0.7; }Now I have the color as overlay. Works as intended. I am missing the excerpt, because the filter overwrites it. But I could load it again, if I would want to. No problem. So I think that is proof of concept. Ok?
My question is: Do I have to use this filter and make changes to the excerpt? Is there a filter to alter the Masonry overlay directly? Without my detour? Couldn’t find any more filters to check or try. Any ideas?
October 9, 2023 at 2:41 pm #1421917In reply to: Delay in viewing alterations on wegpage
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardOctober 9, 2023 at 12:49 pm #1421902In reply to: Neues Symbol “mein Konto” lässt sich nicht entfernen
Hi,
Great, I’m glad that Günter and Günter could help you out :-)
Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardOctober 9, 2023 at 11:49 am #1421892In reply to: Vimeo Video in Headersection is not running
Hi,
The video below “Erlebt Spannung und Abenteuer pur” is still set to autoplay. We tried to adjust it but we can’t update the page for some reason. Please disable the Content > Player Settings > Enable autoplay option, and make sure the cookies in your browser’s local storage are removed before testing the page again.
Best regards,
IsmaelOctober 9, 2023 at 11:31 am #1421888In reply to: Mouse Hower effect
Also tausche nur den eingesetzten css Code im Quick Css aus gegen:
(ändere je nach Bedarf diese Grenze 989px aus unter der das gelten soll)/**** Farbdefinitionen überall ****/ #top .av-masonry.description-below .av-inner-masonry-content, #top .av-masonry.description-below .av-inner-masonry-content .avia-arrow { background-color: #cde5a5; } /****** hover Verhalten abschalten für den responsiven Fall ********/ /****** bei Querformat iPad Pro 12,9inch = 1367px / bei iPad Pro 11inch = 1195px ********/ /****** bei Querformat iPad 10,2inch = 1081px / etc. pp ********/ @media only screen and (max-width: 989px) { .responsive #top .av-masonry.description-below .av-inner-masonry-content { position: relative !important; top: 100%; opacity: 1 !important; animation: none !important; transform: none !important; } .responsive #top .av-masonry.description-below .av-inner-masonry { overflow: visible; } .responsive #top .av-masonry.description-below a.av-masonry-entry { margin-bottom: 60px !important; } .responsive #top .av-masonry.description-below .av-inner-masonry-content { padding: 5px 10px; text-align: center; min-height: 65px } .responsive #top .av-masonry.description-below .av-inner-masonry-content .av-masonry-entry-title { position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); padding: 0 !important; margin: 0 !important; width: 100%; font-size: 18px !important; } }siehe hier mal : https://webers-testseite.de/gallery/
PS: die Seite nutzte ich schon einmal als testseite, daher liegt da noch ein anderer hoverstyle zu grunde. Farben etc. – ist aber für dein hover state Aspect nicht relevant.October 9, 2023 at 10:31 am #1421884In reply to: Setting background overlay
Hey,
Try adding the following CSS code to your custom CSS:
#top .av-burger-overlay-inner, #top .av-burger-overlay-bg { min-height: unset !important; }Regards,
YigitOctober 9, 2023 at 9:46 am #1421876Topic: Vimeo Popup Round 2: inline text anchor link does not work
in forum Enfoldbetaphase
ParticipantHello Ismael,
Regarding this thread: https://kriesi.at/support/topic/vimeo-popup-inline-text-anchor-link-does-not-work/
Unfortunately we’re still not there yet :-(
The revised code doesn’t take into consideration PUBLIC Vimeo links that don’t have the additional ‘unlisted’ parameter. The code should accommodate both Public and Unlisted videos. See private content below.
Thanks,
Andy -
AuthorSearch Results
Viewing 30 results - 7,621 through 7,650 (of 142,945 total)
-
Search Results
-
Hello, is it possible to make the social media icons white in the top right of the header?
Topic: animated numbers
Hi, i added this code to obtain the description text of the animated numbers bold:
#top .my-custom-animated-numbers.avia-animated-number .avia-animated-number-content p {
font-weight: bold;
}Why doesn’t work?!
ThanksHello Ismael,
Regarding this thread: https://kriesi.at/support/topic/vimeo-popup-inline-text-anchor-link-does-not-work/
Unfortunately we’re still not there yet :-(
The revised code doesn’t take into consideration PUBLIC Vimeo links that don’t have the additional ‘unlisted’ parameter. The code should accommodate both Public and Unlisted videos. See private content below.
Thanks,
Andy
