Forum Replies Created
-
AuthorPosts
-
Hey 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,
MikeHey talkshop787,
I took a look at your site and the advanced layout builder seems to be working correctly, I started in the Layout elements and dragged a element into the edit area, then switched to the Content elements and dragged a element into the edit area, and the so forth with the Media elements, using Chrome on Windows 10.
Which browser are you using?
I also tested the default editor in text & visual.Best regards,
MikeHey catatonique,
I have included a link to the 2017 Demo layerslider export in the Private Content area.
Please try importing it. If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey Biggy,
Your first issue was solved with the latest update v4.3.2
Please update and check.Best regards,
MikeMay 20, 2018 at 1:37 am in reply to: The Events Calendar – Date Picker Disappearing Behind Header #959271Hi,
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 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,
No you can delete all the pages, you don’t need to import any of the demos, you could just start building.
Let me ask, are you having a issue with the page I created? I thought the color section background video was working correctly.Best regards,
MikeMay 20, 2018 at 1:29 am in reply to: Issues with Layerslider and website loading speed after latest update #959267Hi,
Perhaps you should disable JetPack. As for your slow load times it’s mostly to the images in your slider and a slow webhost, I ran this test and as you can see it took your webhost 4 seconds to start serving your site (first byte)
There are a lot of things you can do to improve your speed, but you have no control over “first byte”, it your server.
Perhaps if you talk to them they will move you to different server.Best regards,
MikeHey Andre,
Try this code in the General Styling > Quick CSS field:#top .commentlist #commentform label { float: right !important; left: 245px !important; position: absolute; } #top .commentlist .comment-form-author input,#top .commentlist .comment-form-email input,#top .commentlist .comment-form-url input { max-width: 220px; !important; } #top .commentlist span.required { display: inline-block !important; }
Best regards,
MikeHey steviger,
How about this layout:
this css:.no-left-margin { margin-left: 0px !important; } .hide-empty { display: none !important; } .large-image { min-width: 30%!important; } .first-second-row { margin-left: 13%!important; }
result:
Avia Layout Builder Debug code:[av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='scroll' bottom_border_style='scroll' scroll_down='' custom_arrow_bg='' id='' color='main_color' background='bg_color' custom_bg='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' overlay_enable='' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av_element_hidden_in_editor='0' av_uid='av-gqiqn1'] [av_one_fifth first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' 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-1jsljh' custom_class='large-image'] [av_image src='https://127.0.0.1/2017demo1/wp-content/uploads/2018/05/Computer_Left.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-jhdrcmnr' admin_preview_bg=''][/av_image] [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' 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-eue3vx'] [av_icon_box position='top' icon_style='' boxed='av-no-box' icon='ue862' font='entypo-fontello' title='IconBox Title' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jhdr7h82' admin_preview_bg=''] Click here to add your own text [/av_icon_box] [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' 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-chz20t' custom_class='no-left-margin'] [av_icon_box position='top' icon_style='' boxed='av-no-box' icon='ue862' font='entypo-fontello' title='IconBox Title' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jhdr7h82' admin_preview_bg=''] Click here to add your own text [/av_icon_box] [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' 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-be0vbx' custom_class='no-left-margin'] [av_icon_box position='top' icon_style='' boxed='av-no-box' icon='ue862' font='entypo-fontello' title='IconBox Title' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jhdr7h82' admin_preview_bg=''] Click here to add your own text [/av_icon_box] [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' 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-91o6cd' custom_class='no-left-margin'] [av_icon_box position='top' icon_style='' boxed='av-no-box' icon='ue862' font='entypo-fontello' title='IconBox Title' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jhdr7h82' admin_preview_bg=''] Click here to add your own text [/av_icon_box] [/av_one_fifth][av_one_fourth first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' 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-893l0t' custom_class='hide-empty'] [/av_one_fourth][av_one_fifth min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' 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-577tm5' custom_class='first-second-row'] [av_icon_box position='top' icon_style='' boxed='av-no-box' icon='ue862' font='entypo-fontello' title='IconBox Title' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jhdr7h82' admin_preview_bg=''] Click here to add your own text [/av_icon_box] [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' 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-4tns65' custom_class='no-left-margin'] [av_icon_box position='top' icon_style='' boxed='av-no-box' icon='ue862' font='entypo-fontello' title='IconBox Title' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jhdr7h82' admin_preview_bg=''] Click here to add your own text [/av_icon_box] [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' 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-30xqzx' custom_class='no-left-margin'] [av_icon_box position='top' icon_style='' boxed='av-no-box' icon='ue862' font='entypo-fontello' title='IconBox Title' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jhdr7h82' admin_preview_bg=''] Click here to add your own text [/av_icon_box] [/av_one_fifth][/av_section]
You can tweak it some more, but it should be a good start.
Best regards,
MikeMay 19, 2018 at 8:40 pm in reply to: Layer Slider is not importing properly for Enfold 2017's home page slider #959197Hi,
I have linked to the 2017 Demo layerslider export in the Private Content area.
But please ensure the PHP ZipArchive Extension has been enabled on your webhost, typically this is one reason the layerslider import fails.
To check, go to WordPress > Dashboard > LayerSlider > Options and click “System Status” and look under “Server Settings”
Best regards,
MikeHi,
To make text capital, use css “text-transform: uppercase;”
for example:label { text-transform: uppercase; }
once we see your new form we can give you the exact code.
Best regards,
MikeHi,
Glad to see you have it sorted out, shall we take a look at the blog images on your site now?
Can you please include a admin login in the private content area so we can take a closer look, and can we disable plugins to test, if need be?Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:body .alignleft.wp-image-7473 { margin: 4px 20px 0 0 !important; }
please feel free to adjust the 20px to suit, it is 10px on your site now.
Do you wish this to be for the one image only, and only on one page?Best regards,
MikeHi,
I read that you removed the “jquery.smoothState.functions.js” but it is still loading when I view your page, please try to remove it.
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeMay 19, 2018 at 6:46 pm in reply to: Masonry element only loads when scrolling the page – bug? #959131Hi,
I believe you are referring to the masonry animation, please try this code in the General Styling > Quick CSS field to remove:.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{ -webkit-animation: none !important; -moz-animation: none !important; animation: none !important; } .av-masonry-entry { opacity: 1 !important; visibility: visible !important; }
Best regards,
MikeHey izubeldia,
Please read this comment from the plugin author on how to use the plugin with WPML
If you have any further questions about the plugin, please ask in that thread, as we can not offer support for third party plugins.
Thanks for your patience and understanding.Best regards,
Mike -
AuthorPosts