Forum Replies Created

Viewing 30 posts - 51,421 through 51,450 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 15:42

    Hello,

    Please provide your site URL.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 15:39

    Hello,

    1) Try to add this code in functions.php of child theme:

    if ( wp_is_mobile() ) {
      add_filter( 'loop_shop_per_page', function ($cols) { 
        return 20; // mobile count of products 
      }, 20 );
    }

    2) Please check our demo https://www.8theme.com/demo/woopress/boxed/ there the mobile menu is similar to your desired result.
    Looks like you made a lot of changes.
    Our mobile menu based on et_get_mobile_menu function (framework/theme-functions.php), css code from style.css, and code in js/etheme.js.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 15:33

    Unfortunately, there is no possibility to disable Responsive Design for iPad only.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 15:07

    Hello,

    Theme Options > Responsive Design > Enable Responsive Design > Off.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 15:00

    Theme Options > Menu > Menu styling > Dropdown options > Dropdown background.
    Theme Options > Typography > Menu > Menu 2 level > Font Color.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 12:03

    Please clear cache and check one more time.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 10:46

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 10:35

    I’ve disabled Stidner Shipping – Payson Checkout plugin. Please clear cache and check pages now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 10:22
    .header-wrapper {
        background-size: cover;
        background-position: 50% 0%;
        background-repeat: no-repeat;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 10:19

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 10:08

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 10:08

    Please try to use this code:

    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 10:01

    Hello,

    Did you make changes in template files?
    Try to disable all 3rd party plugins to check if one on them causes the problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 09:57

    Hello,

    Please try to use this custom css code:

    .header-wrapper .shop-text {
        font-size: 0px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 09:55

    Hello,

    In the console on your site – https://prnt.sc/ln184r Contact your hosting provider to solve the problem from the server side.
    Also, try to disable Ajax “Add To Cart” in Theme Options > Single product page.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 09:49

    Hello,

    You can try 1170×164.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 09:39

    Hello,

    .woocommerce-account .button {
        color:  white;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 09:37

    Hello,

    Please add this code in Global custom css:

    @media only screen and (max-width: 992px) {
        .banner{
            margin-bottom: 30px !important;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 09:34

    Hello,

    Please add this code in Global custom css:

    .wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"],
    .wpcf7-form-control-wrap textarea {
        width: 100%;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 09:31

    Hello,

    Please add this code in Global custom css:

    @media only screen and (max-width: 992px) {
        .top-bar .top-links .links {
            display:  block;
        }
        .top-bar .languages-area{
            display:  none;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 09:20

    Hello,

    My account page contains default WC registration form. Settings you can find in WooCommerce > Settings > Accounts & Privacy or refer to WC documentation.
    Register page shows our registration form – https://www.8theme.com/demo/docs/royal/#4_registration_page It can be changed via additional customization in files. Copy et_register_form function (wp-content/themes/royal/framework/theme-functions.php – section “! Registration Form”) into functions.php of child theme and make changes there.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 09:14

    Hello,

    Please add this code in Global custom css:

    .mobile-nav .menu>li.current-menu-item >a, .mobile-nav-heading,
    .mobile-nav .links li a, .mobile-nav .menu >li.current_page_ancestor >a,
    .mobile-nav .menu > li > a:hover {
        color:  white;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 09:08

    Hello,

    Please try the solution – http://prntscr.com/ln0n59 from this topic https://www.8theme.com/topic/menu-tabs-misaligned-from-center/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 09:06

    Hello,

    Sorry for the delay due to the weekends.
    Please describe the problem in more details for better understanding.
    Thanks in advance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 09:04

    Hello,

    1) You can add css code in Theme Options > Custom css:
    http://prntscr.com/ln0dpo + http://prntscr.com/ln0ds5

    .content-product .product-details .button {
        width: 100%;
    }

    http://prntscr.com/ln0e7e

    .single_add_to_cart_button.button {
        width: 100%;
    }

    2) Appearance > Customize > WooCommerce > Product Images > Thumbnail width > 280 + “Uncropped” and Regenerate Thumbnails to apply these changes.
    Read more – https://docs.woocommerce.com/document/fixing-blurry-product-images/
    3) Please try to use xml files to import required pages – https://www.8theme.com/documentation/xstore/theme-installation/demo-content/
    Let us know if you need any further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 08:42

    Hello,

    Have you cleared cache?
    Your site under maintenance mode, so I can’t check it.
    The text caption is independent of the theme. You need to find an additional plugin that will give the desired effect on your site.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 08:37

    Hello,

    Have you tried to deactivate theme via XStore dashboard https://prnt.sc/ln09wo ?
    Please provide us with temporary wp-admin access to the site where XStore theme needs to be deactivated.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 08:34

    Hello,

    Please clear all cache (browser, plugin, server) and check one more time. Do you use CDN?
    Provide us with temporary wp-admin and FTP access so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 08:30

    Hello,

    I do not see the Top bar on your site. Have you disabled it?
    Please go to Theme Options > Header > Header Style > Header text color > Dark
    or provide temporary wp-admin access, so I can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 08:26

    Hello,

    1) Theme Options > Typography > Menu > Menu 2 level.
    2) Please check the structure of your mobile menu – http://prntscr.com/ln05ne

    Regards

  • 1 2 3 1,714 1,715 1,716 2,273 2,274 2,275
    Viewing 51,450 results - 51,421 through 51,450 (of 68,227 total)
Viewing 30 posts - 51,421 through 51,450 (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.