Forum Replies Created
-
AuthorPosts
-
Hi,
Please include the url to the page in question so we can take a closer look. What color do you want the sub-menu links?Best regards,
MikeHi,
When I check it’s working for me, but as I tried to explain earlier, the “Home” item for the page always has the class for the highlighting because it is the parent of the page, technically you are always on that page. So I did a lot of css to adjust the menu item color so that it would not be highlighted when the others are highlighted.So now I wrote this script that will remove the class or add it to the “Home” menu item, based on how far the page has scrolled, it is set to 100px, and then I adjusted your css.
function custom_current_menu_item(){ ?> <script> (function ($) { $(window).scroll(function() { var scroll = $(window).scrollTop(); if (scroll >= 100) { $(".menu-item-5246").removeClass('current_page_item'); $("#menu-item-5721").removeClass('current_page_item'); } else { $(".menu-item-5246").addClass('current_page_item'); $("#menu-item-5721").addClass('current_page_item'); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_current_menu_item');Please clear your browser cache and check.
Best regards,
MikeHi,
Try going to your header.php on line 65, and find this:if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';and replace with this:
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">';Best regards,
MikeHi,
Happy to help, I assume we can close this now, but I like to ask. Shall we close this then?Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top .av_header_transparency #avia-menu li a span.avia-menu-text { color: #fff !important; } #top #avia-menu li a span.avia-menu-text { color: #000 !important; }Best regards,
MikeHi,
The child theme is free, Read here about the Child Theme
If you have it installed then you should be able to go to WordPress > Appearance > Themes and choose it as the activated theme.
Did you have a site created, or were you working on one?
Perhaps it would be better to include a admin login in the Private Content area so we can look.Best regards,
MikeHey Antonios Zarafonitis,
Enfold works with the version of WordPress that you would install on your server, from wordpress.org, but not with wordpress.com
Here is a list of free webhosts that you can install WordPress on, and then use Enfold with.
While installing WordPress on a localhost makes testing on your computer easy, we are not able to login and assist if you are having trouble.Best regards,
MikeFebruary 17, 2019 at 9:31 pm in reply to: How can I style the comment input and the send button below? #1068026Hey Thomas,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top .comment_container textarea,#top .comment_container .form-submit input#submit { font-family: 'Lobster', cursive !important; }Please adjust the font to suit, and Then clear your browser cache and any cache plugin, and check.
Please note that if you are using a font that is not already displaying on the same page, you should upload it to Enfold Theme Options > Import/Export > Custom Font Manager to force it to display.Best regards,
MikeHey Terrassenkind,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.avia_desktop .av-caption-on-hover .av-masonry-item-with-image .av-inner-masonry-content {opacity: 1 !important; } .avia_desktop .av-caption-on-hover .av-masonry-item-with-image .av-inner-masonry-content .av-masonry-entry-content { display: none !important; } .avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-masonry-entry-title { display: none !important; } .avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content .av-masonry-entry-content { display: block !important; }Then clear your browser cache and any cache plugin, and check.
expected results:

Best regards,
MikeHey talelie,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#avia-menu > li a:after{ content: ""; width: 3px; height: 3px; background: #bbb; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; display: inline-block !important; margin: 0 0 0 20px; vertical-align: middle; } #avia-menu > li#menu-item-search a:after{ content: ""; width: 0px; height: 0px; background: transparent !important; }The last bit of code is to hide the dot after the search icon, please adjust the color to suit, then clear your browser cache and check.
expected results:

Best regards,
MikeHey bigcon6_wp,
I took a look at your page and was able to view your content, Please see the screenshot in Private Content area.
What are you seeing, a blank white screen?Best regards,
MikeFebruary 17, 2019 at 7:32 pm in reply to: When using 3 columns the center coloumn is bigger #1067958Hi,
Glad to help, let us know if you need additional help with this or if we can close this.Best regards,
MikeHi,
Just to ensure we are talking about the same thing in regards to zoom, I created a video on my mobile device while I was zooming.
Please see the video in the Private Content area.Best regards,
MikeHi,
If I understand correctly, you would like the mobile menu overlay black, but after scroll you would like it to be gray. So do you have your mobile header fixed, so it always shows?
Please include the url to the page in question so we can take a closer look.
I’m not sure I understand this statement:I setted it in gray but when the menu is in overlay i can see it.
Perhaps a screenshot would help, try uploading to https://postimg.cc/ and posting the links here.
Best regards,
MikeHi,
Thank you for letting us know, but it looks like something escaped the shortcode in your page. I will keep a lookout for this, can you tell us which plugins you were using and if you had any custom jQuery scripts installed in the functions.php?Best regards,
MikeFebruary 17, 2019 at 6:15 pm in reply to: When using 3 columns the center coloumn is bigger #1067922Hi,
I tried to recreate your page on my localhost, at the top I placed a grid row with the images in each grid at full size:

and below that I placed 3 columns with zero padding and used “Equal Height” with the images at full size:

the result was that all images were the same size and the lined up nicely without any additional css or tricks:

Try Enabling Avia Layout Builder Debugger and paste this shortcode in the paser at the bottom of the page:

[av_layout_row border='' min_height_percent='' min_height='0' color='main_color' mobile='av-flex-cells' id='' av_element_hidden_in_editor='0' mobile_breaking='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av_uid='av-agpo17'] [av_cell_one_third vertical_align='top' padding='0px' padding_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' link='' linktarget='' link_hover='' mobile_display='' av_uid='av-8q2frf' custom_class=''] [av_image src='https://127.0.0.1/2017demo1/wp-content/uploads/2019/02/1.png' attachment='3165' attachment_size='full' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-js93dghn' custom_class='' admin_preview_bg=''][/av_image] [/av_cell_one_third][av_cell_one_third vertical_align='top' padding='0px' padding_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' link='' linktarget='' link_hover='' mobile_display='' av_uid='av-6ua8jf' custom_class=''] [av_image src='https://127.0.0.1/2017demo1/wp-content/uploads/2019/02/2.png' attachment='3166' attachment_size='full' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-js93e2oe' custom_class='' admin_preview_bg=''][/av_image] [/av_cell_one_third][av_cell_one_third vertical_align='top' padding='0px' padding_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' link='' linktarget='' link_hover='' mobile_display='' av_uid='av-63fl5n' custom_class=''] [av_image src='https://127.0.0.1/2017demo1/wp-content/uploads/2019/02/3.png' attachment='3167' attachment_size='full' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-js93f1id' custom_class='' admin_preview_bg=''][/av_image] [/av_cell_one_third][/av_layout_row][av_one_third first min_height='av-equal-height-column' vertical_alignment='av-align-top' space='no_margin' margin='0px' margin_sync='true' row_boxshadow_color='' row_boxshadow_width='10' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' highlight_size='1.1' border='' border_color='' radius='0px' radius_sync='true' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-js939ne0' custom_class=''] [av_image src='https://127.0.0.1/2017demo1/wp-content/uploads/2019/02/1.png' attachment='3165' attachment_size='full' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-js93fgfx' custom_class='' admin_preview_bg=''][/av_image] [/av_one_third] [av_one_third min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' row_boxshadow='' row_boxshadow_color='' row_boxshadow_width='10' link='' linktarget='' link_hover='' padding='0px' highlight='' highlight_size='' border='' border_color='' radius='0px' column_boxshadow='' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-40fm2z'] [av_image src='https://127.0.0.1/2017demo1/wp-content/uploads/2019/02/2.png' attachment='3166' attachment_size='full' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-js93fxiy' custom_class='' admin_preview_bg=''][/av_image] [/av_one_third] [av_one_third min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' row_boxshadow='' row_boxshadow_color='' row_boxshadow_width='10' link='' linktarget='' link_hover='' padding='0px' highlight='' highlight_size='' border='' border_color='' radius='0px' column_boxshadow='' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-arsrv'] [av_image src='https://127.0.0.1/2017demo1/wp-content/uploads/2019/02/3.png' attachment='3167' attachment_size='full' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-js93gave' custom_class='' admin_preview_bg=''][/av_image] [/av_one_third]you may need to replace the images as mine are on my localhost, but you should get the columns setup as I do.
Best regards,
MikeHi,
Nice phone, but what browser are you using, the built-in stock browser, or Chrome, or a custom installed browser?
I’m using a older LG phone and I can zoom in easily, I wonder if it’s a hardware issue because I have not seen any other reports about zooming.Best regards,
MikeFebruary 17, 2019 at 4:42 pm in reply to: Sprungmarke wird nicht korrekt angesteuert, in Kombination mit LayerSlider #1067907Hi,
I tested your site on a Mac, and found that Chrome worked as expected, but Safari did not.
I did some research on the plugin with Safari and found that the developer suggests increasing the “delay for scrolling to target on page load” to 300 milliseconds, I did this and tested again and now the targets land correctly on Safari.
Please clear your browser cache and check.Best regards,
MikeFebruary 16, 2019 at 11:24 pm in reply to: Enfold 4.5.4 Widgets with Shortcodes not visible #1067833Hey westefan,
Thank you for pointing this out I was able to confirm and will bring this to the attention of the dev team.
What version of php are you using?
Do you mind including admin login in the Private Content area so the dev team can take a look if they want?Best regards,
MikeFebruary 16, 2019 at 10:22 pm in reply to: Custom Link in Menu to Hidden Color Section not working? #1067827Hey cateringequipment,
Your function doesn’t include the name of the function for the “add action” to trigger, add it doesn’t close the PHP before adding the jQuery script. Assuming that you are creating a link to fire the class “inline_popup” then try replacing your function with this one in your functions.php:function popup_inline() { ?> <script type="text/javascript"> jQuery(window).load(function(){ jQuery('.inline_popup').magnificPopup({ type:'inline', midClick: true }); }); </script> <?php } add_action('wp_head', 'popup_inline');If this doesn’t help, please include a admin login in the private content area so we can be of more assistance.
Best regards,
MikeHey Mjurnique,
You have a jQuery error on your first page:Uncaught Error: Syntax error, unrecognized expression: #Aufn%C3%A4herWe would need a admin login to try to track down this error.
Best regards,
MikeFebruary 16, 2019 at 9:44 pm in reply to: When using 3 columns the center coloumn is bigger #1067809Hey Synne,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#av-layout-grid-1 .avia-image-container img { height: 425.688px !important; max-height: 425.688px !important; } #av_section_1 .avia-image-container img { height: 311.188px !important; max-height: 311.188px !important; }This will adjust all of the images on your test page, to apply this for other pages please assign a unique custom class or ID for the image and replace the ID in the begining of the code.
Please see the custom ID option at Enfold Theme Options > Layout Builder > Show element options for developers
Please let us know if you need some assistance with this.Best regards,
MikeHey Anj27,
There is no certain setting for zoom on a mobile, I have found no issues in doing so on our demo with a Android mobile device. Can you explain what is not zooming for you on the demo?Best regards,
MikeHey Takara22,
To make your breadcrumbs white and increase your title_container font size, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.avia-breadcrumbs span a,.title_container h1.entry-title a { color: #fff !important; } .title_container h1.entry-title a { font-size: 30px !important; }Best regards,
MikeFebruary 16, 2019 at 8:49 pm in reply to: disable showing old posts (events) in post slider #1067784Hey JantienM,
Sorry for the late reply, perhaps we can include the Event Calendar solution for past events. Please include the url to the page in question so we can take a closer look.Best regards,
Mike -
AuthorPosts


