This reply has been marked as private.
Hi!
You are using Enfold version 2.5.2, please update to 2.7.1:
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Josue
Hi, a few months ago I had another theme of another brand. There in the header.php I changed the max space for the logo to 600px.
I have deleted the older theme.
Now I use Enfold and I if I set the logo on Slim it is still pretty large. (still looks like that 600px)
I would like to have the logo width at max 400 or 450 px.
I have looked around on the forum and I only can find some custom css codes that change the height, but then the logo shrinks also only vertical with shrinking ON.
But like when I change the custom header size in header layout to 60px, the logo doesn’t shrink anymore. (the width of my logo will be around 400px)
You have a code to make the space for the logo to that 400px without changing the way it shrinks?
lillebrormarine.nl
Best regards.
Hello,
Are you using the latest version of Enfold / WP? have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
Josue
Yes, this file:
/public_html/wp-content/themes/enfold-child/functions.php
Best regards,
Josue
Hey Nomadigo!
1) You can try to change the post date of the portfolio entries (date when the entry was published). The post date normally should affect the order of the entries. You can also try this plugin: https://wordpress.org/plugins/taxonomy-terms-order/ to order the entries via drag’n’drop.
2) This is quite simple – basically you just need add several “color sections” to your advanced template and then drag’n’drop the elements into these color sections. Each color section can be assigned to a main menu link by using the “ID” setting – see: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
3) I recommend to use the text shadow generator here: http://css3gen.com/text-shadow/ – then insert the css code into the quick css field or into your child theme style.css file – it will look like:
h1 { text-shadow: 4px 4px 2px rgba(150, 150, 150, 1); }
Regards,
Peter
Hi!
Please insert this code into your child theme functions.php or enfold/functions.php file:
add_filter('avf_title_tag', 'avia_change_title_tag', 10, 2);
function avia_change_title_tag($title, $wptitle) {
if(!is_front_page() && !is_home()) $title = get_bloginfo('name').' | '.$wptitle;
return $title;
}
Best regards,
Peter
This is really interesting. :)
enfold/framework/php/function-set-avia-frontend.php
I am exactly copying and pasting the code but it doesn’t seem to work.
How could the default one work but not the other one? :)
Sorry for being an headache.
-
This reply was modified 11 years, 11 months ago by
Bedros.
Hi!
There is a “toggle”, are you using the latest version of Enfold?

Regards,
Josue
Hi!
You are currently using 2.6.1, latest version of Enfold is 2.7.1.
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Josue
You are right, the workaround provided can’t be applied in the latest version of Enfold, now you’d need to edit:
/framework/php/function-set-avia-frontend.php, line 396-411:
if(!function_exists('avia_set_title_tag'))
{
/**
* generates the html page title
* @return string the html page title
*/
function avia_set_title_tag()
{
$title = get_bloginfo('name').' | ';
$title .= (is_front_page()) ? get_bloginfo('description') : wp_title('', false);
$title = apply_filters('avf_title_tag', $title, wp_title('', false));
return $title;
}
}
What structure would you like to have?
Best regards,
Josue
Hi!
Please update your theme to the latest version:
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Josue
Check in enfold/includes/helper-main-menu.php.
Regards,
Josue
I have just purchased the Enfold theme. When I try to activate it. I get a blank white browser window. I also can not get into my admin control panel. just getting a blank white screen as well.
The only way I can get things to work again, is by deleting the the enfold folder from the themes folder.
Can you tell me how to fix this please?
Hi Peter
I’ve just added it to functions enfold it works a treat. Thanks for this fix.
Hope you don’t mind that I ask 2 further questions just to self educate and also add some useful information to the forum for anyone in the future to review.
I’m not sure what the plugin cpt is? And the masonry entry query should only have had products shouldn’t it?
This reply has been marked as private.
Hi Josue,
Sorry but you mean, /public_html/wp-includes/theme-compat/header.php? (even this file don’t have the code that I mentioned in my previous comment)
enfold / includes doesn’t have a header.php file
and
enfold/header.php also doesn’t have that code.
Please let me know, Thanks for all :)
-
This reply was modified 11 years, 11 months ago by
Bedros.
Hi all,
great job – giant template – thank you!!
ONE QUESTION
I am using WP 3.8.2 and ENFOLD 2.7.1
I want to modify the header as described in the screenshot – add an additional image (orange logo)
I have no idea about PHP and a little about CSS – how can I do this best in view of the fact that updates should work without problems?
SCREENSHOT
https://drive.google.com/file/d/0B0TqEFDVcQi8Y001NkdWdl83cGM/edit?usp=sharing
Thank you
Peter
Hello,
I currently have an Enfold site on my server, in its own folder. It is a test site so my customer can view it without disrupting their own site.
Once it is completed and approved, what is the best way to move the entire site from my server to my customer’s server?
I’d like to make a clean install of WordPress and Enfold on their server, and then import all content (pages, posts, photos, etc.)
I see that there is an import/export feature in the latest Enfold version…will it move database and image files as well? What is the best way to move all of these elements at once?
Thanks again!
Hey!
Thank you for using the theme.
I’m not sure if this is a bug or just a temporary hiccups on your installation because this is the first time that I have encountered this issue with the color section. Note that you can’t switch between the default editor and the advance layout builder. If you want to see the actual shortcode of the advance layout builder, edit function.php, find this code on line 16:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
You will be able to see the actual shortcode below the builder. Refer to this link for more info:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Let us know if you’re still having the issue.
Cheers!
Ismael
Hey Pogona82!
Thank you for using the theme!
From what I understand, you’re having problem with the text editor? Do you have the latest patch of Enfold, 2.7.1? Regarding the blog thumbnails, please provide us with a link to the actual page.
Best regards,
Ismael
Still not satisfied :D
I have some problems on the blog at the moment.
http://gok.wpengine.com/nieuws/ (hosted on WPengine)
First problem: I’ve set the blog (settngs enfold) to “use the advanced layout……..” On the blog page i’ve added the “blog posts” element. I need to add all the categories to display all the posts. If I create a new categorie I will have to add this again to this page. Can’t I display everything?
Second problem: There is one post that keeps displaying the featured image wrong ( to big). I’ve set the blog element to choose the preview image size manually, set to “entry with sidebar (710×270) The size of the featured image is 875×1241. Still it goes wrong.
http://gok.wpengine.com/lustrum-grip-op-koolhydraten-gok-2009-2014/
third problem: If I go to the second page of the blog I still get the posts from the first page. On the third page its the same again.
http://gok.wpengine.com/nieuws/page/2/
I’ve imported most of the posts from the old website (export/import function wordpress)
Hope you can help me out.
Rogier
-
This reply was modified 11 years, 11 months ago by
rogierkoning. Reason: forgot url
Dear Josue and Yirgit,
Thank you so much for your help, that solved the scaling! But now there is only one very very last thing.
All 3 logos are layering on top of each other! So I need a way that they distribute evenly at the top…
I tried fixed padding like this:
echo “<strong class=’logo’>
“;
echo “<strong class=’logo’>
“;
but when you see them in smaller screens or when you make the window smaller they pile on top of the menu on the right, so obviously it’s a mistake on my part to put fixed pixel padding instead of something smarter. But I have no idea how to code to fix it.
Here is the link to the way it looks now with the fixed padding so you can see what I mean:
http://173.254.28.59/~aukeaxfi/think-tank/
When you make the window smaller, or when you see it in the ipad they go behind the menu on the right.
on the iphone the 2 extra logos disappear (which I’m ok, I think is better than piling on top of the menu)
Would you be so kind to send the exact code so that doesn’t happen
That’s the very very last thing to have it finally working properly
Thank you so much in advance,
G.
looks like the site does not load http://www.thehealththeory.com/wp-content/uploads/dynamic_avia/enfold.css
First thing i’d check is the file permissions.
Howdy,
I used a tool called “beyond compare” to check the updates and differences, it comes with a 30 day trial and works brilliantly.
(because like you, we have made alterations to the enfold theme files in numerous places)
Matt
Hi,
Instead of loading a video on our homepage using the video shortcode, I’d like to swap the video player with an image of the player instead (doing this will decrease page loading time massively). Then when the image is clicked on, the video is loaded in a lightbox.
#1 Is this possible with Enfold?
#2 How would I go about doing this?
Kind regards,
Matt
Hi!
I couldn’t find any errors on the theme option page and I couldn’t reproduce the issue on my test server but maybe your server fails to generate the dynamic stylesheet when you safe the theme options a second time without reloading the option page. You can deactivate the dynamic stylesheet by replacing this line in enfold/enfold-functions.php:
add_action('avia_ajax_after_save_options_page', 'avia_generate_stylesheet', 30, 1);
with
//add_action('avia_ajax_after_save_options_page', 'avia_generate_stylesheet', 30, 1);
Best regards,
Peter
Hey!
Copy the entire code of enfold\includes\helper-social-media.php into your child theme functions.php file (maybe you need to remove the first line which contains the
$this->html .= "<a {$blank} href='".$share['url']."' ".av_icon_string($icon)." title='' data-avia-related-tooltip='{$name}'><span class='avia_hidden_link_text'>{$name}</span></a>";
with
$this->html .= "<a {$blank} rel='nofollow' href='".$share['url']."' ".av_icon_string($icon)." title='' data-avia-related-tooltip='{$name}'><span class='avia_hidden_link_text'>{$name}</span></a>";
and
$html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."'><span class='avia_hidden_link_text'>".ucfirst($icon['social_icon'])."</span></a>";
with
$html .= "<a {$blank} rel='nofollow' href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."'><span class='avia_hidden_link_text'>".ucfirst($icon['social_icon'])."</span></a>";
Regards,
Peter