Hi EMS4HIM!
I am not sure if i understood you clearly. You can go to Appearance > Menus and check “Enfold footer menu” under Menu settings to display your menu in footer socket section http://i.imgur.com/782A6d1.jpg
If this is not what you meant, please post a screenshot
Best regards,
Yigit
Hey Justin!
Please add following code to Quick CSS in Enfold theme options under styling tab
.page-id-2 .content {
padding-top: 5px;
padding-bottom: 5px; }
Regards,
Yigit
Hello,
we have your Enfold theme installed and wanted to add a floating call-to-action button, but we are experiencing some troubles.
What we did is, we added a button in the quick css section and this is our code:
#beta .avia-button-center {
position: fixed;
top: 150px;
left: 85%;
z-index: 9000;
}
#beta {
margin-bottom: -50px;
}
The problem is, the button disappears behind images, jumps a few pixels while scrolling (in Chrome) or text bolds (in FireFox).
You can check it out at http://zebra.bi/
Any idea how to make a more stable version of a floating button?
Any help will be greatly appreciated.
Thank you, and awesome job on the Enfold theme, we love it!
Hey hecbrobr!
Which version of Enfold are you using? Please go to Enfold theme options > Header tab and choose to display one of the header types with social icons and choose YouTube under Social Icon dropdown list
Cheers!
Yigit
Ismael provided code that removes both image links, the first from the main blog page and the second from the full post page. Great!
Devin provided code that only removes the image link from the full post page in case you want only that link removed.
https://kriesi.at/support/topic/how-to-remove-a-link-to-the-original-image-from-a-featured-image/
#top.single-post .big-preview.single-big a,
#top.single-post .small-preview {
pointer-events: none;
cursor: default;
}
Thanks to Ismael and Devin! Jas
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
1-
.content, .sidebar {
padding-top: 20px; }
2- Please refer to my post here to move breadcrumbs under page title as it is on Kriesi.at https://kriesi.at/support/topic/long-titles-overlapping-breadcrumbs/#post-195768
Cheers!
Yigit
Hi
Do you know if there is a slider for a video background that is support by the Enfold theme?
Kind of liking the one on http://themenectar.com/demo/salient/
Regards
Ian
Hi!
You can post it here privately by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.home .title_container { display: none; }
It will remove the whole bar from homepage
Regards,
Yigit
Hey AsadIC!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.blog .slide-entry-excerpt { display: none; }
Cheers!
Yigit
Hi frankwelschlehmann!
We already optimized Enfold for hatom and the structure is valid – i.e. you can test it with the blog page of the demo website: http://www.google.de/webmasters/tools/richsnippets?q=http%3A%2F%2Fkriesi.at%2Fthemes%2Fenfold%2Fblog%2F
Cheers!
Peter
Hey!
Yes. Or you can use a child theme to avoid it. Please see http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
Yigit
Hi,
I was trying to fix some hatom feed errors by applying the logic from this discussion:
https://kriesi.at/support/topic/woocommerce-flashlight-product-rich-snippets/
or http://urbanstoic.com/how-to-fix-google-hfeed-or-hcard-warnings
or http://fivera.net/hatom-feed-hatom-entry-error-wordpress-solution/
But I am uncertain how this should be solved within Enfold.
Would you have some directions for this please?
Thank you,
Frank
OK I’ll check that. If I do so, that means I will have to re-do it each time there is an ENFOLD update right…?
Thanks Yigit.
Regards,
Marie
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.avia-logo-element-container {
display: none; }
}
Cheers!
Yigit
• Possibility to add classes to Layout Elements
+1
Edit (Dude): Already supported – see: https://kriesi.at/support/topic/custom-css-class/#post-169149
Err, that only applies to *content* elements, not the *layout* ones. What I’d like to see would be custom classes for the columns etc.
Hi!
You can try adding following code to Quick CSS
.someclass { margin-top: -10px; margin-bottom: -20px; }
If you would like to decrease the margin even more.
And you should add Fullwidth easy slider element to your page and add “Slideshow background image” http://i.imgur.com/99khOJP.jpg
Cheers!
Yigit
Hey!
@freepixelweb nice gradient on menu items :)
@cszinvestigazioni great work!
Cheers!
Yigit
Hi ripgroove!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-team-member {
margin: 30px 0!important; }
Cheers!
Yigit
I’m loving the enfold theme and especially the people behind it supporting it! :)
Question: How can I have portfolio items show up in the search results?
Thank you for your assistance.
Hi,
Maybe this has been asked before, but I find the search in this forum rather difficult (not possible to search on theme enfold only)
I want the languages not displayed as flags in the top bar, but simply the language code, eg NL EN FR
How can I achieve this? It seems the top bar selector doesnt hook with the WPML settings I choose.
Thanks
S
Thanks for that. Much appreciated
Hi!
@arthustiak as far as i know, no. We would be glad if you could share your translated files here :)
Best regards,
Yigit
Hey!
You can simply use “Header with social icons and bottom navigation” type of header in Enfold theme options under Header tab and add following code to Quick CSS in Enfold theme options under Styling tab to remove header meta section
#header_meta { display: none; }
Best regards,
Yigit
Hey rfarthofer!
1- Which type of header are you using? Please post the link to your website or check it in Enfold theme options > Header tab
2- Please post the link to your website so we can take a look at your logo
3- Please add following code to Quick CSS in Enfold theme options under Styling tab
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none; }
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.sub_menu li { border-right-style: none; }
and make sure that you are adding http:// to your social account links. If that still does not work, please post the link to your website so we can take a look
Cheers!
Yigit
Hey osukaru!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .big-preview { display: none; }
If that does not work, please post the link to your website
Cheers!
Yigit
My page’s breadcrumbs are not working properly.
It is displaying 2 homepages. I dont want that.
You can see the structure i created below.
I also have some portfolio categories and items.
Under “Theme Options” > “Frontpage”, in either language i have 2 home pages which i dont understand why. I should only be able to view my home page that i create.
The even stranger part is that when editing a page in the second language, i can see in the parent dropdown, a page called “Home Page”.
I seriously dont know what is the problem.
GREEK (Primary)
=====
Αρχική Σελίδα (Page)
– Το Χωριό (Page)
– Γενικές Πληροφορίες (Page)
– Ανακοινώσεις/Εκδηλώσεις (Page)
ENGLISH
=======
Home Page (Page)
– The Village (Page)
– General Information (Page)
– Announcements/Events (Page)
eg:
WRONG: You are here: Home / Home Page / How to get here
CORRECT: You are here: Home Page / General Information / How to get here
WRONG: Είσαστε εδώ: Αρχική Σελίδα / Home Page / Πως να έρθετε
CORRECT: Είσαστε εδώ: Αρχική Σελίδα / Γενικές Πληροφορίες / Πως να έρθετε
website
Using latest versions of WordPress + Enfold + WPML
Hi,
Is someone working on a Finnish language? I might translate this to finnish. So, if there is no finnish translator yet, I might help.