Hi Yigit,
Thank you! I’ve upgraded to the latest version of WP and Enfold and things are working well now.
Really appreciate the fast response.
Jonathan
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling
.footer_color input[type='submit'] { background-color: #f05a1a; color: #ffffff; border-color: #f05a1a; }
.footer_color input[type='submit']:hover { background-color: #f05a1a; color: #ffffff; border-color: #f05a1a; }
Adjust second code for hover state
Best regards,
Yigit
Hello!
In WordPress theme directory please go to Enfold folder and open functions-enfold.php file and find following code in line 40
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown">'.$avia_config['font_icons']['search'].'';
and change it to
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown">Search '.$avia_config['font_icons']['search'].'';
Best regards,
Yigit
Hi,
I have installed Gravity Forms on my website – http://www.land-reg.com/order-now
However, the notifications emails are not being received. I have just tried using one of the Enfold contact form – and again, no email email is received.
Can you please help me resolve this issue – as soon as possible please.
Many thanks
Hello uattah!
You just need to go to Appearance > Widgets and add “Enfold Latest News” widget to the footer column that you would like to display the widget.
Regards,
Yigit
Glad Ismael could help. Let us know if you have any other questions or issues.
The products are getting their default columns width in that layout but you can override this for the whole page by 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:
#top.page-id-436 div .products .product {
width: 100%;
}
This targets that specific page by its body class ID. If you wanted the same to work on another page you can inspect the code of the page to find its ID or by this: http://en.support.wordpress.com/pages/#how-to-find-the-page-id
Hello uattah!
Please add following code to Quick CSS in Enfold theme options under Styling
#top .avia-logo-element-container img { box-shadow: none; }
Regards,
Yigit
Hi alexeastman7,
You must update to the newest version of the theme files to bring the theme up to compatibility with WordPress 3.6+.
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
Best regards,
Devin
I am wanting to put recent blog posts (“latest news”) in the footer of my webpage. I want for a thumbnail photo to show up with it like in the enfold demo. Would someone please advise on how to do this.
Thank you!
P.S. Enfold is the Best. Theme. EVER.
Hi.
I am just getting started with the SEO of my new website and I was curious to if does plugin SEO pressor or any other SEO plugin provide different results using between the ‘Default’ and the ‘Advanced’ layout editor with the Enfold theme?
Here is what I did:
I got a page from my site I made using the advanced layout editor, optimized it with SEO Pressor and got a score of 65.86%.
I then copied the content (not including the gallery and other widgets, to a new page with the Default Editor and “refreshed” the results and got a score of 109.93% and it picked up that my image alt tag names were over optimized. It didn’t notice this with the advanced layout editor.
Here is a screen shot of the results:
hire.com.au/wp-content/uploads/2013/09/enfold-seo-pressor-layout.jpg" alt="enfold-seo-pressor-layout-problem" />
I have my page right here:
http://www.mobile-dj-hire.com.au/wedding-dj-hire
Keywords Targeting: Wedding DJ Hire
QUESTIONS:
1. Does Google read the page the same way SEO Pressor sees the page? (based on the different layouts)
2. If not, How does Google read the page? As you see it in the advanced layout and the front end of the website?
OR does it convert it to the way the default editor like converting a HTML email to plain text…. How does this work because I want to know if I SHOULD? … be optimizing my pages with SEO Pressor of my content either…
1. Pasted into the default editor and then bought back to the advanced layout editor so it can read the page from top to bottom clearly OR
2. Just use SEO Pressor AS IS, with the advanced layout editor and trust that answer is correct and that Google reads it that way too?
Please help!
Hi
I have a sidebar on every page using the ‘displayed everywhere’ widget.
I need, though, a different sidebar for the homepage so created an enfold custom widget area and then switched that on, on the homepage
Only problem is the ‘display everywhere’ widget is still showing underneath it. Only way I can think to fix this is create another custom widget area for the other pagers then go through every page (about 30 of them) and apply this to each page, and turn off displayed everywhere
Is there an easier way?
Thanks
Masten
Hey!
Please take a look at the screencast here http://www.screenr.com/JTZH
Best regards,
Yigit
EDIT: Firefox 24 screenshot http://i.imgur.com/Gckwmu6.jpg
-
This reply was modified 12 years, 2 months ago by
Yigit.
Please ensure you’re using the right URL. There are two in two different posts. It would be great if you allowed users to edit their old posts to solve problems like this.
If you view the later URL you will find it’s broken in both IE11 and Firefox 24.
-
This reply was modified 12 years, 2 months ago by
Jason.
Hey!
Which browser are you using? I checked your website on Chrome, Firefox and IE 10 on Win 7 and your looks fine on all browsers i checked
Best regards,
Yigit
Hey shanerein!
You are currently using Enfold version 1.8.4. If you have updated WordPress to 3.6+ you should at least have Enfold version 2.0.1. Recently version 2.2 was released and it has many bug fixes and improvements since version 1.8.4. You should login in on ThemeForest with the account you have purchased Enfold and download it again from “Downloads” section
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
Best regards,
Yigit
I just upgraded my test site to 2.2 and left it there so you can see the fault. tiperdev dot techcore dot com dot au.
I’d rather not put a custom css hack in place for what is clearly a theme bug. I thought you would be more responsive to someone reporting a problem like this?
-
This reply was modified 12 years, 2 months ago by
Jason.
Strange, I haven’t added anything to the theme, I haven’t even created a child theme or customized CSS. Any idea what could be causing that? I do have WooCommerce installed, but doesn’t Enfold support WooCommerce?
I’ll try the custom CSS though, thanks a lot for your help.
Hi ShortHills!
Please add following code to Quick CSS in Enfold theme options under Styling
.social_header .phone-info span { font-size: 18px; }
#top .social_bookmarks { font-size: 18px; }
First line is to change the font size of phone text and second one is to increase size of icons.
Regards,
Yigit
Ismael…thought that might be the case! :-)
Hey fjhughes!
In your WordPress theme directory you should go to Enfold > Js folder and open Avia.js file and find following code in line 87
switchWidth = 767;
and change it to desired value, such as
switchWidth = 989;
Cheers!
Yigit
Hello!
Can you please create a test site then install the latest version of Enfold? Add this on your custom.css or Quick CSS:
.logo img {
max-width: 257px;
max-height: 88px;
}
Best regards,
Ismael
Hello Jonathan!
You are currently using Enfold version 1.7.1. Recently version 2.2 was released and there were many bug fixes and improvements since version 1.7.1. On the other hand, you need at least Enfold version 2.0.1 if you are using WordPress 3.6+. After updating your theme, issue should be fixed. If not, let us know
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
Best regards,
Yigit
Hey Sebastian!
As Richard said, you can request that feature here https://kriesi.at/support/topic/enfold-feature-requests/
Best regards,
Yigit
Hi,
the problem recently appeared for the first time: when editing an existing page the Avia Layout Builder hangs (spinning circle). It happens only when editing particular pages (like the landing page of http://www.block-disposable-email.com). Until yesterday everything worked fine and I applied no updates for about a week.
Versions:
Wordpress 3.6.1
Enfold 2.2
Firefox 24.0
What I found out so far is to disable “WordPress SEO” (http://wordpress.org/plugins/wordpress-seo/, version used 1.4.15 and 1.4.18) as a temporary workaround.
Would be great to find a solution for using Enfold together with the mentioned plugin.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling
#top label { display: inline-block; }
Best regards,
Yigit
Hi All,
I would like to know if is there a way to create a menu system like the one used by Apple in this page:
http://www.apple.com/it/ipad/overview/
As you can see, there is a main menu, and a sub-menu below it. You can also see the “model” name on the left side of 2nd menu.
I will also appreciate, if it is not possible to do it with Enfold stock theme, if is there a plugin that can do it for me.
Thanks for your great support!
best regards
Hi palmtop!
Please add following code to Quick CSS in Enfold theme options under Styling
body { font-size: 18px!important; }
Best regards,
Yigit
I’ve seen that others have also a problem with it.
also I think that it has to do a problem with the update to 2.2.
It may also be that I’m too dumb, it’s usually the one who sits at the computer;-)
if there is possibly a fault with the theme, I would not change anything in the settings and cobble together so it fits the times, which in my opinion should work according to the requirement.
I thumpnailbildern in the portfolio because of the view now taken the code from the current response of Josue:
https://kriesi.at/support/topic/ajax-portfolio-thumbnails-showing-incorrectly/
Now this also fixes the problem with the portfoliothumpnails, because these have also been unable to change the number of columnes, so here’s what’s got to be the theme files, right?
Another problem for me is:
for example I have a portfolio entry, the portfolio and also included with the avialayoutbilder a gallery, the gallery is the setting:
Big image with thumnails below
Gallery big image preview size, when i choose any one from the sizes here, did doesn `t change anysize?
normally should be but here the size to change, right?
thanks
carsten
Hi!
I think on text widget contents only. It is set to a lighter color to emphasize the content more. :)
Regards,
Ismael