Forum Replies Created

Viewing 30 posts - 27,481 through 27,510 (of 35,026 total)
  • Author
    Posts
  • in reply to: Column layout question #959471

    Hi,
    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,
    Mike

    in reply to: Quick CSS funktioniert nicht #959468

    Hi,
    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,
    Mike

    in reply to: Space between image and text #959464

    Hi,
    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,
    Mike

    in reply to: Accordeon scroll position #959462

    Hi,
    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:
    2018-05-20_095650
    Here is another example of the title at the bottom of the page:
    2018-05-20_100553
    I hope this explains well.

    Best regards,
    Mike

    in reply to: Quick CSS funktioniert nicht #959444

    Hi,
    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,
    Mike

    in reply to: Enfold form data #959300

    Hey Marc Rentschler,
    Currently no form data in saved in the database, our GDPR update is expected to be released on 5/22

    Best regards,
    Mike

    in reply to: Threaded Comment View on Mobile #959297

    Hey 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

    in reply to: Can't open Content Elements or Media Elements tabs #959290

    Hey 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,
    Mike

    in reply to: LayerSlider – Demo Sliders #959287

    Hey 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,
    Mike

    in reply to: Quick CSS funktioniert nicht #959275

    Hey Manuela,
    sorry, I was unable to login, please check.

    Best regards,
    Mike

    in reply to: Issues in the dynamic_avia css #959273

    Hey Biggy,
    Your first issue was solved with the latest update v4.3.2
    Please update and check.

    Best regards,
    Mike

    Hi,
    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,
    Mike

    in reply to: Increase left margin for image on home page #959269

    Hi,
    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,
    Mike

    in reply to: Color Section Background video broken after update #959268

    Hi,
    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,
    Mike

    Hi,
    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,
    Mike

    in reply to: Comment Form broken #959207

    Hey 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;
    }

    Expected results:
    2018-05-19_160114

    Best regards,
    Mike

    in reply to: Column layout question #959203

    Hey steviger,
    How about this layout:
    2018-05-19_151625
    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:
    2018-05-19_152326
    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,
    Mike

    Hi,
    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”
    2018-05-19_143853

    Best regards,
    Mike

    in reply to: Changing into Enfold #959196

    Hi,
    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,
    Mike

    in reply to: Funky Activity on BLOG since upgrading to 4.3.1 #959193

    Hi,
    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,
    Mike

    in reply to: Space between image and text #959136

    Hi,
    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,
    Mike

    in reply to: Accordeon scroll position #959133

    Hi,
    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,
    Mike

    Hi,
    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,
    Mike

    in reply to: How to add GDRP checkbox to comments form #959128

    Hi,
    Thanks for sharing @svetkol

    Best regards,
    Mike

    in reply to: Cool Timeline Pro with WPML #959127

    Hey 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

    Hi,
    Sorry I’m not seeing the error on my Android device using Chrome, what browser are you using on your device?
    Try clearing your mobile cache and history.

    Best regards,
    Mike

    in reply to: Changing into Enfold #959121

    Hi,
    I believe this may help: Problems with Gravity Forms Visual Editor when using Enfold theme

    Best regards,
    Mike

    Hi,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    if(!function_exists('av_blog_entry_markup_helper'))
    {
    	function av_blog_entry_markup_helper( $id , $exclude = array())
    	{
    		if( !in_array('publisher', $exclude) )
    		{
    			$output .= "<span class='av-structured-data' {$publisher_markup}>
    				<span itemprop='name'>{$author_name}</span>
    				<span itemprop='logo' itemscope itemtype='http://schema.org/ImageObject'>
    				   <span itemprop='url'>url-to-logo-image</span>
    				 </span>
    			  </span>";
    		}
    		return $output;
    	}
    }
    

    then replace “url-to-logo-image” in the code with your logo url

    Best regards,
    Mike

    in reply to: Funky Activity on BLOG since upgrading to 4.3.1 #959118

    Hi,
    When I look at your blog page I see the two latest posts are not showing because the category they are in is excluded from the widget.
    Please check the categories selected, as there are a number of them excluded from the blog roll.
    Please see screenshot in Private Content area.

    Best regards,
    Mike

    Hi,
    I tried disabling your plugins, which solved the slider issues, and then I enabled them expecting JetPack to brake the sliders again, but it didn’t. I believe this is because when JetPack is disabled you need to set it up again, which will most likely brake your sliders.
    I remember seeing this error before on the JetPack support forum, but I can’t find that thread now.
    At the time it was under investigation, but since I’ve only seen it twice now and not widespread, there is a chance that it is a conflict with another plugin.
    You could choose to not use JetPack, or try disabling all other plugins, and test one at a time with JetPack to find the error.
    Or perhaps it was a one time blop, in which disabling and resetting solved?

    I guess the important thing is that your sliders are working again.

    Best regards,
    Mike

Viewing 30 posts - 27,481 through 27,510 (of 35,026 total)