Hi!
I’ll tag the topic for Kriesi but it will probably take him a bit of time as he is finishing up things for the next theme release.
Neither I or any of the regular support crew can give permission however so you’ll need to wait for Kriesi’s input.
Cheers!
Devin
Hi!
The “theme color” option has no gradient effect. That is the “Theme Color (subtle) option”.
Best regards,
Devin
Hey Jennifer!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#main {
background-color: transparent;
}
Best regards,
Yigit
Hello,
I’m making a multilingual website (with WPML).
The default language is french. I easily translate everything : pages, menu, slider, etc and a custom widget area.
I’m using a footer with 4 columns displayed on every pages. Each column contains a widget with only text.
I can’t find how to manage their translation.
I really need help for this.
Thanks.
WP Version 3.6.1
Theme: Enfold 2.3.
WPML Multilingual CMS Version 2.9.2
This reply has been marked as private.
Updated french translation (100% translated for Enfold 2.3.2) that replace the previous I provided :
https://partage.mines-telecom.fr/public.php?service=files&t=d664af0a572466eb82790b202df1892c
-
This reply was modified 12 years, 4 months ago by
Oli.
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: 786px) { .avia-icon-list .iconlist_content_wrap { margin-right: -10px!important; }}
Best regards,
Yigit
-
This reply was modified 12 years, 4 months ago by
Yigit.
Sorry this is not a theme support question. It is relating to the Enfold PSD file. I have sent a couple of emails but did not get any reply.
I have purchased your beautiful Enfold PSD on Themeforest with Extended License.
Can I ask you for the written permission to convert your PSD to a Drupal theme? Or will you charge more than an Extended License in order to do so?
Thank you very much. All the best with your business.
Traditionally customers want to see your product/services and the logo is pretty far down on what they want or need to see which is why by design the header is small on the majority of website you’ll see (including in enfold).
In Firefox I’m having no issues loading up the larger logo on any page load.
Peter, same problem. Just so you know I pasted below what you told me and included in the copy a little bit more code so you can see the placement and make sure it’s accurate.
$fstring = $font_list[‘folder’].’/’.$font_name;
if(!empty($_SERVER[‘HTTPS’]))
{
$fstring = str_replace(‘http://’, ‘https://’, $fstring);
}
$output .=”
@font-face {
font-family: ‘{$font_name}’; font-weight: normal; font-style: normal;
src: url(‘{$fstring}.eot{$append}’);
src: url(‘{$fstring}.eot{$qmark}#iefix’) format(’embedded-opentype’),
url(‘{$fstring}.woff{$append}’) format(‘woff’),
url(‘{$fstring}.ttf{$append}’) format(‘truetype’),
url(‘{$fstring}.svg{$append}#{$font_name}’) format(‘svg’);
}
—
The errors I get are this FYI:
The page at https://livethelife.org/donate/ displayed insecure content from http://www.livethelife.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=2.
(index):40
The page at https://livethelife.org/donate/ displayed insecure content from http://www.livethelife.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=2.
(index):40
The page at https://livethelife.org/donate/ displayed insecure content from http://www.livethelife.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=2.
(index):40
Thanks for responding. The only file I am replacing is custom.css, so it’s not an issue of core files. My child theme worked with my previous version of Enfold including my current plug-ins.
Font in firefox is italic across the the whole site looks like H1-H2-H3 has turned italic.
It is also the same on your actual demo site. in fact any site i look at that is using enfold is now doing the same.
Also on our site in safari the text that says for eg`;
you are here: / home / houses…
Is kind of glowing on and off.
So basically.
Chrome works fine.
Firefox its all italic
Safari text throbs and glows on the titles.
Hi!
My hosting provider is http://nic.ru/en/index.html
Please try again. I just tried, it works. No problems there, by the way, I have already few wp-websites there working fine.
I have no plugins there. I’ve just installed WP and just trying to activate your template.
And if you read my original message, I have also upped my memory.
Kind regards, Irina
Hey hfug!
Please go to Enfold theme options > Sidebar and make sure you choose not to display sidebar on Blog page and Single post pages http://i.imgur.com/zqGXcfV.jpg
Best regards,
Yigit
Hey jazbird!
You can use this class to edit Quotes
blockquote
And you can add following code to Quick CSS in Enfold theme options under Styling tab to increase the font size of slider content
avia-caption-content { font-size: 24px; }
Cheers!
Yigit
Hi!
What is the hosting provider? I’m not even able to get access to the site as the connection just times out. I’ve installed Enfold on a number of budget hosters without issue though I have upped the memory on most of them where I could which helped get general stability up.
You might also want to try deactivating any and all active plugins and dropins that are installed. A quick google on the error and it pops up with a number of plugins and various issues so I don’t think its necessarily a theme specific issue but a symptom of something else that is just getting triggered because of the theme.
Cheers!
Devin
Hey!
IE8 does not support media queries. This is why your site displays at a smaller width since the default width without a media query effecting it is smaller than the large screen width.
You could try using this plugin to force IE8 to use media queries however: http://wordpress.org/plugins/respondjs/
For the single blog item try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
a.small-preview {max-width:auto;}
Regards,
Devin
Hey!
Hmm, strange enough now I’m getting it on my end where previously I wasn’t. Let me tag Peter and see if he might have an idea since I sure don’t.
Regards,
Devin
Hey!
As mentioned caching plugins are a great way to speed up WordPress. Enfold by itself has a handful of scripts loading in the mix but are still cached. Its only when the version changes that the client then knows to change out the file from a cached version.
But hopefully your W3 settings are now good and have gotten you to the speed you are looking for.
Cheers!
Devin
Hi bivvo!
You can edit functions-enfold.php, find this code:
'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title entry-title'>{title}</{heading}>{additions}</div></div>",
Replace the {heading} part with h2, h3 or anything you want.
'html' => "<div class='{class} title_container'><div class='container'><h2 class='main-title entry-title'>{title}</h2>{additions}</div></div>",
Cheers!
Ismael
Hi, on the development website I have not yet activated Super Cache, at least I do not remember.
I just testing locally with Mamp.
No extension Super Cache: all is well.
Installing Super Cache but not activation: all is well.
Enabling Super Cache with basic options: all is well.
Activation of recommended options and management with the htaccess file: Can not preview.
Disabling cache: Can not preview.
Supression extension : Can not preview.
Supression of rules htacces file : Can not preview.
Supression browser cache and cookie : Can not preview.
Uninstall theme Enfold and child theme: all goes well (with Twenty Eleven ).
Reinstalling Enfold + child theme : Can not preview.
Total suppression and Reinstalling WP + Enfold and new Htaccess file: all is well.
Previous database Injection: Can not preview.
The problem seems to be localized in the database.
I will review the database table by table to find the fault.
Regards.
Jean
-
This reply was modified 12 years, 4 months ago by
freepixelweb.
Hi Andrew,
Many thanks for your reply. I’ve been experimenting with W3 total cache this week to see if using that, in conjunction with MaxCDN, could make a significant difference. I agree that the results are very promising.
It’s ironic that Google, whos own page speed tester complains, along with gtmetrix, about static page query strings and missing image dimensions, has exactly those faults within its own apis. LOL
Guess the ‘net will always be a bunch of dispirate technologies all fighting to play together, due to its very nature. Who’d be a web designer? :)
kindest regards,
PPCHound
As there seems to be no working plugin out there yet for Audio Previews on Store items, it would be awesome to be able to preview the selling items on the shop page, instead of going into the product page itself.
Strange that there is no such thing out there yet ?
I am not support but I installed W3 total cache and after configuring it my page speed went up from a D to an A in GTmetrix. I don’t think there is much you can do about the google apis though and some of the other elements in your list are for plugins. Personally when I deactivated plugins and tested Enfold performed excellently with GTmetrix ‘after’ I configured W3 total cache correctly.
Hope that helps.
Andrew
I know IE is a crap and I’d personally erase it from all the pc of the world, but some people uses it, I’m afraid.
So, I’ve tried my enfold theme on it and I’ve noticed that Partner/Logo element turns into a real mess.
Any idea?
Hi
I have sort of the same problem. Using MAMP locally on my iMac. I can preview most of the site but not the LayerSliders. It just shows the loading icon but nothing more. Clean WP 3.6.1 installation (swedish) loaded with Enfold Demodata, no plugins except bbPress.
Best regards,
Jens