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, 7 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, 7 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
Hi!
Yes, or you can try using a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/
You are welcome, let us know if you have any other questions or issues :)
Best regards,
Yigit
Hey!
Thank you for the update.
If I am not mistaken, you’re talking about a one page navigation. Please refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Cheers!
Ismael
Hi!
You can go to Enfold > Import/Export panel then click the green Import Dummy Data button. :)
Cheers!
Ismael
Du benutzt leider eine veraltete Version des Enfold Themes.
Bitte update auf die neuste version: http://vimeo.com/67209750
1. Die grauen Linien zu entfernen sollte kein CSS benötigen. Das ist in den Enfold Optionen under “Header Layout” zu managen.
Ansonsten:
#header_meta {
display: none;
}
2. Soweit ich weiß, wird das nicht supportet. Kann mich aber auch irren.
Du müsstest aber in der header.php folgendes schreiben können zwischen Zeile 65 und 66 (also vor “f(!$blank)”:
<?php if ( is_page( 'home' )) echo do_shortcode('[layerslider id="1"]'); ?>
3.
.widget_nav_menu ul:first-child > .current-menu-item {
background: none !important;
box-shadow: none;
}
I figured out which css was causing the problem and fixed it.
Something for you to think about: I’ve used this plugin with other themes that use Visual Composer and have not had any formatting issues like I had with Enfold and Avia. I wonder what your page builder is doing differently that interferes with the plugin.
Thanks
-Mark
-
This reply was modified 11 years, 7 months ago by
moltenman.
Hi ggerber!
The forums here on kriesi.at are unfortunately very very customized and are not achievable with the built in theme options or even just with bbPress options.
Enfold styles bbPress to look like this: http://kriesi.at/themes/enfold/forums/
Here is the official bbPress documentation for any other setup questions you have with using that plugin: http://codex.bbpress.org/
Best regards,
Devin
Codestyling Localization does not work anymore with Enfold.
I need to be able to have all my enfold contact forms use a hard coded email for the from field. When you use the persons email that submitted the form and they used a yahoo or hotmail email address you will never get the messages.
I would recommend making this an option on the contact form settings. But for now how can I hard code this so I don’t loose more leads?
Aaron
In the demo this is one of the options:
http://kriesi.at/themes/enfold/homepage/transparent-header/
How do I go about setting up our page like that? I am using the Full Screen slider and can’t seem to figure this out.
Thank you!
Dear Yigit,
Thank you. At least I managed now for the extra 2 logos to appear on the page with links.
But now, they are not scaling in the header when I scroll down.
I would like them to scale like the aukea logo which I used to substitute the “ENFOLD” logo (on the Enfold theme options)
I publish my page so you can see what I mean: http://173.254.28.59/~aukeaxfi/think-tank/
Also I saw that they are also displacing the menu on the top right (home think tank and search)
Any help much appreciated,
best wishes,
G.
Hello,
I had installed the BBpress plugin. I want to run in my site a forum. My question is where is your template or page in which i can edit my forum page. or it is generated by default? Likewise i need to make some edits. How can i do that? I want my forum page run and looks like yours: http://kriesi.at/themes/enfold/forums/
PLease help.
Thanks
Giuliana
can you indicate how I would change things in a child theme setup of enfold so the top navbar links to twitter/google+/facebook etc are rel=nofollow, and also, how I would make the ‘share’ links at the bottom of posts also all rel=nofollow
thx
Thanks Peter. I pasted the css into the Enfold Quick CSS box under General Styling because these pages are generated automatically from links. It did not quite fix the issue. If you click the dropdown button on the far right side of the search bar, after it expands you will see that the filter input fields are still broken.
http://moltensites.com/demo/idx/city/newport-beach/
Hey!
If you have not made any other changes on funtions.php file, please replace it with default one that comes inside Enfold folder you download from ThemeForest. The code Ismael posted works totally fine on my end. Please copy&paste the code.
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home #av_section_1 .image-overlay { visibility: hidden; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .widget_nav_menu li { background-color: blue; margin-bottom: 5px; padding: 5px; }
#top .widget_nav_menu li a { color: white; }
#top .widget_nav_menu li:hover a { color: orange; }
.widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item, .widget_nav_menu ul:first-child>.current-menu-ancestor { padding-left: 0; left: 0; top: 0; }
Cheers!
Yigit