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, 9 months 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, 9 months ago by
aIVIis.
Hi Guys
We’re trying to create the same logo slider that you have at the bottom of your demo: http://kriesi.at/themedemo/?theme=enfold
We’ve tried re-creating it with the easy slider but not sure if that’s right. we also don’t know why the images are very large on our slider because we have it set to No Scaling in the settings and we don’t want the navigation dot’s and arrows that appear when you hover over the slider http://prolinpro.prlncms.com/
Thanks
Leroy
Actually, I take that back…the mobile megamenu doesn’t work in the regular Enfold theme either. I thought it was working, but it had the wrong menu selected in settings.
Still the same problem.
1. The width field settings in Formidable are being overridden by Enfold CSS:
/* #Forms
================================================== */
#top .input-text,
#top input[type=”text”],
#top input[type=”input”],
#top input[type=”password”],
#top input[type=”email”],
#top input[type=”number”],
#top input[type=”url”],
#top input[type=”tel”],
#top input[type=”search”],
#top textarea,
#top select {
…
width: 210px;
…
}
2. In Formidable, if I choose the field labels to be set to “none” (rather than top, right, left, etc…) then the “block” CSS parameter overrides it:
#top label {
display: block;
font-size: 12px;
font-weight: bold;
}
It seems if I get rid of the “#top” class in the Forms area of Enfold’s base CSS, then I should be ok? I’d rather not mess at all with the base CSS. But I need to solve this is my client’s site.
Hi,
Enfold and Formidable Pro aren’t cooperating. I contacted Formidable support and they said the “#top” class in Enfold CSS is overriding Formidable CSS (my forms aren’t displaying as they should). It seems they should cooperate since Formidable was recommended : https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/
Please help as I need to finish my client’s site!
Thanks
Came across this great video which takes me most of the way in getting a avia layout builder on custom posts.
https://kriesi.at/support/topic/displaying-custom-post-types-inside-of-the-avia-layout-builder/
Just need a little help with the code to add a filter to my child theme functions.php file. The video shows what to do with the file /enfold/config-templatebuilder/avia-template-builder/config/meta.php to make it work but I’d prefer to keep within my child theme.
Thanks in advance for the great support!
I tried switching back to the Enfold theme w/o the child theme and the menu works. When I switch to the child theme, it does not. I tried removing all the functions and css from the child theme so that it’s essentially just the Enfold theme. It does not work then, either. Somehow the mobile menu is not working in the context of a blank child theme, but I don’t know how/why this would be the case. Any further thoughts/ideas?
Update
If you set permalinks to standard and use the advanced layout editor to build the blog page a call to the blog page will have a url like
http://domain.com/?page_id=22
If you click on the second page in the pagination the resulting url will be
http://domain.com/?page_id=22&paged=2
This must lead to a 404 error because ‘paged’ must be ‘page’ in this case (is_page).
If you manually call
http://domain.com/?page_id=22&page=2
you will get the expected blog page containing the second subset of posts.
This is definitely a bug within Enfold as it has been tested on a vanilla wordpress install with nothing else than enfold installed (no plugins at all).
Please fix this bug asap and test it with pretty permalinks as well (/%postname%/).
Thank you.
I need to change the default text on a password protected page in Enfold. I have tried using the code in the WP Codex, but it breaks the site in a big way. I’m not a PHP coder, so what might the EXACT code be to put in the functions.php file (something I can just paste at the end) that would make it work and not immediately crash the site. Usiing the latest WordPress and Enfold as of 4/10/14.
Or is there a way to make a secondary functions file just for this? Please use language that a novice can understand.
Thanks!
Hi,
We can’t provide prices for public so I have found a code that should remove/hide price and add to cart buttons:
Pasted into functions-enfold.php not functions.php-I don’t know whether it’s correct.
}
add_filter(‘woocommerce_get_price_html’,’members_only_price’);
function members_only_price($price){
if(is_user_logged_in() ){
return $price;
}
else {
remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’ );
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 10 );
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );
remove_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_loop_price’, 10 );
return ‘Login or Register to view product prices.’;
}
}
1. issue is that “Add to cart” is still visible for non logged user in sub category view just next to “show details” so he/she can add product to cart and obviously see the price next to “show details”
It does apparently disappear when customers clicks on “show details” but it’s still visible on subcategory.
2. Message ” Login or Register..” is shown only for the very first product on our online store below of short description, for the rest of the products, short description is shown..
How to rectify these issues?
This reply has been marked as private.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 80%;
height: auto!important; }}
If that does not help, please post the link to your website.
Cheers!
Yigit
Hi,
like others I have the pagination issue using the advanced layout editor for building the blog page. The first page displays well but if you try to display the 2nd page or any page below you get either displayed the first page or the 404 error page.
If I use the pre-build page layouts to display the blog page the pagination works without any issues.
Even if I build the exact same layout with the advanced layout editor like the pre-build layout (e.g. single author, big preview, full content) pagination does not work.
All steps mentioned by you in other threads have been taken. All plugins have been deactivated. A new blog has been setup and the content has been imported. It still does not work.
This is definitely an issue with Enfold and the advanced layout editor and not an issue with third party plugins.
Regards
Michael
Hey!
Please add following code to Quick CSS as well
@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
Cheers!
Yigit
If you look at the website CaymanAtlantic I want to create something like the three boxes under the header “Trust” “Growth” “innovation”
Can someone get me started on what is best to use in the Enfold template to create this same type effect.
Thanks,
Charlie
Can you please help ?
We have the same issue with the second website we are developing with ENFOLD
Thanks
Hi, regarding this issue, I’m also having the same problem. High resource consumption coming from admin-ajax.php. Any clue on this?
This reply has been marked as private.