Forum Replies Created

Viewing 30 posts - 16,231 through 16,260 (of 25,536 total)
  • Author
    Posts
  • in reply to: make the account page RTL #960249

    Hey bakbek,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top.page-id-8 .avia_textblock .woocommerce {
        display: flex;
        flex-direction: column-reverse;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Center align masonry on mobile #960247

    Hey bakbek,

    I’m getting this style in mobile version:

    @media only screen and (max-width: 479px) {
        #top.page-id-18395 div#av-masonry-2 {
            left:5% !important
        }
    }

    Please remove this code and that should center it.

    Best regards,
    Nikko

    in reply to: Footer widget design issue #960244

    Hi bakbek,

    Glad that Basilis helped you.
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Show image slider on mobile and hide video #960179

    Hi siteitltd,

    You will know this by comparing the content of the files with the same name and file extension except for style.css and functions.php as it just inherits styles and functions from the parent theme instead of overriding it. The files that are commonly changed/overriden are header.php and shortcode files.
    Hope this information helps.

    Best regards,
    Nikko

    in reply to: Form Colour Scheme #960176

    Hi Picante,

    Can you try changing border to border-color, so the code should look like this:

    #top div .av-dark-form input[type="text"] {
        border-color: #b2b5b8 !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: How to remove debug information in 4.3 #960174

    Hi J. B.,

    I tested the code on my End using a child theme and Enfold 4.3.2 and it works fine.
    Can you create a new thread and give us admin access so we can check it.
    Just post the details in private content so it’s only visible to the thread creator and the moderators.

    Best regards,
    Nikko

    in reply to: don't show text with mouse over images #960167

    Hi Marta,

    Glad to hear that it’s resolved. :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi satyenb,

    Please try to create a new thread and post the temporary admin details so we can check it further and try to fix it. Just post it in private content so it is visible only to the thread creator and the moderators. Also you can put the link to this thread on the newly created thread so we can use as reference.

    Best regards,
    Nikko

    in reply to: changing layout of team member option view #960121

    Hi specialosis,

    Thanks for giving us the link of both the thread and the page.
    He/she did it by using an accordion for Bio (and adjusted the style) then Team Member on the Image and content below.
    Hope this information helps.

    Best regards,
    Nikko

    Hi Riaam,

    Thanks for giving us admin access, however each time I save this error always shows up:

    Saving didn't work!
    Please reload the page and try again

    I’m trying to add this css code in Quick CSS (located in Enfold > General Styling) which should fix the layout issue:

    #seriesengine .enmseaplayer {
        width: 100% !important;
    }

    Also I noticed that you have this error in the js console:

    Uncaught ReferenceError: jQuery is not defined
        at seriesenginefrontend.js:1

    which is because seriesenginefrontend.js is dependent on jquery but the latter is loaded after the plugin’s js.
    I think unchecking load jquery on footer should fix the issue.

    Best regards,
    Nikko

    in reply to: Text falls off on mobile size #958519

    Hi brand_zero,

    Thanks for giving us the link, upon checking your site I noticed that the spaces where changed to:

     

    can you try to manually delete those spaces and type them again, it’s preferable to use Text instead of Visual in the Editor.
    And that should fix the issue.

    Best regards,
    Nikko

    in reply to: Text crossing into a picture #958501

    Hi carstenstrandvad,

    Can you try replacing this code I gave:

    .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading {
        margin-left: 28% !important;
        margin-top: 80px !important;
        text-align: right;
    }

    with this:

    .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading {
        margin-left: 14% !important;
        margin-top: 80px !important;
        text-align: right;
    }

    then add this css code also:

    .home #after_full_slider_1 .flex_column.av_one_half.avia-builder-el-last .avia-image-container {
        margin-left: -14%;
    }
    
    @media only screen and (max-width:1024px) {
      .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading h1 {
        font-size: 47px !important;
      }
    }
    
    @media only screen and (max-width:959px) {
      .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading {
        margin-left: 0 !important;
        margin-top: 30px !important;
        width: 125%;
      }
    
      .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading h1 {
        font-size: 42px !important;
      }
    
      .home #after_full_slider_1 .flex_column.av_one_half.avia-builder-el-last .avia-image-container {
        margin-left: 0;
      }
    }
    
    @media only screen and (max-width:767px) {
      .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading {
        width: 100%;
      }
    }

    Let us know if this helps. :)

    Best regards,
    Nikko

    in reply to: Enfold 4.3.2 No Custom Class or DIV ID in Text Blocks #958491

    Hi plilja,

    Glad that we could help :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Can't upload media + blank screens after action #958488

    Hi draadeind,

    Glad to hear that. :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day :)

    Best regards,
    Nikko

    Hi Susan,

    Glad that we could help and thanks for your kind words, we greatly appreciate it :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Logo in header #958484

    Hi ebroarl,

    Glad that we could help :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Share this entry 2 #958305

    Hi profumopuntoit,

    Can you give us a link to your site? so we can have a closer look.

    Best regards,
    Nikko

    in reply to: PHP 7.2 upgrade issues #958304

    Hi Samuel,

    Thanks for creating a new thread and providing us the username and password.
    Can we also ask for the login link? so we can check further.

    Best regards,
    Nikko

    in reply to: Menu left separator line different in each page. #958303

    Hi Alexia,

    Glad that Mike helped you. :)
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: masonry gallery thin line #958302

    Hey studioinktvis,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #after_masonry {
        border: 0 !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Very Urgent!: Menu Text Disappeared on iPad Pro #958299

    Hi mftonto2and3,

    Thanks for providing the access, however it doesn’t work when I tried it.
    As for the dark grey background, this is caused by this css code in your child theme’s style.css:

    top #header_main_alternate {
        background-color: #3b3b3b;
    }

    you can use the same code and add to Quick CSS (located in Enfold > General Styling) then just change the background color.
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Add extra link to mobile menu #958297

    Hi jeroenvandessel,

    Thanks for giving us admin access.
    I have added “Facebook” on your mobile menu.
    Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: footer page #958293

    Hi dondela,

    Glad that we could help :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: mini cart style #958292

    Hi dondela,

    Thanks for pointing it out, to make whole popup cart bigger, add this css code in Quick CSS (located in Enfold > General Styling):

    #top .cart_dropdown .dropdown_widget {
        width: 350px;
    }

    for the button color, you can use this css code:

    #top .cart_dropdown .dropdown_widget p.woocommerce-mini-cart__buttons {
        background-color: #009933;
    }

    Just change the width and background color values.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Enfold Changelog #958289

    Hi rodpascoe,

    We have already reported it and the changelog is now updated:

    Enfold Changelog

    For updating your site, we suggest to update it on a stage site first and test before updating your live site, this way you can update your live site with lesser risk :)

    Best regards,
    Nikko

    • This reply was modified 7 years, 2 months ago by Nikko.

    Hi bakbek,

    Try adding this css code:

    #top div .quantity input.qty {
        margin-top: -1px;
    }

    Best regards,
    Nikko

    in reply to: Menu items sliding when opening menu box #958286

    Hey idleog,

    Thanks for giving us the link.
    I have checked it and could see the issue on my end, however I’m not sure what causing the issue.
    Can you try to disable all plugins and check if the issue still persists, if it doesn’t enable the plugins one by one and check to know which is causing the issue.
    If it still persists, 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

    Hey stefano_ts,

    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: change log Enfold Version 4.3.2 #958280

    Hey barbarawsimon,

    Thanks for pointing it out, we’ll be reporting this to Kriesi.
    For the meantime, you can also check it here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelog

    Best regards,
    Nikko

    in reply to: can't save section content in safari #958276

    Hey decode,

    Yes, we’ll help. I just want to clarify if it works fine if you’re using other browsers such as chrome or firefox? is it on mac?
    Also the link you gave just redirects to the homepage but doesn’t log you in, please check.

    Best regards,
    Nikko

Viewing 30 posts - 16,231 through 16,260 (of 25,536 total)