Forum Replies Created

Viewing 30 posts - 2,881 through 2,910 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 19:37

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 19:10

    Hello,

    You have this code in Global Custom CSS section:

    .header-logo img {
        display: none;
    }
    
    .fixNav-enabled .fixed-active .header-logo img.logo-fixed {
        display: none;
    }

    Remove it and logo will show.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 19:07

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 17:28

    Hello,

    Just go to WP-admin panel > Settings > Permalinks > click “Save” button to update the settings.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 17:26

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 17:20

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 17:19

    Hello,

    Try to disable all 3rd-party plugins and check the site then.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 17:15

    Hello,

    There is no such option, but you can redirect to Cart page after product is added, just disable AJAX “Add To Cart” in Theme Options > E-Commerce > Single Product Page.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 17:07

    Hello,

    Replace the previous code:

    form.login input[type="submit"]:hover, .login-link .login-popup input[type="submit"]:hover {
        color: #c6c6c6 !important;
        background-color: # 353535 !important;
        border-radius: 5px !important;
    }

    with this one:

    form.login input[type="submit"]:hover, .login-link .login-popup input[type="submit"]:hover {
        color: #c6c6c6 !important;
        background-color: #353535 !important;
        border-radius: 5px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 17:00

    Hello,

    Add this code in Custom CSS for mobile section:

    .before-checkout-form #paypal_ec_paypal_credit_button {
       margin-bottom: 25px;
    }

    and this code in Custom CSS for tablet section:

    .before-checkout-form .woocommerce_paypal_ec_checkout_message {
        width: 100% !important;
        margin-top: 30px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 16:52

    Hello,

    Try to use this code in Custom CSS for mobile landscape section:

    .template-container .top-bar .top-links {
        margin-right: 22%;
        margin-top: 10%;
    }

    and this code in Custom CSS for tablets section:

    .template-container .top-bar .top-links {
        margin-right: 24%;
        margin-top: 5%;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 16:43

    Hello,

    The changes will be lost, so in this case we recommend to make modifications in the child theme https://codex.wordpress.org/Child_Themes (it’s included in the theme package).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 16:29

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 16:28

    Hello,

    Please look at the screenshot http://prntscr.com/blq2yi . As you can see the error is related to cache plugin.
    Check the settings of that plugin.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 16:19

    Hello,

    You shouldn’t worry about those notices. They won’t affect your site at all. We edited Woocommerce files in wp-content/themes/legenda/woocommerce directory and old version may be written in those files. But, please don’t worry, as the original version is written in wp-content/plugins/woocommerce/templates directory.
    So you can hide this message.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 16:15

    Hello,

    I’ve resaved Permalinks settings.
    Please check the pages now and clear browser cache before.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 13:38

    Hello,

    Please provide FTP and WP admin credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 13:37

    Hello,

    You should edit zoom value for different media queries. We added custom example code, but you need set it as you want.
    Large content on such page creates some difficulties with its location.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 13:17

    Hello,

    Please use this css code:

    .cart-popup-container #paypal_ec_paypal_credit_button {
       margin-left: 0px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 13:12

    Hello,

    Please also use this code:

    form.login input[type="submit"]:hover, .login-link .login-popup input[type="submit"]:hover {
        color: #c6c6c6 !important;
        background-color: # 353535 !important;
        border-radius: 5px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 13:03

    Hello,

    1. Go to Settings -> Reading -> “Blog pages show at most” and then set the number value.

    2. Please use this code in Global Custom CSS section:

    table.shop_table thead tr th, .single-post .share-title {
       font-family: Lato;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 12:54

    Hello,

    Try to use this code too:

    .template-container .top-bar .top-links {
       margin-right: 5%;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 11:15

    Hello,

    Please use this css code:

    .fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag::before, .fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag::before {
        border-color: transparent;
    }
    .fixNav-enabled .fixed-active .cart-design-2 .shopping-cart-widget .cart-bag::before {
       color: black;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 11:08

    Hello,

    Add this code in Global Custom CSS:

    .before-checkout-form .paypal_checkout_button {
       margin-top: 0px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 11:03

    Hello,

    You can edit contact form in the file wp-content/themes/classico/framework/shortcodes/contact_form.php.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 10:57

    Hello,

    I’ve imported “Julia” template and Ess. Grid file.
    Please check your home page now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 10:44

    Hello,

    Please use this css code:

    form.login input[type="submit"], .login-link .login-popup input[type="submit"] {
        color: #000 !important;
        background-color: #c6c6c6;
        border-radius: 5px;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 10:33

    Hello,

    You can change “Add to Wishlist” icon in wp-admin panel > YITH Plugins > Wishlist > Colors tab.

    Try to select different layout in Theme Options > Single Product Page.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 10:24

    Hello,

    We’re glad you resolved the issue.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 27, 2016 at 10:22

    Hello,

    We can’t access your wp-admin panel getting this notice:
    “Debes iniciar sesión para acceder al área de administración.”

    Please check it.

    Regards,
    Eva Kemp.

  • 1 2 3 96 97 98 1,045 1,046 1,047
    Viewing 2,910 results - 2,881 through 2,910 (of 31,382 total)
Viewing 30 posts - 2,881 through 2,910 (of 31,382 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.