Forum Replies Created

Viewing 30 posts - 64,771 through 64,800 (of 65,784 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 13:42

    Hello,

    To add Language Switcher go to WPML > Languages > Language switcher options > select Mobile sidebar area.
    Detailed information about WPML plugin and its settings you can find here https://wpml.org/documentation/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 11:42

    Hello,

    Please add this code in Custom CSS:

    .out-stock {
        background: rgba(0, 128, 0, 0.6);
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 11:31

    Hello,

    Try to change this code

    .page-id-51 .vc_custom_1478790448166 {
       display: none;
    }
    .page-id-51 .vc_row.vc_row-o-content-middle {
       min-height: 300px !important;
    }

    to

    .page-id-51 .vc_custom_1478790448166 {
        margin: auto !important;
    }
    .page-id-51 .vc_custom_1478790448166 p {
        font-size: 60px !important;
    }
    .page-id-51 .vc_row.vc_row-o-content-middle {
        min-height: 250px !important;
    }

    Also, add this code in Custom CSS:

    .home .page-content {
        margin-bottom: 0;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 10:28

    Hello,

    Thank you for contacting us.
    Please provide us with wp-admin access in Private Content.
    Also, you can read our documentation: https://8theme.com/demo/docs/woopress/index.html#!/0_footer

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 10:21

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 10:19

    Hello,

    Try to set header #17 and add this code in Custom css:

    .header-wrapper.header-type-17 {
        z-index: 3;
        position: absolute;
        overflow: hidden;
        left: 50%;
        transform: translateX(-50%);
    }

    If this is not what you want then provide me screenshot, link to your site and wp-admin access in Private content area.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 09:57

    Hello,

    Try to add this code in Custom CSS for mobile section:

    .page-template-default .wpb_column.vc_column_container.vc_col-sm-3 {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 09:41

    Hello,

    You’re welcome!
    Have a nice day.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 09:34

    Hello,

    Was your problem resolved?
    Could you please provide me with wp-admin credentials in Private content area?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 09:17

    Hello,

    Edit your Checkout page and select Sidebar Position as “Without Sidebar”.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 09:10

    Hello,

    Try to add this code in custom css:

    @media (max-width: 480px){
       .shopping-cart-widget:hover .widget_shopping_cart_content {
          visibility: hidden;
       }
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 08:55

    Hello,

    You need to edit the wp-content/themes/woopress/framework/shortcodes.php file, remove the following part of code in lines 461-466:

    <div class="form-group">
                  <p class="form-name">
                    <label for="contact-website" class="control-label"><?php _e('Website', ETHEME_DOMAIN) ?></label>
                    <input type="text" name="contact-website" class="form-control" id="contact-website">
                  </p>
       </div>
    

    Go to Theme Options > Shop > Enable “Sale” icon > Off.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 08:44

    Hello,

    Add this code in Global Custom CSS:

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

    You may try https://wordpress.org/plugins/woocommerce-quantity-increment/ plugin to get “Plus and minus” options.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 08:36

    Hello,

    Try to add this code in Global Custom CSS section:

    .header-wrapper .menu > li > a {
        padding-top: 10px;
        padding-bottom: 5px;
    }

    For mobile version, you can write some code in Theme Options > Custom CSS > Custom CSS for mobile.
    As for product page, try to disable all 3-rd party plugins, clear browser cache, and check the issue.

    In your case you need to use css code. For example, to change styling for all links use the following code in Theme Options > Custom CSS > Global Custom CSS section:

    a:hover {
        text-decoration: underline;
        color: red;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 08:14

    Hello,

    Please, set Product Thumbnails sizes in Woocommerce > Settings > Products > Display, then regenerate thumbnails with the plugin https://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 30, 2016 at 13:18

    Hello,

    Please read how to enable Register link https://www.8theme.com/demo/docs/royal/#!/4_registration_page

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 30, 2016 at 10:09

    Hello,

    Your text widget in Left side top bar area was empty. I’ve added test text.
    Try to add this code in Custom CSS:

    .topbar-widget .textwidget {
        font-size: 14px;
        color: #aeaeae;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 30, 2016 at 09:19

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 30, 2016 at 09:03

    Hello,

    I’ve disabled the sidebar in Page Settings->Page Layout. Please check it now.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 30, 2016 at 08:10

    Hello,

    You can add widgets in Dashboard->Appearance->Widgets->Right side top bar area.
    See screenshots as examples: http://prntscr.com/dplxg4 http://prntscr.com/dplxhw http://prntscr.com/dplxjp http://prntscr.com/dplxsr http://prntscr.com/dplxle

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 29, 2016 at 16:21

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 29, 2016 at 16:13

    Hello,

    Try to add this code in Custom CSS:

    .single-product .sidebar-widget .widget-title {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 29, 2016 at 15:48

    Hello,

    The next theme update should be in 2-3 weeks.
    Please take our apologies for inconveniences.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 29, 2016 at 14:56

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 29, 2016 at 14:55

    Hello,

    Check the screenshot http://prntscr.com/dpawnb

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 29, 2016 at 14:38

    Hello,

    Please add this code in Theme Options > Styling > Custom CSS > Custom CSS for mobile:

    .home .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
        margin-right: 0;
    }
    .home .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
        padding-right: 0;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 29, 2016 at 14:15

    Hello,

    Sorry for a delay.
    I sent your report to our developers and we’ll fix this issue in next theme update.
    Thank you for the notice.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 29, 2016 at 13:40

    Hello,

    Sorry for a delay.
    Could you please check the login details? We can’t log in to WP Dashboard.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 29, 2016 at 13:30

    Hello,

    I’ve added empty text widget in Appearance > Widgets > Left side top bar area. You can add content there.
    Go to Theme Options > Header and enable Sign In/Register links.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 29, 2016 at 08:30

    Hello,

    Try to disable all 3-rd party plugins, clear browser cache, and check the issue.
    Also, check if the problem persists with default Woocommerce theme Storefront.

    Regards,
    Rose Tyler.

  • 1 2 3 2,159 2,160 2,161 2,191 2,192 2,193
    Viewing 64,800 results - 64,771 through 64,800 (of 65,784 total)
Viewing 30 posts - 64,771 through 64,800 (of 65,784 total)
8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.