Hello Kriesi,
Can you please provide information on how to achieve the same effect when you scroll down the page as this example: http://bit.ly/1lOZXRY.
Also, is it possible to create a similar website design and style to the example above with Enfold?
Thank you
Hey bitsoul!
Yes, we would need to see the content live. If you are using a boxed layout keep in mind that the element will not escape the bounds of that box.
Best regards,
Devin
Enfold – 2014 March 11th – Version 2.6.1
Wordpress – version 3.8.2
Hello;
For whatever reason, I just can’t get a Color Section Layout Element to display full width. I’ve researched your forum and added a “custom ID Attribute” with css “#my-attribute .container { width: 100% }”. I can see that the css is being applied but I’m not getting a full-width element. I’d be happy to forward a link and login.
Cheers…
BitSoul
This is happening to me too, but I did not clone the page. I created the page clean from scratch. It has many elements on it. If I go in and edit something, for example, update some text in a text block, then I click ‘Publish’ only the first element remains, the rest of the page is wiped out. I use the Browse Revisions link to go back to a previous version and restore it, then it is ok. Here is a link to the page: http://trincapinvestment.com/portfolio/
Just so you know, there are over 100 previous versions now because I have gone in and edited it so many times.
The only thing I have not tried yet, is building the page over again as a new page.
Please let me know if there is anything I can do to fix it.
Thanks,
-Fred
By the way I did update the theme but it did not make any difference to the fact that sidebars do not show up on mobile devices, with enfold theme….
This reply has been marked as private.
http://www.atuawahine.com/blog/
I have a child theme for Enfold, and only Enfold 2.4.5.
and the sidebars do not show up in my smartphone.
do you have any solution for this, or has the latest version fixed this?
probably I should update my version from my themeforest login?
Can you confirm whether I have to deactive the child theme first, and deactivate the enfold main theme, before replacing the latest folder over the old enfold via FTP? Then I just reactivate my child theme again?
Thanks G.
Hey!
Alright. Please let us know and if possible share the fix if there are any. Thanks!
Best regards,
Ismael
The theme install/update has been tested on thousands of different instances and we’ve only had a handful of users have issues with updating.
The actual update function has been tested and is in place on hundreds of thousands of themes since its Envato’s and the theme just incorporates it.
If you are worried about updating from within WordPress you can update over FTP which takes under 5 minutes as well.
Hi athanatos!
No, not with anything built in at the moment. The portfolio grid/element would need to be customized by a freelance developer to make that work well.
Regards,
Devin
Hi, I just had confirmation from my IP provider that I can do this through cPanel because I don’t have FTP. I had a look in the file manager and found the Enfold folder is this correct path?
public_html/wp-content/themes/enfold
If so do I just delete the old files and upload the new one?
cheers Kinnear
I have created another website using the Enfold theme and am having problems with background colour for my contact form. This is the page where it appears.
http://www.yourmarriagecelebrant.com.au/wp/contact/
Although I have used the following code successfully on another website, this time adding the following to quick CSS didn’t work.
#top.page-id-44 .ajax_form.avia-builder-el-4 {
background: rgba(255, 255, 255, 0.9);
padding: 10px;
}
Your help would be appreciated
Hey!
Thank you for using the theme!
1.) You can use the icon shortcode then add it before the phone and email icon. Regarding the guestbook, can you please elaborate or explain what it is that you like to accomplish?
2.) On Enfold > Header > Header Layout > choose the Logo left, Menu right option. Go to Header Behavior then enable the Let logo and menu position adapt to browser window option.
3.) I’m sorry but what is “emtfernen”? Is it remove? Add this on Quick CSS or custom.css:
#header_main {
border: none;
}
Best regards,
Ismael
Hey!
Glad it ceased. We would investigate the issue further. Let us know if you’re still experiencing the issue when the website goes live. Please post the website url then we’ll check it. You can also set the Footer Columns to 1 then add a blank text widget as a temporary fix.
Best regards,
Ismael
Hi!
@saquasar: We’re still not sure of the issue but checking your website, you’re using an old version of the theme. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
@TheBiZWeavers: Do you mind giving us a link to your website? If I am not mistaken admin-ajax.php is not a part of the theme and might have something to do with a third party plugin.
Best regards,
Ismael
Hi David!
Please try deactivating all active plugins and check if that helps
Regards,
Yigit
Hi DGRComms!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a {
padding: 0 7px; }}
Then go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px
Best regards,
Yigit
Hey!
Please change the code to following one
.single-post .template-blog .blog-meta { pointer-events: none; }
Please go to Enfold theme options and in “And where do you want to display the Blog?” choose your blog page
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div.flex_column.av_one_fourth.avia-builder-el-3.el_after_av_three_fourth.el_before_av_one_fourth {
background-color: #e2e2e2;
padding: 20px;
}
Cheers!
Yigit
Hi!
Can you post the link to your website and post a screenshot showing the issues that needs to be fixed so we can take a look?
Cheers!
Yigit
Hallo,
ich wollte für das enfold theme ein child theme installlieren. Zunächst habe ich mich genau an das Video gehalten http://vimeo.com/channels/aviathemes/67221517 . Hat leider nicht funktioniert.
Anschließend habe ich auch den Download bei http://kriesi.at/documentation/enfold/using-a-child-theme/ ausprobiert. Hat leider auch nicht geklappt. Ich bekomme immer die gleiche Fehlermeldung:
“Beschädigte Themes
Die folgenden Themes sind installiert, aber nicht vollständig. Themes müssen ein Stylesheet und ein Template haben.
Name Beschreibung
Enfold Child Das Übergeordnete Theme fehlt. Bitte installiere das übergeordnete Theme “enfold”, da du Child-Themes sonst nicht nutzen kannst.”
Das Parent Enfold Theme funktioniert. Auch den Namen habe ich nicht geändert. Was mache ich falsch (bin aber zugegebenermaßen absoluter Beginner)?
Danke
Thomas
Hey Paul!
You can add following code to Quick CSS in Enfold theme options under Styling tab
.av-main-nav > li > a { background-color: red; margin-left: 5px; }
.av-main-nav > li > a:hover { background-color: orange; }
Cheers!
Yigit
Hey!
Can you try re-installing the theme via FTP? – http://kriesi.at/documentation/enfold/updating-your-theme-files/
It does work totally fine on my local installation
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
body .av-special-heading .av-special-heading-tag { padding-top: 1px; }
This should fix ‘&’ issue. Do you mind creating a temporary admin login and posting it here privately? I would like to check the element
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.form-allowed-tags { display: none!important; }
Cheers!
Yigit
Update
To temporarily work around the issue until it gets fixed by Kriesi you can follow this instructions. Go to your WordPress admin panel and chose the following settings (dont forget to save settings in each step):
Settings -> Reading -> Front page displays => Your latest posts
Enfold -> Theme Options -> Frontpage Settings => select the page of your choice
Enfold -> Theme Options -> And where do you want to display the Blog? => select the ‘select page’ entry
(so in fact you select NO page for the blog at all)
Enfold -> General Settings -> Blog Style -> ‘use the advanced layout editor to build your own blod’
Create a page (e.g. blog), add the Blog Posts Content Element and modify the layout as you like (with pagination)
In Appearance -> Menu add the newly created page to the menu used as ‘Enfold Main Menu’.
Got to your website and click on the newly created menu item.
Your blog posts should load as expected and you should see the pagination.
A click on one of the pagination links should now load the corresponding subset of posts as expected.
I have tested it with my development and production site with different layouts and everything seems to work well.
Regards
Michael
-
This reply was modified 11 years, 1 month ago by
mensmaximus.
Hey,
I’d like to create a button like the one on the bottom of the image on http://koken.me/. The one that links to #lib. Could you please tell me how I can make it happen in Enfold?
Thank you very much!
Kind regards,
Julian
-
This topic was modified 11 years, 1 month ago by
aIVIis.