Forum Replies Created

Viewing 30 posts - 9,271 through 9,300 (of 25,536 total)
  • Author
    Posts
  • in reply to: Enfold Iconsets Available? #1229007

    Hi dwainpipe,

    Here are the icon sets for Enfold Health Coach: https://ufile.io/krht4yfa
    Those extra icons used in some of our Demos are Custom icons being added, so it’s either from http://fontello.com/ or https://www.flaticon.com/
    Actually you can go to fontello and just use the ones that you want to use.
    Here’s our documentation regarding the icons for more information: https://kriesi.at/documentation/enfold/icon/

    Best regards,
    Nikko

    in reply to: Pricing table #1228459

    Hi Anita,

    Can you give a screenshot of the issue?
    Both pages look the same on my end and it also shows properly.

    Best regards,
    Nikko

    in reply to: How to display "last modified date" #1228385

    Hi Simone,

    You can put it in your child theme’s functions.php.
    If don’t have a child theme yet, you can download it and find instructions here: https://kriesi.at/documentation/enfold/child-theme/
    As for the link, maybe you can give us temporary access so we can see it.
    Just post the credentials in Private Content, so it’s only you and the moderators that can view it.

    Best regards,
    Nikko

    in reply to: Cart Icon Not Aligned Correctly #1228384

    Hi Chris,

    Thanks for giving us admin access.
    I have added this CSS code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      .responsive #top .avia-menu {
        margin-right: 40px !important;
      }
    
      .responsive #top #header_main #menu-item-shop .cart_dropdown_link {
        padding-left: 20px;
        padding-right: 20px;
      }
    }

    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Decrease Padding In Icon Grid Items #1228373

    Hi Ryan,

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

    Best regards,
    Nikko

    in reply to: Cant log me in anymore – critical error #1228281

    Hi rixi,

    We’re glad that it’s already fixed :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: How to display "last modified date" #1228272

    Hey Simone,

    Have you tried this code:

    add_filter('avf_template_builder_content', 'add_modified_date', 10, 1);
    function add_modified_date($content = "")
    {
    	$content .= "<div class='modified'>Last modified: ".get_the_modified_date('F j, Y')." at ".get_the_modified_date('g:i a')."</div>";
    	return $content;
    }

    If that doesn’t work, can you give us a link to the page? so we can guess what setting you’re using.

    Best regards,
    Nikko

    in reply to: Size of Favicon #1228269

    Hi lsrmedia,

    The standard for favicon size isn’t defined by Enfold or WordPress.
    The commonly used size is 32 x 32px.
    For favicon best practices, you can check this in stackoverflow: https://stackoverflow.com/questions/19029342/favicons-best-practices/45301651#45301651
    Hope it helps.

    Best regards,
    Nikko

    Hi Diana,

    I’m glad that Mike was able help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Cant log me in anymore – critical error #1228265

    Hi rixi,

    Thanks for giving us admin access.
    I tried to check your site both backend and the front of your site and I could not see the error.
    Is this already fixed?

    Best regards,
    Nikko

    in reply to: Remove dot in submenu widget left side. #1228261

    Hi miszeq,

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

    #top .widget_nav_menu ul ul li:before {
      display: none;
    }

    Best regards,
    Nikko

    in reply to: Rounded Button CSS No Longer Works #1228234

    Hi kurson,

    Thanks for providing the screenshot.
    The > seems to be replaced with: (without the spaces)

    & g t ;

    Best regards,
    Nikko

    in reply to: Social media icons disappeared #1228232

    Hi gooflo,

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

    Best regards,
    Nikko

    in reply to: avia-layerslider only mobil #1228230

    Hi Franz,

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

    Best regards,
    Nikko

    in reply to: Enfold Iconsets Available? #1228146

    Hi dwainpipe,

    You should be able to find them in http://fontello.com/
    But if you’re having a hard time, let us know which demo and maybe a screenshot of the icon, and we’ll try to give it to you.

    Best regards,
    Nikko

    in reply to: Cart Icon Not Aligned Correctly #1228145

    Hey Chris,

    Can you give us a link to your site?

    Best regards,
    Nikko

    in reply to: Rounded Button CSS No Longer Works #1228141

    Hey kurson,

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

    #top #wrap_all #header .av-menu-button > a .avia-menu-text {
        border-radius: 100px;
    }

    Best regards,
    Nikko

    in reply to: avia-layerslider only mobil #1228140

    Hi schweg33,

    I have added this CSS code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      #layer_slider_1,
      #layer_slider_2 {
        display: none;
      }
    }

    Best regards,
    Nikko

    in reply to: Hamburger Icon bigger #1228138

    Hi opiz,

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

    Best regards,
    Nikko

    in reply to: The send-to email for the enfold contact form. #1228137

    Hi Kaleidoscope_Advertising_and_Design_Inc,

    You’re welcome. :)
    Just let us know the feedback or if you need any assistance related to the topic.

    Best regards,
    Nikko

    in reply to: Option for more buttons on fullscreen slider #1228132

    Hi Tarakbc,

    Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Layer Slider Error #1228131

    Hi Hanne,

    I’m glad that you were able to resolve it :)
    And thanks for giving us a tip on how you fixed it.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Hamburger Icon bigger #1228129

    Hi Carlo,

    Thanks for giving us admin access.
    I have replaced this code in your Quick CSS:

    .av-hamburger-inner::before {
        top: -10px!important
    }
    
    .av-hamburger-inner {
        height: 5px!important
    }
    
    .av-hamburger-box {
        width: 55px!important
    }
    
    .av-hamburger-inner::before,.av-hamburger-inner::after {
        height: 5px!important
    }
    
    .av-hamburger-inner::after {
        top: 10px!important
    }
    
    .is-active .av-hamburger-inner::after {
        top: 0!important
    }

    to:

    .av-hamburger-inner,
    .av-hamburger-inner:before, 
    .av-hamburger-inner:after {
      height:5px!important;
    }
    
    .av-hamburger-box {
      width:55px!important;
    }

    Best regards,
    Nikko

    in reply to: Social media icons disappeared #1228127

    Hi gooflo,

    Thanks for giving us admin access.
    I was able to check and nothing was missing to the files.
    You are using WP 5.2.7, can you try to update to the latest version of WP? please make sure to have a backup first.

    Best regards,
    Nikko

    in reply to: The send-to email for the enfold contact form. #1228117

    Hi Kaleidoscope_Advertising_and_Design_Inc,

    I apologize for the delayed response.
    Please add this CSS code:

    #top #header_meta li {
        font-size: 14px;
    }

    And as for widget logic, yes it does hide or show widgets based on the conditions placed on it.
    This is assuming you’ll add an image widget to the footer.
    If it’s a background image for footer, which I believe can only be added through CSS, then I think we don’t need widget logic for that but instead use code:
    For the default background image:

    #footer {
      background: #1b689e url(https://yoursite.com/path/to/your/image.png) top center no-repeat;
    }

    For other pages: (replace page id number)

    .page-id-11 #footer {
      background: #1b689e url(https://yoursite.com/path/to/your/image.png) top center no-repeat;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Pricing table #1228116

    Hi Anita,

    I apologize for the delayed response.
    I see you have already managed to change the minimum height.
    As for the bold tag, by default it should appear in bold since it is defined in base.css:

    strong, b {
        font-weight: bold;
    }

    You can change the setting in Enfold > Advanced Styling > (Select an element to customize), select < strong > and click Edit Element.

    Best regards,
    Nikko

    in reply to: lost api and invoice enfold #1227882

    Hi xavier menut,

    Enfold theme is officially sold in themeforest/envato only other than that getting it from other sites is illegal.
    Another possibility is you have a developer (or another person) who used his account to purchase Enfold in which you’ll need to contact that person.
    Otherwise, I suggest purchasing it using your account so you’ll have control over it.

    Best regards,
    Nikko

    in reply to: avia-layerslider only mobil #1227433

    Hi schweg33,

    Thanks for giving us admin access.
    And I think I have misunderstood your question.
    You’ll need to put 3 layersliders in your homepage for that, also when it comes to CSS, the layerslider’s ID would not use the layerslider name but instead will use number at the end of it according to how it is placed/ordered. So the first layerslider should have an id of #layer_slider_1 and the #next layer_slider_2.
    Since slider-top seems to be used first, then it should always use the same ID #layer_slider_1, I guess you’ll need to add slider-mobile just before or after slider-content, so you can just used #layer_slider_2 or #layer_slider_3.
    I hope this is helpful.

    Best regards,
    Nikko

    in reply to: Masonry Gallery #1227399

    Hi osovskie8,

    Thanks, I have made the changes, please review your site. :)

    Best regards,
    Nikko

    in reply to: Social media icons disappeared #1227396

    Hi gooflo,

    I do agree that this should be fixed however I’m not really sure why it’s not working on your site.
    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

Viewing 30 posts - 9,271 through 9,300 (of 25,536 total)