Liebes Support Team,
ich habe einen Thread aus 10/2024 gefunden, in dem das Barrierefreiheitsstärkungsgesetz (BFSG) bereits thematisiert wurde. Siehe Post #1469165. Günter schrieb, dass ihr diesem Thema höchste Priorität gebt. Ab dem 28.6.2025 ist es ja dann so weit, dass das Gesetz greift, wenn ich es richtig verstehe. Wie sieht derzeit eure Umsetzung der gewünschten Funktionen aus? Freue mich über eine kurze Einschätzung. Danke!
Viele Grüße,
Daniel
_ _ _ _ _
Dear Support Team,
I found a thread from 10/2024 in which the Barrierefreiheitsstärkungsgesetz (BFSG) was already discussed. See post #1469165. Günter wrote that you are giving this topic top priority. If I understand correctly, the law will come into force on June 28, 2025. How are you currently implementing the desired functions? I look forward to a brief assessment. Thank you very much!
Best regards,
Daniel
Hi Ismail,
Thanks for the hint, I implemented this now and it works. However the pop up layer is shown below the menu in terms of layering. Do I need to add soms z-index code to ensure it’s always shown on top?
Regards,
S
p.s. Pasted the link in the private content section
Hi,
You can adjust the value for all breakpoints, including the first one, which applies to desktops or large screens. To adjust the style of the slider buttons on smaller screens, you can add the following css code:
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 768px) {
/* Add your Mobile Styles here */
#top .container .slideshow_inner_caption .avia-slideshow-button {
margin-top: 10px;
padding: 6px 8px;
font-size: 13px;
}
}
Best regards,
Ismael
As i mentioned above – and Mike pointed out again – there are a lot of manual set linebreaks (<br>)
but if you like you can force a max width of the p-tags by font length units one of the modern one is ch (The width of the 0 character of the font in use) so – 110ch means nearly 110 characters. A more common font unit is em (The font size of the element, or its nearest parent container)
I would not recommend this procedure; I would probably rather limit the container itself there, but so that you can see that it also works via css:
#top .avia_textblock p {
max-width: 110ch;
word-wrap: break-word;
margin: 0.85em auto 0;
}
Hey Brixton4G63T,
1: please see this thread for tabbing to the cookie banner buttons, this may not seem intuitive, so perhaps you will want to try a cookie bar plugin like Borlabs.
2: this can be achieved with a plugin, I don’t believe there has been a feature request for this.
3: this has a open feature request, please follow up in that feature request.
If you would like to request these features the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.
Best regards,
Mike
try:
#menu-item-search a {
background: transparent !important;
overflow: visible;
}
#menu-item-search svg {
z-index: -1 !important;
position: relative !important;
top: 3px;
}
#menu-item-search .avia-search-tooltip .avia-arrow-wrap {
right: 25px;
}
Hey kalla77,
The sort feature will only show the categories for items loaded, it can not load sorting for items not shown. You can change the number of items shown on first load to show more sorting categories, or change the dates on one item from each category so when the page loads at least one item from each category will be shown.
See this thread: https://kriesi.at/support/topic/categories-not-displaying-in-masonry-blog/#post-209952
Best regards,
Mike
You guys previously gave me the code to move it up. It works on desktop, just not on mobile for some reason. Was just wondering if there was a way to add onto the code, to make it work on mobile as well.
Hi,
I added this css:
@media only screen and (max-width: 767px) {
.av-burger-overlay-active .av-burger-overlay-scroll,
.av-burger-overlay-active {
overflow: hidden;
}
#top #av-burger-menu-ul {
vertical-align: top;
}
}
clear your browser cache and check.
Best regards,
Mike
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#av-burger-menu-ul li.av-show-submenu > a > .avia-menu-text {
color: blue;
}
#av-burger-menu-ul li.av-show-submenu > .sub-menu > li > a > .avia-menu-text {
color: yellow;
}
.html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator:before {
color: yellow;
font-size: 20px;
}
#top #wrap_all #av-burger-menu-ul .menu-item-2846 {
font-size: 12px !important;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top.home #wrap_all #av_section_3 .flex_column.av_one_third {
width: 31%;
margin-left: 6px;
}
}
@media only screen and (max-width: 500px) {
#top.home #wrap_all #av_section_3.main_color .flex_column.av_one_third h3 {
font-size: 0.6em;
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
#top.home #wrap_all #av_section_3.main_color .flex_column.av_one_third h3 {
font-size: 0.9em;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey laptophobo,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
#boxed-menu.av-border-cells .flex_cell {
border-bottom: 1px solid #fff;
border-left: none;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Please try this CSS instead:
.html_elegant-blog #top .big-preview {
max-width: 48%;
display: inline-block;
vertical-align: top;
}
.html_elegant-blog #top .entry-content {
max-width: 48%;
display: inline-block;
}
Best regards,
Rikard
I’m using Icon Boxes within a grid layout and it looks correct. But on mobile view, when the boxes collapse into a single row, the borders do not show. I’ve tried everything I know to create a white border around each of the boxes, but I still can’t make it work.
Help please. :-)
The link is a screenshot of where the line is suppose to be. In private is the actual page location.
screenshot
Again, my apologies. This seems to be something that I am sure has been discussed, but I am not fine a solution for my problem.
I have a page that is under development. Please see Private Content for URL Just under the Olive Green textured block, you will see a Color Section with 5 photos and their accompanying text. I have managed the layout of these 5 using columns, 1/5 for the photos and 4/5 for the text. Most everything scales nicely. The 1/5 column on the left controls the attributes for the row, “equal height” and “centered (vertical) alignment.” My goal is to to have the photos centered vertically with the text regardless of how many lines each text block wraps to (depending on device width.) Again, all is working as I would expect…except….
When I view my page on Desktop, all is good. When I view my page on very small sizes, ie: phone, all is fine as everything collapses to a one column layout. It is the intermediate size, ie: older iPads, or iPad mini that is creating the issues. See this image…
View post on imgur.com
I have been all over the column and photo settings trying to figure out why the behavior of the top image is different than the other four. As the viewport for the page gets narrow, the text wraps into more lines. This is as expected. The top image is working nicely as it always recenters vertically on the wrapped text regardless of the number of lines. It also stays I n a nice square crop. The others behave differently. The images sty square within the defining box, but I get a light gray introduced on each. I have included login info in Private as well. Thank you —Bill
Brian MurphyGuest
Ready to elevate your business with a custom mobile app? At Meta App Desgins, we specialize in crafting innovative and user-centric apps designed specifically to meet your unique needs.
Why choose us? Here’s what sets us apart:
Tailored Solutions: We create apps that fit your business perfectly.
Intuitive Design: User-friendly interfaces that your customers will love.
On-Time Delivery: We stick to deadlines so you can hit your goals.
Continuous Support: We’re here for you even after your app launches.
Seize the chance to outshine your competitors and engage your audience like never before. Reach out today for a personalized consultation!
If you are interested in getting more information just respond back to this email.
Best regards,
Brian Murphy
Meta App Desgins
(Email address hidden if logged out)
Respond with stop to optout.
Oops… I noticed one other thing. The navbar search icon is a little off on the link. The clickable area is to the right of the icon not on top of it. Not sure why. Any suggestions? Other than that the search icon box is good now.
Hey bemodesign,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#top .isotope-item.special_av_fullwidth .av_table_col .entry-title {
font-size: 24px;
}
}
Best regards,
Rikard
The location of the sample page is: https://dev.websitebrew.com/blog-test/
The code I used is this:
@media only screen and (min-width: 768px) {
.blog div.single-big {
max-width: 48%;
display: inline-block;
vertical-align: top;
}
.blog .entry-content-wrapper {
max-width: 48%;
display: inline-block;
}
}
Hey Fi5her,
That is core WordPress functionality, so it’s not theme related. This might help you out though: https://wordpress.org/support/topic/settings-menu-missing-2/
Best regards,
Rikard
Hello,
is it possible, that i show on the mobile version less photos out of a masonry galery than on the desktop version? Perhaps around 5?
There are way to many pictures, its a photographer.
And would here be a code for quick css? that would be perfect. :)
Many regrads rixi
Hi
I’ve purge the cache and tested it on mobile view on both Samsung Internett browser and Google Chrome.
I’ve also tested it on a co-workers mobile, but the error still remains.
The header in mobile view is black when opening any page and it remains black when scrolling down, with the exception of a brief flickering on the header when I start scrolling.
In case there is any misunderstanding, I’ll just clarify:
I want the header to be transparent when the pages loads and then go to solid black when I start scrolling down.
The same way as on the desktop version…where it works brilliant!
Hi,
Thank you for the update.
You can try this css code to adjust the width of the header:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
#top #header #header_main .container.av-logo-container {
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
}
.responsive #top #header #header_main .inner-container .logo {
margin-left: 70px;
}
.responsive #top #header #header_main .inner-container .main_menu .avia-menu.av-main-nav-wrap {
padding: 0 50px;
}
.responsive #top #header #header_main .inner-container .widget:nth-child(5) {
margin-right: 50px;
}
}
View post on imgur.com
Regarding the search form, please check this thread:
— https://kriesi.at/support/topic/how-to-move-the-search-box-into-the-sidebar/#post-1074058
Best regards,
Ismael
Hi,
Try to add this css code:
.responsive #top #main {
margin-top: -1px;
}
View post on imgur.com
Best regards,
Ismael
Hey laptophobo,
Could you post a link to where we can see the results that you are getting please?
Best regards,
Rikard
Hi Ismael,
Thanks for your reply. I think point 1 got misunderstood a bit, this is not actually not related to the mobile menu but to the menu style of large screens. As you can see there is a slight top shadow on the menu bar. But the menu is limited to the with of the container. I would like that the drop-down shadow is shown to the full width of the page. Let me post an Enfold project in the private content to show what I mean.
Regarding the search icon, I have already placed a fontawesom icon in the 3rd widget to illustrate the desired position of the search icon. So I would like to find out how to actually activate the search function from that position.
The hamburger position on mobile worked out good by the way, thanks for that.
Regards
S
Hi,
But I wonder how the top video is working now? Anyways, do you know why the bottom one still isn’t.
It’s working because we removed the query parameter as mentioned above. Please try it again.
Best regards,
Ismael
Hey fanlokbun,
Thank you for the inquiry.
You can create a custom footer page that can be selected under Enfold > Footer > Default Footer & Socket Settings > Page-based Footer options. In the footer page, add two sections, one for mobile and another for desktop view. To control their visibility on different screen sizes, go to Advanced > Responsive > Element Visibility settings. Let us know if you need more info.
View post on imgur.com
Best regards,
Ismael