-
Search Results
-
Hello,
I was wondering if there’s any way to add in search functionality to portfolio items?
So all of our portfolio items are films, we would like to create a page where we can search for a variety of different parameters, such as
1: Brand Films or University Films or Corporate Films or Charity Films
2: TVC or Online or Cinema Ad
3: Location (mainly for university films)At the moment we’ve just divided the films up onto each landing page and used the masonry filters to sort them.
But we’d like to be able to search all of the portfolio items, e.g. University Films, Online, in London or All films, Cinema Ads, UK
If this is not possible in enfold, do you know of a compatible plugin that may allow this feature?
Thanks,
Hi,
I searched this forum and found a few threads noting that some have had this issue, but no solutions outside updating Enfold/Wordpress. I am on the latest version of both.
This morning after editing one of my contact forms, the text “Embedded WordPress Post” now appears in large bold above the form. The text appears to be where the Form Title usually goes. Changing the Form Title field in the contact form has had no effect on this.
I would like this text removed. How should I proceed? A link to my page in question is in the private content. Thank you,
I have a client who does not want a menu. How can I remove the menu? THANK YOU in advance. I have been searching!
Hello,
First off, I’d like to apologize in advance as I’m sure this has been asked about before, I just couldn’t find it and gave up after a half-hour of searching out of frustration.
I recently purchased the Enfold theme and I’m experiencing some mobile responsiveness issues occurring within the header on my site when visited from an iPhone 6s on Safari. Here’s a screenshot from my phone (hope the embed works):
This presented mobile layout is very different than the menu I experienced when viewing the demo of the enfold church theme on Safari.
http://kriesi.at/themes/enfold-church/Do you have any idea why this is happening?
Is there something I’ve messed up or checked wrong within the settings to screw this up?
It’s always easier to ask for forgiveness than it is to ask for permission. Life motto.
Thanks in advance for your help. Let me know if you need any login credentials to take a look.
Appreciate it a lot guys!
– Ryan
Topic: Widget in Header
Hi –
When I use the CSS from this >> http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ my header titles no longer have links.
I also need the widget to be completely clear of the search icon on the top bar…
Thanks!
Hi there,
we are using a full screen slider on our website and are very happy with how it looks and feels. :)
However we found out that Google appears to have massive problems when crawling and rendering our site. Apparently the crawling works for all our permanent URLs but not for the title page with the full screen slider. Google does not recognize any of our texts, pictures and information given below the slider. It works fine when performing a google search with our company name explicitly, but it does not work when we try to optimize search words and the like.
Is that a know problem? We have done near zero customizing and are just using the full screen sliders as it comes in Enfold. Apart from some minor adjustments for the social accounts that we got from this forum we are not using any Quick CSS at all.
In any case, here is what we would like to do:
1. replace the full screen slider by a layer slider
2. make the layer slider always the same size (at the cost of cropping some images) – how can we do that? For the time being all pictures just come in their own sizes
3. replace the layer slider by a static picture when opening our website on a mobile device – we know it can be done, but we don’t know how ;)Many thanks in advance!
Topic: Search results not rendering
I’m using the magnifying glass search button in Enfold. When it is clicked, a small search box drops down. This search box has a transparent border. Unfortunately, the graphics behind it show through the transparent areas in such a way as to render the situation visually confusing. Is there a way to get rid of the transparent border?
Thanks!
HI there, this is more a pre-sale question. I have used Enfold for many projects, and I have a new client – this client requires an additional search element to be added to the sortable portfolio. Is it possible, or is there a feature, whereby there is an additional search element, i.e. MAIN SORTABLE (already there) + SEARCH (via tag perhaps?) – so there would be 2 search functions above the portfolio.
Thanks for your help. Silvio
hi,
I tried to translate the button text “Post Comment” on the Blog Comment Area,
but it seems to be hidden somewhere deeply,
I tried using CodeStyling Localization to search in both WordPress and Enfold strings and looked into the comments.php as well,Can’t make it work, could you help?
Topic: WPML dropdown in main menu
Hi,
I recently updated the theme and all plugins (incl w-pml) to the newest versions and now the w-pml dropdown menu selector is gone.
I can only get horizontal flags or flags+name.Before the update the dropdown menu was working fine and since I’m using a child-theme I believe there had been some slight modification to a core theme php file. The difficulty is that i can not find out what the modification was. I can’t find the thread that this was mentioned in any more.
In my functions.php I already had the modification to remove the Enfold-theme flags:add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); } //// function WPML_add_menu_item( $items, $args ) { $theme_locations = array( 'primary', 'secondary', 'footer-menu', 'sidebar-menu' ); if( !empty( $args->theme_location ) && in_array( $args->theme_location, $theme_locations ) ) { ob_start(); ?> <li class="menu-item ls-menu"><?php echo do_action('icl_language_selector'); ?></li> <?php $items .= ob_get_contents(); ob_end_clean(); } return $items; } // Add ability to add wpml language switcher to more than one menu if(!function_exists('avia_append_lang_flags')) { //first append search item to main menu add_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); add_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); function avia_append_lang_flags( $items, $args ) { global $avia_config, $sitepress; if(empty($avia_config['wpml_language_menu_position'])) $avia_config['wpml_language_menu_position'] = apply_filters('avf_wpml_language_switcher_position', 'main_menu'); if($avia_config['wpml_language_menu_position'] != 'main_menu') return $items; $languages = icl_get_languages('skip_missing=0&orderby=custom'); if(is_array($languages)) { foreach($languages as $lang) { $currentlang = (ICL_LANGUAGE_CODE == $lang['language_code']) ? 'avia_current_lang' : ''; if(is_home() || is_front_page()) $lang['url'] = $sitepress->language_url($lang['language_code']); $items .= "<li class='av-language-switch-item language_".$lang['language_code']." $currentlang'><a href='".$lang['url']."'>"; $items .= " <span class='language_flag'><img title='".$lang['native_name']."' src='".$lang['country_flag_url']."' /></span>"; $items .= "</a></li>"; } } return $items; } }Perhaps you have any idea to get the results back that I had previously?
This is what I had and want:
https://www.dropbox.com/s/kc4gbconmrlqpd4/3-3-2016%203-48-23%20PM.jpg?dl=0This is what I have after the update:
https://www.dropbox.com/s/574jj3tq9eps1w5/3-3-2016%203-52-56%20PM.jpg?dl=0Thank you!
Hi,
I have been using Enfold for my website and it is fantastic!One problem, it appears that part of the avia framework has been indexed by Google and is being shown in search results for the company name. I have attached a link to the search results in the private content section below.
Any idea how I can prevent this and remove it from Google results?
Many thanks,
Ben.Topic: Single Page Problems
Hi there,
I have some problems with my single page Enfold theme.
I’m build up my website the last few days. Now I want to do some on page SEO. The Website is a single Page Enfold.
Can you please tell me how I should change the settings with permalinks?
Because when I click in the browser task the only thing I see is http://www.example-website.de/#top. So I can’t see permalinks like /home which are important for searching machines.
The other point is when I search my website (see the adress bellow) in google I can’t find the Site description like I typed in in wordpress.So I hope you can help me out.
Cheers,
AndyTopic: Portfolio Grid for Images
Hi,
This could be a tricky one to implement into my site. Essentially I want to assign hundreds of images with dozens of tags/categories. The user can search for a tag where the gallery will filter out all the images without that tag. A perfect example of what I want is found here: http://8tracks.com/explore
You can search for any word you can think of and the site filters the media to display only the music with that tagged category, only instead of music tracks I want to implement images.The closest thing to what I’m describing which is available through enfold seems to be the portfolio grid, but that appears to be for posts/pages only. Do you know if what I’m trying to achieve is possible through changing the theme code or adding plugins? Any advice would be greatly appreciated!
Thanks.
James



