Hi Rikard,
Yes, I did try both Chrome and Safari. I just tried a private window on Safari and I still get the spinning wheel when trying to access the Avia layout builder elements (see screen shot). BTW, this happens on other pages using the AviaLayout Builder instead of Default. Pushing this further, I managed to finally get to see the elements and modify them after logging out and logging back in. But this trick only last a little while since I need to repeat this step if I stop working for a while and I wish to get back to it.
I have also noticed that I have problems saving changes when working on modifying attributes or changes in variations on product pages. I must use the same trick as described above to regain access to product editing.
It’s very puzzling. Can you take a second look?
Thanks in advance.
Philip
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,
Rikard
hm – if so – then it had to be a part of your layerslider – because on my testpage i got an advanced layerslider too on top – but ajax search acts normal.
https://webers-testseite.de
or https://webers-testseite.de/advanced-layerslider/
sorry Typo in link
Hi Yigit, i am still searching for the root cause, as time is very limited right now. What i found is: If i remove the LayerSlider at the top it does not looses focus anymore. It only happens if the layer slider is there after a slide is switched and it starts to show the text on the new slide. If i have any more Updates ill post here.
How can I change the style here? I would like to: 1. Change this text to German. 2. Change the appearance here so that it looks like 3 (black background, white text).
4. I would like the header on the homepage to be invisible and only appear when scrolling in the mobile view. And it should also be like this in the desktop view – currently, the header doesn’t appear at all when scrolling (desktop view).
Thanks, Alex
Hi,
We create a horizontal scroll for small screens:
Could be possible that when the page loading the scroll will be in the middle?
Many thanks.
BR
Hello,
I was able to fix the image problem with additional CSS.
There is still an issue with the search box in the top right corner of the nav bar. When you enter search terms, a drop-down appears with results; however, it closes really quickly, and you cannot click any of the results. How do I fix this?
Also, when you go to a product detail page, it use to show the details, but after an update, you now have to click details like it’s a button. How can I make it always visible again?
Example: https://dpfsource.com/product/ct350-da/
Thanks
css depends on the place where you show it – f.e. in the top header:
#top #wrap_all .av-social-link-bluesky:hover a {
color: #fff;
background-color: #1185fe;
}
#top #wrap_all .av-social-link-bluesky a svg * {
fill: var(--enfold-header_replacement_menu_color);
}
#top #wrap_all .av-social-link-bluesky a:hover svg * {
fill: #FFF
}
Hi, I’d like the logo on my website https://www.avvocatoambienteesicurezza.it to be visible only in the mobile version.
I added the code .logo { display: none !important; } to the CSS, but obviously it hides the logo everywhere, even in the desktop version. Can you please help? Thanks, Gianluca.
Hi,
Please also keep in mind my previous post about how caching plugins work with javascript and the limitations with screen sizes.
Best regards,
Mike
Uta GleiserGuest
Dear Kriesi Team, I am using the Enfold Child Theme 1.0
When my homepage was built in 2018, I paid the Enfold Theme costs to the person who built it, but I never received the license.
The site is still running on Version 1.0, but there are now difficulties with PHP updates.
I guess it’s because I never updated the Enfold theme. Is it possible to buy a new license and update my site? Please let me know. Then I will buy a new one.
Hey Uta,
Quintuple post, closing.
Best regards,
Rikard
What does: Quintuple post, closing. mean?
How can I get the new update? How can I pay for it? And how much does it cost? I cannot find any help on this topic on your site. Please let me know how i can purchase an update for my homepage and if a new update will fix the PHP problem?
Thanks Uta
you can try:
#top .avia-featureimage-slideshow .avia-caption-title a {
display: inline-block;
line-height: 1.4em;
background-color: rgba(0,0,0,0.3);
backdrop-filter: blur(4px);
padding: 5px 8px;
border: 2px solid #FFF;
border-radius: 5px
}
Just leave out the border styling if you don’t like to have it. I’ve now adjusted it so that it fits the button.
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,
Rikard
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,
Rikard
the position of those arrows is set in testimonials.css by:
#top .av-large-testimonial-slider .avia-slideshow-arrows a {
margin-top: -1px
}
so if you like them above the content area – try:
@media only screen and (max-width:767px) {
#top .avia-testimonial-wrapper {
overflow: visible !important;
}
#top #wrap_all .av-large-testimonial-slider .avia-slideshow-arrows a {
margin-top: -50px;
opacity: 0.5;
}
}
but you had to be shure that the content from above the testimonials does not come into conflict with that area.
Hey mntsrvcs,
Thank you for the inquiry.
This is possible, but you will need to directly modify the includes > loop-search.php file. Please check the links below for more info.
— https://kriesi.at/support/topic/add-featured-image-to-search-results/#post-249161
— https://kriesi.at/support/topic/change-layout-search-results/#post-1359284
Best regards,
Ismael
Hello,
I purchased extended support for my current site. My site is running Woocommerce and I am trying to add product images to the search results page. I have tried using the Advanced Woo Search plugin, but it is not working, and I believe it is due to a conflict with the Enfold theme.
Also, I have a search box in the top right corner of the nav bar. When you enter search terms, a drop-down appears with results; however, it closes really quickly, and you cannot click any of the results. How do I fix this?
Hi
I have a variable product (see below) on my site but the price span is not showing up.
I disabled all plugins to check but that didn’t change anything.
Added this code:
#top .price span {
display: inline !important;
}
but same result. Only the first price is there.
Can you see what’s wrong?
thanks
Nancy
Hi Mike,
Thank you very much. I removed custom-slider-nav
But dot not showing on mobile with
/* Hide dot navigation on desktop devices */
@media only screen and (min-width: 768px) {
.avia-slideshow-dots {
display: none !important;
}
}
/* Hide arrow navigation on mobile devices */
@media only screen and (max-width: 767px) {
.avia-slideshow-arrows a {
display: none !important;
}
/* Optional: Ensure the dots are visible on mobile if they were hidden by another setting */
.avia-slideshow-dots {
display: block !important;
}
}
see my edit above – posting the same time
try:
#top picture.avia_image {
display: flex !important;
}
and maybe you like to have more contrast on hovering the images:
#top a.avia_image .av-image-caption-overlay-center {
position: absolute;
top: 50%;
transform: translateY(-50%);
display: grid;
margin: 5px 25px;
font-size: 1.2em
}
#top a.avia_image:hover .av-image-caption-overlay-center {
color: #940000;
background-color: rgba(255,255,255,0.6);
backdrop-filter: blur(4px);
}
#top .av-image-caption-overlay-center p {
margin: 10px 0 !important;
}
Hi,
As the title says, I would like to have on easy slider arrow navigation on desktop and dot navigation on mobile.
I have tried this, but it doesn’t work. Any idea? Thank you.
/* Hide dot navigation on desktop devices */
@media only screen and (min-width: 768px) {
.custom-slider-nav .avia-slideshow-dots {
display: none !important;
}
}
/* Hide arrow navigation on mobile devices */
@media only screen and (max-width: 767px) {
.custom-slider-nav .avia-slideshow-arrows a {
display: none !important;
}
/* Optional: Ensure the dots are visible on mobile if they were hidden by another setting */
.custom-slider-nav .avia-slideshow-dots {
display: block !important;
}
}
Hallo zusammen!
Ich habe die Schritte wie in https://kriesi.at/support/topic/pop-up-lightbox/#post-1429407 beschrieben umgesetzt und dann den Shortcode von einem Formular eingefügt. Mein Ziel ist es, ein Formular in einem Popup anzuzeigen, wenn man auf einen Button klickt.
Also:
function magnific_popup_with_no_scroll_and_button() { ?>
<script>
(function($) {
$(window).on('load', function(){
$('.open-popup-button a').addClass('open-popup-link');
$('.open-popup-link').addClass('no-scroll');
$('.open-popup-link').magnificPopup({
type:'inline',
midClick: true,
callbacks: {
beforeOpen: function () {
$('body').css("overflow-y", "hidden");
},
close: function() {
$('body').css("overflow-y", "auto");
},
},
});
});
})(jQuery);
</script>
<?php
}
add_action( 'wp_footer', 'magnific_popup_with_no_scroll_and_button', 99 );
Das in die functions.php eingesetzt.
Eine Code-Box mit folgendem Inhalt erstellt:
<div id="open-popup" class="popup mfp-hide">
<p>[av_layout_template template_id='popform']</p>
</div>
Und auch das im Quick-CSS hinzugefügt:
.popup {
position: relative;
background: #FFF;
padding: 20px;
width: auto;
max-width: 500px;
margin: 20px auto;
}
Weil es nicht funktioniert hat habe ich auch das noch hinzugefügt:
add_filter('avia_allow_shortcodes_in_codeblock', '__return_true');
add_filter('avf_alb_support_modal_templates', '__return_true');
Leider funktioniert es nicht. Es öffnet sich ein Modal aber darin steht nur der Shortcode. Ich bin ratlos. Kann mir bitte jemand dabei helfen das hinzubekommen.
Link zur Testseite im PC.
-
This topic was modified 3 months, 4 weeks ago by
felix_frank.
-
This topic was modified 3 months, 4 weeks ago by
felix_frank.
the filter avf_logo_subtext is nice to have both Logo Image and Text
try instead:
function use_text_logo_only($logo){
$link = apply_filters( 'avf_logo_link', home_url( '/' ) );
$logo_tag = "h1";
$logo_heading = "Wayne Anderson";
$alt = get_bloginfo( 'name' );
$title = get_bloginfo( 'name' );
$logo = '<a class="logo text-logo" href="'.$link.'" alt="'.$alt.'" title="'.$title.'"><'.$logo_tag.'>' .$logo_heading.'</'.$logo_tag.'></a>';
return $logo;
}
add_filter('avf_logo_final_output','use_text_logo_only');
and on quick css:
(maybe with your header setting – you had to adjust the css a little bit )
#top .logo.text-logo {
display: flex;
justify-content: left;
align-items: center;
width: auto;
}
#top .logo.text-logo h1 {
margin: 0 !important;
font-size: 30px; /* adjust to your needs */
text-transform: uppercase !important;
}
PS: if you like to have different alt and title tags replace in the snippet above with hardcoded strings
$alt = "your alt attribute";
$title = "your title attribute";
and if you do not like to have a h1 – just replace to a different tag ( h2, div, span etc. ) but then you had to adjust the css to that tag
see example page: https://webers-testseite.de/background-video/
Hi,
link : https://pc-lab.fr/?bypass_code=FmUELDTcVMozUyFI
I’m refering to the small bar on top of the normal menu bar.
The menu item, “FAIRE UN DON“, as set in the secondary menu parameters should be coloured, and the “NOUS REJOINDRE” should be outlined.
Moreover, I’d like to try to increase their font size.
Hope I’m more clear.
BR
-
This reply was modified 3 months, 4 weeks ago by
Ad-Min747.
Hi,
The filter we recommended was placed in the style.css file instead of the functions.php file. We removed it and added the following script instead. The text will still display with a slight delay, but the transition should now be disabled.
add_action('wp_footer', function() {
?>
<script>
jQuery(document).ready(function($) {
$(".avia-fold-unfold-section").each(function() {
var $section = $(this);
var $container = $section.find(".av-fold-unfold-container");
if ($container.length) {
$container.css({
"max-height": "none",
"transition": "none"
}).removeClass("folded").addClass("unfolded");
}
var $buttonWrapper = $section.find(".av-fold-button-wrapper");
if ($buttonWrapper.length) {
$buttonWrapper.css("display", "none");
}
});
});
</script>
<?php
}, 999);
We also edited the modification in the Quick CSS field.
@media only screen and (max-width: 768px) {
.av-fold-unfold-container {
max-height: none !important;
transition: none !important;
opacity: 1 !important;
}
.avia-fold-unfold-section .av-fold-button-wrapper,
.av-fold-button-container {
display: none !important;
}
#top .avia-fold-unfold-section .av-fold-unfold-container:after {
display: none !important;
}
.avia-fold-init,
.avia-fold-init-done {
display: block !important;
max-height: none !important;
opacity: 1 !important;
}
}
Best regards,
Ismael
Edit: here is the solution with working separators on those color-sections
the color-section that should react like this:
give a custom class to it: av-video-section
give a background-color to it that does not disturb your video switch (not white – something that fits to your video content
place a codeblock element on top of your color-section ( codeblock to content – not as codesnippet)
<video class="responsive-background-video"
autoplay muted loop playsinline
data-video-mobile="path/to/mobile.mp4"
data-video-desktop="path/to/desktop.mp4">
<source src="" type="video/mp4">
</video>
this to your quick css:
.responsive #top #wrap_all .avia-section.av-video-section {
position: relative;
overflow: hidden;
min-height: initial; /* taken from Enfold section setting */
}
.responsive #top #wrap_all .avia-section.av-video-section .container {
position: relative;
z-index: 1;
max-width: 100% !important;
width: 100% !important;
padding: 0 !important;
}
.responsive #top #wrap_all .avia-section.av-video-section .responsive-background-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover !important;
z-index: 0;
min-height: inherit; /* transfer from Enfold section setting */
}
.responsive #top #wrap_all .avia-section.av-video-section .avia-divider-svg {
z-index:2;
}
.responsive #top #wrap_all .avia-section.av-video-section .avia-divider-svg.avia-to-front {
z-index:100;
}
the snippet for child-theme functions.php
function custom_responsive_background_video_script() {
?>
<script>
(function($) {
"use strict";
$(document).ready(function() {
$('.responsive-background-video').each(function() {
const video = this;
const $video = $(video);
const source = video.querySelector('source');
const win = $(window);
// Get video paths from data attributes
const mobileVideo = $video.data('video-mobile');
const desktopVideo = $video.data('video-desktop');
if (!mobileVideo || !desktopVideo) return;
function updateVideoSource() {
const isMobile = win.width() < 768;
const newSrc = isMobile ? mobileVideo : desktopVideo;
if (source.src.indexOf(newSrc) === -1) {
source.src = newSrc;
video.load();
}
}
// Initial load
updateVideoSource();
// Resize handling
win.on('debouncedresize', updateVideoSource);
});
});
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'custom_responsive_background_video_script', 999);
see example page with divider : https://webers-testseite.de/background-video/
PS: Nice side effect: you could equip two sections on the same page (each loop) – you would then only have to place it in one color section:
<video class="responsive-background-video"
autoplay muted loop playsinline
data-video-mobile="hero-mobile.mp4"
data-video-desktop="hero-desktop.mp4">
<source src="" type="video/mp4">
</video>
<div class="content">Hero Content</div>
and then in another section:
<video class="responsive-background-video"
autoplay muted loop playsinline
data-video-mobile="about-mobile.mp4"
data-video-desktop="about-desktop.mp4">
<source src="" type="video/mp4">
</video>
You must then add the corresponding data-video attributes to your video links.
what you can do – ( not with enfold specific tools )!
do not set the background-image with enfold color-section settings.
put into the color-section on top a code-block element with this content
(adjust to your path and videos):
See Solution on next posts