-
AuthorSearch Results
-
March 1, 2025 at 5:49 pm #1478343
In reply to: Disable Cookie Consent Messages doesn’t stick
March 1, 2025 at 5:39 pm #1478338In reply to: Fixing alignment of buttons
Hi,
Please review the options in the advanced styling tab, each option has an explanation:

I don’t understand what you don’t understand, perhaps the best solution is to open a new thread when you want to change these and then we can assist, but since you don’t want to change this now it is hard to explain.Best regards,
MikeMarch 1, 2025 at 3:10 pm #1478327Topic: Full-with slider cropping
in forum Enfoldnorthorie
ParticipantMarch 1, 2025 at 1:43 pm #1478317In reply to: Dimension of thumbnails in grid of category archive
Hey Vera,
I added this to your child theme functions.php:function override_post_thumbnail_size($size, $post_id) { if (is_archive()) { return 'full'; } return $size; } add_filter('post_thumbnail_size', 'override_post_thumbnail_size', 10, 2);It is working, but you will need to adjust one of your images as it’s full size is smaller than the others (Blinder Port)
Best regards,
MikeMarch 1, 2025 at 1:25 pm #1478316In reply to: Change the Blog List Layout icon
Hey Tanja,
Please ensure that you are using Enfold v7.0, then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1); function avia_replace_standard_icon($icons) { $icons['svg__standard'] = array( 'font' =>'svg_entypo-fontello', 'icon' => 'leaf'); return $icons; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

Best regards,
MikeMarch 1, 2025 at 12:56 pm #1478313In reply to: Move title from header to main content
Hey sudhafen,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> (function($){ $('.page .main-title.entry-title ').detach().insertBefore('.template-page.content .post-entry'); })(jQuery); </script> <?php } add_action( 'wp_footer', 'custom_script', 99 );Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

Best regards,
MikeMarch 1, 2025 at 12:13 pm #1478309In reply to: Fixing alignment of buttons
March 1, 2025 at 12:10 pm #1478308In reply to: Bug – Abuse of /?avia_extended_shop_select= queries
March 1, 2025 at 7:35 am #1478284In reply to: Header postion specific page on mobile
Hi Ismael,
thanks for your help. I fixed the problem with a different image. You can close this.March 1, 2025 at 3:49 am #1478281Not sure what you mean, but with the code the top home page Full width slider looks perfect, but theEasy slider that is lower on the page is stretched. The CSS code must effect both of the slider. see screenshots. is there a code to just adjust either one?
https://img.savvyify.com/image/top-full-width-slider-with-code-is-good.9A5Dp
https://img.savvyify.com/image/top-full-width-slider-if-I-remove-code.9A0Pz
https://img.savvyify.com/image/stretched-easy-slider.9AD7hAnd this is the current code: I can’t remove it or the top of the home page gets cut off.
@media only screen and (max-width: 768px) {
.responsive #top .avia-slideshow-inner, .responsive #top .avia-slideshow-inner img {
height: 550px !important;
}February 28, 2025 at 5:39 pm #1478266In reply to: Accordion slider js conflict with WPRocket?
It appears this is a fairly common issue. I was not able to generate consistent outcomes. I’ll try again with a high level of method to eliminate variables. Being that webp is by all accounts the new standard how likely is it that we will see a revision of theme to accomodate or that Imagify and others might modify something? Maybe it’s neither and it’s hosting environments that need to change? Help me out on that one so I understand whaere that actual issue originates.
It sounds like I might circumvent this by using my Hosts image optimization but, I was unsuccesful seeiing results with that the last time I tried.
Thanks for all your help, I’ve been an Enfold user for 11 years for a reson.February 28, 2025 at 10:06 am #1478230Topic: Mobile screen result (image)
in forum Enfoldnod
ParticipantI open this topic “Mobile screen result ” again.
How to reduce the image when I’m using mobile screen. My test Is too small.
February 28, 2025 at 9:25 am #1478220In reply to: vordefinierte Bildgrössen in Enfold
Hi,
These are all the image sizes which are added by Enfold:
$avia_config['imgSize']['widget'] = array( 'width' => 36, 'height' => 36 ); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array( 'width' => 180, 'height' => 180 ); // small image for blogs $avia_config['imgSize']['featured'] = array( 'width' => 1500, 'height' => 430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array( 'width' => 1500, 'height' => 630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array( 'width' => 1500, 'height' => 1500 , 'crop' => false ); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array( 'width' => 495, 'height' => 400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array( 'width' => 260, 'height' => 185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array( 'width' => 845, 'height' => 684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array( 'width' => 710, 'height' => 375 ); // images for magazines $avia_config['imgSize']['masonry'] = array( 'width' => 705, 'height' => 705 , 'crop' => false ); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array( 'width' => 845, 'height' => 321 ); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array( 'width' => 1210, 'height' => 423 ); // images for fullsize pages and fullsize sliderBest regards,
RikardFebruary 28, 2025 at 9:13 am #1478216In reply to: Similar themes to Enfold or design options
Hi,
If you are having trouble importing the creative studio demo, then you can paste these shortcodes to a new page:
[av_section min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='border-extra-diagonal' bottom_border_diagonal_color='#f8f8f8' bottom_border_diagonal_direction='' bottom_border_style='diagonal-box-shadow' scroll_down='aviaTBscroll_down' id='' color='main_color' custom_bg='#ffffff' src='https://kriesi.at/themes/enfold-creative-studio/files/2015/07/laptop-white.jpg' attachment='437' attachment_size='full' attach='fixed' position='top left' repeat='stretch' video='' video_ratio='16:9' overlay_opacity='0.2' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='' av_uid='av-dbfgfq'] [av_one_fifth first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='20px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-d3kd2u'] [/av_one_fifth][av_three_fifth min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='20px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='top-to-bottom' mobile_display='' av_uid='av-cxkf5q'] [av_heading tag='h3' padding='0' heading='<strong>Enfold</strong><br/>Creative Studio' color='' style='blockquote modern-quote modern-centered' custom_font='' size='65' subheading_active='' subheading_size='15' custom_class='' av_uid='av-csfzhy'][/av_heading] [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='#000000' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-cof1wm'] [av_textblock size='22' font_color='' color='' av_uid='av-cgf792'] <p style="text-align: center;">We create beautiful animations and mock ups. Make sure to check out our portfolio and get in touch if you want to work together.</p> [/av_textblock] [av_hr class='invisible' height='120px' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-ccyha6'] [/av_three_fifth][av_one_fifth min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='20px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-c6xq1i'] [/av_one_fifth] [/av_section] [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='border-extra-diagonal' bottom_border_diagonal_color='#ffffff' bottom_border_diagonal_direction='border-extra-diagonal-inverse' bottom_border_style='' id='service' color='main_color' custom_bg='#f8f8f8' src='https://test.kriesi.at/enfold-bold-portfolio/wp-content/uploads/sites/23/2015/07/services-3.png' attachment='391' attachment_size='full' attach='scroll' position='center right' repeat='contain' video='' video_ratio='16:9' overlay_opacity='0.2' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='' av_uid='av-c27v2m'] [av_one_third first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-16u2ti'] [av_font_icon icon='uf17a' font='flaticon' style='' caption='' size='40px' position='left' color='' link='' linktarget='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='av-bmsbue' sc_version='1.0' admin_preview_bg=''][/av_font_icon] [av_hr class='invisible' height='20' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-bhyhcu'] [av_textblock size='' font_color='' color='' av_uid='av-bdkmhi'] <h2>Logo Design</h2> Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo. [/av_textblock] [/av_one_third][av_one_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-b6qbz2'] [av_font_icon icon='uf215' font='flaticon' style='' caption='' size='40px' position='left' color='' link='' linktarget='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='av-b0hos6' sc_version='1.0' admin_preview_bg=''][/av_font_icon] [av_hr class='invisible' height='20' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-awjowe'] [av_textblock size='' font_color='' color='' av_uid='av-anooby'] <h2>Print Design</h2> Aenean massa. Cum sociis natoque penatibus et magnis dis montes, ridiculus mus sociis inter. [/av_textblock] [/av_one_third][av_one_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-11ycfi'] [/av_one_third][av_one_third first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-acjxmu'] [av_font_icon icon='uf243' font='flaticon' style='' caption='' size='40px' position='left' color='' link='' linktarget='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='av-a6ktt2' sc_version='1.0' admin_preview_bg=''][/av_font_icon] [av_hr class='invisible' height='20' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-9yt54u'] [av_textblock size='' font_color='' color='' av_uid='av-z97im'] <h2>Web Creation</h2> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. [/av_textblock] [/av_one_third][av_one_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-9osae6'] [av_font_icon icon='uf224' font='flaticon' style='' caption='' size='40px' position='left' color='' link='' linktarget='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='av-9kmli6' sc_version='1.0' admin_preview_bg=''][/av_font_icon] [av_hr class='invisible' height='20' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-9ez5fi'] [av_textblock size='' font_color='' color='' av_uid='av-94y27a'] <h2>Swift Support</h2> Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante dapibus. [/av_textblock] [/av_one_third][av_one_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='20px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-8yg09y'] [/av_one_third][/av_section][av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='border-extra-diagonal' bottom_border_diagonal_color='#f8f8f8' bottom_border_diagonal_direction='' bottom_border_style='' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top right' repeat='stretch' video='' video_ratio='16:9' overlay_opacity='0.2' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='' av_uid='av-8tq8e6'] [av_one_third first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-8o7o8u'] [av_font_icon icon='uf123' font='flaticon' style='' caption='' size='40px' position='left' color='' link='' linktarget='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='av-8ineda' sc_version='1.0' admin_preview_bg=''][/av_font_icon] [av_hr class='invisible' height='20' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-8e3eti'] [av_textblock size='' font_color='' color='' av_uid='av-88i3wm'] <h2>Stock Photos</h2> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. [/av_textblock] [/av_one_third][av_one_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-8350im'] [av_font_icon icon='uf161' font='flaticon' style='' caption='' size='40px' position='left' color='' link='' linktarget='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='av-2tgxq' sc_version='1.0' admin_preview_bg=''][/av_font_icon] [av_hr class='invisible' height='20' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-7reso6'] [av_textblock size='' font_color='' color='' av_uid='av-7kc4gm'] <h2>E-Commerce Solutions</h2> Aenean massa. Cum sociis natoque penatibus et magnis dis montes, ridiculus mus sociis inter. [/av_textblock] [/av_one_third][av_one_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-7c3izq'] [av_font_icon icon='uf200' font='flaticon' style='' caption='' size='40px' position='left' color='' link='' linktarget='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='av-76vx4u' sc_version='1.0' admin_preview_bg=''][/av_font_icon] [av_hr class='invisible' height='20' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-72vrbi'] [av_textblock size='' font_color='' color='' av_uid='av-6ty8h2'] <h2>Secure Coding</h2> Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa enim. [/av_textblock] [/av_one_third][av_hr class='invisible' height='115' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-6pks9i'] [/av_section][av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#ffffff' bottom_border_diagonal_direction='border-extra-diagonal-inverse' bottom_border_style='' id='work' color='main_color' custom_bg='#f8f8f8' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='stretch' video='' video_ratio='16:9' overlay_opacity='0.2' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='' av_uid='av-6lu8we'] [av_heading tag='h3' padding='40' heading='Recent Work' color='' style='blockquote modern-quote' custom_font='' size='65' subheading_active='' subheading_size='15' custom_class='' av_uid='av-6b51m6'][/av_heading] [av_masonry_gallery ids='403,404,405,408,409,410' items='9' columns='3' paginate='load_more' size='fixed' gap='large' overlay_fx='active' container_links='active' id='' caption_elements='title' caption_styling='overlay' caption_display='on-hover' color='' custom_bg='' av_uid='av-69hvzi'] [/av_section] [av_section min_height='' min_height_px='500px' padding='small' shadow='no-border-styling' bottom_border='border-extra-diagonal' bottom_border_diagonal_color='#ffffff' bottom_border_diagonal_direction='border-extra-diagonal-inverse' bottom_border_style='' id='team' color='main_color' custom_bg='#f8f8f8' src='' attachment='' attachment_size='' attach='scroll' position='top right' repeat='stretch' video='' video_ratio='16:9' overlay_opacity='0.2' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='' av_uid='av-60xre6'] [av_heading heading='Our Team' tag='h3' style='blockquote modern-quote' size='65' subheading_active='' subheading_size='15' padding='40' color='' custom_font='' av_uid='av-5w6fye'][/av_heading] [/av_section] [av_layout_row border='' min_height='500px' color='main_color' mobile='av-flex-cells' id='' av_uid='av-5q6dem'] [av_cell_one_third vertical_align='middle' padding='50px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top center' background_repeat='no-repeat' mobile_display='' av_uid='av-5h9k0u'] [av_heading tag='h3' padding='0' heading='Jana Weaving' color='' style='blockquote modern-quote modern-centered' custom_font='' size='30' subheading_active='subheading_below' subheading_size='15' custom_class='' av_uid='av-1xkse'] Design & Graphics [/av_heading] [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='30px' custom_border_color='#000000' custom_margin_top='15px' custom_margin_bottom='15px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-ik4mm'] [av_textblock size='' font_color='' color='' av_uid='av-4zcoqu'] <p style="text-align: center;">Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras imperdiet dapibus.</p> [/av_textblock] [av_font_icon icon='ue877' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='center' color='#cecece' av_uid='av-4ykmpq'][/av_font_icon] [/av_cell_one_third][av_cell_one_third vertical_align='middle' padding='50px' padding_sync='true' background_color='' src='https://test.kriesi.at/enfold-bold-portfolio/wp-content/uploads/sites/23/2015/07/team3-700x1030.jpg' attachment='426' attachment_size='large' background_attachment='scroll' background_position='top center' background_repeat='stretch' mobile_display='av-hide-on-mobile' av_uid='av-4rthmm'] [/av_cell_one_third][av_cell_one_third vertical_align='middle' padding='50px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top center' background_repeat='no-repeat' mobile_display='' av_uid='av-4mg82e'] [av_heading tag='h3' padding='0' heading='Juliet McMahon' color='' style='blockquote modern-quote modern-centered' custom_font='' size='30' subheading_active='subheading_below' subheading_size='15' custom_class='' av_uid='av-1l1ee'] Customer Support [/av_heading] [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='30px' custom_border_color='#000000' custom_margin_top='15px' custom_margin_bottom='15px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-47uxkm'] [av_textblock size='' font_color='' color='' av_uid='av-42hr3i'] <p style="text-align: center;">Donec pede justo, fringilla vel,nascetur ridiculus aliquet nec, vulputate eget, arcu.</p> [/av_textblock] [av_font_icon icon='ue877' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='center' color='#cecece' av_uid='av-3w4jjy'][/av_font_icon] [/av_cell_one_third] [/av_layout_row] [av_layout_row border='' min_height='500px' color='main_color' mobile='av-flex-cells' id='' av_uid='av-3q2sti'] [av_cell_one_third vertical_align='middle' padding='50px' padding_sync='true' background_color='' src='https://test.kriesi.at/enfold-bold-portfolio/wp-content/uploads/sites/23/2015/07/team2-700x1030.jpg' attachment='425' attachment_size='large' background_attachment='scroll' background_position='top center' background_repeat='stretch' mobile_display='av-hide-on-mobile' av_uid='av-3i0yem'] [/av_cell_one_third][av_cell_one_third vertical_align='middle' padding='50px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-3fz2om'] [av_font_icon icon='ue87a' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='center' color='#cecece' av_uid='av-36j8vy'][/av_font_icon] [av_heading tag='h3' padding='0' heading='Tim Bronson' color='' style='blockquote modern-quote modern-centered' custom_font='' size='30' subheading_active='subheading_below' subheading_size='15' custom_class='' av_uid='av-b271a'] Development [/av_heading] [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='30px' custom_border_color='#000000' custom_margin_top='15px' custom_margin_bottom='15px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-a7adq'] [av_textblock size='' font_color='' color='' av_uid='av-a11ue'] <p style="text-align: center;">Aenean massa. Cum sociis natoque penatibus et magnis dis montes, ridiculus mus sociis inter.</p> [/av_textblock] [/av_cell_one_third][av_cell_one_third vertical_align='middle' padding='50px' padding_sync='true' background_color='' src='https://test.kriesi.at/enfold-bold-portfolio/wp-content/uploads/sites/23/2015/07/team1-700x1030.jpg' attachment='424' attachment_size='large' background_attachment='scroll' background_position='top center' background_repeat='stretch' mobile_display='av-hide-on-mobile' av_uid='av-2idipa'] [/av_cell_one_third] [/av_layout_row] [av_section min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='border-extra-diagonal' bottom_border_diagonal_color='#f8f8f8' bottom_border_diagonal_direction='' bottom_border_style='' id='team' color='main_color' custom_bg='#ffffff' src='' attachment='' attachment_size='' attach='scroll' position='top right' repeat='stretch' video='' video_ratio='16:9' overlay_opacity='0.2' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='' av_uid='av-2eopu6'][/av_section] [av_section min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='border-extra-diagonal' bottom_border_diagonal_color='#ffffff' bottom_border_diagonal_direction='border-extra-diagonal-inverse' bottom_border_style='' id='contact' color='main_color' custom_bg='#f8f8f8' src='' attachment='' attachment_size='' attach='scroll' position='top right' repeat='stretch' video='' video_ratio='16:9' overlay_opacity='0.2' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='' av_uid='av-2aqedq'] [av_heading tag='h3' padding='40' heading='Contact' color='' style='blockquote modern-quote' custom_font='' size='65' subheading_active='' subheading_size='15' custom_class='' av_uid='av-7k586'][/av_heading] [av_one_half first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-1uh12u'] [av_contact email='' title='' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' form_align='' color='av-custom-form-color av-dark-form' av_uid='av-1rb732'] [av_contact_field label='Name' type='text' options='' check='is_empty' width='' multi_select='' av_uid='av-1ibmxq'][/av_contact_field] [av_contact_field label='E-Mail' type='text' check='is_email' options='' multi_select='' width='' av_uid='av-1cy3ce'][/av_contact_field] [av_contact_field label='Message' type='textarea' check='is_empty' options='' multi_select='' width='' av_uid='av-1aljd2'][/av_contact_field] [/av_contact] [/av_one_half][av_one_fourth min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-128rfi'] [av_textblock size='' font_color='' color='' av_uid='av-utcvy'] <h2>Address</h2> 10800 West Pico Boulevard Infinity Loop Cupertino, Los Angeles, USA <h2>Contact</h2> (Email address hidden if logged out) 555-3587 347 <h2></h2> [/av_textblock] [/av_one_fourth][av_one_fourth min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='right-to-left' mobile_display='' av_uid='av-pbp5a'] [av_textblock size='' font_color='' color='' av_uid='av-n4l5i'] <h2>Opening Hours:</h2> Mo-Fr: 8:00-19:00 Sa: 8:00-14:00 So: closed [/av_textblock] [/av_one_fourth] [/av_section] [av_google_map height='400px' zoom='16' saturation='fill' hue='#ffffff' zoom_control='aviaTBzoom_control' av_uid='av-ghjfy'] [av_gmap_location address='Infinite Loop' city='Cupertino' country='' long='-122.03077589999998' lat='37.332112' marker='197' imagesize='40' av_uid='av-9s9hi'][/av_gmap_location] [/av_google_map]Best regards,
RikardFebruary 28, 2025 at 8:23 am #1478211Topic: How to Align widget to the top
in forum Enfoldausgesonnen
ParticipantI have chosen the Header layout: Widget Left, Logo center, Menu right
I cannot work out how to align the widget to the top. also the widget and the menü need to be aligned with the background image of the color section. can you please send code?-
This topic was modified 1 year, 1 month ago by
ausgesonnen.
-
This topic was modified 1 year, 1 month ago by
ausgesonnen.
February 28, 2025 at 7:35 am #1478208In reply to: vordefinierte Bildgrössen in Enfold
Hi Rikard, I actually have one more question. Is there a current overview of all image sizes?
Best regards,
KlausFebruary 28, 2025 at 6:41 am #1478205In reply to: SVG graphics in content
Hey MarcusJeroch,
Thank you for the inquiry.
You can use a Grid Row layout, insert two cells, set the cell size to 2/5 and 3/5, then insert 6 columns inside the 3/5 cell. In each column, add an Image element and select the SVG image.
Example:
Best regards,
IsmaelFebruary 28, 2025 at 6:02 am #1478198In reply to: Portfolio with colored hover and image heading
Hey beyond-flora,
Thank you for the inquiry.
You might be able to achieve the same layout using the Masonry element. Set Content > Captions > Element Title and Excerpt Styling to the second option, and set Element Title and Excerpt Display to “Display on mouse hover”.
Regarding the unique overlay colors, you can try this css code:
#top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(2) .av-inner-masonry-content { background: rgba(52, 25, 75, 0.95); } #top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(3) .av-inner-masonry-content { background: rgba(32, 192, 90, 0.95); } #top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(4) .av-inner-masonry-content { background: rgba(67, 20, 255, 0.95); }The css code above should adjust the overlay color of the first 3 items in the masonry grid.
Best regards,
IsmaelFebruary 28, 2025 at 5:47 am #1478196In reply to: Accordion slider js conflict with WPRocket?
Hey!
The accordion displays correctly when we disabled the Imagify plugin. Please try toggling the plugin options, specifically the one that converts images to “picture” format or “webp”. Let us know the result.
Cheers!
IsmaelFebruary 28, 2025 at 5:12 am #1478189I already tried that. But once I remove that code , the main home page slider image gets shrunk and the words get cut off.
February 28, 2025 at 4:31 am #1478181In reply to: Fixed Background on mobile
Hi,
The background-attachment: fixed property is only partially supported on Safari browsers and Android browser doesn’t support it at all. It’s possible that the version you’re checking it with doesn’t support the property.
Please check the link below for more info: https://caniuse.com/background-attachment
Known Issues:
— Firefox does not appear to support the local value when applied on a textarea element.
— Chrome has an issue that occurs when using the will-change property on a selector which also has background-attachment: fixed defined. It causes the image to get cut off and gain whitespace around it.
— iOS has an issue preventing background-attachment: fixed from being used with background-size: cover – see detailsBest regards,
IsmaelFebruary 27, 2025 at 9:28 pm #1478165bemodesign
ParticipantHELLO, I NEED CSS CODE TO REDUCE STRETCHED IMAGE ON MOBILE VIEW FOR EASY SLIDER
THANKS!
February 27, 2025 at 3:32 pm #1478139Topic: vordefinierte Bildgrössen in Enfold
in forum General Questionswebdolphin
ParticipantHi,
wo finde ich denn die aktuell verwendeten Enfold-Bildgrößen – speziell die des Vorschaubildes (featured image)?
Vielen Dank im Voraus!February 27, 2025 at 3:15 pm #1478135Hey Ismael,
You were right, in the plugin WP-Optimize Premium 4.0.1 Lazy-load images is activated by default. After deactivating the setting, the Flexible Masonry works.
Thank you very much.
Best regards,
HerbFebruary 27, 2025 at 1:12 pm #1478115Topic: Portfolio with colored hover and image heading
in forum Enfoldbeyond-flora
ParticipantHi Krisi-Team,
is it possible to get a similar effect with the portfolio entries as on the website (see link below)?
It’s about the different colors including the labeling in different font sizes.Thank you, Daniela
February 27, 2025 at 1:01 pm #1478112In reply to: Accordion slider overlay
It is very easy:
1: Stretch the OVERLAY 100% over the slide so that it covers the whole image
2: Leave the text-content where it was beforeHere is, what we are talking about:
https://kriesi.at/themes/enfold-2017/elements/accordion-slider/ (first example)marcus
February 27, 2025 at 12:20 pm #1478104Topic: Relink media database
in forum Pre Sale QuestionsRik
GuestHi,
I’ve tried the Enfold theme and like it but it seems to unlink my media images since i moved from dev to prod.
did i miss a step ? i dont want this happening everytime i use your theme.
Kind regards,
Rik
February 27, 2025 at 6:31 am #1478080In reply to: Accordion slider overlay
Hi,
Would you mind providing a screenshot of the changes that you’d like to implement? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelFebruary 27, 2025 at 6:06 am #1478078In reply to: Responsive Font size change not working on mobile
Hi,
Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelFebruary 27, 2025 at 5:30 am #1478073Hi,
Thank you for the screenshot.
Did you install a lazy load or any plugins related to images? Adding this code in the functions.php file should help:
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize() { ?> <script> (function($) { var resizeInterval = setInterval(function() { $(window).trigger('resize'); }, 1500); $(window).on('load', function() { setTimeout(function() { clearInterval(resizeInterval); }, 500); }); })(jQuery); </script> <?php }Best regards,
Ismael -
This topic was modified 1 year, 1 month ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Full-with slider cropping
Hi,
I’m using the full-width slideshow element for my blog images, but the cropping isn’t always ideal. For example, in this article: Link
Do you have any suggestions on how to improve it?Best regards
Topic: Mobile screen result (image)
I open this topic “Mobile screen result ” again.
How to reduce the image when I’m using mobile screen. My test Is too small.
I have chosen the Header layout: Widget Left, Logo center, Menu right
I cannot work out how to align the widget to the top. also the widget and the menü need to be aligned with the background image of the color section. can you please send code?HELLO, I NEED CSS CODE TO REDUCE STRETCHED IMAGE ON MOBILE VIEW FOR EASY SLIDER
THANKS!
Hi,
wo finde ich denn die aktuell verwendeten Enfold-Bildgrößen – speziell die des Vorschaubildes (featured image)?
Vielen Dank im Voraus!Hi Krisi-Team,
is it possible to get a similar effect with the portfolio entries as on the website (see link below)?
It’s about the different colors including the labeling in different font sizes.Thank you, Daniela
Topic: Relink media database
Hi,
I’ve tried the Enfold theme and like it but it seems to unlink my media images since i moved from dev to prod.
did i miss a step ? i dont want this happening everytime i use your theme.
Kind regards,
Rik



