Home Forums Search Search Results for 'css'

Viewing 10 results - 561 through 570 (of 3,138 total)
  • Author
    Search Results
  • #35573

    In reply to: Author's page

    Hi Harry,

    Thank you so much for your help. <3

    Harry with the code you gave me, the author box on the author’s pages, comes after the all posts at the end of the page: https://prnt.sc/rk448n

    I moved the line 49 to 31, and now it’s really what I want: https://look.ir/author/ceo/

    But the problem is, for having this box at the top of the page, I should not hide this setting: https://prnt.sc/rk462o

    otherwise, I will not have the box at the top.

    But with this setting, I will have the author’s box after every post!

    Is there any chance to hide them with CSS? or give a dedicated class to your code?

    Regards.

    Rahim Vaziri
    CEO & Founder at Look.ir

    #35564

    Hi,

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

    .woosb-products .woosb-product .woosb-qty input {
    	width: 100px !important;
    }

    Kind regards

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

    #35554

    Hi,

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

    .jas-menu > li > ul > .sub-column-item {
    	display: inherit;
    }
    .jas-menu > li.menu-item-has-children > ul.sub-menu > .sub-column-item > a {
    	color: #878787;
    	text-transform: none;
    	font-weight: 400;
    	font-size: 14px;
    	padding: 0;
    	border-bottom: none;
    }
    .sub-column-item .sub-column {
    position: absolute;
    min-width: 250px;
    display: table;
    background:rgba(255, 255, 255, 0.95);
    top: 120%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    text-align: left;
    z-index: 10;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
    }
    .sub-column-item .sub-column > li {
    	padding: 10px 15px;
    }
    .jas-menu li ul.sub-menu li:hover .sub-column {
    	opacity: 1;
    	visibility: visible;
    }

    Kind regards

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

    #35533

    Hi,

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

    .widget .dgwt-wcas-search-wrapp {
    	min-width: 100%;
    	max-width: 100%;
    	width: 100%;
    }

    Btw, your support expired. Please renew your support at https://themeforest.net/downloads that will help us continue develop new features and improve our theme.

    Thanks and regards!

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

    #35523

    Topic: SSL is not working well

    in forum Gecko
    Alekzan
    Participant

    I updated to the last version of my Gecko theme but now the SSL certificate is not working properly in the catalog page!

    Also I use your Gecko Child theme with AJAX Search for WooCommerce plugin – (https://wordpress.org/plugins/ajax-search-for-woocommerce/)

    In the lates version of AJAX Search for WooCommerce (v1.6.2) they have changed the search form on the frontend (CSS, HTML etc.).

    Could you check it and update your CSS if necessary?

    Attachments:
    You must be logged in to view attached files.
    #35522
    support
    Support Expired
    This reply has been marked as private.
    #35520

    On our demo use CSS too,

    Kind regards

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

    #35519
    support
    Support Expired
    This reply has been marked as private.
    #35518

    Hi,

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

    @media only screen and (max-width: 736px) {
    .shop-top-sidebar .woocommerce {
    	min-width: 1050px;
    }}

    And increase 1050 to your number when the sub-menu in one line.

    Kind regards

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

    #35509

    In reply to: Style

    This reply has been marked as private.

    Rahim Vaziri
    CEO & Founder at Look.ir

Viewing 10 results - 561 through 570 (of 3,138 total)