Forum Replies Created

Viewing 30 posts - 54,481 through 54,510 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 12:54

    Hello,

    .quick-view-popup, .quick-view-popup select, .quick-view-popup .quantity input[type=button], .quick-view-popup .quantity input[type=number]{
          background-color: white !important; 
    }
    .quick-view-popup .quantity input[type=number], 
    .quick-view-popup .quantity-box label, 
    .quick-view-popup .share-title, 
    .quick-view-popup .product-name, 
    .quick-view-popup .product-info .sku_wrapper {
        color: black !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 12:43

    If you added custom css code in Theme Options > Custom css, please note that from the 4.0 update, all the custom styles come not like inline CSS but as styles from separate file – dynamic.css (to speed up the site loading). If you created child theme before 4.0 update, you need to create the dynamic.css file in royal-child theme folder and set permissions 777 for the file + add wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' ); in royal-child/functions.php file. Then go to Theme Options and re-save them.
    Do not forget to clear cache before checking the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 12:38

    I am glad that your problem was solved.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 12:35

    Hello,

    Please provide me URL to page with the problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 10:20

    Sorry, but your problem is a bit unclear for me. Could you please make some video for better understanding?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 10:12

    Also, please, use this code to change bg color of header:

    .header-wrapper, .page-wrapper .header .container, .page-wrapper .main-nav .container {
        background-color: black;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 10:07

    Hello,

    Please change this code https://image.prntscr.com/image/h9_jjnKeQgKLwUGcwVgwsw.png to

    .header .contact-us {
        margin-top: 14%;
        margin-right: 0px;
    }

    add this https://image.prntscr.com/image/hd9dI8ZIQJ6KGGX5XL4RGg.png
    to

    
    @media (min-width: 1290px) {
       .header .container {
           width: 1300px;
       }
       .header2 .logo {
           width: auto;
       }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 09:44

    Here is our documentation about menu – https://www.8theme.com/documentation/xstore/menu-set-up/
    In 4.16 theme version Menu options were moved into popup https://image.prntscr.com/image/5yXyaVh9QG_srPw4jpVEdw.png so to be able to see all menu settings, you need to click on “8Theme Page Options”.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 09:26

    You’re welcome!
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 08:41

    Hello,

    What version of theme and woocommerce do you use?
    Did you make changes in template files? Do you use child theme? Do you have the same problem with parent theme activated on site?
    Have you tried to disable all 3rd party plugins?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 08:31

    Hello,

    Theme Options > General > Header Settings > https://image.prntscr.com/image/IZzDlKy9TxqsJCHm4eMhqA.png

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 08:28

    Hello,

    Please change Line Height – https://image.prntscr.com/image/7e_PMwmSR7O6HXYAjnu1Bg.png

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 08:18

    Looks like, your changes in files caused conflict with the new version of these files in latest theme version. In this case, you just need to compare 2 files https://text-compare.com/ and add the missing code to your child theme file.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 08:09

    Hello,

    .price
    http://prntscr.com/jv7ag8 – single product (.product-information .price, .product-info-wrapper .price, .product-summary-center .price)
    http://prntscr.com/jv7aox – shop page (.content-product .price)
    If this is not what you are looking for, please, describe your question in more details.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 08:08

    Hello,

    Please use this code also:
    .btn-checkout, .checkout-button {color: white !important;}

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 07:47

    Hello,

    This custom css code

    .product-information .email-link {
       display: none;
    }

    should work fine.
    Did you add the code in Custom css of Theme Options or in style.css file of child theme? Have you cleared cache before checking the effect of the code?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 07:43

    Great.
    I am glad that your problem was solved.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 07:42

    Hello,

    I am glad that you sorted out.
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 07:41

    Hello,

    I am glad that you sorted out.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 07:35

    Hello,

    You need to delete or change this code – http://prntscr.com/jv70c1

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 07:28

    Hello,

    Try to disable Massive Addons plugin and then check. What PHP version do you use?
    Please provide us with temporary wp-admin access so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 07:24

    Hello,

    Do you have the same problem with parent theme activated on site?
    Have you tried to disable all 3rd party plugins?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2018 at 07:19

    Dear @rwlee33,

    With parent theme activated on your staging site, the problem doesn’t occur – https://image.prntscr.com/image/KkIoCauFQDm-pflQG_OPrA.png
    Looks like some changes in files of child theme caused the problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 14, 2018 at 16:07

    Please, clear cache and check one more time http://prntscr.com/juyq4u

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 14, 2018 at 15:59

    Hello,

    Do not forget to clear cache before checking http://prntscr.com/juym5d

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 14, 2018 at 15:55

    Go to Appearance > Install Plugins > update 8theme Core plugin.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 14, 2018 at 15:51

    I am glad that your problem was solved.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 14, 2018 at 15:46

    Unfortunately, I can’t log in. Please check one more time http://prntscr.com/juyfhl

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 14, 2018 at 15:43

    Wp-admin credentials are incorrect. Please check them.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 14, 2018 at 15:41

    You’re welcome!
    Have a nice day.

    Regards

  • 1 2 3 1,816 1,817 1,818 2,273 2,274 2,275
    Viewing 54,510 results - 54,481 through 54,510 (of 68,227 total)
Viewing 30 posts - 54,481 through 54,510 (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.