Forum Replies Created

Viewing 30 posts - 15,841 through 15,870 (of 25,536 total)
  • Author
    Posts
  • in reply to: Define Menu Underline Width .avia-menu-fx #975744

    Hi Dennis,

    If you want it to auto adjust with the width of the menu item it’s possible with javascript/jquery.
    However it would be impossible with css with it’s current html structure if you won’t define the width of each avia-menu-fx in each menu item.
    The easiest way would be to define it’s fixed width in px.

    Best regards,
    Nikko

    in reply to: Chiuld style.css not loading properly #975740

    Hi Fras,

    I have disabled CSS file merging and compression in Enfold > Performance and could see your child theme’s style.css working properly (link in private content).
    I didn’t see anything different when this was enabled and disabled, I see few css codes and it does work fine on my end.
    Can you tell us which code you added that didn’t work?

    Best regards,
    Nikko

    in reply to: Tab section disappears after a split second #975737

    Hi Tammy,

    I checked it and even Initial Open is set to 2, it doesn’t show on my end.
    The problem was those scripts that shows the video inside the codeblock, if you remove them it works fine.
    Can you use youtube or vimeo instead for videos? or you can upload the videos to your site and use our Video Element.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Logo in the middle #975724

    Hi Bert,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid it’s out of the scope of our support. Though it’s still possible if you modify header.php using a child theme. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Nikko

    in reply to: Error fetching content #975723

    Hi kbeggan,

    I checked your site and it seems you are using an outdated version of Enfold (3.4.3) which may have some compatibility issues with the latest version of wordpress.
    Can you try to update it to the latest version first? just make a backup before doing updates.

    Best regards,
    Nikko

    Hi FKM,

    Thanks for understanding.
    And thanks for using Enfold, have a great day!

    Best regards,
    Nikko

    in reply to: Sidebar Width on Smart Phone. #975714

    Hi Kershaw,

    Glad that Jordan 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: Logo centered, menu right and left #975713

    Hi seykom,

    I think it can still be aligned but would probably more complicated.
    I have checked your site and it seems that the white space is already at its limit.
    Do you still want to reduce it?

    Best regards,
    Nikko

    in reply to: Logo area higher #975708

    Hi SvHa,

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

    Best regards,
    Nikko

    in reply to: How do I change burger menu font #975707

    Hi Rshaules,

    You can use this code in Quick CSS (located in Enfold > General Styling):

    #av-burger-menu-ul li a {
      font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    Just replace the font.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Facebook Link Not Working #975706

    Hey gurnz_meadow,

    Please try to remove the # from the link of your fb page (currently it points to: link in private content).
    If that doesn’t help, please give us admin access and post the details in private content.

    Best regards,
    Nikko

    in reply to: Internal server error 500 #975703

    Hey elephas,

    Can you give us admin access and ftp access? so we can test it and try to debug.
    Just post the login credentials in private content so it’s only visible to you and the moderators.

    Best regards,
    Nikko

    in reply to: Remove WooCommerce "Related Products" from shop page #975700

    Hi Dirk,

    Glad 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

    in reply to: Unwanted border line under grid row #975698

    Hey ehdavies,

    Thanks for giving us admin access.
    I have added this css code in QUick CSS (located in Enfold > General Styling):

    .page-id-6780 #after_submenu_5 {
        border: 0;
    }

    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Numbers instead of bullets in slider navigation? #975694

    Hey onurkurtic,

    Can you tell us what slider are you using?
    Easy Slider, Fullwidth Easy Slider or Fullscreen Slider uses bullets for slider navigation.
    Can you give us a link to the page? so we can take a closer look.

    Best regards,
    Nikko

    in reply to: 2 masonry elements,1 hide date the other show date #975689

    Hi Moaaaaya,

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

    Best regards,
    Nikko

    in reply to: Search results not showing page exerpts #975688

    Hi Steamed,

    In WP Dashboard, if Appearance > Editor is available you can modify it from there.
    Otherwise, you can do it via cpanel or ftp.

    Best regards,
    Nikko

    in reply to: WYSIWYG-editor disappears when Enfold is activated #975687

    Hi Erwin,

    Thanks for giving us admin access.
    I have checked your site and wysiwyg is working in textblock, I checked your page using the twentyseventeen theme and it’s just the default editor showing.
    Can you show us a screenshot of wysiwyg editor you are referring?
    Also I noticed that there are lots of Enfold theme in Appearance > Themes, please remove others and just keep one, or you can just move older versions of Enfold in the wp-content folder from the themes folder.

    Best regards,
    Nikko

    in reply to: internal server error when using plugins #975684

    Hey ricweb0,

    Can you give us admin and ftp access? so we can check it further.
    Just post the details in private content so it’s only visible to the moderators.

    Best regards,
    Nikko

    Hi Sophie,

    Glad that almost everything is all good :)
    As for our Church demo, it uses Droid Serif and Open Sans.
    Also I forgot to mention to add

    font-weight: 400;

    after the font-family codes that uses custom code, since it does make it look a bit different since it uses a different thickness.

    Best regards,
    Nikko

    in reply to: How to Center Footer Nav Menu with Copyright Below? #975670

    Hi TrangVu,

    Can you try to use this code for your site?

    #socket .container {
        display: flex;
        flex-direction: column-reverse;
    }
    
    #socket .social_bookmarks li,
    #socket .sub_menu_socket li {
        float: none;
        display: inline-block;
    }
    
    #socket .sub_menu_socket,
    #socket .copyright {
        text-align: center;
    }
    
    #socket .social_bookmarks {
        margin-left: 0;
        text-align: center;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Change The Fullscreen Slider Caption Font #975184

    Hi garybaitson,

    Glad that it worked :)
    If it doesn’t work when added at the bottom most probably some css might not be closed, some of the css codes might not be working as well.

    Best regards,
    Nikko

    in reply to: How to Center Footer Nav Menu with Copyright Below? #975182

    Hi Moondreamer21,

    Can you try adding this css code in QUick CSS (located in Enfold > General Styling):

    #socket .container {
        display: flex;
        flex-direction: column-reverse;
    }
    
    #socket .sub_menu_socket ul {
        margin-bottom: 8px;
    }
    
    #socket .sub_menu_socket li {
        float: none;
        display: inline-block;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Partner/Logo Slider horizontal align #975180

    Hi Advantec-IS,

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

    Best regards,
    Nikko

    Hi Bernd,

    No worries, just glad that we could help :)
    If you need further assistance just let us know.

    Best regards,
    Nikko

    Hi D,

    Sure, it would be better if it’s just a stage site so we can disable plugins and try to isolate the issue without affecting your live site.

    Best regards,
    Nikko

    Hi guidocortez,

    Yes, you can go to Plugins > Add New and search for woocommerce.
    Also there are no default plugins that comes with the setup of Enfold, I think maybe the layerslider which is bundled with the theme.
    You need to add those plugins separately, to check what plugins are required or recommended for the specific demo, you can go to Enfold > Demo Import and on the right side of each demo those plugins are listed.

    Best regards,
    Nikko

    in reply to: disable links in portfolio #975157

    Hi Ushbot,

    You can use this css code to disable certain links in your portfolio element. Just add this css code in Quick CSS (located in Enfold > General Styling):

    #top .exhibitions .grid-entry.post-entry-xxx a {
        pointer-events: none;
    }

    just replace xxx with the right post id, for example New York Designs has post id of 1665, so the code you can use is:

    #top .exhibitions .grid-entry.post-entry-1665 a {
        pointer-events: none;
    }

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

    Best regards,
    Nikko

    Hi Guido,

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

    Best regards,
    Nikko

    Hi Bernd,

    I have enabled both borlabs cache and the theme’s css/js compression.
    I just refreshed the javascript settings in borlabs and flushed out the cache and the copyright shows properly.
    Clearing browser cache might help if it still doesn’t show on your end, since the browser might still be fetching the old js file.

    Best regards,
    Nikko

Viewing 30 posts - 15,841 through 15,870 (of 25,536 total)