Forum Replies Created

Viewing 30 posts - 3,331 through 3,360 (of 25,536 total)
  • Author
    Posts
  • in reply to: Reduce padding/margin in burger menu #1345451

    Hi Stefan,

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

    Best regards,
    Nikko

    in reply to: Single column centered #1345446

    Hi madakumbu,

    I see, that’s great to hear. :)
    As long as it’s below the first color section, just changing the page id number should be fine.
    I’ll consider this case closed then, just open up a new thread if it doesn’t work and we would be happy to assist.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Single column centered #1345415

    Hi madakumbu,

    The code I gave is specific for that page and section.
    You can post the links for other pages you want to use this code with and we’ll try to help with it.

    Best regards,
    Nikko

    in reply to: Enlarge Grid Row Pic on Mobile #1345412

    Hey advteksol,

    Thanks for giving us admin access.
    I have done the following steps:
    1. I have added an image inside those grids (same as the background) then hidden it in large screens and medium sized screens in Element Visibility (under Advanced > Responsive).
    2. And in the cell that contain the image, I added no-padding in Custom CSS Class (under Advanced > Developer Settings).
    3. Then added this CSS code in Enfold > General Styling > Quick CSS.

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all .av-flex-cells .no-padding {
        padding: 0 !important;
      }
    }

    If you need to do this on other gridrows and images, just do step 1 and 2 and it’s all good.

    Best regards,
    Nikko

    in reply to: Equal Column Height #1345409

    Hi ginnywills,

    Please add this CSS code in Enfold> General Styling > Quick CSS:

    .page-id-5379 #av_section_6 .iconbox_content {
        min-height: 466px;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Tab section is broken. Looks like no CSS. #1345407

    Hi stoneroad,

    Please try to disable CSS file merging and compression and Javascript file merging and compression in Enfold > Performance.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Single column centered #1345405

    Hi madakumbu,

    You’re welcome :)
    Please use this CSS code instead:

    @media only screen and (min-width:768px) {
      .page-id-217 #after_section_1 .flex_column {
        left: 50%;
        margin-left: -14.66%;
      }
    }

    Best regards,
    Nikko

    in reply to: Page in footer displays shortcode in post instead #1345401

    Hi emilconsor,

    We apologize for the delayed response.
    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
      ( to 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: Single column centered #1345399

    Hi madakumbu,

    Please replace the code I gave with this one:

    @media only screen and (min-width:480px) {
      .page-id-217 #after_section_1 .flex_column {
        left: 50%;
        margin-left: -14.66%;
      }
    }

    Best regards,
    Nikko

    in reply to: Reduce padding/margin in burger menu #1345397

    Hi playa-media,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    .responsive #top #av-burger-menu-ul {
        vertical-align: top;
    }

    Best regards,
    Nikko

    in reply to: Single column centered #1345396

    Hi madakumbu,

    Thanks for providing both the link and screenshot.
    Please add this CSS code in Enfold > General Styling > Quick CSS:

    .page-id-217 #after_section_1 .flex_column {
        left: 50%;
        margin-left: -14.66%;
    }

    Best regards,
    Nikko

    in reply to: Enfold – scroll-down-link not centered #1345395

    Hey Jochen,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .scroll-down-link {
        left: 50% !important;
    }

    Best regards,
    Nikko

    in reply to: pageload and speed #1345393

    Hi Christian,

    Please try to add this code in your functions.php file to disable the post CSS file creation:

    /**
     * Filter to skip css file generation.
     * You can add logic to skip for certain pages/posts only.
     * 
     * @since 4.8.6.1
     * @param boolean $create
     * @return boolean					true | false or anything else to skip generation of css file
     */
    function custom_avf_post_css_create_file( $create )
    {
    	return false;
    }
    
    add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );

    Best regards,
    Nikko

    in reply to: Single column centered #1345391

    Hey Magdalena,

    Can you give us a link to the page? (you can put it in private content, if you don’t want to others except the moderators to see the link)
    Then point us to the column you want to tweak.

    Best regards,
    Nikko

    in reply to: Javascript Error on Fullscreen Slider #1345389

    Hi DiniTech,

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

    Best regards,
    Nikko

    in reply to: Upgrade to PHP 8.0 #1345388

    Hey tlachev,

    Please update Enfold to the latest version (4.9) which is compatible to PHP 8.
    Please downgrade your PHP version first, backup your site, perform the theme update then upgrade the PHP version to 8.x.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Preview not reflecting the changes #1345387

    Hi pencefinancial,

    We apologize for the delayed response.
    I tried to check again, the issue doesn’t seem to show up again even when the Block Editor is used again.
    Also, tested this on my local server and it doesn’t happen on my end.
    Are there some specific changes (or steps or elements added) that you do that trigger the issue? so we can try to reproduce it and report it to our devs.

    Best regards,
    Nikko

    in reply to: Responsive #1344816

    Hi guidiepartner,

    Can you try using this code instead:

    #top .fullwidth .container {
        max-width: 100%;
        padding-right: 0;
    }

    The expected result should be like this: https://imgur.com/Qo8hLJY

    Best regards,
    Nikko

    in reply to: Manual Masonry Call in Enfold 4.9 #1344815

    Hi christiemade,

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

    Best regards,
    Nikko

    in reply to: Responsive #1344759

    Hi guidiepartner,

    Please use this code instead:

    .fullwidth .container {
        max-width: 100%;
        padding-left: 0;
    }

    if it does not work, then please provide a link to the page, so we can inspect it.

    Best regards,
    Nikko

    in reply to: Gradient color in the header #1344757

    Hi Antonio,

    Thanks for using Enfold and have a great day :)

    Best regards,
    Nikko

    in reply to: Manual Masonry Call in Enfold 4.9 #1344756

    Hi christiemade,

    Can you setup a staging site for us? so we can try to inspect further without affecting your live site.

    Best regards,
    Nikko

    in reply to: Responsive #1344686

    Hi guidiepartner,

    If you’re using a Color Section, then edit the Color Section and go to Advanced (tab) > Developer Settings > Custom CSS Class, then add this in the textfield: fullwidth and Save.
    Next, go to Enfold > General Styling > Quick CSS, and add this CSS code:

    .fullwidth .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Element to edge of screen #1344684

    Hi ezcom,

    Can you give us a link to the page where you want to implement this layout? so we can try to give you a specific CSS code that should help with it.

    Best regards,
    Nikko

    in reply to: Gradient color in the header #1344678

    Hi 95mc,

    We’re glad that Rikard could help you :)
    Just let us know if you still need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: image size for portfolio items grid #1344676

    Hi Kim,

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

    Best regards,
    Nikko

    in reply to: broken footer widgersq #1344673

    Hi S-edwards,

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

    Best regards,
    Nikko

    in reply to: Manual Masonry Call in Enfold 4.9 #1344672

    Hi christiemade,

    We’re glad that we could help :)
    What are those customizations?
    As for overriding avia_masonry, you should be able to do it easily by creating a class with the name of avia_masonry in your child theme.
    You can just copy the whole class and paste it in functions.php file (though I suggest you use a separate file and then include it) then make tweaks to it.

    class avia_masonry extends \aviaBuilder\base\aviaSubItemQueryBase
    {
      // all the code inside
    }

    I hope this helps.

    Best regards,
    Nikko

    in reply to: Underline on active menu item #1344671

    Hi terishka1,

    Please try to use this code instead:

    .menu-item-top-level.current-menu-item a {
        border-bottom: 2px solid #e0b55a !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Glassy social icon color #1344670

    Hi terishka1,

    Please try to add this CSS code:

    #top .av_header_glassy.av_header_transparency .social_bookmarks li a:hover:before {
        color: white;
    }

    Best regards,
    Nikko

Viewing 30 posts - 3,331 through 3,360 (of 25,536 total)