Forum Replies Created
-
AuthorPosts
-
HI Ismael,
Many thanks for your effort but do not works. Now this is the code:
////////////////////////////
function avf_modify_ajax_search_query($search_parameters) {
if ( is_admin() ) return;parse_str($search_parameters, $params);
if( is_page(‘tipos-de-cancer’) ) {
$params[‘post_type’] = ‘portfolio’;
$params[‘tax_query’] = array(
array(
‘taxonomy’ => ‘portfolio_entries’,
‘terms’ => ‘tipo-de-cancer’,
),
);
}if( is_page(‘nuestro-equipo’) ) {
$params[‘post_type’] = ‘portfolio’;
$params[‘tax_query’] = array(
array(
‘taxonomy’ => ‘portfolio_entries’,
‘terms’ => ‘medico’,
),
);
}$search_parameters = http_build_query($params);
return $search_parameters;
}add_filter(‘avf_ajax_search_query’, ‘avf_modify_ajax_search_query’, 10, 1);
////////////////////////////
Many thanks,
BR,
Antonio.
Hi Ismael,
Many thanks for your answer!
I have add this in functions.php but it not works:
////////////////////////////////////
function avf_modify_ajax_search_query($search_parameters) {
if ( is_admin() ) return;parse_str($search_parameters, $params);
if( is_page(‘tipos-de-cancer’) ) {
$params[‘post_type’] = ‘portfolio_entries’;
$params[‘tax_query’] = array(
array(
‘taxonomy’ => ‘portfolio_entries’,
‘terms’ => ‘tipo-de-cancer’,
),
);
}if( is_page(‘nuestro-equipo’) ) {
$params[‘post_type’] = ‘portfolio_entries’;
$params[‘tax_query’] = array(
array(
‘taxonomy’ => ‘portfolio_entries’,
‘terms’ => ‘medico’,
),
);
}$search_parameters = http_build_query($params);
return $search_parameters;
}add_filter(‘avf_ajax_search_query’, ‘avf_modify_ajax_search_query’, 10, 1);
////////////////////////////////////
Thank you,
BR,
Antonio.
Hi Ismael,
I’m using the regular enfold search filter/personalice/portfolio items
It is medical web and in the portfolio items we have “doctors” category or “types of cancer” category. The idea is the search en doctor page only find doctos and the search of types of cancer only find types of cancer. Could you explain what we have to do? Sorry, maybe is difficult to me.
Thanks advance,BR,
Antonio.
Thanks Ismael.
I do that, many thanks!
BR
AntonioHi Ismail,
Yes I am using a fullscreen slider but I didn’t find a option to create the zoom images of the background.
Could you help me?
Many thanks,Best Regards,
Antonio
Many thanks both,
Sorry for the question it is so clear with the manual.
You can close it.Best Regards,
Antonio
Hi Rikard,
Yes you can close.
Many thanks!BR,
Antonio.Hi Ismael,
Works perfectly! Many thanks.
Best Regards,Antonio.
Hi Ismael,
Thanks for your answer. Now is on the slider but it is always in the center, the right align do not work.
Could you help me?
Thanks you!Best Regards,
Antonio.
Hi Ismael,
We have tested this but the position of the logo is relative to the text not to the web.
Could you help me?Thanks for your answer!
Best Regar,
Antonio.
April 24, 2022 at 10:03 am in reply to: Gallery bottom align thumbnail and title align bottom #1349265Hi Mike!
Works perfectly! Many thanks.
Best Regards,
Antonio.
April 23, 2022 at 9:11 am in reply to: Gallery bottom align thumbnail and title align bottom #1349196Hi Rikard,
Here I send you the image now and the image that I like have.
https://postimg.cc/gallery/7xHdtTN
Many thanks!
BR,
AntonioHi Rikard,
Yes, you can closed. Everything is resolved.
Many thanks,BR,
Antonio.
Hi Mike,
Works perfectly!!! Many thanks.
BR,Antonio.
Sorry, I gonna try to explain better ; )
If to open the web, you have the transparent header: 1º Header
If you star to close the web doing resize, the header change and you have: 2º Header
And if you close more the web, you can see the mobile header: 3º HeaderI would like enlarge the mobile header to do not have the 2º header.
Could you help me?Thanks advance!
BR
Antonio.
Hi Nikko,
Yes yo can close.
Thanks everybody!
BRAntonio
Great! Many thanks!
Hi Yigit!
Works perfectly!
There are a white line around de header. It’s posible to remove?
Many thanks!Antonio
Hi,
What are you talking about “HTML” tag in the title of the icons? I have write img src=”image_url” but doesn’t works.
Could you help me?Thanks advance!
Antonio. -
AuthorPosts