Hi,
yesterday all was fine, something broke the page, the Enfold version is 1.8.2.
Seems that all modules after Layerslider are not shonw correctly.
the url is: http://www.ramentolpujol.ad
user: test pass: test
Regards,
Marcel
No prob…
Step 1: Created pages with the only the first letter of the page title capitalized, e.g. “About”
Step 2: Added page to main nav menu which displayed page as “About”
Step 3: Decided I wanted all the letters capitalized, and changed and saved page title to “ABOUT”
The main menu still shows the page title as “About.” The issue is that I have to manually change the navigation label in Menu or remove and re-add the page in order for the main menu to reflect “ABOUT.” I would like the formatting change to automatically propagate through to the nav label.
http://cctaxi.papyrusdocument.com/pages/pricing/
On the page above, I have tried several ways of displaying the pricing table, but each time I am getting the columns at 50% width, and extra borders showing. Any advice?
Hi Ismael,
Yes, forgot that I had done that to see how it changed the menu. Thanks for the fix and the css!
Valerie
Hi Xavier,
What version of php is it specifically? Do you have the option of upping it to 5.3+?
Regards,
Devin
ok i did that.
So now it looks like :
Code:
SetEnv PHP_VER 5
SetEnv REGISTER_GLOBALS 0
########
php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value max_execution_time 500
php_value max_input_time 500
#########
i don’t understand either because it works with the Replete theme and any other one. I tried Enfold on any other web site and it works fine.
I hope to have a solution (and possibly faster)
Regards,
Xavier
Hi liondancetoronto,
Please do not create multiple topics for the same issue. I’ve already closed one of your duplicate topics and answered you here: https://kriesi.at/support/topic/enfold-menu-option-page-not-displaying-so-no-ability-to-edit-or-create-menu
We can continue to diagnose and try to solve your issue in that topic.
Regards,
Devin
Also after I update the theme, the menu was all over the place.
This is what shows up instead – please help:
Gallery gallery Column (Mega Menu) ↑ | ↓ Edit Menu Item
Navigation Label Mega Menu Column Title (if you dont want to display a title just enter a single dash: “-” )
Title Attribute
link Target
CSS Classes (optional)
link Relationship (XFN)
Description
Use as Mega Menu
This column should start a new row
Use the description to create a Text Block. Dont display this item as a link. (note: dont remove the label text, otherwise wordpress will delete the item)
Catchable fatal error: Object of class WP_Error could not be converted to string in /u/k/ksze/www.liondancetoronto.com/wp-includes/formatting.php on line 511
CANT SEE ENFOLD MENU OPTIONS PAGE – JUST GOES TO A PAGE MISSING CSS SO i CANT EDIT ANY OF THE MENU?
Basically what I am trying to achieve is two folded
1. The contact form must be a button that opens to a separate container so it would not take much space from the page. So that it would be next to every product.
2. Ideally the contact form would be product specific in a way that it would draw information from the product next to it. [query] … [/query]. So that we know what product the customer is interested in without him/her having to type the product name in.
Sincerely,
Sami
Hey,
Please remove this line of code on .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
Let me tag Kriesi and the rest of the support team. I’m really not sure why this is just happening on your end.
Regards,
Ismael
OK, I’ve now created a fully transparent version of wp-content/themes/enfold/js/mediaelement/skin-1/bigplay.png
That does the trick, but it’s quite a brute force hack, and not something I would expect to have to do in a paid theme.
Hey,
You can modify this code on your custom.css or Quick CSS:
.main_menu ul:first-child > li > a {
display: block;
text-decoration: none;
padding: 0 13px;
font-weight: normal;
font-weight: 600;
font-size: 15px;
}
You can change the color of the menu, using this:
.header_color .main_menu ul:first-child > li > a {
color: red;
}
Hover state with this:
.header_color .main_menu ul:first-child > li a:hover
color: blue;
}
Can you please specify which headings?
You can change the overall font on Enfold > Styling > Defines the Font for your body text.
Regards,
Ismael
Hey,
Yes, that is possible. Go to Enfold > Styling > scroll a bit below then click Header > Background Image. You can select a predefined background images or upload your own.
Regards,
Ismael
Hi All,
It looks like an update is needed to fix some issues with the last version. If anyone has any issues after updating just make a new topic and we’ll take a look then.
Regards,
Devin
Hey,
Can you please give us a link to the website? What do you mean by module? Please upgrade to Enfold 2.0.1 and WordPress 3.6 to get the most out of the theme.
Regards,
Ismael
Hi,
i did both and now it’s an 500 error
Regards,
Xavier
Hi,
Go to Enfold > Theme Options > Favicon. Upload your own image.
Regards,
Ismael
Just updated the Plugin to Yoast 1.4.15. Now everything looks fine again.
Hi,
Please deselect the Frontpage on Enfold > Theme Options. Create a new home page from scratch then select it again as your Frontpage.
Do you have any caching plugin?
Regards,
Ismael
Hi,
A big apologize for me panicking that way…The problems I had just arrived when I finally wanted to install a backup plugin so I thought everything was linked. And I don’t know any code so I can’t find myself the source of a problem…
After I went through the forum I finally decided to update EVERYTHING (plugins, wordpress and theme) at first it didn’t seem to heal my website but after 15 min everything ended up perfectly fine. My site is all good now.
You did a great job with updating Enfold theme.
Sorry again!
Kind regards
Chrys
I did a clean install of InstantWP, undated to 3.6, installed Enfold and made a quick theme color change and saved the settings. Copied the dynamic_avia folder from uploads from the InstantWP and pasted it into my live FTP directory. Logged into live WP checked if I could save or read the colour settings and it did not work.
All permission settings are 755.
I’d be more than happy to send my WP/FTP login details if that would help.
(also my wordpress files are not installed in root, but in /wordpress)
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.