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, 1 month 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.
Hi!
Please go to Enfold theme options > Header and simply uncheck “Append search icon to main menu”.
Cheers!
Yigit
Hey lathomas42!
No, unfortunately the post type is hardcoded into the framework and you can’t replace it. If you want to change the label on the admin page and on the search result list you can modify the label text strings in wp-content/themes/enfold/includes/admin/register-portfolio.php though – search for
$labels = array(
'name' => _x('Portfolio Items', 'post type general name','avia_framework'),
'singular_name' => _x('Portfolio Entry', 'post type singular name','avia_framework'),
'add_new' => _x('Add New', 'portfolio','avia_framework'),
'add_new_item' => __('Add New Portfolio Entry','avia_framework'),
'edit_item' => __('Edit Portfolio Entry','avia_framework'),
'new_item' => __('New Portfolio Entry','avia_framework'),
'view_item' => __('View Portfolio Entry','avia_framework'),
'search_items' => __('Search Portfolio Entries','avia_framework'),
'not_found' => __('No Portfolio Entries found','avia_framework'),
'not_found_in_trash' => __('No Portfolio Entries found in Trash','avia_framework'),
'parent_item_colon' => ''
);
and replace Portfolio Items, Portfolio Entry, etc. with your custom text.
Cheers!
Peter
Hi!
If you mean search icon on the main menu, you can go to Enfold theme options > Header and uncheck “Append search icon to main menu”
If that is not what you meant, can you post a screenshot and show what exactly you would like to remove?
Regards,
Yigit
You can downgrade your version of bbPress to use the same version Kriesi has on the demo and it will have the same exact styling and inheritance.
The 2.4 version of the plugin is what is being displayed with the “old” style of forums you see in the demo. The download from the bbPress SVN is here: http://downloads.wordpress.org/plugin/bbpress.2.4.1.zip
I’ll explain a bit further on the demo data as I recorded the video and wrote all of the docs. The demo data is there to assist the user so they don’t have to re-create every single element. Some content we don’t force on to users because it can cause a lot of additional resources to be used. Things like bbPress, WooCommerce, GravityForms are all extra data that don’t *need* to be present to use the theme.
So from here what you can do is install bbPress 2.4.1, not update it to 2.5+ which uses a new different style of forums and you will have the same look as the demo. In time, Kriesi will update Enfold to the new styling on the demo site and may change how the theme integrates with its styling.
When I say we are not support for bbPress what I mean is that we aren’t the developers of the plugin. Just like with WooCommerce the theme has support *for* the plugin. This means it will work with the theme but we don’t actually do support for it or in helping to get it set up. bbPress has their own site and support forums for any issues that come up when using it and are much more equipped to answer customization questions, troubleshooting etc.
This reply has been marked as private.
Hey i have updated the theme. but the Menu doesn`t work again
http://shop.rb1.at/
i have a use created : Login – Kriesi.at and PW: 12345
pls read the sentences in my last post
Thanks,
Courin
How do I add a custom field to an Enfold portfolio item? I searched in the WP screen options but can’t find how to enable it. Custom fields are enabled in ordinary WP posts.
If such an option doesn’t exist are you considering adding custom fields into an Enfold portfolio item?