-
AuthorPosts
-
October 11, 2014 at 4:43 pm #334339
Hi folks, customizing the really nice Enfold theme (3.0) for my website I encountered with the following questions:
LOGO (HEADER):
_ I’m using the “Polylang” plugin to built the website in german and english, which works fine so far, the only thing I couldn’t figure out is how to adapt the logo link in the header. In the german version right now it refers to …/?lang=de, but should lead to the “Projekte” (starting) page and in the english version it refers to …/?lang=en, but should lead to the “Work” (starting) page.STARTING PAGE (PROJEKTE / WORK):
_ If have noticed that the stylish bottom arrow is missing in the color section on top of the page.(PS: I just discovered, that I overwrote the shortcodes.css document with the 2.9 version. Replacing it with the new 3.0 version solved the riddle)
_ However, now a second bottom down arrow is displayed at the end of the content area (just above my custom footer) – how can I get rid of that?
_ How can I add non-breaking spaces in a headline? Right before the } symbols I would like to have three spaces instead of just one.SOCKET:
_ How can I change to „Copyright“ text into a „©“ symbol?Found it! I just replaced ‘Copyright ‘ by ‘© ‘ in Footer.php.
_ Is it possible to center the copyright text on the left and the CO2-banner on the right vertically (beeing on the same height)?
_ And: would it be possible to have a language sensitive socket, having a different text and banner in german and in english?Greetings from Berlin,
Till.- This topic was modified 10 years, 1 month ago by Till.
October 13, 2014 at 10:15 am #334758Hey 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,
IsmaelOctober 14, 2014 at 12:22 am #335277Hi 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.
October 14, 2014 at 10:04 am #335486Hey!
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,
IsmaelOctober 14, 2014 at 10:14 am #335490Thanks!
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.
October 15, 2014 at 3:10 am #335874 -
AuthorPosts
- The topic ‘Logo link / Bottom arrow / Nonbreaking spaces / Socket’ is closed to new replies.