Hi Yigit
Unfortunately it didn’t work i tried adjusting the size but still no luck – do you have another suggestion?
Dear Kriesi,
Congratulations for the great WYSIWIG and fully intuitive Enfold Theme you have developed.
For me is clearly the best ever WP Theme, inclusive better than the Avada Theme, and the one which I better like to work with. Have not any doubt of it.
I appreciate your efforts to increase the number and quality of feature design Layouts, Content and Media Elements you provide in all your Theme upgrades.
For this reason I wrote to kindly ask you to improve the general look and feature characteristics of the Accordion and Tabs Menus you are offering in Enfold, which I utilice a lot in my website developments.
Accordion Menus – Ideas,…
http://theme-fusion.com/avada/accordion-toggles/
Tabs Menus – Ideas,…
http://theme-fusion.com/avada/tabs/
More Divider Styles – Ideas,…
http://theme-fusion.com/avada/dividers/
Tell me please what do you think about my suggestion. Many thanks and best regards from Madrid, Adolfo
-
This reply was modified 12 years, 1 month ago by
ahauber.
Hey theroyds!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.social_header .phone-info { font-size: 20px!important; }
Best regards,
Yigit
-
This reply was modified 12 years, 1 month ago by
Yigit.
Hey BrightCite!
You can remove sub-menus on mobile by adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) { ul.sub-menu { display: none; }}
But they will not be displayed on tap. If you really need such customization, you should hire a freelance developer.
Regards,
Yigit
Hi!
Please try deactivating all active plugins and check if issue remains.
Best regards,
Yigit
Hey basilicon!
Please go to wp-content\themes\enfold\js\prettyPhoto\js folder and open jquery.prettyPhoto.js file and search “Expand the image”
Cheers!
Yigit
Hey!
I do not get icon issue on Chrome on Win7. Which browser are you using? Please try re-updating the theme via FTP. Something may have gone wrong while updating
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!
Please adjust the value of left: 30%; in Ismael’s code. You should decrease it to center it perfectly.
As for your message to Kriesi, you can post your request as a feature request here https://kriesi.at/support/topic/enfold-feature-requests/
or you can contact Kriesi directly using the contact form on contact page
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .main_menu .menu li ul a { padding-left: 20px; }
You can post indicators as a features request in here https://kriesi.at/support/topic/enfold-feature-requests/
Best regards,
Yigit
Dear Kriesi,
Congratulations for the great WYSIWIG and fully intuitive Enfold Theme you have developed.
For me is clearly the best ever WP Theme, inclusive better than the Avada Theme, and the one which I better like to work with. Have not any doubt of it.
I appreciate your efforts to increase the number and quality of design Layouts, Content and Media Elements you provide in all your Theme upgrades.
For this reason I wrote to kindly ask you to improve the general look and characteristics of the Accordion and Tabs Menus you are offering in Enfold, which I utilice a lot in my website developments.
Accordion Menus – Ideas,…
http://theme-fusion.com/avada/accordion-toggles/
Tabs Menus – Ideas,…
http://theme-fusion.com/avada/tabs/
More Divider Styles – Ideas,…
http://theme-fusion.com/avada/dividers/
Tell me please what do you think about my suggestion. Many thanks and best regards from Madrid, Adolfo
Hello, I love the Enfold theme, really a great theme!
I rebuild my website with enfold and it was going very good so far. I made several pages with galleries and everything was fine, but suddenly I am receiving a 404 error when I try to save an new page or modifie an excisting page with a gallery.
This is the first page where I had the problem: http://leendevos.com/fotograaf/fotografie-projecten/mono-aware#.UnzTkPlWyHY.
I’ve tried to delete the page and make a new one, but that did not solved the problem.
I deactivated all the wordpress plugins, one by one, and that did not solved it either.
Then I reïnstalled the enfold theme, but still no result.
I even tried a different browser, I switched from firefix to chrome for editiing the page… without any result
Can you look in to it and give me some advice?
I want to point out another issue, you can see it an the link I put here: I like to show clean urls in the browser. So I set the permalinks lie this: http://leendevos.com/voorbeeld-bericht/ (postname). But there are still all those letters after the url.
Can you help me?
Leen
Hey cantarella!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header.social_header #main {
padding-top: 121px;
}
Best regards,
Yigit
This reply has been marked as private.
I have problem:
In “Theme updates” tab of “Enfold Theme Options” I’ve entered API and User name, but after saving there is following message:
“Theme Updates
No Updates available. You are running the latest version! Great!”
which is not true – I’m using 2.3.2 version, but 2.4.2 is the newest.
Please, help.
Hi!
Can you please post the code for the custom class for the paragraph here? And the css code you’re trying to apply on it. The enfold.css is working properly. Please try to select a predefined color scheme, see if the page change.
Best regards,
Ismael
Hey tijoseph!
Edit header.php, find this code:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
Below add the second logo manually. Add this code:
?>
<strong class="logo bg-logo" style="float: right; max-width: 231px; width: auto;"><a href="http://localhost/kriesi/enfold/"><img src="http://localhost/kriesi/enfold/wp-content/themes/enfold/images/layout/logo.png" alt="Enfold" title="Enfold" style="max-width: 231px; width: auto;"></a></strong>
<?php
Replace the image source.
Regards,
Ismael
Dear Ismael.
So now the logo looks not broken. This is the god news.
But the logo stay not quite in the middle, centered, but stay more on the right. See here,…
http://responsinator.com/?url=equipodemarketing.com%2F
Problematic, this,… Many thanks again for your efforts and best regards, Adolfo
Hey!
Please add this on your custom.css or Quick CSS:
body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover {
color: #fff !important;
}
Regards,
Ismael
Sorry, but I still don’t get it. I should make all my changes in the functions.php of my child-theme like this?
function avia_after_parent_theme_setup() {
// My new function goes here
}
add_action( 'after_setup_theme', 'avia_after_parent_theme_setup', 10);
Cause if I change the ‘avia_title’ function from enfold-functions.php, and put this in the functions.php of my child-theme, nothing happens.
Devin,
Thank you for your reply!
I don’t disable writing to the uploads folder (haven’t touched chmod at all). All I do is set an .htaccess which grants an user read access to the uploads folder. Nobody except me needs to upload data. Maybe my understanding of htaccess is wrong…
My question still stands: why is enfold.css outside the theme folder and can I “insource” it (how)?
Hi,
Since a couple of days, a website http://www.autoclubleopard.be/ doesn’t show the layerslider and the gallery any more.
When setting PHP Debug true, I see the following errors:
Notice: Undefined index: …/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 107
Notice: Undefined variable: img in …/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider.php on line 444
Notice: Undefined variable: img in …/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider.php on line 444
Notice: Undefined variable: img in …/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider.php on line 444
…
Any idea what could went wrong?
Regards
Hey tcoq!
Yes it’s a limitation of the Enfold breadcrumb. We’ll improve it in the next version – for now open up /wp-content/themes/enfold/framework/php/class-breadcrumb.php and replace
if('post' == $post_type)
{
$category = get_the_category();
$ID = $category[0]->cat_ID;
$parents = get_category_parents($ID, TRUE, '$$$', FALSE );
$parents = explode("$$$", $parents);
foreach ($parents as $parent_item)
{
if($parent_item) $trail[] = $parent_item;
}
}
with
if('post' == $post_type)
{
$category = get_the_category();
foreach($category as $cat)
{
if(!empty($cat->parent))
{
$parents = get_category_parents($cat->cat_ID, TRUE, '$$$', FALSE );
$parents = explode("$$$", $parents);
foreach ($parents as $parent_item)
{
if($parent_item) $trail[] = $parent_item;
}
break;
}
}
}
Cheers!
Peter
I receive mails with mailheaders in german (Neue Nachricht ) after created a new contact page in Swedish. I am using the
standard contact form.
I have installed latest version of WP in Swedish and the Enfold theme.
What can be done in order to receive the mailheaders in Swedish?
Hi!
If you really want to overwrite the function you can try if following code works
add_action( 'plugins_loaded', 'avia_wpml_seo_fix' );
function avia_wpml_seo_fix(){
global $sitepress;
remove_action('wp_head', array($sitepress, 'head_langs'));
if($sitepress->settings['seo']['head_langs']){
add_action('wp_head', 'avia_wpml_head_langs');
}
}
function avia_wpml_head_langs(){
global $sitepress;
$languages = $sitepress->get_ls_languages(array('skip_missing' => true));
foreach($languages as $code => $lang){
if($code != $sitepress->get_current_language()){
if(is_home() || is_front_page()) $lang['url'] = $sitepress->language_url($lang['language_code']);
printf('<link rel="alternate" hreflang="%s" href="%s" />' . PHP_EOL, $sitepress->get_language_tag($code), str_replace('&', '&', $lang['url']));
}
}
}
I didn’t test it and we probably won’t include it in the theme files but maybe you can use it as a temporary solution until the WPML devs add a filter to the head_langs function.
Cheers!
Peter
Hey!
Ok, I looked into the code and we can’t fix this. The head_langs() function in wp-content\plugins\sitepress-multilingual-cms\sitepress.class.php doesn’t allow us to change the url (there’s no filter / hook which would allow us to replace the url). You can try to contact the WPML support team – maybe they can provide an useful tip or they can add a filter to the function in the next version. Otherwise I recommend to use the Yoast workaround mentioned above and to deactivate the WPML seo setting.
We’d need to overwrite the entire head_langs function at the moment which I don’t want especially because the plugin core files/functions may change and this would break our theme.
Regards,
Peter
Hi!
We’ll look into it. If we can find a workaround on our end we’ll include a fix, otherwise I think the Yoast plugin solution is better anyway because you’ve more control over the output.
Regards,
Peter
Hi,
Since this morning I have issues with two sites:
One I am building for a client and mine which are both made with Enfold (two different licences)
The one for my client is on maintenance mode, mine can be seen here:
http://www.calliframe.com
The problem is that all the things that are interactive on the site won’t appear at all or act weird. Iv’e made screenshots:
https://www.dropbox.com/s/b2c1pfdw33uatd3/mariage_in_oui___Cr%C3%A9ateur_de_Mariages_de_R%C3%AAves_%C3%A0_l_Etranger%20-%20copie.jpg
https://www.dropbox.com/s/lbugotbdylikswr/mariage_in_oui___Galerie.jpg
It’s only happening on safari, and only on my macbook pro retina. it’s working fine if I go on ipad in safari or it I try with firefox or chrome.
I thought it was due to my “computer” but I tried your demo version on theme forest and it’s working.
It was working perfectly yesterday and my site has been running for months .
It has only started to do that since this morning.
What can I do about this? Is there a problem?
Kind regards,
Chrys.
Hi folks,
I have two facebook pages for my business
1. http://www.facebook.com/pledgeback and
2. http://www.facebook.com/indiatrail
How can I present both links to users on my website? The standard enfold theme allows for only one facebook link.
Is this possible? Alternatively, can I have a separate facebook link on a couple of pages only?
Thanks for your time folks.
The website in question is: http://www.pledgeback.org
Hi epresley!
You wouldn’t be able to upload images if you disabled writing to the uploads folder either. Its the uploads folder so it stands to reason it over any other should be writable.
Best regards,
Devin