Home Forums Search Search Results for 'css'

Viewing 10 results - 2,501 through 2,510 (of 3,138 total)
  • Author
    Search Results
  • #9468
    [Resolved]

    Topic: Database error

    in forum Gecko
    Cairs_nic
    Participant

    Hi,

    I’m not sure who I should ask about this error that just popped up when trying to view my site right after adding some custom CSS suggested to me by a translator plugin author in the Custom CSS area of an Ajax translator plug in on my site.

     

    “Error establishing a database connection

    This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at b3993839521816.db.3839521.hostedresource.com:3307. This could mean your host’s database server is down.

    Are you sure you have the correct username and password?
    Are you sure that you have typed the correct hostname?
    Are you sure that the database server is running?
    If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.”

     

     

    The guy that originally added these translations added them in a Chinese WordPress dashboard he added to my site…but till now it’s been working fine.

    Thanks.

     

    #9464

    Hi,

    You can add custom css in Claue > Theme Option > General Layout > Custom CSS

    input[type=”submit”], button, a.button, .jas-ajax-load a {
    border-radius: 4px;
    }

    Best regards

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

    #9462

    Hi,

    You can add custom css code for your site in Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (min-width: 1366px) {
    .product-image-flip {
    height: 304px;
    overflow: hidden;
    }
    }
    @media only screen and (min-width: 1280px) {
    .product-image-flip {
    height: 279px;
    overflow: hidden;
    }
    }
    @media only screen and (min-width: 1024px) {
    .product-image-flip {
    height: 279px;
    overflow: hidden;
    }
    }
    @media only screen and (max-width: 800px) {
    .product-image-flip {
    height: 262px;
    overflow: hidden;
    }
    }
    @media only screen and (max-width: 480px) {
    .product-image-flip {
    height: 250px;
    overflow: hidden;
    }
    }
    @media only screen and (max-width: 414px) {
    .product-image-flip {
    height: 210px;
    overflow: hidden;
    }
    }
    @media only screen and (max-width: 375px) {
    .product-image-flip {
    height: 180px;
    overflow: hidden;
    }
    }

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

    #9461

    In reply to: Instagram Section

    All of a sudden my Instagram section has the same problem. I added the custom css, but the pictures are not cut to fit in, only reduced to the “height” and it shows a white blank space between the posts.


    #9448

    In reply to: metaslider and layout

    Hi,

    You can add custom css code

    .pe-7s-shopbag::before {
      content: "\e66e";
    }

    Best regards

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

    #9442

    Hi,

    Please use the CSS code below

    input { width: 100%; }

    #9426

    Hi,

    You can hide this tab by add custom css

    .wc-tabs .additional_information_tab, .wc-tabs #tab-additional_information {display: none !important;}

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

    #9410

    I don´t want  crop the product image before upload… we can not put a size maximum for the image?, If it is larger this size fits and if it is smaller it is displayed in the center. This with CSS?

    Regards,

    #9389

    Hi Anna,

    1. You can change height of page title on shop page by go to JanStudio > Theme Option > WooCommerce > General Setting > Page Title > by default padding top and padding bottom of page title is 55px, you can reduce height of Page title by reduce padding top and padding bottom http://take.ms/TZEIg

    2. If you off page title you can add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    #jas-content .jas-wc { margin-top: 30px;}

    Best regards

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

    #9362
    [Resolved]

    Topic: Cannot align this form

    in forum Claue
    f1ethier45
    Participant

    Hi, I dont know why but i cannot align this form from mailchimp to center. I tried couple CSS codes but nothing works.

    Thank you

    Attachments:
    You must be logged in to view attached files.
Viewing 10 results - 2,501 through 2,510 (of 3,138 total)