Forum Replies Created

Viewing 30 posts - 52,561 through 52,590 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 10:25

    Hello,

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

    .page-heading-slider:before, .page-heading-slider:after {
        content: '';
        display: table;
        clear: both;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 10:17

    Hello,

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

    .page-content {
        margin-top: 0px;
    }
    .header-wrapper .navbar .tbs {
        padding-top: 0px;
    }

    2.

    .header-wrapper .navbar-collapse, .fixed-header-area .navbar-collapse{
        float: right;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 10:07

    Hello,

    You use old theme version and latest version of WC plugin.
    I would recommend you to update theme. If your site is live, it would be better to do the update on staging / dev site (a full copy of the existing site). You can try Duplicator plugin to make a copy.
    This documentation will help you with theme updating – https://www.8theme.com/demo/docs/woopress/#!/installation_upgrade
    Before uploading theme files delete “woocommerce” folder, which is located in wp-content/themes/woopress/ to avoid problems with old files (it will be reuploaded from a new theme package).
    Do not forget to update all the required plugins https://www.8theme.com/download-plugins/ (to update free plugins just click on update link from your Dashboard (Plugins > Installed Plugins); to update premium plugins, connect to your server using FTP. Copy extracted plugins folders into wp-content/plugins/).
    If you edited php files of theme, transfer changes into a child theme http://prntscr.com/l2gf8h. If you use child theme then child theme files should be updated according to new files.
    If you want to update everything on the production site without staging then do the backup of all the files and DB before the update. Then you’ll be able to restore backup if you face any critical error.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 09:56

    Hello,

    Please try to disable all 3-rd party plugins, clear cache and check if one of them causes the problem.
    Did you make changes in template files?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 09:50

    Hello,

    You can use this custom css code:

    .mobile-nav .popup_link {
        display: none !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 09:46

    Hello,

    Default WooCommerce widgets work only on default WC pages (Shop, products categories, single product page).
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 09:43

    Hello,

    Please add empty text widget in Appearance > Widgets > Left side top bar area.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 09:37

    Hello,

    1. Appearance > Customize > WooCommerce > Product Catalog > Products per row http://prntscr.com/l2frsb
    2. Theme Options > Breadcrumbs
    3. There is no such such possibility, by default.
    4. Please check our new demo https://xstore.8theme.com/ In the latest theme version (5.0.3) was added header banner widget area https://www.8theme.com/topic/customize-header-banner/#post-200534
    This video tutorial will help you to update theme – https://youtu.be/I7wPeHEPb6E
    To avoid difficulties, backup the theme files and database before the update.
    Please note that XStore 5.0 is major update and we have changed a lot of things https://xstore.8theme.com/update-history/ including theme styles. Also, if you use child theme then child theme files should be updated according to new files.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 09:01

    Hello,

    Please provide wp-admin (login and password) and FTP (hostname, username, password) access in Private Content area http://prntscr.com/l2fkk2

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 08:59

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 08:58

    Hello,

    You can use this custom css code in Theme Options > Custom css or in style.css file of child theme:

    .woocommerce-cart.et-header-overlap .page-heading .back-history, .woocommerce-cart.et-header-overlap .page-heading .breadcrumbs {
        font-size: 14px;
    }
    .woocommerce-cart.et-header-overlap .page-heading .title {
        font-size: 2.7rem;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 08:49

    Hello,

    Please see screenshots http://prntscr.com/l2fen1 http://prntscr.com/l2ffik

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 08:45

    Hello,

    You’re welcome!
    Thanks for using our theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 07:42

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 07:42

    Please provide us with temporary wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 07:34

    Hello,

    You can change Main Color in Theme Options > Color Scheme.
    If this is not what you are looking for, please provide your site URL and screenshot for better understanding.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 07:31

    Hello,

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

    Regards

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

    Hello,

    You can use this code to hide price:

    .single-product .product-content .price {
        display:  none;
    }

    As I can see, you added title on single product manually via Short description, but it would be better to use the default title, this code will help to change font size of it – http://prntscr.com/l2eh2q
    Or to remove this http://prntscr.com/l2ejaj you can copy title.php file (xstore/woocommerce/single-product) to your child theme (the file should be copied with the same directory tree) and delete <h1 itemprop="name" class="product_title entry-title"><?php the_title(); ?></h1> there.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 07:16

    Hello,

    Please try to use this code:
    .my-account-link > a:before, .login-link > a:before {vertical-align: bottom;}

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 07:11
    @media only screen and (max-width: 992px){
        .header-logo img {
            max-width:  80px !important;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 07:02

    Hello,

    Please see screenshots http://prntscr.com/l2eaxb > http://prntscr.com/l2eb0k > http://prntscr.com/l2eb4e > http://prntscr.com/l2eb7l > http://prntscr.com/l2ebhu

    [vc_row][vc_column][etheme_scroll_text bg_color="#222222" height_value="30px"][etheme_scroll_text_item tooltip="true" tooltip_title="More details" tooltip_content="You can add anything here from Admin Panel."]<i class="et-icon et-coupon"></i> Take 30% off when you spend $150 or more with code xstore78
    [/etheme_scroll_text_item][etheme_scroll_text_item tooltip_content_pos="top" tooltip="true" tooltip_title="More details" tooltip_content="You can add anything here from Admin panel."]<i class="et-icon et-delivery"></i> Free 2-days standard shipping on orders $255+ [/etheme_scroll_text_item][etheme_scroll_text_item button_link="url:https%3A%2F%2Fxstore.8theme.com%2F%3Fpage_id%3D5|title:Read%20more||"]You can add anything here from Theme Options. [/etheme_scroll_text_item][/etheme_scroll_text][/vc_column][/vc_row]

    Feel free to ask if you have any other questions

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 06:51

    Hello,

    Please try to disable all 3rd party plugins.
    Let us know the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 4, 2018 at 16:19

    Hello,

    Could you please provide temporary wp-admin access?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 4, 2018 at 15:49

    Hello,

    This article will help you to sort out https://codex.wordpress.org/WP_DEBUG
    or provide wp-admin and FTP access and we will try to help you.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 4, 2018 at 15:47

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 4, 2018 at 15:37

    Hello,

    I do not see screenshots in the Private Content area. Please check and provide your site URL.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 4, 2018 at 15:35

    Hello,

    Let’s continue our conversation here – https://www.8theme.com/topic/logo-moves-on-sticky-header/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 4, 2018 at 15:34
    .top-bar .my-account-link > a, .top-bar .login-link > a{
        text-transform: none !important;
    }
    

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 4, 2018 at 15:13

    Hello,

    Please provide your site URL.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 4, 2018 at 14:48

    Hello,

    As I see the logo is centered on mobile http://prntscr.com/l251rc http://prntscr.com/l251uy

    Regards

  • 1 2 3 1,752 1,753 1,754 2,273 2,274 2,275
    Viewing 52,590 results - 52,561 through 52,590 (of 68,227 total)
Viewing 30 posts - 52,561 through 52,590 (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.