-
AuthorSearch Results
-
August 20, 2025 at 11:59 am #1488300
In reply to: Fullscreen slider
Hi Ismael,
thank u, it works :)
BUT – only desktop.
On mobile I’ll be shown a message, that I’Ve to install a fallback-picture.
In addition, do you’ve any solution for that issue.thx in advance
AndreasAugust 20, 2025 at 10:47 am #1488294Topic: Clicking flags in mobile menu doens’t work
in forum Enfoldpelgrimrat
ParticipantDear people at the support forum,
I am creating a website on this domain:
For translating, I am using the plugin GTranslate.
It works fine on desktop, however on mobile, clicking the flags in the burger menu doens’t do anything.I have contacted GTranslate and this is their respone:
I see your burger menu is being generated dynamically based on the desktop menu and it is controlled by wp-content/themes/enfold/js/avia-snippet-hamburger-menu.min.js
Make sure that when it copies language selector elements the javascript events are preserved.Is there any code that you can give me to fix this problem?
Any help will be highly appreciated!August 20, 2025 at 10:01 am #1488290In reply to: WCAG 2.1, Keyboard Access
Dear Enfold Experts, I am not too sure what Envatojlc’s comments have to do with my original question but this has not been addressed so far anyhow, so might have slipped through.
The situation is the following:
a) WP Accessibility Plugin activated
b) small green border configured in WP Accessibility to mark where the Keyboard Tab key jumps to for all Buttons / links that can be addressed via Keyboard
c) Entering the Home Page
d) Press Tab Key once => jumps to change contrast button from Accessibility Plugin, green border, all fine. 2nd time Tab key pressed => jumps to change font size from Accessibility Plugin, green border, all fine. 3rd Time Tab pressed => jumps to top of page, no button visible, no green border, looks like a jump into nowhere, totally unclear where the cursor is.When checking this with the Firefox Inbuild Dev Tool for accessibility it states for the Header Banner: clickable elements need to be interactive and focused. So there is something in the Header generation that fails. Can you please check? And of course I would like a future feature (similar to the link color configuration in the theme) to configure the Keyboard accessible elements Coloring or Settings in the Enfold theme instead of outsourcing that to WP Accessibility.
thanks Anja
August 20, 2025 at 7:48 am #1488285In reply to: increase size of logo and burger icon on mobile view
All seems to work now!
but please: https://kriesi.at/support/topic/use-code-tag-for-posting-snippets-e-g-implementing-google-tag-script/to check your code it would be easier if you use the code tag here on the board.
August 20, 2025 at 7:38 am #1488284In reply to: Sticky Mobile Header
is this a transparent header on desktop view?
then you had to adjust on fixed non-transparent header the padding-top of #mainAugust 20, 2025 at 3:44 am #1488281In reply to: Fullscreen slider
Hi,
Thank you for the update.
Try to add this css code to prevent the video from showing black bars on screens with different aspect ratios.
#top .avia-builder-el-0 .av-element-cover iframe, #top .avia-builder-el-0 .av-element-cover embed, #top .avia-builder-el-0 .av-element-cover object, #top .avia-builder-el-0 .av-element-cover video { object-fit: cover; }Best regards,
IsmaelAugust 19, 2025 at 8:43 pm #1488269In reply to: increase size of logo and burger icon on mobile view
I think I got it. You are awesome. Please check to see if correct :
/* TEXT SHADOW FOR – Fullwidth Easy Slider – Headline: */
.avia_transform .av_slideshow_full .active-slide .avia-caption-title,
.avia_transform .av_fullscreen .active-slide .avia-caption-title
{text-shadow: 1px 1px 1px #717070;}/* TEXT SHADOW FOR – Fullwidth Easy Slider – Caption Text: */
#top .avia-slideshow .av-slideshow-caption .avia-caption-content p {
text-shadow: 1px 1px #717070;
}/* TEXT SHADOW FOR – ALL H1 headlines: */
.av-special-heading h1 {
text-shadow: 1px 1px #717070;
}/* TEXT SHADOW FOR – SPECIFIC H1 headlines: */
.av-special-heading.av-nlr5x-bb365aeef7c91c871c871ed41100301d h1 {
text-shadow: 1px 1px #717070;
}/* TEXT SHADOW FOR – subheading text: */
#top .av-subheading p {
text-shadow: 1px 1px #717070;
}#header_meta a, #header_meta span {
font-size:16px !important;
}.phone-info {
font-size: 18px;
}@media only screen and (max-width: 1023px) {
#header {
position: fixed !important;
height: 120px !important;
max-height: 120px !important;
}#top #header.av_header_transparency #header_meta {
background-color: transparent;
}#header_main {
border-bottom: none;
}#header:not(.av_header_transparency) #header_main {
box-shadow: 0 5px 5px rgba(182,182,182,0.75);
}.responsive #top .av-logo-container ,
.responsive #top .logo a,
.responsive #top .logo img,
.responsive #top .logo svg {
height: 120px !important;
max-height: 120px !important;
line-height: 120px !important;
}.responsive #top .av-main-nav .menu-item-avia-special a {
height: 120px !important;
line-height: 120px !important;
}.responsive.html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
background-color: transparent !important;
}#top .header_bg {
background-color: transparent !important;
}#top #header:not(.av_header_transparency) .header_bg {
background-color: #FFF !important;
}.responsive.html_mobile_menu_tablet #top .av_header_transparency .logo img.alternate,
.responsive.html_mobile_menu_tablet #top .av_header_transparency .logo .subtext.avia-svg-logo-sub {
display: block !important;
}.responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > img,
.responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > svg {
opacity: 0;
}/*** das hier individuell anpassen je nach dem ***/
#top #header.av_header_transparency #header_meta .phone-info * {
color: #FFF !important;
}.html_mobile_menu_tablet .header_color #header.av_header_transparency div .av-hamburger-inner,
.html_mobile_menu_tablet .header_color #header.av_header_transparency div .av-hamburger-inner::before,
.html_mobile_menu_tablet .header_color #header.av_header_transparency div .av-hamburger-inner::after {
background-color: #FFF;
}
.html_mobile_menu_tablet .header_color #header.av_header_transparency .menu-item-search a:before {
color: #FFF;
}
.responsive.html_header_top.html_mobile_menu_tablet #top #main {
padding-top: 120px !important;
}
.responsive.html_header_top.html_header_transparency.html_mobile_menu_tablet #top #main {
padding-top: 0 !important;
}
}@media only screen and (max-width:1023px) {
#avia-menu .menu-item {
display:none
}
.av-burger-menu-main.menu-item-avia-special {
display:block
}
}@media only screen and (max-width:767px) {
.responsive.html_header_top.html_header_transparency.html_mobile_menu_tablet #top #main #av_section_1 .content {
padding-top: 150px
}
}-
This reply was modified 7 months ago by
bemodesign.
-
This reply was modified 3 months ago by
Yigit.
August 19, 2025 at 8:13 pm #1488268In reply to: Enfold theme update
Hi,
Great, I’m glad that you found the problem. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardAugust 19, 2025 at 7:07 pm #1488265In reply to: Sticky Mobile Header
I am using this and it is working, but I am getting a bunch of extra padding under the Logo/burger:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
position: fixed;
}August 19, 2025 at 10:51 am #1488242In reply to: anchor link issue with sticky header on mobile
see the image below – the top is where the anchor link lands now due to sticky and transparent header.
I’d like it to land like the 2nd image, with the top of the color section at the top of the page (under the header).
Is that possible?
thanks
NancyAugust 19, 2025 at 7:21 am #1488232In reply to: increase size of logo and burger icon on mobile view
but for your trials to have sticky header on mobile – my advice is to erases the code and replace it with ( It is difficult to identify the issue with the existing code. Therefore, I would prefer to start over.) :
@media only screen and (max-width: 1023px) { #header { position: fixed !important; height: 120px !important; max-height: 120px !important; } #top #header.av_header_transparency #header_meta { background-color: transparent; } #header_main { border-bottom: none; } #header:not(.av_header_transparency) #header_main { box-shadow: 0 5px 5px rgba(182,182,182,0.75); } .responsive #top .av-logo-container , .responsive #top .logo a, .responsive #top .logo img, .responsive #top .logo svg { height: 120px !important; max-height: 120px !important; line-height: 120px !important; } .responsive #top .av-main-nav .menu-item-avia-special a { height: 120px !important; line-height: 120px !important; } .responsive.html_mobile_menu_tablet #top #wrap_all .av_header_transparency { background-color: transparent !important; } #top .header_bg { background-color: transparent !important; } #top #header:not(.av_header_transparency) .header_bg { background-color: #FFF !important; } .responsive.html_mobile_menu_tablet #top .av_header_transparency .logo img.alternate, .responsive.html_mobile_menu_tablet #top .av_header_transparency .logo .subtext.avia-svg-logo-sub { display: block !important; } .responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > img, .responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > svg { opacity: 0; } /*** das hier individuell anpassen je nach dem ***/ #top #header.av_header_transparency #header_meta .phone-info * { color: #FFF !important; } .html_mobile_menu_tablet .header_color #header.av_header_transparency div .av-hamburger-inner, .html_mobile_menu_tablet .header_color #header.av_header_transparency div .av-hamburger-inner::before, .html_mobile_menu_tablet .header_color #header.av_header_transparency div .av-hamburger-inner::after { background-color: #FFF; } .html_mobile_menu_tablet .header_color #header.av_header_transparency .menu-item-search a:before { color: #FFF; } .responsive.html_header_top.html_mobile_menu_tablet #top #main { padding-top: 120px !important; } .responsive.html_header_top.html_header_transparency.html_mobile_menu_tablet #top #main { padding-top: 0 !important; } }and next: synchronise the switch point of your burger menu with those settings for your header.
means@media only screen and (max-width:1023px) { #avia-menu .menu-item { display:none } .av-burger-menu-main.menu-item-avia-special { display:block } }for your content inside the first section there should be more distance to header on smaller screens! …
in addition :@media only screen and (max-width:767px) { .responsive.html_header_top.html_header_transparency.html_mobile_menu_tablet #top #main #av_section_1 .content { padding-top: 150px } }August 19, 2025 at 7:14 am #1488231In reply to: increase size of logo and burger icon on mobile view
on #main you set the padding-top to zero for all headers – so add that rule in your media query setting
@media only screen and (max-width:1024px) { .responsive .logo img, .responsive .logo svg { max-height:120px } .responsive #top #wrap_all .main_menu { height:120px } .responsive #top #header_main>.container .main_menu .av-main-nav>li>a, .responsive #top #wrap_all .av-logo-container { height:120px; line-height:120px } .responsive.html_header_transparency #top #main { padding-top: 0 !important } .responsive:not(.html_header_transparency) #top #main { padding-top: 120px !important } }August 19, 2025 at 4:18 am #1488226In reply to: Tab Section Title Width
Hey lauragale2020,
Thank you for the inquiry.
You can use this css code to adjust the width of the tab section title:
@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ .av-inner-tab-title, .av-tab-arrow-container, .av-tab-section-icon, .av-tab-section-image { width: 200px; } }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward. Let us know the result.
Best regards,
IsmaelAugust 19, 2025 at 3:43 am #1488220In reply to: Small screens doesn’t show all pages in menu
Hey JoStudioDeRijp,
Thank you for the inquiry.
Unfortunately, it’s not possible to make the submenu scrollable. Have you tried moving the menu item with the long list of submenu items to the top of the first-level submenu? Another option is to split the submenu items.
Best regards,
IsmaelAugust 19, 2025 at 3:03 am #1488216In reply to: increase size of logo and burger icon on mobile view
Hi,
You can make the header fixed, but it’s not recommended on mobile view. If you still want to proceed, include the following css code in the css media query:
.responsive #top #wrap_all #header { position: fixed !important; }Best regards,
IsmaelAugust 18, 2025 at 3:55 pm #1488186In reply to: Cannot get rid of space
Hi,
I’m not sure which space you are referring to anymore, but this CSS is adding 180 pixels above the sidebar:
#top .sidebar_right { top: 180px; }Maybe you have added it in Quick CSS?
Best regards,
RikardAugust 18, 2025 at 2:57 pm #1488182In reply to: Different main menu on specific page?
Dear team,
this is an older post, but I have the same need:Pages 1,2,3,ff shall show top menu A
Pages 4,5,6 ff shall show top menu BA,B entries (i.e. which pages affected) I can define via the enfold “Design/Menu” setting
But I dont find a way to assign them to related pages.
another participant / Guenni007 recommended this plugin – but it so longer alive:
https://wordpress.org/plugins/menu-items-visibility-control/-> How can I realize the different menus for dedicated pages acc. as described above?
-> Secondly: I would like to have a different color (red) for menu A vs. menu B (green) -> howto?Thx a lot & best regards, Tilman
August 18, 2025 at 12:34 pm #1488179In reply to: Fullscreen slider
This reply has been marked as private.August 18, 2025 at 12:25 pm #1488178In reply to: Enfold theme update
Hi
I updated the theme. However, the website now doesn’t work properly on mobile: the headers and menus are not visible, so only the text on the front page can be seen.
Please can you help? It works fine on desktop. I have updated all plugins.
Thanks
KJ
August 18, 2025 at 4:59 am #1488167Hi Ismael,
Thank you for your reply, but none of those fix this issue with the theme. I need to insert a page into the product description so I have one source of truth across many products. This shortcode clearly works when previewing, but the theme throws issues when it is live.
As there doesn’t seem to be any support from Enfold devs on this, to get around this, for anyone who finds this thread in future (like I have with many other topics in this forum) and runs into the same issue – I have been able to do exactly what I want using the plugin “Insert Pages” by Paul Ryan.
August 18, 2025 at 3:37 am #1488161In reply to: increase size of logo and burger icon on mobile view
Hi,
Thank you for the update.
Did you add this css code? This causes layout issues on mobile view, specifically on pages with transparent headers.
.responsive #top #main { padding-top: 80px !important; } .responsive #top #wrap_all #header { position: fixed !important; }Please remove the code, then add this css to adjust the size of the logo on mobile view:
@media only screen and (max-width: 1024px) { /* Add your Mobile Styles here */ .responsive .logo img, .responsive .logo svg { max-height: 120px; } .responsive #top #wrap_all .main_menu { height: 120px; } .responsive #top #header_main>.container .main_menu .av-main-nav>li>a, .responsive #top #wrap_all .av-logo-container { height: 120px; line-height: 120px; } .responsive #top #main { padding-top: 0 !important; } }Best regards,
IsmaelAugust 16, 2025 at 10:27 am #1488127In reply to: Post preview image display issue
Hi,
Thanks for that. Please try this in Quick CSS to display the featured image on mobile:
@media only screen and (max-width: 767px) { .responsive #top #main .sidebar, .responsive .post_author_timeline, .responsive .template-blog .blog-meta { display: block; } }Best regards,
RikardAugust 16, 2025 at 9:46 am #1488126Topic: Change the space between table lines on mobile.
in forum Enfold95mc
ParticipantHi!
Hi, I’d like the space between table lines on desktop and mobile to be the same. Attached is an image of the desktop and tablet. I added this, and it’s reduced, but I can’t get it to match.
@media only screen and (max-width: 767px) {
.avia-data-table.avia_pricing_minimal td, .avia-data-table.avia_pricing_minimal th {
padding: 0px;
}On some screen sizes, the table gets messed up, even leaving out the image. I’ve attached images.
Could you help me?
Sorry about the SSL I´m checking.
BR,
Antonio.
August 15, 2025 at 11:14 pm #1488119In reply to: anchor link issue with sticky header on mobile
ok
Can you tell me how to have it on PC so the links land right at the top of the color section instead of above it like it is now?
I think my sticky header (height is 80px) is interfering with the position.
I changed the name of the links – see below
I tried using this from your link to have a transparent mobile header, but it’s not working:/* Transparent Header For Mobile */ @media only screen and (max-width: 990px) { .responsive.html_mobile_menu_tablet #top #wrap_all #header { position: absolute!important; } .html_mobile_menu_tablet #top #wrap_all .av_header_transparency { background: transparent!important; } }Can you see what’s wrong there?
thanks
NancyAugust 15, 2025 at 7:05 pm #1488113In reply to: Custom Social Media Icon to Top Bar (Using Image)
HERE IS THE FULL CONTENT OF THE FILE:
<?php /*
This file is part of a child theme called ProSouth.
Functions in this file will be loaded before the parent theme’s functions.
For more information, please read*/
// this code loads the parent’s stylesheet (leave it in place unless you know what you’re doing)
function your_theme_enqueue_styles() {
$parent_style = ‘parent-style’;
wp_enqueue_style( $parent_style,
get_template_directory_uri() . ‘/style.css’);wp_enqueue_style( ‘child-style’,
get_stylesheet_directory_uri() . ‘/style.css’,
array($parent_style),
wp_get_theme()->get(‘Version’)
);
}add_action(‘wp_enqueue_scripts’, ‘your_theme_enqueue_styles’);
/* Add your own functions below this line.
======================================== */
// Add NextDoor to Social Profiles in Theme Options
function avia_add_custom_social_icon($icons) {
$icons[‘Nextdoor’] = ‘Nextdoor’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);August 15, 2025 at 5:25 pm #1488108In reply to: Die Lupe wird nicht mehr angezeigt
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,
RikardAugust 14, 2025 at 11:22 pm #1488084In reply to: Easy slider description box
on the text in the blue at the top of all of the pages
I put the plugin in, just not sure how to get it to workalso I could put that text int he heading box except it is falling outside of the box when I do that
I just set it that way on the home page so you can see
maybe something with the CSS that is usedthanks again!
August 14, 2025 at 11:19 pm #1488083In reply to: Create a bottom to change the language
Hi Mike,
Sorry if I didn’t explain myself well, my English isn’t very good. The button in the footer already works, as I explained in the previous email. Sorry, the Spanish page wasn’t created because it gave an error. Now you can test it. The only thing I’m missing is creating the footers for desktop, tablet, and mobile. But the button on mobile is separate from the world image, and I’d like it to be on the same line and centered like the rest of the text. If you narrow the screen you will be able to see it. I’m sending you an image of how it is and how I would like it.
Many thanks,
BR,
Antonio.
August 14, 2025 at 10:54 pm #1488081In reply to: Easy slider description box
Hi,
The top button is the font “roboto” do you want to switch to this?Best regards,
MikeAugust 14, 2025 at 7:47 pm #1488068In reply to: Purchased Theme with Support but Cannot Post
I tried three different browsers, all with the same issue. When I go to this page: https://kriesi.at/support/ I don’t see any way to start a topic. I am looking for support on my mobile menu, which is currently not showing on phone sizing. Thank you!
-
This reply was modified 7 months ago by
-
AuthorSearch Results
-
Search Results
-
Hi!
Hi, I’d like the space between table lines on desktop and mobile to be the same. Attached is an image of the desktop and tablet. I added this, and it’s reduced, but I can’t get it to match.
@media only screen and (max-width: 767px) {
.avia-data-table.avia_pricing_minimal td, .avia-data-table.avia_pricing_minimal th {
padding: 0px;
}On some screen sizes, the table gets messed up, even leaving out the image. I’ve attached images.
Could you help me?
Sorry about the SSL I´m checking.
BR,
Antonio.
