Forum Replies Created

Viewing 30 posts - 66,271 through 66,300 (of 68,220 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2017 at 11:31

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2017 at 11:05

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2017 at 11:02

    Hello,

    I’ve added this code in your Custom css. Please check http://prntscr.com/ekm0bs.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2017 at 10:43

    Hello,

    You can add this code to disable small menu and to enable vertical scroll:

    @media only screen and (max-width: 768px){
    .mobile-nav .menu {
        width: 275px;
        overflow: auto;
    }
    .mobile-nav .mobile-nav-heading {
        display: none;
    }
    .mobile-nav ul.links {
        display: none;
    }
    .mobile-nav .search {
        display: none;
    }
    }

    How to create custom.css you can watch in this tutorial https://youtu.be/Qok2zRedRMY

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2017 at 10:31

    Hello,

    Please check if the problem persists with default Woocommerce theme Storefront, install it in Appearance > Themes and activate.
    Try to disable all 3-rd party plugins and then check.
    Let us know the result.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2017 at 10:22

    Hello,

    Please check your email.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2017 at 10:20

    Hello,

    The archive has been sent to your email address.
    Please check.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2017 at 10:07

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2017 at 10:04

    Hello,

    Could you please provide wp-admin access in Private Content and link to page with this problem?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2017 at 09:57

    Hello,

    Unfortunately, there is no such possibility. You can only go to Products > Categories > Edit Product Category and add some your content there.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2017 at 09:53

    Hello,

    I can’t see your site http://prntscr.com/ekl7ol
    You can go to Theme Options > Color Scheme > Site Background and change it. This option works for Boxed layout. To change background color for full width layout Wide you need add this code in Theme Options > Custom CSS > Global Custom CSS:

    .st-content {
        background-color: black;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2017 at 09:44

    Hello,

    As I see, this background color added by some plugin http://prntscr.com/ekl535. Please watch video tutorial http://prntscr.com/ekl5mm. Or you can add this code in Custom css:

    .home .aio-icon.circle:hover {
        background-color: black !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2017 at 09:30

    Hello,

    0. Try to enable the Ajax “Add To Cart” option in Theme Options->Single Product Page.
    1. To remove currency and language buttons go to Appearance > Widgets and add empty Text widget in Left Side top bar area.
    2. You can add this code in Custom css:

    .header-type-18 .menu {
        padding: 0;
    }

    and change this valye http://prntscr.com/ekaa2r
    3.

    .navbar .wpb_text_column {
        margin-bottom: 15px;
    }

    4.

    .navbar {
        padding: 0;
        border: none;
    }

    5.

    .fixed-header-area {
        height: 70px;
        min-height: 70px;
    }
    .fixed-header-area img {
        height: 45px;
    }

    6. Please send screenshot what exactly words you mean.
    7. You need to change element what you use on this page http://prntscr.com/ekknpx
    8. Check your WooCommerce Shipping Options.
    9. Go to edit this page and add this code http://prntscr.com/ekkppj

    .step-title:after {
        display: none;
    }

    10,12. You may try https://wordpress.org/plugins/woocommerce-quantity-increment/ plugin to get “Plus and minus” options.
    11. Please clarify with more details the problem.
    13. Provide link to this page in our demo.
    14.

    .header-type-18 .menu {
        border: none;
    }

    15. Please see our settings: http://prntscr.com/ekkt3b http://prntscr.com/ekkt7d http://prntscr.com/ekktl7
    16. You can set another header type and try to use this code to change cart icon:

    .cart-bag .ico-sum  {
        background-color: transparent;
    }
    .cart-bag .ico-sum::before {
        border-color: transparent;
    }
    .cart-bag {
        padding: 18px 15px 15px !important;
        background-image: url("http://url_to_your_image");
        background-repeat: no-repeat;
        background-size: cover;
    }

    17.

    .header-search {
        margin-right: 0;
    }

    18. Try to disable all 3-rd party plugins, clear cache, and check then.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2017 at 08:37

    Hello,

    1. Please, try to disable all 3-rd party plugins, clear cache and then check. Also, check this issue with default Woocommerce theme Storefront. We are able to help with issues related strictly to our theme. Comment your custom code for product image, for example, http://prntscr.com/ekkbq7 and check.
    You can change images sizes in Woocommerce > Settings > Products > Display and then regenerate thumbnails with the plugin https://wordpress.org/plugins/regenerate-thumbnails/ .
    2. Try to add this code in Custom css for mobile:

    .header-type-17 .header-top .header-search .et-search-trigger.search-dropdown:hover form {
        left: 0;
        padding: 5px;
        height: 45px;
        width: 250px;
    }
    .header form#searchform {
        top: 5%;
    }
    .has-border .form-control {
        font-size: 14px;
        height: 30px;
    }
    .et-search-trigger.search-dropdown form .form-group.form-button {
        float: left;
        margin-left: 20px;
    }
    .et-search-trigger.search-dropdown form .form-group.form-button .btn-black {
        padding: 7px !important;
    }
    .et-search-trigger.search-dropdown form:before {
        display:none;
    }
    

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2017 at 14:28

    Hello,

    You’re welcome!
    I think it normally works on your site.
    But you can try to use W3 Total Cache plugin http://docs.presscustomizr.com/article/178-how-to-setup-w3-total-cache-plugin-with-the-customizr-theme to speed up the site.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2017 at 14:14

    Hello,

    I’ve checked your site and seems your custom code works fine http://prnt.sc/ek8w96
    Please check another part of your code, you can use browser inspector tools to see it’s.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2017 at 13:03

    Hello,

    Please read this topic https://www.8theme.com/topic/categories-on-pages/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2017 at 11:54

    Hello,

    To change the footer color go to Theme Options > Styling > Footer > change the color of the background.
    Also, you can use custom css to change the background color of one column.
    You can create custom footer using Static Block and VC https://www.8theme.com/documentation/xstore/support/static-blocks/ After that in Theme Options > Footer > choose 1 column and go to Appearance > Widgets > add 8theme Static Block widget into footer widget area.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2017 at 11:43

    Hello,

    Yes, I’ve activated it. Now you can set Sidebar Position http://dapostar.webigrafica.com/carrito/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2017 at 11:29

    Hello,

    CMB2 plugin should be activated if you want to use 8theme – Layout Options.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2017 at 11:13

    Hello,

    I’ve written full link in the menu to the Contact section. Please check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2017 at 11:04

    Hello,

    The wp-admin credentials are incorrect.
    Please check them.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2017 at 11:02

    Hello,

    Could you please clarify with details what you want to achieve and provide wp-admin access in Private Content so we could check it?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2017 at 10:57

    Hello,

    Please, try to disable all 3-rd party plugins and then check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2017 at 10:50

    Hello,

    Go to edit your page in admin panel and set “Sidebar Position” to “Without” in Layout options.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2017 at 10:14

    Hello,

    Have a nice day!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2017 at 10:12

    Hello,

    You can find the text “Archive by Category” in wp-content/themes/legenda/framework/theme-functions.php

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2017 at 09:59

    Hello,

    Your site is under maintenance mode.
    Please provide WP Dashboard credentials to be able to see it.

    Thank you.
    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2017 at 09:56

    Hello,

    Sorry, but there are no such options in our theme and can be done through the additional code customization that is out of our support scope. You need to have base css and html skills if you want to change or add some special elements.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2017 at 09:49

    Hello,

    Thank you for using our theme!
    Try to update your translation .po file as described here http://betterwp.net/wordpress-tips/create-pot-file-using-poedit./ (the section “Updating a .po (and .mo) file”).

    Regards,
    Rose Tyler.

  • 1 2 3 2,209 2,210 2,211 2,272 2,273 2,274
    Viewing 66,300 results - 66,271 through 66,300 (of 68,220 total)
Viewing 30 posts - 66,271 through 66,300 (of 68,220 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.