Forum Replies Created

Viewing 30 posts - 67,201 through 67,230 (of 68,228 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2017 at 10:00

    Hello,

    Please read about the child theme
    https://codex.wordpress.org/Child_Themes
    When you edit some files in the parent theme and don’t want to lose modifications after theme update you should copy the edited file to the same file structure in the child theme.
    Also if you use child theme you need make style changes in style.css of the child theme, you should write only the code for the element you want to modify and don’t copy whole parent style.css.
    Besides we always recommend to create backup before each update and modify theme files in the child theme.

    Regards,
    Rose Tyler.

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

    Hello,

    For change breadcrumbs go to Theme Options > Color Scheme > Breadcrumbs background http://prntscr.com/drplns
    Also, add this code for change color other text in breadcrumbs:

    #breadcrumb {
        color: red;
    }

    Try to set this header type http://prntscr.com/drplti

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2017 at 13:20

    Hello,

    Please refer to Woocommerce documentation:
    https://docs.woothemes.com/document/change-add-to-cart-button-text/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2017 at 13:12

    Hello,

    Unfortunately there is no such option.
    But you can disable Cart widget (Theme Options > General > Header Settings > Enable cart widget > Off).

    Regards,
    Rose Tyler.

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

    Hello,

    I’ve created Footer Statick Block with your content and added it in Appearance > Widgets http://prntscr.com/drbf9v
    Could you please clarify with more details what exactly you want to change?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2017 at 09:01

    Hello,

    Add this code in Global Custom CSS:

    .product-information .compare:before {
        content: "\f074";
        font-family: FontAwesome;
        margin-right: 5px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2017 at 08:21

    Hello,

    Try to add this code in Custom CSS:

    .fa-search:before {
        content: url('http://www.furnitureplus.com/wp-content/uploads/2017/01/catalog-fp.png');
        position: absolute;
        left: -400%;
        top: -35%;
    }
    .et-search-trigger .fa-search {
       background: transparent;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2017 at 08:04

    Hello,

    Please add this code in Custom CSS:

    .header-wrapper .menu > li > a {
        z-index: 3;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2017 at 07:56

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2017 at 07:55

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2017 at 07:55

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

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

    Hello,

    Please, provide wp-admin access in Private Content.

    Regards,
    Rose Tyler.

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

    Hello,

    Please provide us with FTP credentials in private content area.

    Regards,
    Rose Tyler.

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

    Hello,

    Try to add this code in Custom CSS:

    .bc-type-1 {
        text-align: left;
    }
    .page-heading .title {
        text-align: left;
        margin-left: 0;
    }

    Please read this topic https://www.8theme.com/topic/woocommerce-variation-swatches-and-photos/

    Regards,
    Rose Tyler.

    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.

  • 1 2 3 2,240 2,241 2,242 2,273 2,274 2,275
    Viewing 67,230 results - 67,201 through 67,230 (of 68,228 total)
Viewing 30 posts - 67,201 through 67,230 (of 68,228 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.