Glad we could help. Let us know if you have any other questions or issues.
Hi Peter,
Well that is not good to change the main styling for a major part of the theme! :)
Could you share the CSS styling for the button so I could put it into the Quick Style box?
Thanks!
Phil
Hi mdlhale!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .main-title { text-align: center !important; }
But, please keep in mind that it may be problem if you have long breadcrumbs
Cheers!
Yigit
Hi,
I’m using this plugin for the Cookie Law: http://goo.gl/LRRIsL
When clicking on “More Info”, the browser jumps to the bottom of the page, which isn’t supposed to happen. When checking the Debug in WP backend I see the following line: NOTICE: wp-content/plugins/CookieInfo/inc/class.settings-api.php:94 – Undefined index: desc
I’ve contacted the author of that plugin, but he claims it’s a conflict from within the Enfold theme. So here I am, asking Enfold support to see if there’s a fix for it.
Sometimes I get 502 errors in both frontend and backend of my site, maybe this is the culprit.
Hello,
it is possible to add a hook called wp_body just after the opening <body> in header.php?
<body id=”top” <?php body_class($style.” “.$avia_config[‘font_stack’].” “.$blank); ?>>
<?php do_action(‘wp_body’);?>
Thanks
Yaron
-
This reply was modified 12 years, 4 months ago by
lizital.
Oh I forgot to ask how to get the “jump to top” icon that is present in the demo Enfold site. So can I add it here? :)
Hey lhuston!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
.comment_meta_container, .sidebar_right .comment_container { display: none; }
2) In your WordPress theme directory, please go to enfold\includes folder and open loop-index.php file and search for
if ( get_comments_number()
It should be in 120th line. Comment lines from 120 to 129 as shown here http://i.imgur.com/G12RLk5.jpg
Regards,
Yigit
Just dropping in here: I have the same issue. WP SuperCache is installed but not active.
Hey flylanddesigns!
Please make sure that you are using the latest version of bbPress and Enfold. You can update Enfold to version 2.4
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Yigit
Hi WubbeG!
1) That custom CSS code you applied keeps header size fixed to 88px. If you would like it to shrink when you scroll down, please remove that code. If that is not what you mean, please elaborate
2) Please refer to Peter’s post here https://kriesi.at/support/topic/enfold-contact-form-doesnt-send-emails-and-dont-show-message-error/#post-177768
Cheers!
Yigit
Hi!
When using the Layout Builders’ element “Blog Entries”, then there is a post_delimiter displayed at arbitrary positions – anywhere left in the free space, but not between two posts :-)
The issue is seen on the enfold demo page, too: http://kriesi.at/themes/enfold/blog/blog-single-author-full/
There is a funny style tag in layout.css for .post_delimiter, which might explain why it left of it’s position… :)
#top .fullsize .template-blog .post_delimiter {
border-bottom-style: solid;
border-bottom-width: 1px;
left: -1500px;
max-width: 3000px;
position: relative;
width: 3000px;
}
ok, thanks.
And its important to duplicate the content before. I first translated the content and there is no way back.
Hi!
3) Please add following code to Quick CSS in Enfold theme options under Styling tab to change the border color of sub-menus from green to red
.header_color .main_menu ul:first-child >li > ul { border-top-color: red; }
.header_color .avia-menu-fx { background-color: red; color: #ffffff; border-color: red; }
.main_menu ul:first-child > li > a:hover { color: red!important; }
4) Yes, you can add HTML in Copyright section in Enfold theme options under Footer tab http://i.imgur.com/NfCz8my.jpg
Best regards,
Yigit
Hi. I seem to have the same problem.
I installed enfold last week and I haven’t yet installed any plugins. All I did before checking out the layersider, was doing some customization in the enfold theme, including uploading a logo and doing a bit of color changes.
the website is bezzerwizzer.dk/web/
than you
Jonas
Hey!
1) You can add rel=”noLightbox” to a tag so they will not open in lightbox.
2) You can try adding !important to it to force it
.post-meta-infos { display: none!important; }
Please refer to this post to hide Author in blog posts manually https://kriesi.at/support/topic/hide-author-name-in-articles/#post-176731
To remove date, in loop-index.php file find following lines in 115-116 http://i.imgur.com/vTdOWSU.jpg
and comment them out by adding // http://i.imgur.com/HvDZyH5.jpg
3) To move post meta to under content, you should go to enfold\includes folder and open loop-index.php file and cut lines from 113 to 163 and paste right below following line (after cutting should be in 140th line)
echo "</article>";
Cheers!
Yigit
Hey!
1) Please add following code to Quick CSS in Enfold theme options
.current-menu-item>a>.avia-menu-fx { display: none!important; }
2) Devin answered it here https://kriesi.at/support/topic/navigation-menu-for-long-single-page-website-with-enfold/#post-177245
Regards,
Yigit
-
This reply was modified 12 years, 4 months ago by
Yigit.
Updated today to Enfold 2.4 and still no Blog Posts or Posts Slider Content on Homepage. Seems, that it is broken since woocommerce upgrade to 2.017.
http://bildmanufaktur-wackernah.de
Great work with the Masonry layouts in 2.4, I think it’s time to retire Flashlight and buy another Enfold license for my photography site now too :-)
Couple of requests:
- Ability to use the Layer Slider other than full width. i.e. inside a layout element
- Closeable notification boxes so we can put up notices or alerts which can be dismissed once read. These are pretty universal now and I’d really rather not use a plug-in for such a simple thing.
- Options dialog for layout elements to allow us to add custom CSS class to any individual element, not just to full width sections
This reply has been marked as private.
Hey Ismael,
I can’t expect my clients to switch over to HTML. Even if I switch it shouldn’t be adding extra markup. Right now, I have to manually go into html and remove it line by line. It is even happening in the simple:press forum. I will upgrade to the latest and see what happens. I see a new release came out today.
Hey!
Ok I debugged the issue and it seems to be a problem/bug with the WPML plugin. Kriesi uses following code in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php
$commentCount = get_comments_number($the_id);
to query the comments number. This function seems to work when WPML is deactivated but it breaks when WPML is activated (at least it doesn’t seem to accept the id parameter). However the other functions (i.e. get_permalink() or get_the_post_thumbnail()) work just fine and I think the WPML plugin doesn’t return the right comment count when the get_comments_number() is used within a loop. Please contact the WPML plugin authors and ask them to look into it (you can also link to this post) because I think this is something which needs to be fixed in the WPML core plugin code.
Best regards,
Peter
Hey!
Enfold uses the default WP_Query class in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php to query the portfolio entries. You can try to output the result of the query by replacing
$this->entries = new WP_Query( $query );
with
$this->entries = new WP_Query( $query );
print_r($this->entries);
If the $this->entries output lists the posts in the wrong order too it’s not a theme issue because then WP returns the posts in the wrong order.
Regards,
Peter
Hi,
Id: kriesi
password:enfoldkriesi
I hope you can help.
I had another problem this morning . After doing the update all my icons in the whole theme on all my pages where there are some had disappeared. It’s seems ok now. Maybe it was because the update needed some time to be effective. But still if you could tell me that you see them correctly on your side it would be a relieve to know you don’t notice something wrong.
Kind regards,
Chrys.
That’s what happening now, they are listed after A and O instead of last in the alphabet. The ordinary WP-sorting works, and it works in your older themes (at least in Choices and Eunoia). So this must something in the sorting in Enfold.
It does not work! The partner / logo element is not shown on the page.
Hi Ismael,
I have a problem with french translation, french language uses a lot of single quotes and a lot of strings in the backoffice are not escaped so the strings are displayed partially.
Could you escaped all strings or use htmlentites function ?
Thanks
Hello,
how can I insert Icons from Iconlist with just a hovereffect (like the social Icon on top of enfold), an alternate text and a href into a textwidget?
Iconlist don´t work for me, because it uses Textareas that I don´t needed.
At the end I need a result like this to insert it into a sidebar-element but just with the nice enfold-Icons:
Screenshot
The first grey item is hovered..
Regards
Some of top left social media icons and widget icons are missing just from home page.
can you please advise?
thanks
Hi!
Then I recommend to hire a freelancer (i.e. here: http://www.microlancer.com/ ) who can help you to style your “microsite” content for the Enfold theme. Afaik Google will index the content (see: https://support.google.com/webmasters/answer/34445?hl=en ) – especially if you don’t use a multidimensional iframes (iframe within an iframe).
Cheers!
Peter