Hi,
I uploaded Enfold and it’s still not working. Please add this on your .htaccess file.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /kriesi/enfold/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /kriesi/enfold/index.php [L]
</IfModule>
# END WordPress
########
php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value max_execution_time 500
php_value max_input_time 500
#########
Edit wp-config.php, add this code:
define('WP_MEMORY_LIMIT, '128M'');
Please let me know if the following changes has been made. I will check the site again.
Regards,
Ismael
As the title says, I’ve searched long and hard for a theme that suited my tastes, even paid someone alot of dough to try to create a site for me in WordPress but I just never liked it. Luckily last week I found ENFOLD and was sooo pleased that it offered the looks & functionality I’ve been looking for. Very luckily I figured out enough of it to get my new site up…..woot!
Anyhow, one prob I’m having is changing the favicon. I’ve searched this forum as well as many others, and have tried loading my favicon.ico file to my root directory where WP is located. I also followed WP instructions and put the file in the ENFOLD directory as well. I’ve cleared my cache, but still no new favicon.
Therefore, I saw one guy suggest adding some code on the header.php. When I opened the header.php I did find some mention of an Avia favicon but the code around it looked very different so I didn’t dare attempt to change anything.
So the million dollar question for me is how can I change the favicon?
Thanks for your help, and once again thanks for creating such a kickass looking theme!
Kind regards,
Chris
I have the same Problem. Have to deactivate Yoast…
Same here, I am still under construction so I just turned Yoast off. But a solution is welcome. I am also a bit sceptic to downgrade.
Hi!
Good tip and might work, but I need the versatility of Gravity Forms to create all the required fields in the right language.
Sincerely,
Sami
Hi Ismael… I upgraded to enfold 2.0.1, same problem, not works.
Hi,
my site link is http://career.guru99.com/
I am using your enfold theme.i want some customization in the theme.
1) Remove search button from header
2) apply different color to title and links to differentiate between them
3) enlarge font size to 14px
so how can i do this
4)how to include google search in header
see this image for what i am actually need
http://screencast.com/t/gTwaghZo
please help
Is it possible to upload 1.4.13 by ftp manually and overwrite the 1.4.14 files, I would prefer to keep my Yoast Settings and Meta Informations or isn’t that an option?
Just added a new portfolio item, to make sure there are no caching issues:
http://www.wrks.nl/Rene/portfolio-item/karvan-cevitam/
It has the same double button problem. (For people just now tuning in: two partly overlaying semitransparent buttons, one from iOS, one from Enfold.)
reinstall 1.4.13 version of Yoast plugin and wait till update.
http://downloads.wordpress.org/plugin/wordpress-seo.1.4.13.zip
Thanks for the reply.
Is it possible to change the ‘hover’ color for the icon?
Thanks again,
Andrew
Hello,
since I tried to suppress the title/breadcrumb bar yesterday, the nice scrolling effect on the header bloc of the page have disappeared. What could I have done to screw this up and how can I fix it?
Thanks in advance,
Céline Flament
I was going to start using this plugin but will wait until this problem has been sorted.
Same here, it mucks up some of the formating. I did a enfold automatic update at the same time from inside wordpress, and thought that was the cause, but glad I came across your post. Disabling Yoasts SEO plugin fixed it. I did note that when teh SEO plugin was updated, it did say something along the lines of we noticed your custom.css and changed it.
Hi is there a bot of css code I can add to ENFOLD to change the colour to a lighter one in the footer area please
I am using predefined colour scheme cyan – I have tried changing the colours in the styling options
Hi Devin,
I will not lose my animations created?
I can not find file sample_transitions.js url: wp-content/themes/enfold/config-layerslider/LayerSlider/sampleslider/
on my server is this normal?
Thank you for your reply
Hey,
Please upgrade to Enfold 2.0.1. It will fix the post meta infos. :)
Cheers,
Ismael
Hey guys,
yesterday I updated to the new version of Yoast SEO Plugin (1.4.14) and since then, some of the pages I created with Enfold don’t work anymore. I wouldn’t bother you, but I think it’s a conflict with the theme and I think you should know. The last version I got worked perfect with enfold, but now I think some elements or shortcodes like the Contact Widget and the Post-Slider got an conflict with the plugin. When I create pages which contain the Post-Slider or the Contact Widget, the hole content disappear and only the header and footer are visible.
When the SEO-Plugin is deactivated, the pages works fine again. What can I do?
Thanks
Hi,
Did you use a Mega Menu for this item? Please check it first, disable the mega menu if you accidentally enabled it on Appearance > Menus > About.
Then add this on your custom.css or Quick CSS:
#top #header .mega_menu_title a {
font-size: 11px;
line-height: 11px;
color: #808080;
}
Regards,
Ismael
Hey,
Please upgrade to WordPress 3.6 and update the theme to Enfold 2.0.1. I hope that will fix the issues.
Regards,
Ismael
Hey,
I’m sorry but I don’t understand the question clearly. What did you change and how did you change it?
Regards,
Ismael
Hi,
1.) You can change the color of the text black font using this:
.avia_textblock p {
color: blue;
}
or this:
.main_color p {
color: red;
}
2.) Use this to show the bullets on list elements:
.avia-icon-list li {
margin: 0;
padding: 0 0 30px 0;
list-style-type: circle !important;
list-style-position: outside;
clear: both;
overflow: visible;
position: relative;
min-height: 60px;
}
Regards,
Ismael
Hey,
Sorry but I’m not sure what you mean on your last post. You can remove the Media Queries for the logo element. Edit css > layout.css > #Media Queries. Look for css codes regarding the logo. You can modify them.
Regards,
Ismael
Hi,
Once you successfully updated to Enfold 2.0, you can check the regular theme updates on Enfold > Theme Updates panel.
Regards,
Ismael
Hey,
Have you tried this plugin?
http://wordpress.org/plugins/popup-contact-form/
Regards,
Ismael
Hey,
Yes, sure you can. Please refer to this link if you want to add background to your iconbox and iconlist:
https://kriesi.at/support/topic/adding-gradient-background-to-icons
You can also use this if you want to change the color of the icons:
Icon box:
.iconbox_icon.heading-color.avia-font-entypo-fontello {
color: red;
}
Icon list:
.iconlist-char {
color: pink;
}
Regards,
Ismael
Hi Devin,
Sorry for my delayed response but thank you for your suggestion. I’ve tried it but no luck.
Please see the attached 2 screen shots. The second one is curious and may tell you something; the ‘More about feature B’ button displays correctly while the ‘More about feature C’ button does not. Strange.
I look forward to hearing back from you.
Regards,
Dave
***doesn’t work*** http://ottawa.inmypocket.ca/pages/landing-page/
***works*** http://www.inmypocket.ca/pages/landing-page/
http://www.inmypocket.ca/wp-content/uploads/2013/08/Screenshot1.png
http://www.inmypocket.ca/wp-content/uploads/2013/08/Screenshot2.png
This widget was working with my last theme (PressWork), but is not working with Enfold. It simply displays “My Tweets”, but nothing else.
It can’t be a twitter API issue, as it worked earlier today before I changed themes.
You can see this at http://www.secondhalfcharlie.com. It’s currently in the footer.
Thanks!
Enfold is not the only theme having the problem.
http://wordpress.org/support/plugin/wordpress-seo
Hello,
The main product image within woocommerce shows a scroll bar beside the image. How can I remove/ have the image show at the correct cropped 450x450px framed size?
http://cetatek.msvdev.com/?product=warp1
Uploaded Image Size: 1000 x 750px
Woocommerce->Catalog->Single Product Image= Width:450px Height: 999px Hard Crop:No
Secondly, product setup without images also have the scroll bar beside the placement image.
http://cetatek.msvdev.com/?product=m01-twin-lens-regular-fit
Any ideas?
Thanks.