Forum Replies Created

Viewing 30 posts - 53,131 through 53,160 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 5, 2018 at 07:39

    Hello,

    Please provide us with temporary wp-admin and FTP access so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 5, 2018 at 07:38

    You’re welcome!
    We did not test the compatibility yet.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 5, 2018 at 07:32

    Hello,

    Please change your code to:

    .menu .menu-item a:active, .menu .menu-item a:hover {
        font-weight:800 !important
    }
    

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 5, 2018 at 07:29

    Hello,

    Please see screenshots form our demo – http://prntscr.com/kqr1a1 http://prntscr.com/kqr1ch
    Also, you may try to use some of Massive Addons elements – http://massive.mpcthemes.net/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 5, 2018 at 07:21

    Hello,

    Thanks for the topic.
    1. Please find this code in Theme Options > Styling > Custom css:

    .header-color-dark .menu-wrapper .menu>li.current-menu-item>a:after,.header-color-dark .menu-wrapper .menu>li>a:hover:after,.header-color-dark .menu-wrapper .menu>li>a:after {
        background-color: #651fff;
        margin-top: 8px
    }

    and change the color value.
    2. Please add this code in Theme Options > Styling > Custom css > Global custom css:

    @media only screen and (max-width: 992px){
        .et-header-full-width .header-wrapper .navbar-toggle {
            right: 3px;
        }
    }

    3. You may add this code in Theme Options > Styling > Custom css > Custom css for mobile:

    .fixed-header .container {
        padding-top: .6em;
        padding-bottom: .6em;
    }
    .fixed-header .header-logo img {
        max-width: 70px !important;
    }
    .fixed-header .navbar-toggle {
        right: 5px;
    }

    or disable Fixed header in Theme Options > General > Header Settings > Fixed header type.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 5, 2018 at 07:09

    You’re welcome!
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 5, 2018 at 07:08

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 16:10

    Please add this code also:

    .menu-align-center, .menu-wrapper-right {
        width: 67%;
    }

    Let me know the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 16:07
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 15:57

    Please provide wp-admin access in the Private Content area.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 15:18

    You’re welcome!
    Theme update does not affect code of this area.
    P.S. Please do not edit style.css file of the parent theme. You may add own custom css code in Theme Options > Custom css or into style.css file of your child theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 15:12

    Hello,

    Thanks for the screenshot. Please add this code in Theme Options > Custom css > Custom css for desktop:

    .header-wrapper.header-double-menu .menu-wrapper .menu {
        text-align: left !important;
    }
    .header-wrapper.header-double-menu .menu-wrapper.menu-wrapper-right .menu{
        text-align: right !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 15:06

    Hello,

    Thanks for the reply.
    Please add this code in Custom css for page http://prntscr.com/kqhztf

    .category-1 .product-categories h2 {
        background-color: #ff7500;
        padding: 20px 15px;
        color: #FFF;
        font-size: 16px;
        text-align: center;
    }
    .category-1 .product-categories {
        border: 2px solid #ff7500;
        margin-bottom: 30px !important;
        margin-left: 0;
        margin-right: 0px;
    }
    .category-1 .product-categories li a {
        padding: 17px 0;
        padding-left: 20px !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 14:44

    This page can’t be created automatically. You need to create a new page with correct name and required content and select it in WC settings.
    Here is WC documentation – https://docs.woocommerce.com/document/woocommerce-pages/
    For more information, it would be better to contact WC support.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 14:38

    Hello,

    Single product and categories pages inherit layout of Shop page. You do not need to change the footer for every page.
    I did not make any updates on your site, except – https://prnt.sc/kpzd76
    On your site activated – http://prntscr.com/kqhcyj > http://prntscr.com/kqhbx1 (please do not use style.css file from old theme version because it causes the misunderstanding with theme version) and there are 2 more themes which are inactivated http://prntscr.com/kqhckz http://prntscr.com/kqhdcp
    If you want to change any styles in theme, please do it via child theme style.css or Theme Options. It is not recommended to make any changes in style.css of woopress parent theme, because all customization here will be lost after each theme update.
    Raleway is google font – http://prntscr.com/kqhkjc

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 14:15

    Hello,

    fas fa-shipping-fast are classes of the new version of FontAwesome – 5.0. Royal theme use version 4.7.0, so use classes of 4.7.0 version https://fontawesome.com/v4.7.0/icons/, for example, shopping-bag
    If you want to set own image, try to use this custom css code (Theme Options > Custom css or style.css file of your child theme):

    .header-type-18 .navbar-right .navbar-right .cart-bag {
        background-image: url(your_image_url);
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-top: 2px;
    }
    .ico-sum:before, .ico-sum:after {
        display: none;
    }
    .ico-sum {
        background-color: transparent !important;
    }
    

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 14:04

    You’re welcome!
    Please see screenshot – http://prntscr.com/kqh1o8

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 12:57

    Please clear cache and check now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 12:33

    Hello,

    Please use this custom css code (Theme Options > Styling > Custom css or style.css file of your child theme):

    .product-view-default .footer-product .show-quickly {
        background-color: black;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 12:29

    Thanks for the reply.
    Please provide temporary wp-admin access in the Private Content area.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 12:27

    Hello,

    Thanks for the topic.
    Please provide us with temporary wp-admin and FTP access.
    Also, let us know if you use CDN.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 12:25

    Please see screenshot http://prntscr.com/kqfopt

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 12:23

    Hello,

    Thanks for contacting us.
    Please provide us with your site URL so we can take a closer look.
    Could you please provide some screenshots of this problem to help me understand more?
    You can use such screenshot maker as Lightshot https://prnt.sc/ and provide links to screenshots.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 12:19

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 12:19

    Hello,

    1. Please add this code in Theme Options > Custom css > Global custom css or in style.css file of your child theme:

    .menu-social-icons i, .main-footer .menu-social-icons li i {
        background-color:  green !important;
    }

    2. You may set Main Color in Theme Options > Styling
    + add this code in custom css area:

    .product_meta a {
        color: green;
    }

    3.

    .border-grey:hover {
        background-color: green;
        border-color: green;
    }
    
    .single_add_to_cart_button {
        background-color: green;
    }
    .product-information .cart button[type="submit"]:hover {
        background-color: green;
    }
    

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 12:07

    Hello,

    Please temporarily disable all 3rd party plugins and check if one of them causes the problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 12:04

    Hello,

    Thanks for contacting us.
    1) You need to install woocommerce pages. To do this go to WooCommerce > System Status > Tools > Install WooCommerce Pages.
    2) Firstly create WishList page if it’s not created yet using following shortcode [yith_wcwl_wishlist] then set the page here – http://prntscr.com/kqfelg

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 11:59

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 11:58

    Hello,

    Please provide us with temporary wp-admin access so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 4, 2018 at 11:47

    Hello,

    You’re welcome!
    Please go to Theme Options > Header Settings > Main header area > Logo image > upload own image and Save changes.
    Also, there is the ability to upload a custom logo for page via Page Layout settings – http://prntscr.com/kqf6r2

    Regards

  • 1 2 3 1,771 1,772 1,773 2,273 2,274 2,275
    Viewing 53,160 results - 53,131 through 53,160 (of 68,227 total)
Viewing 30 posts - 53,131 through 53,160 (of 68,227 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.