Forum Replies Created

Viewing 30 posts - 17,761 through 17,790 (of 25,536 total)
  • Author
    Posts
  • in reply to: Anchor Link in Advanced Layerslider #918838

    Hey Susan,

    Yes, for example on the page you have posted, you can use this as link #layer_slider_2 (you can use this on buttons or simple link) that should link it to your 2nd layer slider, you just need to change 2 to other number for example on your slider 1 use #layer_slider_1 or for slider 5 use #layer_slider_5. Hope this helps :)

    Best regards,
    Nikko

    in reply to: plug in won't open #918832

    Hi Wukuadad,

    Please create a new thread, then also provide us temporary admin access as well as ftp access so we can check further. Just post the details in private content so it will only be visible to moderators and the thread creator.

    Best regards,
    Nikko

    in reply to: Demo enfold 2017 – Blog full width #918829

    Hey piotrfilipowicz,

    You should see all the settings needed on this screenshot: https://imgur.com/a/6A3ag
    The Blog settings are on the popup window while on the right side a bit darkened is the page settings. Hope this helps.

    Best regards,
    Nikko

    in reply to: Add menu background-image #918827

    Hi,

    Can you give us a link to your site so we can check? do you want to use the same color as the main menu in the screenshot?

    Best regards,
    Nikko

    in reply to: No social share while using Avia layout builder #918826

    Hey emilie6525,

    If you’re using Avia Layout Editor, you can use Social Share Buttons under Content Elements for Social Share Buttons, for the title you can use Special Heading, tags though isn’t available. It would be easier if you use default editor for posts and just use the Magic Wand tool for the testimonials, you can see it here in the screenshot: https://imgur.com/a/8OCS2
    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Can't add header image #918822

    Hey lisabagg,

    Thanks for providing the admin access, I have added this css code in Quick CSS (located in Enfold > General Styling):

    #top.page-id-1576 .avia-image-container.avia-builder-el-0, 
    #top.page-id-1576 .avia-image-container.avia-builder-el-0 .avia-image-container-inner, 
    #top.page-id-1576 .avia-image-container.avia-builder-el-0 .avia-image-container-inner .avia_image {
        width: 100%;
    }

    Hope it’s good, let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Contact form sending to wrong email #918820

    Hey unlimited1,

    The shortcode for the contact form should look something like this:

    [av_contact  (Email address hidden if logged out) ' title='Send us mail' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='' form_align='' color='' custom_class='' admin_preview_bg='']
    [av_contact_field label='Name' type='text' options='' multi_select='' av_contact_preselect='' check='is_empty' width=''][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' options='' multi_select='' av_contact_preselect='' check='is_email' width=''][/av_contact_field]
    [av_contact_field label='Subject' type='text' options='' multi_select='' av_contact_preselect='' check='is_empty' width=''][/av_contact_field]
    [av_contact_field label='Message' type='textarea' options='' multi_select='' av_contact_preselect='' check='is_empty' width=''][/av_contact_field]
    [/av_contact]

    You just need to replace (Email address hidden if logged out) with your client’s email. Are you using a third party plugin for the contact form?

    Best regards,
    Nikko

    in reply to: Separate Top Bar Menu #918817

    Hey beverlystone,

    Can you give us a link to your login page? and also give us some link to the pages where the header is hidden.

    Best regards,
    Nikko

    Hey Bicyclist51,

    Yes, you would need to use custom css code to do it, and you can apply it on this css selector:

    #top #wrap_all {
    
    }

    Let us know if you need assistance on the gradient color.

    Best regards,
    Nikko

    in reply to: Image on hover #918815

    Hey Cj,

    Yes it’s possible though you would need some custom css to do it. First enable Custom Css Classes: https://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then add a class name to the element you are using, then let us know what the class name you used and give a link to your page so we can inspect and try to give you css code that should work.

    Best regards,
    Nikko

    Hi,

    Glad that we could help. Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: MP4 Video not playing in Background Safari / IE #918810

    Hi Arlie_Francis,

    Glad that the update fixed the issue on your site and thanks for confirming the fix :)


    @BenWorx
    : can you try to update it to the latest version of Enfold, make sure to backup first before updating :)

    Best regards,
    Nikko

    in reply to: change size of page-thumb #918808

    Hi,

    There’s nothing css can do with it since the image itself is cropped, here is the image fetched on that page: http://greenlifestructures.com/wp-content/uploads/2018/02/gear-motors-431×321.jpg adjust it with entry_with_sidebar size and that should fix the issue, adding some css though would make it better to have some spaces between the category image thumbnail and the products.

    Best regards,
    Nikko

    in reply to: Mobile browser issues #918805

    Hi,

    Glad that you figured it out. As for the automatic update, I’m not sure what’s causing the issue on the theme update on your end, however can you try to update via ftp: https://kriesi.at/documentation/enfold/updating-your-theme-files/ and make sure to backup first.

    Best regards,
    Nikko

    in reply to: Styling of buttons, icons and dividers broken #918799

    Hi,

    Can you also give us ftp access? so we can check further.

    Best regards,
    Nikko

    in reply to: move logo and menu #918500

    Hi,

    Glad to hear that! Thanks for using Enfold and have a nice day! :)

    Best regards,
    Nikko

    in reply to: menu dropdowns #918497

    Hey murdochduncan,

    1. Sure, can you go to Enfold > Menus then edit The Walk menu item and uncheck Use as Mega Menu.
    2. Try adding this css code in Quick CSS (located in Enfold > General STyling):

    #top #header .sub-menu {
        border-top: 0 !important;
    }

    3. Yes, you just need to take advantage on unique class name applied on the body on every page, for example your About page which has an id of 296, you can use this css code and add to Quick CSS:

    .page-id-296 p {
      color: #fff !important;
    }

    Hope this helps. Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Woocommerce product description suppressed/not showing #918481

    Hi,

    Glad that you figured it out, thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Support #918477

    Hey Su Fawkes,

    Just go to this link: https://kriesi.at/support/ you should see a login form on the right side type in your username and password, after logging in there’s a list of themes on the left just select one that you are using then scroll at the bottom you should see a form where you can start a topic/thread. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Menu Font Weight #918475

    Hey marsh1984,

    I have tried to check your site however theres a pop-up window asking for username and password.

    Best regards,
    Nikko

    in reply to: move logo and menu #918473

    Hey famewebdesign,

    I have checked your site and it seems you have already set your logo to left and menu to right, is this already done? or are you referring on using the whole width of the screen instead of a limited container?

    Best regards,
    Nikko

    in reply to: POPUP ENFOLD #918470

    Hey alia19,

    Can you post a link to the thread you have mentioned? and also can you give us a screenshot or a sample of what you are trying to achieve?

    Best regards,
    Nikko

    in reply to: Tablet view logo shrinkage/header height #918469

    Hi govus,

    Try to insert this code inside the media query code given by Victoria:

    .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container {
        height: 90px !important;
        line-height: 90px !important;
    }
    
    #top .logo a, 
    #top .logo img {
        max-height: 90px !important;
    }

    the code should look like:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .logo img {
        padding-bottom: 5px;
        padding-top: 5px;
      }
    
      .responsive.html_mobile_menu_tablet #top #wrap_all .header-scrolled .av-logo-container {
        height: 90px !important;
        line-height: 90px !important;
      }
    
      #top .header-scrolled .logo a, 
      #top .header-scrolled .logo img {
        max-height: 90px !important;
      }
    }

    just adjust the values. Hope this helps.

    Best regards,
    Nikko

    in reply to: Styling of buttons, icons and dividers broken #918462

    Hi,

    Thanks for giving us admin access, however it doesn’t load avia merged styles, can you try adding this to your child theme’s style.css:
    https://pastebin.com/ung14Gsk

    Then flush out the cache and also clear the browser cache. Let us know if this helps.

    Best regards,
    Nikko

    in reply to: commet field above comments #918433

    Hi,

    Lol! XD You’re welcome and glad that we could help. Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Blog categories to be shown #918432

    Hey istaring,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Search icon in menue #918431

    Hi,

    Glad that you found it. Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Social share buttons in footer #918428

    Hi Jurgen,

    Glad that you found a solution that works for you and thanks for sharing it. Thanks for using Enfold and have a great day :)

    Best regards,
    Nikko

    in reply to: CSS for tables #918427

    Hi,

    Yes, though it would seem good since you will still have that table layout but you need to scroll horizontally to see all of it. What I usually suggest is to create 2 tables, 1 for desktop and tablets and 1 for mobile, use Screen Settings to hide/show tables.

    Best regards,
    Nikko

    in reply to: Google Search Console Crawling Errors #918424

    Hi BR,

    Glad to hear that! Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 30 posts - 17,761 through 17,790 (of 25,536 total)