Forum Replies Created

Viewing 30 posts - 12,241 through 12,270 (of 25,536 total)
  • Author
    Posts
  • in reply to: Max width grid row #1102697

    Hey Banshee350,

    I think it’s possible using Quick CSS and make sure that Custom Css Class field is enabled: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements
    You can for example, edit a Grid Row and set Custom Css Class to myrow then in Enfold > General Styling > Quick CSS, add this css code:

    #top .myrow {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    this will set the maximum width to 90%. Just adjust the value.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Avia layout builder doesnt work in porfolio items #1102693

    Hi napsteris,

    Glad that it’s fixed :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: How do I add text near logo? #1102692

    Hey OriginsSpeak,

    Please refer to our documentation: https://kriesi.at/documentation/enfold/logo/#image-logo-with-subtext
    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Reduce Width Between Columns #1102691

    Hey Micheal0424,

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

    #top.page-id-2769 .av-flex-placeholder {
        width: 2%;
    }

    The default value is 6%, just adjust it so it fits what you need.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Site Width on Blog and others Classic Editor #1102689

    Hey Itsnain Ginanjar,

    I have checked your site and it seems you have already done this.
    Let us know if you still need further assistance.

    Best regards,
    Nikko

    in reply to: Having Two Logos on header #1102688

    Hey jayflavs,

    Yes, it’s possible. Do the following:
    1. Go to Enfold > Theme Options > Logo, set this to the 2nd logo.
    2. Go to Enfold > General Styling > Quick CSS, then add this css code:

    #top.home #header .logo a {
        background-image: url(https://enfold2017.local/wp-content/uploads/2017/02/logo-white.png);
        background-size: auto 100%;
    }
    
    #top.home #header .logo img {
        opacity: 0;
    }

    Replace this http://enfold2017.local/wp-content/uploads/2017/02/logo-white.png with the url of your first logo.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Table Width Increase #1102686

    Hey Lisaodo,

    Thanks for giving us admin access, we have done the following:
    1. Checked Show element options for developers in Enfold > Layout Builder.
    2. Edit the Color Section where the table is wrapped, in Custom Css Class I put mysection
    3. Go to Enfold > General Styling > Quick CSS, then added this css code:

    #top .mysection .container {
        padding-left: 0;
        padding-right: 0;
    }
    
    #top .mysection .av-flex-placeholder {
        width: 2%;
    }

    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: images disappearing from advanced layer slider #1102685

    Hi Ben,

    I have checked it and could not figured out what’s causing the issue but there are a lot of errors in the console, I think we can start with this one (changed url to yoursite):

    Access to font at 'https://yoursite.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf' from origin 'https://www.yoursite.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

    It can be fixed by following the instructions here: https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-

    Best regards,
    Nikko

    in reply to: Transparent Header #1102684

    Hey ginnywills,

    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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Mega Menu not centered or lined up #1102683

    Hi wealthyone,

    Try adding the following css codes in Quick CSS, located in Enfold > General Styling.

    First add this which should align the menu items:

    #top #header .avia_mega6 ul.sub-menu li.three {
        float: left;
        display: block;
        width: 16.6666667%;
    }

    Then add this css code to center it:

    #top #header .avia_mega6 ul.sub-menu li.three span.mega_menu_title a {
        text-align: center;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: How to change the size of an image? #1102680

    Hi MusicD,

    I see, sorry for misunderstanding.
    You can go to Settings > Media and change the size for Medium and save, after this you should be able to choose medium with a size lower than 150 x 150px.
    If you need to modify image sizes for Enfold, you can install and activate this plugin: https://wordpress.org/plugins/simple-image-sizes/
    Then go to Settings > Media and modify the image sizes there.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: audioplayer repeats by itself #1102677

    Hi Christine,

    We can confirm that this bug only happens on firefox and we have already reported this bug to our devs.
    We’ll update you once a fix will be made on this.
    Thanks for your patience. :)

    Best regards,
    Nikko

    in reply to: layout of table in tablet portrait #1102675

    Hi bauchope,

    We apologize for the delayed response.
    I have modified the display in tablet portrait, here are the things I’ve changed on your site:

    1. Checked Show element options for developers in Enfold > Layout Builder.
    2. Edit the table, in Custom Css Class I put mytable
    3. Go to Enfold > General Styling > Quick CSS, then added this css code:
      @media only screen and (max-width: 959px) {
        .page-id-530 #after_section_2 .container {
          padding-left: 0;
          padding-right: 0;
          width: 96%;
        }
        .mytable ul.pricing-table {
          margin-left: 2px;
          margin-right: 2px;
        }
      
        .mytable .pricing-table-wrap:first-child ul.pricing-table li {
          font-size: 13px;
          padding: 9px;
        }
      }

    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Make Sidebar in Blog scrollable #1101708

    Hi Restube,

    Can you give us a link to your blog page? so we can try to give you some css code that should help achieve this.

    Best regards,
    Nikko

    in reply to: Image too big for single product (woocommerce) #1101707

    Hi BeyondMS,

    I have checked in the web inspector and noticed that the structure of your single product page is different, see screenshot below:
    your site: https://imgur.com/wr53fbY
    default: https://imgur.com/BNvtmXM
    Did you make some modification on single product page? or maybe used hooks to modify the structure?

    Best regards,
    Nikko

    in reply to: Define different Image Sizes to save as #1101700

    Hey ColinWalton,

    You can modify the existing image size using the following code:

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
      $size['extra_large'] = array('width'=>3000, 'height'=>3000);
      return $size;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Turn off Burger Menu Ipad #1101698

    Hi webguy007,

    Try adding this css code as well:

    @media only screen and (max-width:959px) {
      #top.home #av-layout-grid-2 .av_one_fourth {
        padding: 80px 20px !important;
      }
    }

    Best regards,
    Nikko

    in reply to: Pages not entirely visible #1101695

    Hi Dominique,

    Can you put image in featured image for each of those post that has an image?
    It does get the featured image but excerpt will not include the image within the content.

    Best regards,
    Nikko

    in reply to: info on demo #1101633

    Hey Fabio Intermoia,

    Thanks for contacting us!
    Yes, it’s possible, you just need to import the Creative Studio demo then go to Enfold > Header > set Menu and Logo Position to Logo left, Menu right.
    You can tweak other settings as well to fit what you need.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: How to change the size of an image? #1101629

    Hey MusicD,

    There are 2 ways that it can be achieved.
    First, before you insert the image in the Image element you can choose the size, see this screenshot: https://imgur.com/Ngn75gs
    Second, you can use the Layout elements, like 1/2, 1/3 or 1/4 column and put the image inside.
    Hope it helps.

    Best regards,
    Nikko

    Hi goldengate415,

    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: Code Snippets Plugin #1101623

    Hey mediabrosmkt,

    PLease refer on this post on our documentation: https://kriesi.at/documentation/enfold/code-block/
    There are some suggested resource/plugins that might help.

    Best regards,
    Nikko

    in reply to: enfold theme post navigation image issue #1101620

    Hi blackyesnegro,

    I’m still redirected to it after logging in, see screenshot in private content.
    Can you create a temporary admin account instead?

    Best regards,
    Nikko

    Hi mediafacto,

    Hmm, the code is right and is working using a web inspector.
    Can you try to disable CSS file merging and compression in Enfold > Performance?
    Hope it helps.

    Best regards,
    Nikko

    in reply to: HELP!!! Backend works – Frontend "Access denied" #1101617

    Hi KEL,

    Glad that it’s fixed though I’m sure that Enfold doesn’t contain any malware.
    index.php in the root folder should be the WordPress index.php file which is only 1kb and you can easily check without looking through a lot of code and you can compare it with the one in the WP repository.
    I think if that happens next time you can try to enable WordPress Debugging to figure out what’s causing it. Here’s a link: https://codex.wordpress.org/Debugging_in_WordPress :)

    Best regards,
    Nikko

    in reply to: Column size #1101614

    Hi ICEMAN,

    I think it’s not good to apply it on every page since it will affect other columns that should not be a part of it.
    Adding a custom class would be a better idea so you can have full control.
    Do the following steps:

    1. Go to Enfold > Layout Builder > check Show element options for developers > save
    2. Edit the column that you applied the padding, it should have a new field called Custom Css Class, put mycolumn in it, then save
    3. Go to Enfold > General Styling > Quick CSS, then add this css code:
      @media only screen and (max-width:959px) {
        #top .mycolumn{
          padding: 0 20px !important;
        }
      }

    For every column that you want this style applied on mobile, just add the Custom Css Class.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Pages not entirely visible #1101611

    Hi Dominique,

    Did you add the image on the content? or set it as featured image?

    Best regards,
    Nikko

    in reply to: Tab Title Vertical Alignment #1101608

    Hi Jason,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Update to WordPress 5.2 and latest Enfold #1101543

    Hi macika,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hey Wisith,

    Yes, just edit the page you want to make as the landing page, and find in the side the Page Attributes metabox, find Template and set to Blank – No Header, no footer.
    Hope this helps.

    Best regards,
    Nikko

Viewing 30 posts - 12,241 through 12,270 (of 25,536 total)