Home Forums Search Search Results for 'css'

Viewing 10 results - 1,251 through 1,260 (of 3,138 total)
  • Author
    Search Results
  • Hi Guks,

    1. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .blog .posts .post-content {
    	display: none;
    }

    2. Please go to Settings > Reading > Blog pages show at most and change to 9 post.

    Regards

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

    #26772

    Hi Florian,

    1. You can change by go to Wp-content > Plugins > Claue-addons > includes > portolio > init.php line 38 and change

    'rewrite' => array( 'slug' => 'portfolio' ),

    to

    'rewrite' => array( 'slug' => 'your_new_portfolio' ),

    and backup file for the next update

    2. please add below code to Claue > Theme Option > General Layout > Custom CSS to make layout of portfolio to 2 columns on mobile

    @media only screen and (max-width: 736px) {
    .jas-masonry .jas-col-xs-12.portfolio-item {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    }}

    Regards

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

    #26769

    Hi,

    This issue because your logo bigger than logo of our client at topic http://support.janstudio.net/forums/topic/change-search-bar/#post-10186

    Please change the css code

    .home .header-4 .header__transparent + .header__bot {
    	margin-top: 62px;
    }

    to

    .home .header-4 .header__transparent + .header__bot {
    	margin-top: 110px;
    }

    regards

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

    #26758

    Hi,

    1. Our theme doesn’t support .svg file, please try this plugin https://wordpress.org/plugins/svg-support/ or you have to upload .png, .jpg, .gif file

    2. Please add below code to Claue > Theme Option > General Layout > Custom CSS

    .top-search {
    	border: 1px solid #ccc;
    	height: 42px;
    }

    3. Please go to Claue > Theme Option > Color Scheme > Header Background to change.

    Regards

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

    #26746

    Hi,

    For text transform please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .page-head h1 {
    	text-transform: none;
    }

    I help you correct last code, that because you still keep old code, i removed it.

    3. Please add below code to wp-content/themes/gecko-child/functions.php

    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 );
    
    if ( ! function_exists( 'jas_gecko_wc_page_head' ) ) {
    	function jas_gecko_wc_page_head() {
    		// Remove old position of breadcrumb
    
    		global $product; 
    
        	$product_id = $product->get_id();
    		remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0 );
    		if ( ! cs_get_option( 'wc-enable-page-title' ) || ( class_exists( 'WCV_Vendors' ) && WCV_Vendors::is_vendor_page() ) ) return;
    
    		$title = cs_get_option( 'wc-page-title' );
    
    		$output = '<div class="page-head pr tc"><div class="jas-container pr">';
    			if ( is_search() ) {
    			$output .= '<h1 class="mb__5 cw">' . sprintf(__( 'Search Results for: %s', 'gecko' ), '<span>' . get_search_query() . '</span>' ) . '</h1>';
    			} elseif ( is_shop() ) {
    				$output .= '<h1 class="tu mb__10 cw">' . esc_html( cs_get_option( 'wc-page-title' ) ) . '</h1>';
    				$output .= '<p>' . do_shortcode( cs_get_option( 'wc-page-desc' ) ) . '</p>';
    			} elseif ( is_product_category() ) {
    				// Remove old position of category description
    				remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
    
    				$output .= '<h1 class="tu mb__10 cw">' . single_cat_title( '', false ) . '</h1>';
    				$output .= do_shortcode( category_description() );
    			} else {
    				$output .= '<h1 class="tu mb__10 cw">' . $product->get_title('ID') . '</h1>';
    			}
    			ob_start();
    				woocommerce_breadcrumb();
    			$output .= ob_get_clean();
    		$output .= '</div></div>';
    
    		echo wp_kses_post( $output );
    	}
    	add_action( 'woocommerce_before_main_content', 'jas_gecko_wc_page_head', 15 );
    	add_action( 'woocommerce_before_single_product', 'jas_gecko_wc_page_head', 5 );
    }

    Regards

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

    #26740

    Hi,

    Sorry for late reply. I submit replied but it lost internet connect.

    1. The issue still exist when you go to Theme Option > Portfolio > Set per page = 5. Please download attach file, extract and replace in themes\claue\core\libraries\janstudio\hooks\filter.php

    2. Please add below code to Claue > Theme Option > General Layout > Custom CSs

    .jas-portfolio-single .portfolio-meta .jas-col-md-4:nth-child(2) {display: none;}
    @media only screen and (min-width: 62em) { 
    .jas-portfolio-single .portfolio-meta .jas-col-md-4 {
    	-ms-flex-preferred-size: 50%;
    	-webkit-flex-basis: 50%;
    	flex-basis: 50%;
    	max-width: 50%;
    }}

    3. The link to all Portfolio is your-site/portfolio

    4. Yes, i still work well.

    Regards

    Attachments:
    You must be logged in to view attached files.

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

    #26719

    Hi,

    1. I see the code you added in Theme Option > General Layout > Custom CSS

    .jas-push-menu-btn {
    	display: none;
    }

    Please change to

    @media only screen and (min-width: 1025px) {
    .jas-push-menu-btn {
    	display: none;
    }}

    2. Please edit the row contain “New Collection 2019” and reduce padding-top http://prntscr.com/limvu9

    3. Please go to WooCommerce > Settings > General > Currencies Option > Number of decimals change to 0

    4. The “New” badge will disappear after 5 days

    5. Please add below code to Theme Option > General Layout > Custom CSS

    .jas-wc-single .page-head, .page-head .jas-breadcrumb {display: none;}

    Regards

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

    #26707

    Hi bạn,

    Bạn thêm đoạn code sau vào Theme Option > General Layout > Custom CSS

    #jas-backtop {
    	bottom: 85px;
    }

    Regards

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

    #26667

    Hi,

    Thank you for your rating.

    1. To show pattern background on footer please reduce opacity of footer background color overlay http://prntscr.com/li63a4

    2. To change color of checkbox, please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .style-checkbox label {
    	border: 1px solid #e3e3e3;
    }

    and change #e3e3e3 with your color example: #ccc, #c3c3c3

    3. Please go to wp-content > themes > gecko > views > header > and open layout-5.php and change code on line 53 from

    <a class="sf-open cb chp" href="javascript:void(0);"><i class="pe-7s-search"></i></a>

    to

    <a class="sf-open cb chp" href="javascript:void(0);" title="<?php echo esc_html__( 'Search function only use for product search', 'gecko' ); ?>"><i class="pe-7s-search"></i></a>

    4. Please change font in JanStudio > Theme Option > Typography

    5. Please add below code to JanStudio > Themee Option > General Layout > Custom CSS

    .page-head h1 {
    	text-transform: none;
    }

    Regards

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

    #26638

    In reply to: Countdown Help

    Hi Harry,

    Thank you.

    Is this function like yours?

    /*
    * Adds a new badge to product entry for any product added in the last 30 days.
    * Simply add to child theme's functions.php file then add some css to your site to style it.
    * If you want the badge to be a part of the "equal height" content then use 'PHP_INT_MAX' for the
    * priority instead of 20
    *
    */
    add_action( 'woocommerce_before_shop_loop_item_title', function() {
    $postdate = get_the_time( 'Y-m-d' ); // Post date
    $postdatestamp = strtotime( $postdate ); // Timestamped post date
    $newness = 30; // Newness in days
    if ( ( time() - ( 60 * 60 * 24 * $newness ) ) < $postdatestamp ) {
    echo '<div class="woo-entry-new-badge">' . esc_html__( 'New', 'total' ) . '</div>';
    }
    }, 20 );

    Regards.

    Rahim Vaziri
    CEO & Founder at Look.ir

Viewing 10 results - 1,251 through 1,260 (of 3,138 total)