Hi,
I have a site here: http://takecommandliveexperience.com/
Usin the enfold theme and I want to make the background of the header/menu are transparent, how do I do that?
Thank you!
Geej Mauriva
It says this, and I watched that video, this is simple stuff but it is not showing up correctly:
/*
Theme Name: Enfold
Description: A superflexible and responsive Business Theme by Kriesi – <br/> Update notifications available on twitter and facebook:<br/> Follow me on twitter<br/> – Join the Facebook Group
Version: 2.9.1
Author: Kriesi
Author URI: http://kriesi.at
License: Themeforest Split Licence
License URI: –
Theme URI: kriesi.at/themes/enfold/
So i have put peters files in the /Sensei/templates.
Then do you mean put the same “Sensei Folder” that has peters files in to the enfold folder?
Or peters empty “sensei” folder that had the files in , into Enfold?
Or move the “sensei folder” from the plug in folder called “sensei” and put that in enfold?
Thanks
Ok. I got the excerpt length handled. The code on the link you posted is for wordpress. Enfold uses a different excerpt length function that overrides the wordpress one.
So this worked to customize the excerpt length
add_filter(‘avf_postgrid_excerpt_length’,’avia_change_postgrid_excerpt_length’, 10, 1);
function avia_change_postgrid_excerpt_length($length)
{
$length = 155;
return $length;
}
Still need assistance with all the other things though…any help is appreciated!
Hi,
I updated the Enfold Theme to 2.1.9. But the problem still persists. When I fill the contact form in home page (enveconit.com) the mail is sent. but when i fill the contact form from any internal page, eg SAP page (http://enveconit.com/services/sap/), the mail is not sent. Please look into it, since this is a live website and the leads for the website are generated from the contact form.
hi, my new site http://thegallery.artistandbeer.com is too slow.
is a online art gallery what uses enfold, royal slider, justified grid, Gravity Forms and woocommerce.
the images are big but optimized with photoshop and i have a my own dedicated vps.
i like more faster, now is toooooo slow….
what combination is compatible and best with my config?
1. w3 total cache and maxcdn?
2. wp super cache and maxcdn?
3. cloudfare?
4. another.
you are experts in web sites and the best programers of the world and i like to know your opinion for found the best architecture for optimized the speed if my site ( -1sec load time)
thanks so much.
xavier.
This reply has been marked as private.
Hi satucker!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
time.av-magazine-time.updated { display: none !important; }
Cheers!
Yigit
Hi!
Please use a child theme to avoid losing the changes you make on theme files – http://kriesi.at/documentation/enfold/using-a-child-theme/
I have added the code to bottom of functions.php file. Can you please try deactivating all active plugins and check if titles get removed?
Regards,
Yigit
This reply has been marked as private.
Hi Satner!
Thank you for choosing Enfold!
Can you please post the link to your website so we can look into it?
Best regards,
Yigit
Hi!
Please try re-updating Enfold parent theme via FTP – http://vimeo.com/67209750
Best regards,
Yigit
Hi Micheal!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .isotope-item {
padding-right: 5px;
padding-bottom: 5px;
}
Best regards,
Yigit
http://kriesi.at/themes/enfold/portfolio/
How can I create a small space between the portfolio posts?
Thanks!!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { border-color: #cccccc !important; }
after applying the code, please flush browser cache and refresh your page a few times
Regards,
Yigit
Hey Finlando!
Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Regards,
Yigit
Hey eriatarka!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }
Best regards,
Yigit
Hi!
Please open style.css file of the folder you have downloaded from ThemeForest and check the theme version there. It should be version 2.9.1. If not, please login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download the latest version then update via FTP ( please see video tutorial i posted in my previous post )
Regards,
Yigit
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function wpdocs_dequeue_enfold_popup() {
wp_dequeue_script( 'avia-popup' );
wp_dequeue_style( 'avia-popup-css' );
}
add_action( 'wp_print_scripts', 'wpdocs_dequeue_enfold_popup', 100 );
Cheers!
Josue
I was trying to use
<?php
if (strpos($post->post_content,'[gallery') !== false){
echo do_something;
} else {
do_somethingelse;
}
?>
and I am not getting any results.
I could create a new custom field called Gallery and check for that but it adds another step.
Is there a better way to check if a post has a gallery?
Hey!
Sorry but i cannot see sorting buttons – http://i.imgur.com/cymFPBf.png
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
div#js_sort_items {
width: 30%;
margin: auto;
}}
Regards,
Yigit
-
This reply was modified 11 years, 8 months ago by
Yigit.
Hello and thanks in advance.
I am trying to add a phone number to my main nav bar in Enfold. I know it has been asked before and I have tried to follow the steps, but cannot get it to work – I’m still pretty new to all this!
I have added the following to my functions.php (at the end if that makes a difference).
/*
*Add phone number to menu tab
*/
add_action(‘ava_after_main_menu’,’ava_phone_after_main_menu’);
function ava_phone_after_main_menu() {
echo “<div class=’header-phone-number’>+44 (0) 1227 773003</div>”;
}
and then added this to my quick.css…
/* phone number in header */
div.header-phone-number {
display: inline-block;
position: absolute;
right: 45px;
top: 8px;
color:#ffffff !important;
}
/*i-phone*/
div.header-phone-number a{
display: block;
position: absolute;
width: 125px;
color:#ffffff !important;
}
But not having any luck. Please help!
Thanks.
Hi Micheal0424!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-entry .inner-entry { margin-right: 0; box-shadow: none; }
Regards,
Yigit
http://kriesi.at/themes/enfold/portfolio/
How can I remove the gray border on the boxes around the images in the portfolio?
Thanks!!
Thanks!
The excerpt length snippet you provided does not work. Is there another one that does?
I was able to get the columns to ‘2’ on ‘tags’. Unfortunately my “blog” page is still showing 3 columns. How do I make “2” columns global?
It appears that if I set the “blog” page in the enfold “theme options”, the default settings are out of my control. If I set the blog-layout to ‘grid’ and then try to control the settings on the page by adding an avia layout shortcode to the page, the page comes back blank. (the page doesn’t override the theme settings – shouldn’t it?)
If I set the blog layout to “use avia layout builder” then the other pages (tag/archive/etc) come back as one column. I’m looking for uniformity here. If I set the blog page to one layout, how do I control the layout of the extracurricular pages?
This is so frustrating. Is there documentation on this stuff that I am missing? Please post a link to the guidance on this – I don’t have all day (week?) to figure this out. It seems like I fix a setting on one page and breaks another. Is there a way to globally set this stuff?
If there’s no documentation:
1. What settings do I need on the theme options and blog layout pages to make the following work globally?
2. how do I get the author name and link to their profile to show on the grid layout?
3. How do I change the date format on the blog/tag/etc pages?
4. How do I set the number of posts displayed on the grid layout?
5. How do I get the read more link to show on the grid layout?
6. And the previous excerpt question as well (snippet didn’t work – need one that does).
Thanks for any help you can provide!
http://kriesi.at/themes/enfold/portfolio/
Portfolio Columns
How do I:
1. Remove the circle arrow hover over?
2. Have the pictures appear gray scale until they are hovered over, where they would then be color?
Thank you for your help!!
http://kriesi.at/themes/enfold/portfolio/
http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/
How do I get the Category list above the grid to appear?
This part:
All / CSS / HTML / Photography / PSD / Video
Thanks!!
Ah, ok, I didn’t understand that you couldn’t revert to the default editor. With that said, I did have a colleague apply some code to display the shortcodes on another site using Enfold, so I will do the same for this one because I need to try and implement a hotspot image map with rollovers – not sure if it will work but it is good to know that once I commit to the advanced editor I am set. Thanks, Ismael :)
Hey!
You are welcome, glad we could help! :)
Please request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
Regards,
Yigit