Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1209146

    Hi
    Is it possisble to add more icons to the default page layout manager.
    I need health care and fitness icons.
    BR

    #1209193

    Hey Michael,

    You can download the icons from fontello: http://fontello.com/ and flaticon: flaticon
    Then upload it in Enfold > Import/Export > Iconfont Manager.
    You can check further instructions here: https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-

    Best regards,
    Nikko

    #1210499

    Hey
    I have used the icon list function to create five stars in a row, but they are in vertical and I would like the to be horisontal.
    How is this possible?
    Can I add mulitple icons in the same box or do they need to be in separate boxes an if so – how can I get them to be in horisontal.
    http://www.moeller-horn.dk
    BR
    Michael

    #1210513

    Hi Michael,

    Just edit the star icon, go to Styling (tab) then set:
    Icon Style: Default Inline Style
    Icon Position: Align Left
    Do this to all those star icons and it should align horizontally.

    Best regards,
    Nikko

    #1210523

    Super – now there horisontal :-)
    But can I get them to be centered in the box and not left aligned

    BR

    #1210552

    Hi Michael,

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

    #best-rated .av_one_half.first {
        text-align: center;
    }
    
    #best-rated .av_font_icon.avia-icon-pos-left {
        display: inline-block;
        float: none;
        margin-left: 4px;
        margin-right: 4px;
    }

    This code only works on that specific section and the first half of the 1/2 column.

    Best regards,
    Nikko

    #1210979

    Fantastic :-)

    Another question…

    I have tried to export mu site from http://www.moller-horn.dk to http://www.smerteogsport.dk but it seem like some of the setting and layout didn´t follow?

    I have used the Enfold Child function to export.

    What did I do wrong?

    Can I get the full code at copy paste in stead?

    BR

    Michael

    #1211177

    Hi Michael,

    How did you export from http://www.moller-horn.dk to http://www.smerteogsport.dk? what tools/plugins did you use?
    If it’s using something like an immigration plugin then most likely include everything, but if you import in Tools > Import, page’s content and settings may be copied but global settings are most likely not included.
    Did you export the Theme Settings in Enfold > Import/Export > Export Theme Settings File?

    Best regards,
    Nikko

    #1211365

    Hi
    I used the import/export function in Enfold Child theme setup.
    Can you recommend other ways of exporting theme setups?
    BR
    Michael
    PS: I have to keep my primary site up with my present theme to keep my booking system active for customers.
    Therefor I need to have a complete export with all the setup from http://www.moeller-horn.dk

    #1211498

    Hi Michael,

    For theme setups this is the only one we have: Enfold > Import/Export > Export Theme Settings File
    It only affects Global Settings (Theme Options) but page settings aren’t included.

    Best regards,
    Nikko

    #1212360

    Hi
    Are there any plugin or other way to get the full code exported to my other site?
    BR
    Michael

    #1212932

    Hi Michael,

    If you do Export Theme Settings File for Global Settings.
    And Tools > Export > (any page or post type), this will include page settings.
    That should be it.

    Best regards,
    Nikko

    #1213516

    Hi

    I dont understand or it dosn´t work for me.

    I use the import/export function in the Enfold Child Theme.

    I export/import both “theme settings file” and “Layout builder templates”.

    But it only the original Enfold font and layout I can see when importing and updating site?

    Are there some other way for exporting?

    A plugin or raw code export?

    BR

    #1214161

    Hi michaelmoellernielsen,

    As for Theme Settings, that’s the only option.
    But for templates, you can enable ALB Debug Mode (enable on both sites): https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
    Then it should show the shortcodes used to build the templates (textarea below the ALB Editor), you can just copy the shortcode and paste it on the Debugger Textarea and publish.

    Best regards,
    Nikko

    #1232569

    Hi Nikko
    Now to the stars again

    I´ve made some changes to my frontpage and now the stars aren´t centered in their box.
    Can you help?

    http://www.smerteogsport.dk

    frontpage – bottom.

    BR

    Michael

    #1232850

    Hi Michael, 

    Edit your 1/1 Column, go to Advanced (tab) > Developer Settings > Custom CSS Class put center-icons

    Edit your icon and make sure to have these settings, under Styling (tab) > General Styling:

    • Icon Style: Default Inline Style
    • Icon Position: Align Center

    Then in your Quick CSS, located in Enfold > General Styling:

    .center-icons {
        text-align: center;
    }
    
    .center-icons .avia-icon-pos-center {
        display: inline-block;
    }

    Best regards,
    Nikko

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.