-
AuthorSearch Results
-
October 21, 2025 at 7:45 am #1490444
In reply to: Mobile Logo Not Correct
Hi,
Thank you for the inquiry.
You can add this css code to hide the default logo and display the alternate one on mobile view:
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ .responsive #top .av_header_transparency.av_alternate_logo_active .logo a>img, .responsive #top .av_header_transparency.av_alternate_logo_active .logo a>svg { opacity: 0; display: none; } .responsive #top .av_header_transparency .logo .subtext.avia-svg-logo-sub, .responsive #top .av_header_transparency .logo img.alternate { display: block; } }Result:
Best regards,
IsmaelOctober 21, 2025 at 7:07 am #1490439In reply to: button elements overlapping text
Hi,
Thank you for the screenshots.
That is normal since the Styling > Appearance > Button Position of the buttons is set to Align Left. If you want the buttons to stack on top of each other, set it to the default Align Center.
Best regards,
IsmaelOctober 21, 2025 at 6:55 am #1490436In reply to: Image in top Logo area Mobile
Hey rixi,
Thank you for the inquiry.
You can try this code in the Quick CSS field to make the header fixed and move the first section below it.
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all #header { position: fixed; } #top #wrap_all .header_color.av_header_transparency+#main>div.av-1a7rg49-0361ab150500a4dbf4236ca5f8b54140 { padding-top: 90px; } }Best regards,
IsmaelOctober 21, 2025 at 6:45 am #1490435Hi,
Thank you for following up.
For #3, please continue on this thread: https://kriesi.at/support/topic/alignment-issues-with-image-overlay-overlay-type-external-on-hover/
Another solution for your category pages is to use redirection. You can create a custom page using the Advanced Layout Builder, then set up a 301 redirect from the category page to that custom page. Please check any of these plugins.
— https://wordpress.org/plugins/eps-301-redirects/
— https://wordpress.org/plugins/redirection/Let us know if you need more info.
Best regards,
IsmaelOctober 21, 2025 at 6:34 am #1490432Topic: Mobile Logo Not Correct
in forum Enfoldimagestudios
ParticipantHi, I have my pages set to a glassy transparent header which shows the reversed out logo. The problem is, mobile wants to pull from the normal logo and it doesn’t show up. Two questions:
1) Is there a way to code the reversed out version of the logo you see on desktop to show up on mobile?
2) Can I get rid of the glassy header on the mobile view?Thank you!
October 20, 2025 at 7:52 pm #1490426the only thing that is strange is that on my real mobile device (an iPhone) the fallbackimage is shown – but the link will not open. But thats only on a real mobile device.
Next if you let yout fingers on that button a few seconds (on iPhone) a context menu will open and on open in new tab will work. ???
on all browsers i can test on my OSX ( Firefox, Chrome, Safari, Opera) Desktop all is ok.October 20, 2025 at 4:17 pm #1490412milkrow
ParticipantOn the category page generated automatically for the custom post type “Portfolio Items”, I’m seeing an alignment issue with the “image-overlay overlay-type-external” when I hover on any of the images.
I’m seeing this issue at https://libbiemark.com/artworks/1960s/. I have provided these screenshots:
In the first, you can see the hover state only appears over the top portion of the image:
https://drive.google.com/file/d/16M-TseQhrTgN4r80EhDiQEB9XeSGWSp0/view?usp=sharingIn the second, I”m showing how that image-overlay is “stuck” above the image.
https://drive.google.com/file/d/1BYkm9Zx5jV1DN8lB9q22mbqYTeXb0aIS/view?usp=sharing
The styles for “image-overlay overlay-type-extern” appear to be inline. I don’t believe I’ve introduced any css that is altering this.Lastly, if I re-enter the image area, THEN the image-overlay aligns correctly:
https://drive.google.com/file/d/17eRA_cLr9kE9SeA9_GWZ1czNcBjmQRBD/view?usp=sharingThank you for any assistance.
October 20, 2025 at 4:12 pm #1490411Hi Ismael,
Thank you for all the assistance with my questions.I understand the concern about long threads. However, I believe all of these topics are directly relevant to the subject, “How to edit the Portfolio Items Category/Archive Template and Sidebar Settings”. In fact, on the whole, most subjects and language in these support threads are less verbose. I often get “no results” when I search this forum. “How to…” articles that have more details would be helpful.
It’s unfortunate that the theme provides facility for a custom post type, but no controls for the layout of the category page similar to the blog, particularly with regard to the category template.
In #3 above, you asked for a screenshot of the issue seen at https://libbiemark.com/artworks/1960s/. I created a new thread per your request.
Thank you again for your assistance.
-
This reply was modified 3 months ago by
milkrow.
October 20, 2025 at 2:55 pm #1490406Topic: Image in top Logo area Mobile
in forum Enfoldrixi
ParticipantHi again,
could you help me how i can get a photo/image, that is already in the background of the logo area, on top of the mobile version (Handy), so that it is right behind the logo? That would be perfect :) Looks a little bit grey now.Thanks for help,
rixiOctober 20, 2025 at 2:04 pm #1490404In reply to: Warning: Undefined array key “trail_end”
Hey Rikard,

Done, always the same warning.
I have again:
– deleted cookies,
– disabled all extensions,
nothing changes.I have implemented this feature in other websites that work with Enfold :
My tests website : https://web-13-tests.fr (Identifiers on https://kriesi.at/support/topic/avia-text-block-no-longer-works/)
Mine : https://web-13.com (identifiers on https://kriesi.at/support/topic/comment-form-for-an-article-on-mobile-is-not-displaying-correctly/)
and I don’t get the same error!?What more can I do on my side?
Best regards
RollandOctober 20, 2025 at 1:15 pm #1490403Topic: Theme overriding custom css
in forum Enfoldkelsangkunden
ParticipantA recent update to Enfold stopped all our custom CSS from loading. How do I override the override?
October 20, 2025 at 9:58 am #1490395In reply to: header logo not centered
@guenni: stimmt, danke :-)
@team: topic can can be closed
October 20, 2025 at 8:24 am #1490390In reply to: header logo not centered
Hi,
The complete css code should look like:
.html_header_top.html_logo_center .logo { left: 50%; transform: translate(-50%, 0); width: 100%; } html_header_top.html_logo_center .logo img, html_header_top.html_logo_center .logo svg { margin: 0 auto; } .html_header_top.html_logo_center .logo img { left: 50%; transform: translate(-50%, 0); }Please review the modification.
Best regards,
IsmaelOctober 20, 2025 at 7:46 am #1490389In reply to: header logo not centered
Hi MIke,
this CSS is already in there – but it stay left:.html_header_top.html_logo_center .logo {
left: 50%;
transform: translate(-50%, 0);
width: 100%;
}html_header_top.html_logo_center .logo img, html_header_top.html_logo_center .logo svg {
margin: 0 auto;
}best regards Tilman
October 20, 2025 at 7:17 am #1490387Hi,
Thank you for the update.
1.) You can add this filter in the functions.php file to replace “Archive” in the main title:
add_filter('avf_which_archive_output','avf_change_which_archive', 10, 3); function avf_change_which_archive($output) { if(is_tax('portfolio_entries')){ $output = __('REPLACE THIS TEXT:','avia_framework'); } return $output; }2.) Unfortunately, it’s not possible to replace it with a custom layout without significant modifications to the theme.
3.) We can’t reproduce the same issue on our installation — please provide a screenshot.
4.) For the widgets, you can install plugins such as Widget Logic to control the visibility of the widgets.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelOctober 19, 2025 at 6:14 pm #1490375In reply to: button elements overlapping text
Hey Munford,
Your buttons are on top of each other due to position: absolute; in this custom css:.priser .avia-button-wrap { display: inline-block; position: absolute; bottom: 30px; left: 0; right: 0; }Try this instead:
.priser .avia-button-wrap { display: block; position: relative; }Best regards,
MikeOctober 19, 2025 at 4:02 pm #1490373In reply to: header logo not centered
Hi,
Try adding this css:.html_header_top.html_logo_center .logo img { left: 50%; transform: translate(-50%, 0); }After applying it, clear your browser cache & check.
Best regards,
MikeOctober 19, 2025 at 1:08 am #1490366In reply to: Sorting Posts Differently on Different Pages
HI Ismael, thank you for your response. I inserted the code into the functions, but it doesn’t seem to work.
I updated a post and classified it for the blog page, but it is still showing up in chronological order. I updated it today, so it should be at the top if that page is sorting by modified date. When you have a chance, could you look and let me know if I did something wrong? Thank you!
October 17, 2025 at 10:32 pm #1490359In reply to: Logo header transparent but not sticky Desktop
Hey gquezada1,
To make the header transparent, choose the Transparent Header option for your page:

Then to make the header not sticky, go to Theme options > Header > Header Behavior > Sticky Header and unchoose:

This is the solution for desktop, transparent headers are not supported for mobile by default, for mobile you will need to follow this thread:Best regards,
MikeOctober 17, 2025 at 8:50 pm #1490356Topic: Logo header transparent but not sticky Desktop
in forum Enfoldgquezada1
ParticipantHi, Is there a way to make the logo transparent and not sticky on the desktop and mobile?
-
This topic was modified 3 months ago by
gquezada1.
October 17, 2025 at 4:50 pm #1490353I believe I understand those instructions. However, I still have questions on how to edit the template in question.
I believe the correct template is taxonomy-portfolio_entries.php. I made a few adjustments to it…but I’d like to further customize the template.
1. I would like to remove “Archive: ” from the title (It’s NOT an “archive”. It’s a category. If I could append it somehow…like with a data attribute?
2. I would like to have some control over the layout, can this template use a page with a custom layout (like the way the Blog page can be set to a custom page)?
3. When this grid first loads, on hover, the image-overlay appears as a thin strip at the top. I could not determine how to eliminate this with css.With regard to the Sidebar, thank you for providing more clarity there!
I went to Enfold > Sidebar Settings > Sidebar On Archive Pages and chose Right Sidebar. That works.I also set Separate Sidebars For Blog And Archive Pages to Show separate Archive Sidebar on Archive Pages. That works. It exposes the Sidebar Archives widget area.
Then, I added the navigation menu widget to the Sidebar Archives widget area, but it does not display (that’s how I realized that this has to be a totally different template file: taxonomy-portfolio_entries.php). Rather, a default: Pages, Categories, Archive widget set is shown.
I don’t think its the right solution to set that navigation menu widget to Display Everywhere because that would affect other pages where I may want to have a sidebar with different widgets in the sidebar…is that the ONLY way?
Thank you for any advice (and for your patience), I really appreciate it.
October 17, 2025 at 1:47 pm #1490349In reply to: Margins for masonry grid loading delay on mobile
Yes, you solved the problem!
Thank you so much for all your time and effort!This topic can be marked as resolved.
October 17, 2025 at 12:33 pm #1490343In reply to: Transparacy header
Hey limedrop,
Please try the following in Quick CSS under Enfold->General Styling:
#top .av_header_transparency #header_meta { border-bottom: none; }Best regards,
RikardOctober 17, 2025 at 10:50 am #1490338In reply to: .scroll-down-link
hm – didn’t i mention a solution before ? …
but take this instead from https://kriesi.at/support/topic/scroll-down-link/#post-1489662 – because we have choosen before this slightly rounded version :
function avia_replace_default_icons($icons){ $icons['svg__scrolldown'] = array( 'font' =>'svg_entypo-fontello', 'icon' => 'down-open'); $icons['svg__prev'] = array( 'font' =>'svg_entypo-fontello', 'icon' => 'left-open'); $icons['svg__next'] = array( 'font' =>'svg_entypo-fontello', 'icon' => 'right-open'); return $icons; } add_filter('avf_default_icons','avia_replace_default_icons', 10, 1);and try :
#top .avia-post-nav { padding: 20px; } #top .avia-post-nav .label { position:absolute; top:50% !important; transform: translateY(-50%); height:48px; margin-top:0; } .avia-post-nav .label.avia-svg-icon svg:first-child { fill: #FFF; height:48px; width: auto; }btw: you can have on opend slide-out a different fill color:
#top .avia-post-nav:hover .label.avia-svg-icon svg:first-child { fill: #eee }October 17, 2025 at 10:04 am #1490331In reply to: Padding on search results page
I want to have same rules but for different devices (mobile, tablet and desktop) to get different custom margins on this elements of search results page. It’s more precise like that ?
October 17, 2025 at 9:58 am #1490330Topic: Transparacy header
in forum EnfoldOctober 17, 2025 at 6:54 am #1490324In reply to: header logo not centered
Hey!
Thank you for the update.
Try to remove the previous css code, then replace it with this css rule.
.html_header_top.html_logo_center .logo { left: 50%; transform: translate(-50%, 0); width: 100%; } html_header_top.html_logo_center .logo img, html_header_top.html_logo_center .logo svg { margin: 0 auto; }Let us know the result.
Regards,
IsmaelOctober 17, 2025 at 6:49 am #1490323Topic: header logo not centered
in forum Enfoldoestersund
ParticipantHi,
Thank you for the inquiry.
Dear TEam,
you helped my just a minute ago to increase the header logo sizeTry to add this css code to increase the size of the logo image – see below. – thats fine
But how to force the logo to be centered? I’ve chosen this option, but it keeps left-aligned
Best regards
Tilman
________________________________
.html_header_top.html_logo_center .logo {
left: 0;
transform: none;
}
Result:Screenshot-2025-10-17-at-12-33-48-PM
Best regards,
IsmaelOctober 17, 2025 at 6:48 am #1490322In reply to: Can’t Upload SVG Icon Set
Hi,
Thank you for the inquiry.
Are you trying to upload this in Enfold > Import/Export? The name of the top folder in the zip file should be “SVG”. Currently, it’s named “Medical_Icons_SVG”, so the theme can’t recognize it. Please rename the top folder, then archive or zip it again before uploading it to the icon manager.
Please check this documentation for more info: https://kriesi.at/documentation/enfold/svg-icon-sets/
Best regards,
IsmaelOctober 17, 2025 at 6:41 am #1490319In reply to: Edit sub-sub menu
Hi,
Thank you for the update.
Adjusting the line spacing of the text doesn’t seem to make a difference on our end, but we’re using a relatively small screen, which might be the reason. If you want to adjust the font size and also limit the height of the mega menu images, try this css code:
#top #header .avia_mega_div > .sub-menu > li > ul > li a .avia-menu-text { line-height: 10px; font-size: 10px; } #top #wrap_all .avia_mega_div img { height: 64px; object-fit: cover; width: 100%; }Result:
Best regards,
Ismael -
This reply was modified 3 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Mobile Logo Not Correct
Hi, I have my pages set to a glassy transparent header which shows the reversed out logo. The problem is, mobile wants to pull from the normal logo and it doesn’t show up. Two questions:
1) Is there a way to code the reversed out version of the logo you see on desktop to show up on mobile?
2) Can I get rid of the glassy header on the mobile view?Thank you!
Hi again,
could you help me how i can get a photo/image, that is already in the background of the logo area, on top of the mobile version (Handy), so that it is right behind the logo? That would be perfect :) Looks a little bit grey now.Thanks for help,
rixiTopic: Theme overriding custom css
A recent update to Enfold stopped all our custom CSS from loading. How do I override the override?
Topic: Transparacy header
How to remove that thin line that is between the top menu and the menu?
Topic: header logo not centered
Hi,
Thank you for the inquiry.
Dear TEam,
you helped my just a minute ago to increase the header logo sizeTry to add this css code to increase the size of the logo image – see below. – thats fine
But how to force the logo to be centered? I’ve chosen this option, but it keeps left-aligned
Best regards
Tilman
________________________________
.html_header_top.html_logo_center .logo {
left: 0;
transform: none;
}
Result:Screenshot-2025-10-17-at-12-33-48-PM
Best regards,
Ismael




