Forum Replies Created

Viewing 10 posts - 14,731 through 14,740 (of 15,042 total)
  • Author
    Posts
  • in reply to: Videoplayer on overlay and creating popup #1617
    This reply has been marked as private.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Page title image #1615

    You can add custom css code

    @media only screen and (max-width: 736px) {

    .page-head {padding: 125px 0;}

    }

    and change 125px to fit with mobile screen.

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Page title image #1613

    Hi,

    You want change text size or anything?

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    You can move code you added in main gecko theme to functions.php file in gecko-child.
    We recommend all changes should do on child theme so you can update main theme without losing your custom code.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    Can you tell me which file in parent theme you added code. we will give you how to make it run on child theme.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    Hi,

    you can add below code to file function.php in gecko-child

    remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 55 );

     

    best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Share to social on product page #1574

    Hi

    you can add custom css in JanStudio > Theme Options > General Layout > Custom Css

    .jas-social .google-plus, .jas-social .pinterest, .jas-social .tumblr {display: none;}

    best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Videoplayer on overlay and creating popup #1566
    This reply has been marked as private.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Page title image #1565

    1.Hi you can change height of  page title by add custom css in JanStudio > Theme Options > General Layout > Custom CSS

    .page-head {padding: 125px 0;}

    you can reduce 125 to your number

    2. You can remove breadcrumb by add custom css

    .jas-breadcumb { display: none;}

    best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Videoplayer on overlay and creating popup #1560

    Hi,

    We check your mockup and understand the requires this need more customize code and create new features. The fee to customize code for you is $250.

    Best regards,

     

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 10 posts - 14,731 through 14,740 (of 15,042 total)