when on (http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/) page… when you scroll down you’ll see the sticky image as you scroll.. the image is the white couch. How do i do this for my site?
By the way!!!! Amazing theme.. and I’ve used many. Im in love with this theme! Wonderful job!
Thanks so much for your help!
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.home .slide-meta-comments,.home .slide-meta-del { display: none; }
Cheers!
Yigit
Hi!
Do you mind creating a temporary admin login and posting it here privately so we can take a look? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Best regards,
Yigit
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
tr.avia-heading-row { background-color: red!important; }
.main_color tr:nth-child(odd) { background-color: orange; }
Cheers!
Yigit
Hi castwork!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color .grid-content { background-color: transparent; }
Nice website by the way :)
Best regards,
Yigit
Hi!
You should go to enfold\includes folder and open open loop-index.php file. Then search for
if ( get_comments_number()
It is the starting of the first line as shown here http://i.imgur.com/G12RLk5.jpg
so you should replace
if ( get_comments_number() != "0" || comments_open() ){
echo "<span class='comment-container minor-meta'>";
comments_popup_link( "0 ".__('Comments','avia_framework'),
"1 ".__('Comment' ,'avia_framework'),
"% ".__('Comments','avia_framework'),'comments-link',
"".__('Comments Disabled','avia_framework'));
echo "</span>";
echo "<span class='text-sep text-sep-comment'>/</span>";
}
with following
//if ( get_comments_number() != "0" || comments_open() ){
//echo "<span class='comment-container minor-meta'>";
//comments_popup_link( "0 ".__('Comments','avia_framework'),
// "1 ".__('Comment' ,'avia_framework'),
// "% ".__('Comments','avia_framework'),'comments-link',
// "".__('Comments Disabled','avia_framework'));
//echo "</span>";
//echo "<span class='text-sep text-sep-comment'>/</span>";
//}
Regards,
Yigit
Hi!
Your site is no longer using Enfold.
Cheers!
Josue
I’m not sure if the next release will be 2.4.3 or the full 2.5. There are still some big things Kriesi is working on for this next release and I’m not sure if it will be days, weeks or a month+ right now.
Hi, could you help me please
I want to remove the underline in main menu (in hover and active status).
Here i ve found a same topic, but it doesn´t work for me
https://kriesi.at/support/topic/enfold-menu-underline-issue/
This is an example of my code:
<div class=’container’>
<nav class=’main_menu’ data-selectname=’Select page’ role=”navigation” itemscope=”itemscope” itemtype=”http://schema.org/SiteNavigationElement” >
<div class=”avia-menu”>
<ul id=”avia-menu” class=”menu”>
<li id=”menu-item-755″ class=”menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children”>
<span class=”avia-bullet”></span>Main<span class=”avia-menu-fx”>
<span class=”avia-arrow-wrap”><span class=”avia-arrow”></span></span></span>
Thank you so much!
Ok, I cannot understand how to set my megamenu the way you did in your live demo (the video on vimeo doesn’t help me. maybe I’m too dumb). I installed enfold on another site to discover it but you didn’t use megamenu in your dummy data. What I can’t understand is how to set the categories (see Pages in your live demo): what are “Example Pages”, “Slider”, “Blank Pages” and “Special Pages”? Just links with # or what else?
Hi!
Go to Enfold > Styling > Quick CSS (at the bottom, there is a textarea, paste the code i provided there and click ‘Save all changes’).
Regards,
Josue
Hi catvine!
Please go to wp-content\themes\enfold\js folder and open avia.js file and find
el_height = $(elements).filter(':first').height(),
and change it to
el_height = 200,
200 here represents 200pixels. You can change the value so the header size would be the half of it when scrolled
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.tagsy-container .tagsy-box .tagsy-name-group { padding: 0px 6px; }
Best regards,
Yigit
Hi,
I did the wordpress install twice and i I’m not using plugin
I had this error in home page:
Warning: session_start() [function.session-start]: open(/tmp/sess_dffcde8286e432b1364ae368d75b70c8, O_RDWR) failed: Permission denied (13) in /home/cloud/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/cloud/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/cloud/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
How can i correct?
After import the Dummy data, the error continue.
Hey!
You can download this file and add it to Enfold/lang folder and change it with existing Swedish files. This only has strings in English https://dl.dropboxusercontent.com/u/14975671/sv_SE.zip
And seems like you figured out to display excerpt on blog post :)
Regards,
Yigit
Hi!
That shouldn’t be happening by default. Can you check that the uploads folder for the avia files is writable and that both the parent and child enfold.css file (or whatever the child theme is named) is there?
Also disable any active plugins you have running to make sure there is no conflict there.
I’ve tested child themes and set them up on 20-30 live sites at this point and have not had that issue.
Regards,
Devin
I am using the Enfold theme for forumgroupllc.com. I have configured the contact form, set the recipient email address, and tested it a number of times, using various email addresses (on and off the forumgroupllc.com host) as the delivery address. None of the test form submissions is delivering an email. Can you help?
Do you mean scheduled 2.5 or 3.0 ? IF it is 2.5, it should not take too long hopefully.
Hi miketran!
You can try adding following code to Quick CSS in Enfold theme options under Styling tab and adjusting it as desired
div .flex_column { border: solid 2px #e1e1e1; padding: 10px; }
Regards,
Yigit
Hey Glyphism!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
h3 a { color: red!important; }
h3 a:hover { color: orange!important; }
You can apply it to other heading elements this way
Best regards,
Yigit
Hi toshe!
I’ll contact the WPML and ask them to include a filter in the next WPML version. If they include a filter we can fix it. Unfortunately the WPML support staff is not very helpful when it comes to WPML bugs.
I.e. the last time we reported a bug ( http://wpml.org/forums/topic/wpml-and-ajax-calls/ ) we simply didn’t receive any help and the issue is still not fixed because of a bug in the WPML plugin code.
Update: I posted the feature request here: http://wpml.org/forums/topic/filter-for-head_langs-function/
Cheers!
Peter
That is actually scheduled for the next feature release. I just don’t have the date on that at the moment.
You could probably find a freelancer to help you with that at either Microlancer or Codeable.io.
Hi sbuettner!
I’m not quite sure what you mean. Portfolio items will only show in a Portfolio grid and the Posts will show in the Blog Grid element.
This is for the Enfold theme which I’m assuming you are using .
Best regards,
Devin
Hey Willem-Paul!
First thing to try is disable all active plugins. Make sure you are using enfold 2.4.2 and WordPress 3.7.1 as well.
You can also try re-uploading the theme via FTP to make sure there have not been any files partially updated or corrupted at any point.
Cheers!
Devin
Hi, I am trying to change the color of the border line that is on the left side of the widget area on this page: http://www.weather-tight.com/windows/ What CSS should I change?
I don’t want to change the settings in the Enfold syling because that changes many more areas that I don’t want to change.
This reply has been marked as private.
An import, Export option for settings and layout would be great!
Page URL: http://www.valuation.co.il/home?theme=enfold
It’s at the bottom of the page, right before the footer
It would be really great if you had an import export function that not only exports all the settings, but also specific layouts that were created…