Forum Replies Created
-
AuthorPosts
-
Hi,
I understand, often it helps to see the classes and structure to determine how best to change something, and other times it’s not exactly the same on my localhost and the live site.
Here’s a good example, I set up a localhost demo with the sidebar header, such as your screenshot, added the widget area in the sidebar header:add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }so I could add the search bar and a text widget to match your site.
Then I turn to the frontpage ready to figure out the changes needed to move the social icons down below the widget area, but I find there is no need to:

So, I wonder what I did different from you, and why my social icons are at the bottom and yours are not?Best regards,
MikeHey newtonlinchen,
Please go to Enfold Theme Options > Footer > Default Footer & Socket Settings, then in the drop down you will find the option.Best regards,
MikeHi,
Thanks for that, I rolled back your theme and got your site back up, please check.
I’m not sure about the error though, a quick search came up with nothing, and I have not seen this before, so I’ll have to research some more.Best regards,
MikeHey jeffwcy,
When I look at your page I see a sidebar, please try disabling the sidebar on this page in the layout options to the right when editing.
Please see screenshot in Private Content area.Best regards,
MikeMay 20, 2018 at 10:51 pm in reply to: Masonry element only loads when scrolling the page – bug? #959521Hi,
I checked and it is working for me, with Chrome.
Perhaps try clearing your browser cache.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeMay 20, 2018 at 10:41 pm in reply to: Magazine Elemente – Hide Meta, Center Title & Thumbnail on Vertical #959518Hi,
Please try this also:@media only screen and (max-width: 1023px) { #top.home .avia-builder-el-24 .av-magazine .av-magazine-content-wrap .av-magazine-title { line-height: 6.3em !important; font-size: 10px !important; } } @media only screen and (min-width: 1024px) and (max-width: 1439px) { #top.home .avia-builder-el-24 .av-magazine .av-magazine-content-wrap .av-magazine-title { line-height: 3.3em !important; font-size: 16px !important; } }Best regards,
MikeHey allyson3,
Try using the “Custom HTML” element in the form for your question headings, then use the check boxes below.

Test with this Avia Layout Builder Debug code:[av_contact (Email address hidden if logged out) ' title=' WANT A FREE DESIGN CONSULTATION?' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='' form_align='' color='' av_uid='av-jhf9q49b' custom_class='' admin_preview_bg=''] [av_contact_field label='First Name' type='text' options='' check='' width='element_half' av_uid='av-rewm87'][/av_contact_field] [av_contact_field label='Last Name' type='text' options='' check='' width='element_half' av_uid='av-ozdol3'][/av_contact_field] [av_contact_field label='E-mail' type='text' options='' check='' width='element_half' av_uid='av-oo80pj'][/av_contact_field] [av_contact_field label='Phone' type='text' options='' check='' width='element_half' av_uid='av-mngul3'][/av_contact_field] [av_contact_field label='How do you prefer to be reached? (you can select more than one) ' type='html' options='' check='' width='' av_uid='av-k63gyv'] How do you prefer to be reached? (you can select more than one) [/av_contact_field] [av_contact_field label='Phone' type='checkbox' options='' check='' width='element_third' av_uid='av-1x07gn'][/av_contact_field] [av_contact_field label='E-mail' type='checkbox' options='' check='' width='element_third' av_uid='av-i04z0n'][/av_contact_field] [av_contact_field label='Text Message' type='checkbox' options='' check='' width='element_third' av_uid='av-g1k193'][/av_contact_field] [av_contact_field label='Which type of order are you inquiring about? Please select all that apply.' type='html' options='' check='' width='' av_uid='av-e08xjb'] Which type of order are you inquiring about? Please select all that apply. [/av_contact_field] [av_contact_field label='Individual' type='checkbox' options='' check='' width='element_third' av_uid='av-cauhx3'][/av_contact_field] [av_contact_field label='Team' type='checkbox' options='' check='' width='element_third' av_uid='av-amxv13'][/av_contact_field] [av_contact_field label='Club' type='checkbox' options='' check='' width='element_third' av_uid='av-8xdfd3'][/av_contact_field] [av_contact_field label='Organization' type='checkbox' options='' check='' width='element_third' av_uid='av-83bgqv'][/av_contact_field] [av_contact_field label='Special Event' type='checkbox' options='' check='' width='element_third' av_uid='av-5opyt3'][/av_contact_field] [av_contact_field label='Something Else' type='checkbox' options='' check='' width='element_third' av_uid='av-4wj3bb'][/av_contact_field] [av_contact_field label='If you answered Something Else, please describe your needs in as much detail as possible.' type='text' options='' check='' width='' av_uid='av-2aw1af'][/av_contact_field] [/av_contact]Best regards,
MikeHi,
OK, I renamed your old theme folders with “old” which made wordpress use the twentyseventeen theme, and load.
Then I uploaded a new enfold & child theme, via ftp, which makes your site give a 500 server error.
Please check your webhost server logs for a clue as to what is going on.Best regards,
MikeHey Sujohn,
The whole function would begin with “if(”
Try using this:if(!function_exists('avia_post_nav')) { function avia_post_nav($same_category = false, $taxonomy = 'category') { global $wp_version; $settings = array(); $settings['same_category'] = $same_category; $settings['excluded_terms'] = ''; $settings['wpversion'] = $wp_version; //dont display if a fullscreen slider is available since they overlap if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) $settings['is_fullwidth'] = true; $settings['type'] = get_post_type(); $settings['taxonomy'] = ($settings['type'] == 'portfolio') ? 'portfolio_entries' : $taxonomy; if(!is_singular() || is_post_type_hierarchical($settings['type'])) $settings['is_hierarchical'] = true; if($settings['type'] === 'topic' || $settings['type'] === 'reply') $settings['is_bbpress'] = true; $settings = apply_filters('avia_post_nav_settings', $settings); if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical']) || !empty($settings['is_fullwidth'])) return; if(version_compare($settings['wpversion'], '3.8', '>=' )) { $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); } else { $entries['prev'] = get_previous_post($settings['same_category']); $entries['next'] = get_next_post($settings['same_category']); } $entries = apply_filters('avia_post_nav_entries', $entries, $settings); $output = ""; foreach ($entries as $key => $entry) { if(empty($entry)) continue; $the_title = isset($entry->av_custom_title) ? $entry->av_custom_title : avia_backend_truncate(get_the_title($entry->ID),75," "); $link = isset($entry->av_custom_link) ? $entry->av_custom_link : get_permalink($entry->ID); $image = isset($entry->av_custom_image) ? $entry->av_custom_image : get_the_post_thumbnail($entry->ID, 'thumbnail'); $tc1 = $tc2 = ""; $class = $image ? "with-image" : "without-image"; $output .= "<a class='avia-post-nav avia-post-{$key} {$class}' href='{$link}' >"; $output .= " <span class='label iconfont' ".av_icon_string($key)."></span>"; $output .= " <span class='entry-info-wrap'>"; $output .= " <span class='entry-info'>"; $tc1 = " <span class='entry-title'>{$the_title}</span>"; if($image) $tc2 = " <span class='entry-image'>{$image}</span>"; $output .= $key == 'prev' ? $tc1.$tc2 : $tc2.$tc1; $output .= " </span>"; $output .= " </span>"; $output .= "</a>"; } return $output; } }Best regards,
MikeMay 20, 2018 at 9:24 pm in reply to: Magazine Elemente – Hide Meta, Center Title & Thumbnail on Vertical #959506Hey Dave,
Try this code in the General Styling > Quick CSS field:#top.home .avia-builder-el-24 .av-magazine .av-magazine-content-wrap .av-magazine-title { line-height: 3.3em !important; }Please see screenshot in Private Content area.
Best regards,
MikeHey Marijke82,
Please try setting your header to transparent, in the layout options panel on the right, on the edit page.Best regards,
MikeHi,
I read that you were updating the site, what version was the site?Best regards,
MikeHey Elberete,
When I looked at your site I saw the footer map was working, but you had no content on your homepage, so I added a map to your homepage to test, it is working fine.
Please check.Best regards,
MikeHey prana3stil,
This was the old Enfold Default Demo, but please note that the demo doesn’t include most of the images and videos.
The newer 2017 Demo does include this images.Best regards,
MikeMay 20, 2018 at 8:25 pm in reply to: Enfold: Shortcode for contact form does not have captcha #959493Hey sky19er,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey beckyrickett,
I was looking into your issue, but I have the feeling you are active on it, should I continue or wait?Best regards,
MikeMay 20, 2018 at 7:28 pm in reply to: Masonry element only loads when scrolling the page – bug? #959485Hi,
Try adding this code to the end of your functions.php file in Appearance > Editor:function scroll_on_load(){ ?> <script> jQuery(document).ready(function($) { $('html, body.page-id-480').animate({ scrollTop: (5) }, 'slow'); }); </script> <?php } add_action('wp_footer', 'scroll_on_load');It has be written to only work on your blog page.
Best regards,
MikeHi,
You can easily control how many image sizes that are created when you upload a new image with the plugin Simple Image Sizes
It will list all of your media sizes at WordPress > Dashboard > Settings > Media > Media Settings
and you can set the ones you don’t want to use to zero.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad to hear, your page looks good :)
Might I suggest that the “.no-left-margin” be changed from 0px to 5px to give a little space between the boxes.
Unless there is anything else we can assist with, shall we close this then?Best regards,
MikeHi,
Ich glaube, ich verstehe, und dass Ihr Code “wichtig” benötigt. um das Thema zu überschreiben. Ich habe den Code für Sie hinzugefügt und es scheint mir zu funktionieren. Bitte löschen Sie Ihren Browser-Cache und überprüfen Sie.
Bitte sehen Sie sich den Screenshot im Bereich Privater Inhalt an.————
I believe I understand, and that your code needed “!important;” to overwrite the theme. I added the code for you and it seems to me working. Please clear your browser cache and check.
Please see screenshot in Private Content area..iconbox_top .iconbox_content {padding: 50px 35px 30px 35px!important; height: 28em!important; }Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Thank you for that, I took a look at your accordion and believe is is working correctly.
When opening one the content and title show, I see you have none set to Initial Open, so you must click to see one.
As I re-read your first post, I believe you expect the active toggle to take focus and scroll the page to be shown.
But this is not how the toggle works, the toggle opens downward and closes up, but doesn’t take focus. That is if the title is up and half way behind the header, the title will not show. You can see this on our demo site. Here is an example of the title behind the header:

Here is another example of the title at the bottom of the page:

I hope this explains well.Best regards,
MikeHi,
Vielen Dank für den Login, ich konnte mir Ihr Quick CSS ansehen und habe getestet, indem ich Code hinzugefügt habe, der funktioniert hat, nachdem ich den Cache meines Browsers gelöscht habe.
Mit welchem Code hast du Probleme?
————
Thank you for the login, I was able to look at your Quick CSS, and tested by adding some code which worked, after I cleared my browser cache.
What code are you having trouble with?Best regards,
MikeHey Marc Rentschler,
Currently no form data in saved in the database, our GDPR update is expected to be released on 5/22Best regards,
MikeHey datadirt,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #top .commentlist .children ul,#top .commentlist ul,#top .commentlist .comment { margin-left: 0px !important; } }If it’s not working in the Enfold Theme Options > General Styling > Quick CSS field, please try in the WordPress > Customize > Additional CSS.
Best regards,
Mike -
AuthorPosts
