Forum Replies Created
-
AuthorPosts
-
Nice idea!!! But i cannot add a color section into a 1/2 table??? or can i???? http://i.imgur.com/wcw5CtD.jpg
- This reply was modified 9 years, 4 months ago by wiwaldi79.
FIXED! CLOSED:
Here we go.
No. Don`t work.
The grid does not change the size of images ;((((
Hi Yigit. thank you for the note!
I have done the rezise! but i have noticed an error in the grid. the mouse over effect is gone http://www.alfaweb.at/testwaldi/ (arrow installed by you!)
here the arrows are working: http://www.alfaweb.at/testwaldi/portraits/rudolf-boehm/#videos-tab but above at the landingpage they are lost. can you fix this?
Greetings, Alexander
And what exactly do you mean with “Please note, that pages are not included. For this you must add – ‘page’ – to post_type”?
Where must i add this (which) pages?
$query->set( ‘post_type’, array( ‘w2dc-listing’ ) );
do i need to set up the “post_not_in” also? or is it enough to set up the code above?
So i add this to my child functions.php
// Use search just for certain post-types and exclude posts by id if ( ! function_exists( 'bb_filter_search_results' ) ) { add_action( 'pre_get_posts', 'bb_filter_search_results' ); function bb_filter_search_results( $query ) { if ( ! $query->is_admin && $query->is_search ) { $query->set( 'post_type', array( 'post', 'portfolio', 'document', 'your_custom_post_type' ) ); $query->set( 'post__not_in', array(1,2,3,4,5) ); } return $query; } } if ( ! function_exists( 'bb_filter_ajax_search_results' ) ) { add_filter('avf_ajax_search_query', 'bb_filter_ajax_search_results', 10, 1); function bb_filter_ajax_search_results( $search_parameters ) { $defaults = array('numberposts' => 5, 'post_type' => array( 'post', 'portfolio', 'document', 'your_custom_post_type' ), 'post__not_in' => array(1,2,3,4,5), 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false); $_REQUEST['s'] = apply_filters( 'get_search_query', $_REQUEST['s']); $search_parameters = array_merge( $defaults, $_REQUEST ); return $search_parameters; } }
But they are 180x180px in size ;((((
- This reply was modified 9 years, 4 months ago by wiwaldi79.
CLOSED.
DANKE.
Done. Thanks but it have tried(and bought) 2 different search plugins. i want to stay with enfold search. is the best for me. is there an easy way to exclude the pages contents from search?
Thanks, greetings, Alexander
CLOSED
June 30, 2015 at 7:49 pm in reply to: center main menu and bring search icon to the right end #466666Great. Can i “tell” the search to only search in Directory Listing and not in Pages? http://i.imgur.com/9yf3ehl.jpg
Sorry. There is already an open thread https://kriesi.at/support/topic/customize-search/
CLOSED.
- This reply was modified 9 years, 4 months ago by wiwaldi79.
CLOSED!
Thank you Yigit! Works perfect!
http://www.alfaweb.at/testwaldi/portraits/
Great. How can i apply this to the 2nd row?
CLOSED. I fixed it.
can you bring the search more to the right? http://i.imgur.com/HSyUHHi.jpg
And is there a way to show the picture also in the “Detail Search List – show all entries) view like here: http://i.imgur.com/i27EJlu.jpg
- This reply was modified 9 years, 4 months ago by wiwaldi79.
Wow, thank you thats works!
How can i change the font size of this text: http://i.imgur.com/4ShauGn.png
-
AuthorPosts