-
AuthorSearch Results
-
January 30, 2025 at 9:33 am #1476008
In reply to: Product Slider Issue
The same issue occurs for me on the staging site on desktop and on mobile.
What I’ve noticed is that if I click on one of the slider arrows to show the next set of images, they are correct.
If I slide backwards, then the original ones are fixed somehow.
The issue still persists.
January 30, 2025 at 8:12 am #1476007In reply to: Auto Excerpt
Hey!
Thanks its close.
It is forcing shortcodes into some of the on page excerpt field boxes that I can’t overwrite with an edit and save.
See page link from above.
I would a hierarchy of on page excerpts at the top, thoughts?
Thank you
January 30, 2025 at 8:07 am #1476006Topic: Mobile view top area formatting
in forum Enfoldbemodesign
ParticipantNSFW
Mobile view top image doesn’t go all the way to top and logo/menu are squeezed in on the blissfullcreations.com site.
This website used to show correctly on mobile view, but now it doesn’t. I included 2 screenshots of 2 of my sites. 1 shows correctly and the image goes all the way to the top of the phone with no space at the top, And, the logo and cart are spread out and close to the edges of image area.So, can you get me CSS code for the “incorrect” one that has space at the top and the logo and cart and squeezed in too tight?
Thanks
January 29, 2025 at 9:17 pm #1475983In reply to: Disable scrolling on tab element
I’ve done that and I’m not seeing any change.
Page is https://new.shadehaven.net/mobile-shade-for-animals/
I have some custom code that is autoplaying videos and then the next tab is clicked (via js) when the video completes. If you are scrolled past the tab element you’ll be pulled back up to the top when the hash changes. Alternatively just clicking on the tab manually has the same effect.January 29, 2025 at 7:03 pm #1475980In reply to: Upgrading from 4.4.1
Hey dryo1,
The update to 6.0.9 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/Best regards,
RikardJanuary 29, 2025 at 1:42 pm #1475972In reply to: blog-categories minor-meta on Masonry Blog
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,
RikardJanuary 28, 2025 at 8:34 pm #1475942Topic: Disable scrolling on tab element
in forum Enfoldjmoriart
ParticipantI have a large tab element with tabs on the right side. I’d like to disable the behavior that scrolls you up to the top of the tabs on click. The hash appears and the browser window goes back up to the top. This would normally be fine but I’ve added some js that auto-cycles through the tabs and I don’t want the user pulled back up if they’ve scrolled past the element. Any help in disabling this?
January 28, 2025 at 5:50 pm #1475931In reply to: transparant
Hey jeel147,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #main,#top .main_color { background-color: transparent; backdrop-filter: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeJanuary 28, 2025 at 5:37 pm #1475929In reply to: Hiding secondary top menu
Hi,
On the page that you linked to the topbar is not active, please enable it so we can offer css to hide it on that one page.Best regards,
MikeJanuary 28, 2025 at 4:43 pm #1475928Topic: quick CSS for current_page_item
in forum EnfoldJame’s Band 007
ParticipantDear Folks,
I use quick CSS to adding style to the widget menu :
#top .widget ul a:hover {
background-color: gold;
padding: 0% 4%;
letter-spacing: 0.007em;
border-radius: 9px;
}but i don’t know how change style of link for the current page item.
I would like apply a blue background-color for the current page.
Can you help for this ?Best regards,
JamesJanuary 28, 2025 at 4:37 pm #1475927In reply to: Partner Logo element cutting off logos
I fixed this by making each logo small to fit in the predetermined box portfolio size. I put each logo into that size file, leaving room on each side. Now it looks much better.
Still, I would like the white box the logos moving in to be thinner top to bottom. A thinner white bar. Is this possible?
January 28, 2025 at 2:58 pm #1475923In reply to: Blog page with sidebar
Hello. Sorry for giving the incorrect username!
I don’t know how to set it to Grid Layout. Please clarify for this inexperienced (with Enfold) gal.
I want it to be 2 or 3 columns, plus the sidebar.Also, as far as the top picture in the blog… can I have it fit the space better? Like full picture to fit, instead of cropping it? And, how do I choose which picture is used?
Thank you!
-
This reply was modified 1 year, 1 month ago by
MysticMimi.
January 28, 2025 at 2:47 pm #1475922In reply to: Hiding secondary top menu
hey Ismael
Top bar is now activated with extra info + 2nd menu on the whole site.
For that specific page i want to disable extra info AND the second menu so they will not appear.
The fact that the page is protected or not shouldn’t change anything: top bar remains hidden.I guess you’ll go with a quick css code… I can’t wait ;)
January 28, 2025 at 7:37 am #1475908Hi,
You have to manually adjust the Styling > Button Bar Style settings of the Social Buttons element. We set it to Circle to test. Please note that the Enfold Child Theme Options > Blog Layout > Share Button Bar Style settings are intended for the social sharing icons in the posts.
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,
IsmaelJanuary 28, 2025 at 6:32 am #1475897In reply to: Hiding secondary top menu
Hi,
Thank you for the update.
The page is password protected. Please enable the top bar, then provide the info in the private field so that we can check the page.
Best regards,
IsmaelJanuary 28, 2025 at 5:59 am #1475893In reply to: increase font size of Subheading Text
use instead:
@media only screen and (max-width: 767px) { .responsive #top .av-special-heading .av-subheading p { font-size: 36px !important; line-height: 1.5em !important; } }because you have set in your css:
@media only screen and (max-width: 767px) { body, p, .entry-content { font-size: 18px !important; line-height: 1.6 !important; } }it is necessary to do so aswell with !important
January 27, 2025 at 10:27 pm #1475885Topic: Adding scripts to navigation menu
in forum Enfoldyifatcohen
ParticipantA client of mine is working with MindBody and they gave her a login/register script that I want to add to the top menu:
<script src=”https://widgets.mindbodyonline.com/javascripts/healcode.js” type=”text/javascript”></script><healcode-widget data-version=”0.2″ data-link-class=”loginRegister” data-site-id=”123698″ data-mb-site-id=”5741852″ data-bw-identity-site=”false” data-type=”account-link” data-inner-html=”Login | Register” />
How do I do that?
January 27, 2025 at 6:34 pm #1475877In reply to: Hiding secondary top menu
Hi Mike,
On that page for instance (https://insights.c-serp.fr/solar-dripper/) I don’t want extra information on the top bar.
Right now, it’s the case because I’ve disable the option on the whole site.
But later I will enable it again, then on that specific page I don’t want them to appear.How can I do that please?
January 27, 2025 at 6:29 pm #1475876In reply to: Video in Header
have a look at : https://webers-testseite.de/bemopriv/
the heading had to be styled for responsive case – but I didn’t feel like doing that anymore.the layout is based on a grid-row element
this is the enfold shortcode of the grid-row:
[av_layout_row min_height_percent='percent' min_height_pc='60' min_height='0' border='' fold_type='' fold_height='' fold_more='Read more' fold_less='Read less' fold_text_style='' fold_btn_align='' color='main_color' fold_overlay_color='' fold_text_color='' fold_btn_color='theme-color' fold_btn_bg_color='' fold_btn_font_color='' size-btn-text='' av-desktop-font-size-btn-text='' av-medium-font-size-btn-text='' av-small-font-size-btn-text='' av-mini-font-size-btn-text='' fold_timer='' z_index_fold='' mobile='av-flex-cells' mobile_breaking='' mobile_column_order='' id='' custom_class='full-bg-image' template_class='' aria_label='' av_element_hidden_in_editor='0' av_uid='av-m6f9v8gq' sc_version='1.0'] [av_cell_three_fourth vertical_align='middle' padding=',,,' av-desktop-padding=',,,80px' av-medium-padding=',,,80px' av-small-padding='3' av-small-padding_sync='true' av-mini-padding='20' av-mini-padding_sync='true' background='bg_color' background_color='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' link='' link_dynamic='' linktarget='' title_attr='' link_hover='' mobile_display='' mobile_col_pos='0' custom_class='' template_class='' av_uid='av-m6f9ukqb' sc_version='1.0'] [av_four_fifth first min_height='' vertical_alignment='av-align-top' space='' row_boxshadow_width='10' row_boxshadow_color='' margin='0px' margin_sync='true' av-desktop-margin='' av-desktop-margin_sync='true' av-medium-margin='' av-medium-margin_sync='true' av-small-margin='' av-small-margin_sync='true' av-mini-margin='' av-mini-margin_sync='true' mobile_breaking='' mobile_column_order='' border='1' border_style='solid' border_color='#000000' radius='15' radius_sync='true' min_col_height='' padding='30' padding_sync='true' av-desktop-padding='' av-desktop-padding_sync='true' av-medium-padding='' av-medium-padding_sync='true' av-small-padding='' av-small-padding_sync='true' av-mini-padding='' av-mini-padding_sync='true' svg_div_top='' svg_div_top_color='#333333' svg_div_top_width='100' svg_div_top_height='50' svg_div_top_max_height='none' svg_div_top_opacity='' svg_div_bottom='' svg_div_bottom_color='#333333' svg_div_bottom_width='100' svg_div_bottom_height='50' svg_div_bottom_max_height='none' svg_div_bottom_opacity='' fold_type='' fold_height='' fold_more='Read more' fold_less='Read less' fold_text_style='' fold_btn_align='' column_boxshadow_width='10' column_boxshadow_color='' background='bg_color' background_color='rgba(0,0,0,0.5)' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='' attachment='' attachment_size='' src_dynamic='' background_position='top left' background_repeat='no-repeat' highlight_size='1.1' fold_overlay_color='' fold_text_color='' fold_btn_color='theme-color' fold_btn_bg_color='' fold_btn_font_color='' size-btn-text='' av-desktop-font-size-btn-text='' av-medium-font-size-btn-text='' av-small-font-size-btn-text='' av-mini-font-size-btn-text='' animation='' animation_duration='' animation_custom_bg_color='' animation_z_index_curtain='100' parallax_parallax='' parallax_parallax_speed='' av-desktop-parallax_parallax='' av-desktop-parallax_parallax_speed='' av-medium-parallax_parallax='' av-medium-parallax_parallax_speed='' av-small-parallax_parallax='' av-small-parallax_parallax_speed='' av-mini-parallax_parallax='' av-mini-parallax_parallax_speed='' fold_timer='' z_index_fold='' css_position='' css_position_location=',,,' css_position_z_index='' av-desktop-css_position='' av-desktop-css_position_location=',,,' av-desktop-css_position_z_index='' av-medium-css_position='' av-medium-css_position_location=',,,' av-medium-css_position_z_index='' av-small-css_position='' av-small-css_position_location=',,,' av-small-css_position_z_index='' av-mini-css_position='' av-mini-css_position_location=',,,' av-mini-css_position_z_index='' link='' link_dynamic='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' mobile_col_pos='0' id='' custom_class='' template_class='' aria_label='' element_template='' one_element_template='' av_uid='av-t574on' sc_version='1.0'] [av_heading heading='FREEZE FLAT™' tag='h1' style='blockquote modern-quote' subheading_active='subheading_above' show_icon='' icon='ue800' font='entypo-fontello' size='' av-desktop-font-size-title='48' av-medium-font-size-title='42' av-small-font-size-title='36' av-mini-font-size-title='28' subheading_size='' av-desktop-font-size='36' av-medium-font-size='28' av-small-font-size='24' av-mini-font-size='20' icon_size='' av-desktop-font-size-1='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='custom-color-heading' custom_font='#ffffff' subheading_color='#ffffff' seperator_color='' icon_color='' margin='' margin_sync='true' av-desktop-margin='' av-desktop-margin_sync='true' av-medium-margin='' av-medium-margin_sync='true' av-small-margin='' av-small-margin_sync='true' av-mini-margin='' av-mini-margin_sync='true' headline_padding='' headline_padding_sync='true' av-desktop-headline_padding='' av-desktop-headline_padding_sync='true' av-medium-headline_padding='' av-medium-headline_padding_sync='true' av-small-headline_padding='' av-small-headline_padding_sync='true' av-mini-headline_padding='' av-mini-headline_padding_sync='true' padding='10' av-desktop-padding='' av-medium-padding='' av-small-padding='' av-mini-padding='' icon_padding='10' av-desktop-icon_padding='' av-medium-icon_padding='' av-small-icon_padding='' av-mini-icon_padding='' link='' link_dynamic='' link_target='' title_attr='' id='' custom_class='iceglas' template_class='' element_template='' one_element_template='' av_uid='av-m6e7xj5g' sc_version='1.0' admin_preview_bg=''] The Original [/av_heading] [/av_four_fifth][/av_cell_three_fourth][av_cell_one_fourth vertical_align='bottom' padding='' padding_sync='true' av-desktop-padding='' av-desktop-padding_sync='true' av-medium-padding='' av-medium-padding_sync='true' av-small-padding='' av-small-padding_sync='true' av-mini-padding='' av-mini-padding_sync='true' background='bg_color' background_color='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' link='' link_dynamic='' linktarget='' title_attr='' link_hover='' mobile_display='' mobile_col_pos='0' custom_class='' template_class='' av_uid='av-u4sunr' sc_version='1.0'] [av_video src='https://www.youtube.com/watch?v=W73GdyDSHuU' mobile_image='https://webers-testseite.de/wp-content/uploads/dynamic_avia/avia_video_thumbnails/youtube/W73GdyDSHuU/W73GdyDSHuU.jpg' attachment='49853' attachment_size='full' video_autoplay_enabled='aviaTBvideo_autoplay_enabled' html5_fullscreen='aviaTBhtml5_fullscreen' format='16-9' width='16' height='9' conditional_play='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-m6f9u95o' sc_version='1.0'] [/av_cell_one_fourth] [/av_layout_row]January 27, 2025 at 5:32 pm #1475869In reply to: Ladevorgang der Website
Hey edithfrei,
You can test your site and find suggestions on how to make it faster using a tool like this: https://pagespeed.web.dev/analysis/https-www-zumjungbrunnen-ch-new/3eemeq417y?form_factor=desktop
Best regards,
RikardJanuary 27, 2025 at 3:19 pm #1475863In reply to: Partner Logo element cutting off logos
Mike, my main problem is that the images are huge on my site. I want them half the size they are now, with lots of space between each, while showing the entire logo. Exactly how it is on your demo page.
How do I accomplish this? If you look on the site, many logos are cut off side to side!
Is there a specific size I should be making the original pngs?
ALSO, I want the buttons on the bottom. You can’t see the arrows on the top right, but the theme doesn’t seem to accept when I chose that.
Please help with this specific problem.
January 27, 2025 at 7:09 am #1475845In reply to: Error Analysis for Landing Page
Hey wagnerstephan,
Thank you for hte inquiry.
We ran a test on the PageSpeed Insights tool, and according to the result (https://pagespeed.web.dev/analysis/https-autobeschriftung-signature-werbetechnik-de/myl2wzbjm8?form_factor=desktop), the images are not compressed or properly resized. There are also many other recommendations that can be implemented. Have you done any page speed optimization on the site? If you haven’t, the following articles should help.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
// https://gtmetrix.com/wordpress-optimization-guide.htmlBest regards,
IsmaelJanuary 27, 2025 at 6:27 am #1475842In reply to: Responsive subheading in special heading.
Hi,
Please continue here: https://kriesi.at/support/topic/increase-font-size-of-subheading-text/
Best regards,
IsmaelJanuary 27, 2025 at 5:46 am #1475837In reply to: Video in Header
Hi,
Thank you for the update.
We applied the following class names to the Advanced > Developer Settings > Custom CSS Class field:
color section – av-custom-product-video
first column – av-custom-product-video-column-1
second column – av-custom-product-video-column-2Then added this css code:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .av-custom-product-video .container { width: 100%; padding: 0; margin: 0; max-width: 100%; } .responsive #top #wrap_all .av-custom-product-video .template-page { padding: 0; } .responsive #top #wrap_all .av-custom-product-video .template-page .entry-content-wrapper { padding-right: 0; } .responsive #top #wrap_all .av-custom-product-video .av-custom-product-video-column-2 { margin-bottom: -20px; } }Result:
Please make sure to purge the cache before checking.
Best regards,
IsmaelJanuary 26, 2025 at 5:37 pm #1475828In reply to: Diagonal Color Sections: Degrees, Sizes, etc.
you can manage it by clip-path.
But the following section had to be handled the same way on top of that section
see ( css code including ): https://enfold.webers-webdesign.de/enfold-one-page-agency/the shift of that edge you like to have – had to be the same value on both sections! so % will not be ok ( the % is in relation to the section height – and that maybe different for both sections) for the shift. It had to be a absolute value – or a relative value that is the same for both sections ( f.e. screen width)
now only the polygone points declare the form of your separator. The points coordinates are starting top left and goes clockwise.
see f.e. : Clippy__________
to explain what I mean by shift: Starting from a rectangular polygon with an additional point at the bottom, in the example I move this point upwards by an amount (10vw). This means that the y-coordinate is 100% – 10vw. The same goes for the bottom left point.
So that there is no gap, I have to do the same with the following section. But then for the first and second point of the polygon.
-
This reply was modified 1 year, 1 month ago by
Guenni007.
January 26, 2025 at 2:43 pm #1475823In reply to: Blog – share buttons aren’t working
January 26, 2025 at 1:39 pm #1475817In reply to: Social media links/ icons?
Hey pikkuapuri,
Bluesky & Pixelfed are not available on fontello.com where our icon fonts are from.
Our Dev Team is reviewing the Feature Request for Bluesky, but we will probably need to wait until it is on fontello.com.
For now, follow the steps in this thread and change the code from “TikTok” to Bluesky or Pixelfed and the icon font character code to yours (ie: ue800) also ensure quotes in the code that you copy and paste is not changed.
Note that the icon fonts can not be in color, only black and white, and when you upload a SVG to fontello.com you may need to adjust as in this thread.Best regards,
MikeJanuary 26, 2025 at 1:08 pm #1475814In reply to: Accessbility help
Hi,
1: When I check the burger menu has the landmark “role=”navigation””
2: To add a role=”button” please request open a new Github Feature Request for the Dev Team review.
3: you have a duplicate thread for this.Best regards,
MikeJanuary 26, 2025 at 12:21 pm #1475810In reply to: Upgrade from Enfold 4.2.1 to current version
Hey Alex,
The update to 6.0.9 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/Best regards,
RikardJanuary 26, 2025 at 8:10 am #1475805In reply to: increase font size of Subheading Text
besides the possibility to set it directly in the element itself:
(here an example with screen-width less than a given value)

you can manage it by quick css too:
(you only missed to select the p tag inside your selector)@media only screen and (max-width: 767px) { #top .av-special-heading .av-subheading p { font-size: 24px } } -
This reply was modified 1 year, 1 month ago by
-
AuthorSearch Results
-
Search Results
-
NSFW
Mobile view top image doesn’t go all the way to top and logo/menu are squeezed in on the blissfullcreations.com site.
This website used to show correctly on mobile view, but now it doesn’t. I included 2 screenshots of 2 of my sites. 1 shows correctly and the image goes all the way to the top of the phone with no space at the top, And, the logo and cart are spread out and close to the edges of image area.So, can you get me CSS code for the “incorrect” one that has space at the top and the logo and cart and squeezed in too tight?
Thanks
I have a large tab element with tabs on the right side. I’d like to disable the behavior that scrolls you up to the top of the tabs on click. The hash appears and the browser window goes back up to the top. This would normally be fine but I’ve added some js that auto-cycles through the tabs and I don’t want the user pulled back up if they’ve scrolled past the element. Any help in disabling this?
Dear Folks,
I use quick CSS to adding style to the widget menu :
#top .widget ul a:hover {
background-color: gold;
padding: 0% 4%;
letter-spacing: 0.007em;
border-radius: 9px;
}but i don’t know how change style of link for the current page item.
I would like apply a blue background-color for the current page.
Can you help for this ?Best regards,
James

