Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #334339
    #334758

    Hey Till!

    Thank you for using Enfold.

    1.) I’m sorry but we don’t provide support for third party plugin specially those that are not fully compatible with Enfold. Please contact the plugin author

    2.) Edit the second color section then set the Section Bottom Border Styling to No border. If that doesn’t work, use this on Quick CSS:

    .home #after_section_1 .av-extra-border-element.border-extra-arrow-down {
    display: none !important;
    }

    3.) Center align the copyright text with this:

    #socket .copyright {
    float: none;
    position: relative;
    display: block;
    text-align: center;
    }
    
    #socket .copyright + span {
    width: 100%;
    text-align: center;
    }

    Regarding the banner, I’m not sure how Polylang works with Enfold. If you’re using WPML, you can edit different languages’ theme options.

    Best regards,
    Ismael

    #335277

    Hi Ismael,

    ok, I’ll check with Polylang to see if I can specify the target of the logo link depending on the language. The bottom arrow issue and the socket question are solved with your code, thanks a lot for that!

    The only thing left would be the question, how to get additional spaces in a special headline to obtain a line of text like this:
    ABC____}_DEF____}_GHI____}_JKL
    If I edit the headline and insert several spaces, they always seem to get reduce to just one after saving.

    Best regards,
    Till.

    • This reply was modified 10 years, 1 month ago by Till.
    #335486

    Hey!

    You can add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Edit the special heading element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “special-heading-gap”.

    You can add something like this on your custom.css or Quick CSS:

    .special-heading-gap > * {
    word-spacing: 15px;
    }

    Regards,
    Ismael

    #335490

    Thanks!

    PS: For the record (and everyone who might encounter the same problem): I just figured out how to get the logo link to work in combination with Polylang (from the documentation):

    … go to the WordPress ‘Reading settings’ panel. Check ‘Front page displays a static page’ and choose one of the page you have just created (the language doesn’t matter).

    Till.

    #335874

    Hi!

    Glad it worked and thanks for sharing the polylang info. Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo link / Bottom arrow / Nonbreaking spaces / Socket’ is closed to new replies.