Forum Replies Created

Viewing 30 posts - 64,411 through 64,440 (of 65,820 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2017 at 10:19

    Hello,

    Please, read this topic: https://www.8theme.com/topic/search-in-fixed-menu/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2017 at 10:11

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2017 at 09:26

    Hello,

    Sorry, but your screenshot is not found. We don’t see it.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2017 at 09:22

    Hello,

    Try to add this code:

    .header-type-7 .header .header-logo {
        width: 49.33%;
    }
    .header-type-7 .header .tbs {
        width: 25.33%;
    }
    .header-type-7 .header .navbar-header {
        width: 25.33%;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2017 at 09:13

    Hello,

    Plese, add this code in Custom CSS:

    .page-heading-slider .wpb_revslider_element {
        margin-bottom: 0;
    }
    .page-content {
        margin-bottom: 0;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2017 at 08:57

    Hello,

    Please, read article and watch the video: https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/
    Feel free to ask if you need any other help

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2017 at 08:51

    Hello,

    Please, add this code in Custom css for page http://prntscr.com/e5iqvs:

    .content-page {
        padding-bottom: 0;
    }

    adn this in Global Custom CSS:

    .prefooter .mc4wp-form .et-mailchimp input[type="email"] {
        width: 100%;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2017 at 08:32

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2017 at 08:28

    Hello,

    Could you please provide link to your site so we could check issue?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2017 at 08:19

    Hello,

    We will fix it in the next theme update.
    Also, you can edit wp-content/themes/royal/framework.php file and change this string http://prntscr.com/e5if9j to
    $number = ( empty( $instance['number'] ) ) ? 5 : $instance['number'];

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2017 at 08:13

    Hello,

    You’re welcome!
    We’re glad to hear that your issue was solved.
    Have a nice day!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2017 at 07:56

    Hello,

    To remove currency and language buttons go to Appearance > Widgets and add empty Text widget in Left Side top bar area. To remove Newsletter go to Theme Options > Promo Popup > Show link in the top bar > Off.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 7, 2017 at 07:55

    Hello,

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

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 16:56

    Hello,

    Please show a direct page link where you have problem.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 16:51

    Hello,

    Please see screenshot http://prntscr.com/e58nxs

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 16:08

    Hello,

    Try to use this code:

    .product-information p, .product-info-wrapper p, .product-summary-center p, .woocommerce-tabs p {
        margin-bottom: 0;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 15:48

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 15:00

    Hello,

    I’ve created the example for you. Check Introductions item http://prntscr.com/e5709f http://prntscr.com/e5720z

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 14:31

    Hello,

    Unfortunately, the same situation http://prntscr.com/e56nhh

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 14:27

    Hello,

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

    .header-wrapper .navbar-header .et-wishlist-widget {
        margin-right: 8px !important;
    }
    

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 14:13

    Hello,

    Try this code to make it nice (Theme Options > Styling > Custom CSS)

    .fixed-header .cart-bag {
        border: 2px solid black;
    }
    .fixed-header .cart-bag:before {
        border: 2px solid black;
    }
    .fixed-header .cart-bag .badge-number {
        color: black;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 13:57

    Hello,

    Was the issue resolved?
    Please let us know.
    If not, try to disable all the third-party plugin and check then.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 13:44

    Hello,

    You can rename “Newsletter” word in the file wp-content/themes/royal/framework/theme-functions.php (line 928).
    Try to add ‘language selector’ widget to your ‘Left side top bar area’ in Dashboard > Appearance > Widgets. For more details, please check following article as it has detailed guide how to set and customize language switcher: https://wpml.org/documentation/getting-started-guide/language-setup/
    You can create Custom Sidebar for some pages.
    Could you please provide wp-admin access in Private Content so we could check issue?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 11:52

    Hello,

    You can add this code in Custom css:

    .mobile-nav-heading.close-mobile-nav {
        font-size: 0;
    } 

    or translate as described in our documentations
    https://www.8theme.com/demo/docs/royal/index.html#!/1_how_to_translate 21.2
    Also, try to re-upload logo image in Theme Options.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 11:38

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 08:42

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 08:42

    Hello,

    To show brand logo there go to Theme Options > E-Commerce > Single product > choose layout with sidebar. After that edit your product and add brand. Make sure that you have uploaded brand logo in Products > Brands > brand thumbnail.
    Add Up-sells products http://prntscr.com/e52mqw and go to Theme Options > E-Commerce > Single Product Page > Location of upsell products > Sidebar http://prntscr.com/e52nnj .
    Also, you need to add 8theme – QR Code in Appearance > Widgets http://prntscr.com/e52lha

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 08:26

    Hello,

    Try this code to make it nice (Theme Options > Styling > Custom CSS)

    .menu-wrapper .menu > li > a:hover {
        color: #4c4c4c;
    }
    .item-design-mega-menu .nav-sublist-dropdown .nav-sublist a:hover {
        color: #4c4c4c;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 08:20

    Hello,

    Go to Products > Categories > edit category and add Revolution slider Shortcode in category description http://prntscr.com/e52gbo

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 08:14

    Hello,

    Please, read this topic:
    https://www.8theme.com/topic/how-do-i-change-the-search-icon-and-the-bag-icon-to-a-different-icon/
    Or provide link to your site in Private content area.

    Regards,
    Rose Tyler.

  • 1 2 3 2,147 2,148 2,149 2,192 2,193 2,194
    Viewing 64,440 results - 64,411 through 64,440 (of 65,820 total)
Viewing 30 posts - 64,411 through 64,440 (of 65,820 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.