New Landing How can we help? Themeforest Theme Support Neighborhood Portfolio gallery in tab

Viewing 15 posts - 1 through 15 (of 59 total)
  • #250587
    goodtimesmag
    Member
    Post count: 191

    Please have a look on my website: http://goodtimesdeals.de/snowboard/

    I wanted to create a portfolio gallery inside my tab, but although I chosed 4 columns and gallery in the portfolio settings the portfolio is shown in one column. Under the tab I placed the gallery portfolio to show you how it should look like.

    #251053
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me login detail to check and resolve the issue.
    Thanks
    Mohammad

    #251056
    goodtimesmag
    Member
    Post count: 191
    This reply has been marked as private.
    #251437
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please upgrade to latest version of theme 3.2.4.
    Thanks
    Mohammad

    #251444
    goodtimesmag
    Member
    Post count: 191

    I installed the newest update, but nothing has changed.

    PS: I had to overwirte the function.php due to some customizations by myself.

    #251448
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Can you please comment the custom code in functions.php?
    Thanks
    Mohammad

    #251455
    goodtimesmag
    Member
    Post count: 191
    This reply has been marked as private.
    #251456
    goodtimesmag
    Member
    Post count: 191
    This reply has been marked as private.
    #251675
    goodtimesmag
    Member
    Post count: 191

    Hi Mohammad, is there anything I have to change in my functions.php?

    #251690
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Have you made changes through functions.php of child theme?
    Thanks
    Mohammad

    #251702
    goodtimesmag
    Member
    Post count: 191

    Through functions.php

    #251711
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Comment all custom code at this file.
    Thanks
    Mohammad

    #251716
    goodtimesmag
    Member
    Post count: 191

    I added this code to the functions.php file:

    * Custom filter for Improved External Products Pro
    */
    add_filter(“iepp_category_image_link_target”,”iepp_category_image_link_item”);
    function iepp_category_image_link_item(){
    return “item.parent().prev(‘figure.no-transition’).find(‘a’)”;
    }
    add_filter(“iepp_category_button_link_target”,”iepp_category_button_link_item”);
    function iepp_category_button_link_item(){
    return “item.siblings().find(‘a’)”;
    }

    // Add save percent next to sale item prices.
    add_filter( ‘woocommerce_sale_price_html’, ‘woocommerce_custom_sales_price’, 10, 2 );
    function woocommerce_custom_sales_price( $price, $product ) {
    $percentage = round( ( ( $product->regular_price – $product->sale_price ) / $product->regular_price ) * 100 );
    return $price . sprintf( __(‘ SPARE %s’, ‘woocommerce’ ), $percentage . ‘%’ );
    }

    #252036
    goodtimesmag
    Member
    Post count: 191

    Hi Mohammad, do you already know what the problem is or what do I have to change?

    #252074
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am checking it and update you.
    Thanks
    Mohammad

Viewing 15 posts - 1 through 15 (of 59 total)

The topic ‘Portfolio gallery in tab’ is closed to new replies.