Forum Replies Created

Viewing 30 posts - 11,761 through 11,790 (of 16,207 total)
  • Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 8, 2015 at 08:55

    Hello,

    You were replied in the previous topic that you need to edit the file wp-content/themes/royal/framework/theme-functions.php (find the section “! Registration Form” in line 1275) and add code for Facebook login there.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 8, 2015 at 08:37

    Hello,

    You can create custom sidebar and add needed widgets https://www.8theme.com/demo/docs/royal/#!/8_widgets_custom_widget_areas , then select Widget Area in the page editor in “Page Layout” box.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 8, 2015 at 08:30

    Hello,

    You can use “My Account” page of Woocommerce.
    Please read more here:
    https://docs.woothemes.com/document/configuring-woocommerce-settings/#section-1 (6. Accounts).

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 8, 2015 at 08:27

    Hello,

    I’ve also added this code in Global Custom CSS:

    #product-pager .owl-item {
      width: 100px !important;
    }

    Please check now.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 8, 2015 at 08:00

    Hello,

    You need edit the file wp-content/themes/blanco/woocommerce/single-product/tabs/description.php and delete the title in line 17.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 8, 2015 at 07:57

    Hello,

    Please specify what Google font you want to use and for which items and we’ll help you to set it.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 8, 2015 at 07:54

    Hello,

    Please add this code in custom.css file:

    .carousel {
       height: 500px !important;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 8, 2015 at 07:49

    Hello,

    In this case you have to contact Woocommerce support. Our theme doesn’t have such plugins implemented.

    Sorry for inconveniences.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 21:33

    Hello,

    If you want to make your site multilingual you need to install WPML plugin https://wpml.org/

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 21:29

    Hello,

    To change hover links color you can use the css code like this:

    #links a:hover {
    color: #51A8B1 !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 21:17

    Hello,

    You are welcome!

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 20:13

    Hello,

    Please provide us with WP dashboard credentials in private content.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 19:58

    Hello,

    I’ve edited previously provided css code to the following:

    @media (min-width: 1200px) {
    #product-page .product-shop {
        float: right;
        width: 300px;
    }
    
    #product-page .product-sidebar {
        border-left: none;
        float: left;
        width: 220px;
        margin-left: 0px;
        padding-left: 0px;
    }
    
    #product-page .product-images {
        width: 400px;
        margin-left: 250px;
        position: absolute;
    }}
    
    @media (max-width: 768px) {
    #product-page .product-sidebar {
        display: block;
        width: 220px;
        float: left;
        text-align: left;
        border: none;
    }}

    Also changed the code in the /wp-content/themes/blanco/woocommerce/single-product/related.php file in lines 46 and 52 <?php if($related_count > 3): ?> to display slider on mobile devices.

    Please check your site now.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 17:54

    Hello,

    You are welcome!

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 16:29

    Hello,

    You are welcome!

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 16:15

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 15:58

    Hello,

    As I see now pages are working properly:
    http://storage8.static.itmages.com/i/15/1007/h_1444229869_6983376_3f01a28596.png

    Please clear browser cache and check again.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 15:16

    Hello,

    Please specify what directory your site files are located it.

    Thank you.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 14:33

    Hello,

    Please clear browser cache and check your footer.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 14:05

    Hello,

    Please note that you can add and edit css code directly in Theme Options > Custom CSS > needed css section, as shown on the screenshot http://prntscr.com/8opoof

    You can edit text in the wp-content/themes/royal/woocommerce/content-single-product.php file in line 128.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 13:39

    Hello,

    The banners dimensions are 471px × 174px.

    I’ve set links for 2 buttons on banners in your home page editor.
    Please check them now.

    Please look at the screenshot where you can find fonts option in the editor:
    http://storage3.static.itmages.com/i/15/1007/h_1444221525_6611149_fff79b7161.png

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 13:37

    Hello,

    Try to add the following code in custom css:

    .list-unstyled {
        margin-top: -11px !important;
    }

    And also delete </br></br> tags from the text widget “recent post footer”.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 13:09

    Hello,

    You are welcome!

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 12:49

    Hello,

    I’ve connected to your server via FTP and made necessary changes in the wp-content/themes/royal/woocommerce/content-single-product.php file in line 128. Also I’ve added the css code in Theme Options > Custom CSS > Global Custom CSS:

    .custom_text {
        width: 250px;
        font-size: 13px;
        text-transform: uppercase;
        background-color: #C1C0C0;
        position: absolute;
        display: table-cell;
        font-weight: bold;
        text-align: center;
        padding: 3px 3px 3px 3px;
    }

    Please check if it’s what you want.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 11:51

    Hello Sébastien,

    You are welcome!
    Let us know if you need further assistance.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 11:47

    Hello,

    I’ve changed widget to “8theme subcategories” and added the following css code in custom.css:

    #product-page .product-shop {
        float: right;
        width: 300px;
    }
    
    #product-page .product-sidebar {
        border-left: none;
        float: left;
        width: 220px;
        margin-left: 0px;
        padding-left: 0px;
    }
    
    #product-page .product-images {
        width: 400px;
        margin-left: 250px;
        position: absolute;
    }

    Please check your site now.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 10:32

    Hello,

    Please take our apologies for the delay.
    Is your issue resolved with parallax effect?

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 10:20

    Hello,

    Sorry for a delay.
    The error “Duplicate entry ‘0’ for key ‘PRIMARY’” is related to database. You need contact your hosting provider and ask them to investigate this issue.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 10:15

    Hello,

    Please provide us with WP dashboard and FTP (FTP host, FTP user, FTP password) credentials in private content.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 7, 2015 at 10:12

    Hello,

    We’re sorry for a delay.
    Does the issue still persists for you?
    As I see About page is shown properly on mobile devices.

    Best regards,
    Jack Richardson.

  • 1 2 3 392 393 394 539 540 541
    Viewing 11,790 results - 11,761 through 11,790 (of 16,207 total)
Viewing 30 posts - 11,761 through 11,790 (of 16,207 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.