Forum Replies Created

Viewing 30 posts - 81,241 through 81,270 (of 93,546 total)
  • Author
    Posts
  • in reply to: mega menu crashed #585900

    Hey flippingrocks,

    Not sure what’s going on there, could you try deactivating all plugins to see if one of them is causing a conflict please?

    Best regards,
    Rikard

    in reply to: Easy Slider bullets / dots on mobile #585897

    Hi,

    Not sure what you are looking to do, remove them or alter them in some way? If you want to remove them you can try the following in Quick CSS:

    .avia-slideshow-dots {
    display:none !important;
    }

    Thanks,
    Rikard

    in reply to: grid row content overlapping #585895

    Hi,

    It’s working on my end when I resize my browser, please note that the code will wrap long words (they will appear on two lines). If you should not see the changes then please clear the cache from your caching plugin and disable it until you have resolved this issue. I changed the media query a bit since it was overlapping between approximately 1120 and 990 pixels.

    Regards,
    Rikard

    in reply to: I need the same margin between columns #585892

    Hey eparkerswe,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    in reply to: change space beteen munu items #585886

    Hey Ed,

    Please try the following in Quick CSS under Enfold–>General Styling and adjust the values as needed:

    .av-main-nav > li > a {
        padding: 0px 8px !important;
    }
    

    Thanks,
    Rikard

    in reply to: Video on mobile #585885

    Hi Patriscia,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Enfold logo upload doesn't work #585884

    Hi,

    You can use the import/export function in the theme options if you want to start from scratch.

    Regards,
    Rikard

    Hey PsyontheMove6102,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Masonry Grid mobile #585882

    Hey Jurgen,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    in reply to: LayerSlider issue in switching to Enfold #585881

    Hi,

    Could you please try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/. I would advise you to clear the cache from your caching plugin and disable it while testing to be on the safe side.

    Regards,
    Rikard

    in reply to: HEADER with dfferents menus and logos in the same website #585880

    Hi,

    Thanks, you can try the following shortcode:

    [av_heading tag='h3' padding='10' heading='<strong>Hey there! This is an example of a 3 Column Ajax portfolio.<br />Once you click a portfolio item a preview will open & show you some more details.</strong>' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='10' custom_class=''][/av_heading]
    
    [av_hr class='short' height='30' position='left']
    
    [av_one_full first]
    
    [av_portfolio columns='3' items='9' contents='title' preview_mode='auto' image_size='portfolio' linking='ajax' sort='yes' paginate='no']
    
    [/av_one_full][av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='large' shadow='no-shadow']
    [av_one_fourth first]
    
    [av_icon_box icon='59' position='left' title='Free Support']
    Aenean commodo ligula eget dolor. Lorem <strong>ipsum</strong> dolor sit amet, consectetuer adipiscing elit. Cum sociis natoque<strong> </strong>Aenean massa.
    [/av_icon_box]
    
    [/av_one_fourth][av_one_fourth]
    
    [av_icon_box icon='125' position='left' title='Updates']
    Cum sociis natoque <strong>sadfsadfas </strong>Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_fourth][av_one_fourth]
    
    [av_icon_box icon='2' position='left' title='Mobile Ready']
    Cum sociis <strong>natoque</strong>. Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_fourth][av_one_fourth]
    
    [av_icon_box icon='36' position='left' title='SEO Optimized']
    Aenean commodo ligula eget dolor. <strong>Aenean massa</strong>. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_fourth][av_promobox button='yes' label='Learn More' link='page,750' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25']
    Enfold is freakishly powerful and so damn easy to use, its probably the last theme you will ever buy
    [/av_promobox]
    [/av_section]

    You will need to activate debug mode to be able to paste the shortcode to your page: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Thanks,
    Rikard

    in reply to: WPML loses all css properties #585879

    Hi,

    BWP Minify should work with the theme as far as I know but there might be a conflict with WPML although I find it unlikely, could you try some different settings to see if you can find one that works? If you want to try another minify plugin I would try simply searching for one and try it out.

    You can try the following in Quick CSS to have the mobile menu active on desktop as well:

    @media only screen and (min-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Regards,
    Rikard

    in reply to: Can't update the button #585877

    Hi,

    Great, glad you fixed it :-)

    Regards,
    Rikard

    in reply to: Background image move left on mobile #585875

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

    in reply to: Transparency on icons or grid row? #585874

    Hi,

    Great, glad you found it and thanks for sharing!

    Regards,
    Rikard

    in reply to: Losing content #585871

    Hi,

    Please check for any unclosed markup in the content you have added, I checked the first element and it has unclosed html markup:

    <strong>Exceptional Products<br>Inspiring Education<strong></strong>
    

    Correct would be:

    <strong>Exceptional Products<br>Inspiring Education</strong>
    

    Thanks,
    Rikard

    Hi @lauramatthys,

    Could you try deactivating all plugins to see if one of them is causing a conflict please?

    Regards,
    Rikard

    in reply to: Linie zwischen Layout Elementen entfernen #585867

    Hi @Frankmen,

    My german is not perfect but I think you solved your problem? If not then please let us know and we’ll look into it.

    Best regards,
    Rikard

    Hi @Tien Vijf,

    I can’t see any login details, could you please post them in the Private Content section of your reply? That way all moderators can access them.

    Best regards,
    Rikard

    in reply to: Change width to responsive desing #585864

    Hi grupoabades,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    Hi,

    Thanks for the details, I moved the list from the 2/3 element and added the following to your Quick CSS and it seems to be centered now:

    .page-id-73 .avia-icon-list {
        display: table !important;
        margin: 0 auto !important;
        width: 240px !important;
    }

    909808303 :-)

    Cheers!
    Rikard

    in reply to: Essential Grid & Enfold 'purple lines' bug #585861

    Hi,

    Thanks for the screenshot, I couldn’t see anything like that when loading the page you linked to though in latest version of Chrome. What browser are you using to get this error?

    Thanks,
    Rikard

    in reply to: 1 font working 1 not #585860

    Hi,

    Sorry for the late reply, glad you got it sorted. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    in reply to: change colour of bullet points #585859

    Hi @Epsilon_JS,

    Did you try @Guenni007’s suggestion?

    Thanks,
    Rikard

    in reply to: Pictures blurry in Portfolio Raster #585858

    Hi,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Enfold construction demo #585857

    Hi,

    You can try the following plugin to clear WordPress transients: https://wordpress.org/plugins/artiss-transient-cleaner/. If that doesn’t work then please try updating manually: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Rikard

    in reply to: menu font size #585855

    Hi talelie,

    I’m not sure why but your menu items are rapped in a font tag, are you using any plugins to alter the menu? I find it a bit hard to navigate a hebrew installation so I couldn’t really check. You can also try to deactivate all plugins to see if one is causing a conflict.

    Best regards,
    Rikard

    in reply to: full width buttons with borders and hover color #585852

    Hi georgesociel,

    Could you try adding a line break under the text to see if that helps?

    <br />
    

    Thanks,
    Rikard

    in reply to: Advanced Layout Slider Unable to Save #585851

    Hey Brad,

    Thanks for the feedback, so I’m guessing this solve your problem? Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    in reply to: icon box – more icons? #585849

    Hi Epsilon_JS,

    Please refer to this: http://kriesi.at/documentation/enfold/custom-social-icons/

    Best regards,
    Rikard

Viewing 30 posts - 81,241 through 81,270 (of 93,546 total)