Forum Replies Created

Viewing 19 posts - 121 through 139 (of 139 total)
  • Author
    Posts
  • in reply to: Search a specific category in portfolio items. #1353881

    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.

    in reply to: Search a specific category in portfolio items. #1353705

    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.

    in reply to: Search a specific category in portfolio items. #1353564

    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.

    in reply to: Zoom slider images #1352607

    Thanks Ismael.
    I do that, many thanks!
    BR
    Antonio

    in reply to: Zoom slider images #1352376

    Hi 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

    in reply to: menu burger color #1352285

    Many thanks both,

    Sorry for the question it is so clear with the manual.
    You can close it.

    Best Regards,

    Antonio

    in reply to: Include logo in slider #1350512

    Hi Rikard,

    Yes you can close.
    Many thanks!

    BR,
    Antonio.

    in reply to: Include logo in slider #1350446

    Hi Ismael,

    Works perfectly! Many thanks.
    Best Regards,

    Antonio.

    in reply to: Include logo in slider #1350192

    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.

    in reply to: Include logo in slider #1350162

    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.

    in reply to: Gallery bottom align thumbnail and title align bottom #1349265

    Hi Mike!

    Works perfectly! Many thanks.

    Best Regards,

    Antonio.

    in reply to: Gallery bottom align thumbnail and title align bottom #1349196

    Hi Rikard,
    Here I send you the image now and the image that I like have.
    https://postimg.cc/gallery/7xHdtTN
    Many thanks!
    BR,
    Antonio

    in reply to: Break point mobile header #1347186

    Hi Rikard,

    Yes, you can closed. Everything is resolved.
    Many thanks,

    BR,

    Antonio.

    in reply to: Break point mobile header #1347130

    Hi Mike,

    Works perfectly!!! Many thanks.
    BR,

    Antonio.

    in reply to: Break point mobile header #1346903

    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º Header

    I would like enlarge the mobile header to do not have the 2º header.
    Could you help me?

    Thanks advance!

    BR

    Antonio.

    in reply to: Gradient color in the header #1344746

    Hi Nikko,

    Yes yo can close.
    Thanks everybody!
    BR

    Antonio

    in reply to: Gradient color in the header #1344630

    Great! Many thanks!

    in reply to: Gradient color in the header #1344597

    Hi Yigit!

    Works perfectly!
    There are a white line around de header. It’s posible to remove?
    Many thanks!

    Antonio

    in reply to: Flip Boxes with images (icon grid flip) #1289873

    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.

Viewing 19 posts - 121 through 139 (of 139 total)