I’ve recently built a site using Enfold and it’s made life very easy with great results. It is mostly static pages as a website with only one page for posts. Building sites using the WordPress Framework is however new to me and after some time not finding an answer I thought I should get over here and hopefully you can help me out.
I’ve finished the site and using the ‘All in One SEO Pack’ have edited my page titles and descriptions for each page to improve the text displayed for each page in Google search results. I noticed however that Google is still using the original page titles from WordPress rather than the specified titles in the SEO Plugin. Having checked the source code if I understand it correctly it seems that the description for each page is showing in the source code but the page title is nowhere to be found? I have run a search on a couple of pages for the page titles and it didn’t show up so I am sure I’m not missing it.
In the plugin settings there are a couple of boxes to tick reference the Avia Framework for posts and pages which I ticked and tested but it made no difference with them ticked.
The following code is what I find in the pages if it helps. The lower case is as it really is, upper case is my edit for this post.
<!– All in One SEO Pack 2.1.2 by Michael Torbert of Semper Fi Web Design[131,192] –>
<meta name=”description” content=”EDITED MY PAGE DESCRIPTION SHOWS HERE”>
<meta name=”keywords” content=”EDITED MY KEYWORDS SHOW HERE FOR WHAT THEY’RE WORTH”>
<link rel=”canonical” href=”http://THE_PAGE_ADDRESS_SHOWS_HERE”>
<!– /all in one seo pack –>
Any help you can give would be much appreciated as I really like this theme and plan to make more use of it.
Perhaps I’ve misunderstood how best to setup other theme options being a newbie to the WordPress structures.
Thanks in advance for your help ;)
Hi!
Where are you adding it in? I checked the main docs and its the same function: http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
Checking it now and not getting an error so it may just be the placement in your functions.php file. Try adding it at the very end of the file just after the last line.
Regards,
Devin
Windows 8 / Firefox 26.0
Searchbutton and other elements are broken:
I tried the two .htacces solution…. Fonts nit loadingon apache server…Server error 500
http://medientanz.de
Thomas
Hi,
I´ve got the same problem with Windows 8 / Firefox 26.0
Searchbutton and other elements are broken:
avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont=”entypo-fontello”]:before {
font-family: ‘entypo-fontello’;
Everything OK with safari and chrome
greetings from germany
Thomas
Can not reproduce it my self no more. I’ve deleted a bunch of Plugins in search of page speed! and as it seems it was one of the plugins I killed this morning.

Hey NanaKuo!
We did not remove this action. In fact our theme even uses it to add a div to the default product grid template. I.e. search for following code in wp-content/themes/enfold/config-woocommerce/config.php
add_action( 'woocommerce_before_shop_loop_item_title', 'avia_shop_overview_extra_header_div', 20);
function avia_shop_overview_extra_header_div()
{
echo "<div class='inner_product_header'><div class='avia-arrow'></div>";
}
– as you can see the avia_shop_overview_extra_header_div() function also uses the same action. Please contact the plugin author and ask him to debug the code.
Best regards,
Peter
Similar if not the same issues here – for example on the contact page: wohnhirsch.ch/kotakt/ Firefox will not display the icons i’ve selected for the Icon boxes – on both Mac and Windows versions. Same for the search Icon. Depending on the settings in W3TC, Firefox will not show the Layerslider.
Regards
Markus
hi,
In addition,
When I checked to enfold the theme of Hal and loop-search.php file search.php searchform.php and be sure to go through it.
Check the operation of the default WordPress theme to go through the above file so am I supposed to do?
Or you need to test enfold you going to disable the theme?
[Problem]
Press the Search button in the home running any results when searching inability symptoms
Loop_search.php personally from analysis if (have_post ()): There are not proceeding to the next line.
Check my site, please.
[Environment]
Windows 2008 R2
IIS -> WordPress site
MSSQL 2008R2
WordPress 3.8
enfold
tomcat5.0 -> Running different sites
[More details]
http://www.bizentro.com of connection
go to the tomcat root
index.jsp in the root folder will be called an iframe wordpress site.
[Sites]
http://www.bizentro.com
Hi Ismael,
I am using Firefox Version 26.0 and Windows 8.
Here are two Screenshots:
http://imgur.com/hWTCMcP
http://imgur.com/2wZlsrh
And the Search Button doesn´t work on any browser!
Thanks.
Matthias
-
This reply was modified 12 years, 2 months ago by
globePIC.
Google+ asks the following to verify your website as part of your google+ company page:
“By adding a short line of code to (website url), you can make your Google+ page eligible to show up on the right hand side of the Google search page for relevant queries and make your Google+ page more discoverable. Learn more (link to info page)
Ask your site’s webmaster to add the following line of code to your site’s homepage:”
It is an a link. ?
I have already linked to my google+ page with the options in your theme header options.
Any suggestions?
Hey CloudChoice!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top #searchform>div {
max-width: 200px; }
Best regards,
Yigit
Hi,
I’m using Enfold with the grid layout.
I set up most of my pages with a 2 columns grid, and my post thumbnails accordingly
However, on categories & tags it automatically gives me 3 columns.
Is there a way to change this and get a 2 columns grid instead on tags & categories?
2) In order to unify everything, is there a way to get a 2 columns grid on the author post pages and on the result pages as well?
Thanks in advance and for your usual kick-ass support,
Cheers!
Hi ey3!
1) You can set the autorotation duration on the option page. Click on the “Fullscreen Slider” element and after the modal window is visible search for the “Slideshow autorotation duration” setting – there you can configure the slideshow speed in seconds.
2) In wp-content/themes/enfold/js/shortcodes.js replace
thisheading.on('click', function()
with
thisheading.on('hover', function()
However this code customization will probably cause weird side effects and you probably need to implement a script like: http://cherne.net/brian/resources/jquery.hoverIntent.html to use it on a production website – personally I recommend to stick with the default click event because we can’t help you with the implementation of the hoverIntent script.
Regards,
Peter
Hey webWahine!
Kriesi doesn’t use an icon for the toggle symbol but just some css code. If you want to replace it with an icon open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles.php and search for
<span class="vert_icon"></span><span class="hor_icon"></span>
Replace this code with an html img tag ( http://www.w3schools.com/tags/tag_img.asp ) which points to your icon.
Cheers!
Peter
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#socket .sub_menu_socket li.menu-item-3761 { display: none!important; }
It will target the menu item using the menu item ID
Cheers!
Yigit
This reply has been marked as private.
This reply has been marked as private.
Hi!
@ojooce Can you post the link to your website so we can check what type of header you are using? You can also check it in Enfold theme options under Header tab
Cheers!
Yigit
Thanks Yigit – it worked like a charm. However, right now the color is taking up the entire background as a block. How could we incorporate the Enfold Theme styled button (found here: http://kriesi.at/themes/enfold/shortcodes/buttons/). Specifically, I’d like to use the small teal button. Any help would be appreciated. Thank you.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.main_menu ul:first-child > li#menu-item-315 > a { background-color: red; color: white; }
.main_menu ul:first-child > li#menu-item-315:hover > a { background-color: orange; color: black; }
It will change the color and background color of “I Skads og Andrup” menu item. You can apply any other css changes you would like to apply using this css code
Regards,
Yigit
Hi!
1) Folgender Code in enfold/css/custom.css
.sub_menu ul:first-child > li > a {
display: block;
padding: 0 0px;
font-weight: lighter;
font-size: 10px;
}
beeinflusst das Menü und verursacht den Fehler. Bitte entferne den Code (bzw. zumindest das padding Attribut) um den Fehler zu beheben.
2) Du könntest dieses Plugin installieren: http://wordpress.org/plugins/user-shortcodes/ und dann zB den [currentuser_username] Shortcode im “Titel” Feld eines Menüpunktes verwenden. Wenn du dieses Link nicht klickbar machen möchtest verwende das “Links” Feld auf der linken Seite und füge in das URL Feld nur “#” (ohne “”) ein und in das Link Text Feld den Shortcode (zB Willkommen [currentuser_username]). Das Menu + Submenü musst dann zweimal angelegt werden – einmal für angemeldete User und einmal für nicht angemeldete User.
2)
Cheers!
Peter
Hi jtree5757!
Enfold doesn’t have any kind of custom search function but it doesn’t have the ajax search function in the header. If the plugin is modifying how WordPress searches you can either disable the header search from the theme options or hook into the themes search using the SearchWP plugin.
Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
Regards,
Devin
Hey guys,
This may sound odd, but I was wondering if I can disable the Enfold search function?
The reason is there is another search plugin I want to use for my multisite and it takes over the default WP search, but I think Enfold does the same thing so I wouldn’t be able to use it without disabling Enfold search first.
Am I correct in my thinking?
And again, how can I disable Enfold Search and restore default (so to speak)?
Thanks
Hey!
You are probably using the older version of the theme. Please update your theme to the latest version 2.4.5 and it should appear
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Also on this post: https://kriesi.at/support/topic/remove-search-from-nav-and-adding-a-button/#post-213851
It’s mentioned to go to ” Enfold theme options > Header and simply uncheck “Append search icon to main menu”. ” I don’t see such an option?
Hi!
,
Can you post a screenshot and show the changes you would like to make? If you want a secondary menu, you should choose one of the header types with secondary navigation in Enfold theme options > Header
Regards,
Yigit
Hi, for my site using the enfold theme, when I view it on my iphone I noticed that the social icons in the top header are not centered. I did a search in this forum and found the code below but its not working for me-
@media only screen and (max-width: 767px) {
.responsive.bottom_nav_header #header_main .social_bookmarks {
top: -15px;
}}
Any suggestions?
Also for the phone area on the top right, I wanted to enlarge this font and wrapped the text in the <h5> tag which worked fine to enlarge it but it pushes the phone number down past the top bar. Is there anyway I can reduce the top padding in this section?
Thanks.
This reply has been marked as private.