Forum Replies Created

Viewing 30 posts - 811 through 840 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    September 22, 2016 at 14:17

    Try to add the following code in custom.css

    .quantity input[type=number] {
        -moz-appearance:textfield !important;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 22, 2016 at 12:26

    Please clarify what device and browser you’re using?

    As you can see in the Chrome browser we can add three numbers – http://prntscr.com/ckzrzo

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 22, 2016 at 10:31

    Hello,

    Please upload your site to some hosting and provide us with wp-admin and FTP credentials in Private Content to check this issue more deeply.

    Also please show a screenshot of the issue.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 22, 2016 at 09:38

    Please try it yourself. You need replace the following code in \wp-content\themes\legenda\framework\woo.php file on line 938

    <span class="badge-number"><?php echo $woocommerce->cart->cart_contents_count; _e(' items for', ETHEME_DOMAIN);?></span>
    

    with

    <span class="badge-number">
    <?php echo $woocommerce->cart->cart_contents_count; ?> <?php echo ($woocommerce->cart->cart_contents_count != 1) ? __('items', ETHEME_DOMAIN) : __('item', ETHEME_DOMAIN) ; ?></span> <span class="for-label"><?php _e('for', ETHEME_DOMAIN) ?></span>
    </span>

    Also this will be fixed in the next theme update.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 22, 2016 at 09:21

    Hello,

    Please provide us with FTP credentials in Private Content.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 22, 2016 at 08:54

    Hello,

    You can find all pages in Dashboard->Pages.
    Also check the Home Page (furniture). See screenshot: http://prntscr.com/ckxk0q

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 21, 2016 at 20:10

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 21, 2016 at 19:31

    Hello,

    You need to rename the default.custom.css file to custom.css via FTP.

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 21, 2016 at 18:58

    Hello,

    Please read more in this article:
    https://docs.woocommerce.com/document/editing-product-data-tabs/
    Re-ordering Tabs section

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 21, 2016 at 17:31

    1) Try to replace that code with:

    
    .shopping-cart-widget .cart-bag {
        background: rgba(255, 255, 255, 0.6);
        padding: 0 10px;
    }
    .shopping-cart-widget .cart-summ .cart-summ{
        display: inline-block;
    }

    2) Use the following code

    .shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation,
    .shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation dd p {
        margin-bottom: 0;
    }
    .shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .coast {
        margin-top: -10px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 21, 2016 at 16:46

    Very strange. Try the following code. This one should works.

    .shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation dt, .shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation dd {
        line-height: 22px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 21, 2016 at 16:30

    Try to add this code and play with line-height value.

    .shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation dd {
    line-height: 21px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 21, 2016 at 16:13

    As I see they are fine now. See screenshot: http://prntscr.com/cko1ni

    Please show a screenshot of the issue.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 21, 2016 at 16:01

    In this case try the following code

    .shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation{
        display: inline-block;
    }
    .shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation dt,
    .shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation dd {
        float: left;
    }
    .shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .coast{
        float: left;
        width: 100%;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 21, 2016 at 15:51

    Let’s try to add the following code first. If this doesn’t help you then I’ll provide you the IP address to email.

    .shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .variation{
        display: inline-block;
    }
    .variation-Skritusliduizmrs {
        float: left;
    }
    .shopping-cart-widget .widget_shopping_cart_content ul li .descr-box .coast{
        float: left;
        width: 100%;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 21, 2016 at 15:05

    I can’t log to the admin panel via link http://&#8230;../store/wp-admin/
    Got the following error.
    See screenshot: http://prntscr.com/ckn61l

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 21, 2016 at 14:57

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 21, 2016 at 14:18

    Hello,

    Do you mean this section? http://prntscr.com/ckmj2s

    Please provide us with wp-admin and FTP credentials in Private Content.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 20, 2016 at 14:02

    Hello,

    Try to add this code in custom.css file

    .shopping-cart-widget .cart-bag {
        background: rgba(255, 255, 255, 0.6);
        margin-left: 130px;
        padding: 0 10px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 20, 2016 at 13:06

    1) We’ve checked it in Safari browser and didn’t see the issue – http://prnt.sc/ck6pjh
    2) In this case you need add the code in Text editor, not a Visual – http://prntscr.com/ck6wpp

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 20, 2016 at 11:50

    Hello,

    Please specify what browser you’re using.

    Also try to disable third-party plugins one by one and check issue.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 20, 2016 at 10:25

    Hello,

    As I see the footer is displayed perfect. See screenshot: http://prntscr.com/ck55uk

    Could you please clarify with more details what exactly you mean and show us screenshots?

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 20, 2016 at 10:19

    1) Please check it now.
    2) Its works fine for me. See screenshot: http://prntscr.com/ck539o
    You need just wait a few seconds when loading will finished.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 20, 2016 at 09:21

    Hello,

    Try to add this code in Global Custom CSS
    1)

    .top-bar {
        background-color: #7eaeae;
    }

    2)

    .footer-top {
        background: #e9e9e3;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 20, 2016 at 08:23

    Hello,

    Please read more in this article:
    https://enriquechavez.co/change-email-sender-wordpress/

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 20, 2016 at 07:42

    Hello,

    Try to remove the following code in Global Custom CSS and check issue.

    .fixed-header-area .fixed-header > .container {
       width: 100%;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 20, 2016 at 07:36

    Hello,

    Please try to disable third-party plugins one by one and check it, very likely one of them caused issue.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 20, 2016 at 07:21

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 19, 2016 at 17:57

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 19, 2016 at 17:20

    I’ve changed the CSS code in the Child Theme. Please check it.

    Regards,
    Robert Hall

  • 1 2 3 27 28 29 383 384 385
    Viewing 840 results - 811 through 840 (of 11,542 total)
Viewing 30 posts - 811 through 840 (of 11,542 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.