-
Search Results
-
Topic: Masonry Gallery Extension
Hey guys!
Is there CSS to stop the masonry gallery from stretching fullscreen after a width of 1600px?
Thanks!
Topic: Search in top header
Hello.
I would like to have search field in top area of my page. Right now, i managed to get it working using other posts here.
I used widget method (http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/) to get widget bar on top of my page and then search widget inside.
Then i used styles to get this in place:#header .widget { left: 50%; padding-top: 10px; width: 250px; position: relative; top: 0; transform: translate(-50%); z-index: 999; } #search-2 { padding-bottom: 5px; } #top #searchform .ajax_search_response { z-index: 999 !important; background: white; position: absolute; } .header-scrolled #search-2 { display: none; }Most of it works but:
1. Im not sure if position: relative is ok for mu widget and position: absolute is ok for results. If I set position: absolute (as you mentioned in one of the posts (https://kriesi.at/support/topic/issues-related-to-search-bar/) my widget is over menu and doesn’t work like top bar (with phone and social icons). When I remove position absolute from search_response, search results are moving whole page down.
2. How can I manage to get my search bar to behave like top bar (with phone, mail and phone) ?
3. If you type something into search, and get some results, field with results stays forever open. How can I make it to diaper after clicking outside?
4. How can I change that sidebar (or append it to top bar) to behave like top bar? It stays on top of main menu, it hides when user scrolls down (or get nice animation/transition like I have in main menu/logo area).Im not sure if this method is the best one, I would like to get this to work without messing with code too much to avoid any problems. All is done inside functions.php:
add_filter('avf_form_message', 'avf_form_message_mod_checkbox', 10, 3); function avf_form_message_mod_checkbox($message, $new_post, $form_params) { $message = str_replace('true', 'Tak', $message); $message = str_replace('false', 'Nie', $message); return $message; } add_action( 'ava_main_header', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }This is almost done but need some polishing :)
Thank you very much!
Best regards
MaciejTopic: Error on website
Hi there
I am getting an error message on my site as a result of inserting some code as suggested by an earlier support post in the Functions.php file:
https://kriesi.at/support/topic/password-protected-page/This is the error message:
Parse error: syntax error, unexpected ‘=>’ (T_DOUBLE_ARROW) in /home/filosoph/public_html/wp-content/themes/enfold/functions.php on line 95Can you please help?
Thank you, fionalea
Topic: ERROR INSTALL CHILD THEME
I can not install the Child Theme. I downloaded the folder in the link below and added it to the same folder where the enfold theme is. The message that appears in wordpress:
Broken ThemesThe following topics are installed but incomplete.
Name Description
Enfold Child The parent theme is missing. Please install the “enfold” parent theme.Does this happen because I renamed the ENFOLD folder to the client name? I know I always put the name of the folder ENFOLD with the name of the client. Is that the reason for the mistake?
VIEW IMAGE
Viewing 30 results - 78,151 through 78,180 (of 142,926 total)





