Forum Replies Created

Viewing 30 posts - 3,331 through 3,360 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    January 15, 2016 at 11:49

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 15, 2016 at 11:48

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 15, 2016 at 11:34

    Hello,

    I’ve made changes in Theme Options->Custom CSS. Check form now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 15, 2016 at 11:13

    Please try to update theme via FTP.
    Before update delete “woocommerce” folder in the directory wp-content/themes/royal/ and it’ll be reuploaded from a new theme package.

    Here is video tutorial how to update theme.
    https://www.youtube.com/watch?v=KdWESIIPU1k
    (it’s for Legenda theme but the process is the same).

    Also you can download the latest plugins versions at this link https://www.8theme.com/download-plugins/ ,
    enter your purchase code of the theme to get the plugins.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 15, 2016 at 11:10

    Please replace code above to this and check issue.

    .single-product .product-images{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 15, 2016 at 11:07

    Hello,

    I’ve added this code to Page setting. Please check it.

    .vc_row[data-vc-full-width]{
        right: -366.5px !important;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 15, 2016 at 10:50

    Hello,

    You don’t need use this link. To download the latest version of the Royal theme you need visit our official link:
    http://themeforest.net/item/royal-multipurpose-wordpress-theme/8611976

    Please clarify what exactly problems you had with Royal theme?

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 15, 2016 at 09:55

    Hello,

    Please add this code in Theme Options->Custom CSS->Global Custom CSS.

    .product-images{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 15, 2016 at 09:01

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 15, 2016 at 08:25

    Hello,

    Please try to add the following part of code to Home Page. See screenshot: http://prntscr.com/9qb7up

    <div id="homepage-sidebar" class="banner-close">
    <div id="text-5" class="widget-container widget_text">			
    <div class="textwidget"><a href="#"><img src="https://www.8theme.com/demo/xmarket-wo/wp-content/themes/xmarket/images/assets/home_1.png"></a>
    <span class="close-parent">&nbsp;</span></div>
    </div>
    </div>

    and this css code to custom.css file

    .close-parent {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        height: 18px;
        width: 18px;
        background: url(images/close-parent.png) no-repeat center center;
        cursor: pointer;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 15, 2016 at 08:18

    Hello,

    Please use this code in Theme Options->Custom CSS->Global Custom CSS.

    .variations_form select {
    color:#000;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 15, 2016 at 08:16

    Hello,

    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 15, 2016 at 08:13

    Hello,

    You’re welcome!
    If you have any questions please feel free to contact us.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 15, 2016 at 08:12

    Hello,

    Please try add this code in Theme Options->Custom CSS->Global Custom CSS

    .product-information .product_title {
        display: none;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 14, 2016 at 16:58

    Hello,

    I’ve added this code in Custom CSS for table, landscape and mobile.

    .mc4wp-form {
        width: 450px;
        float:initial;
        margin: -24px 0 0;
        position: absolute;
        left: 50%;
        margin-left: -225px;
    }
    .vc_custom_1452784177500 .banner {
        overflow: visible;
    }

    The banner is responsive now, but to get better look on mobile device you need upload banner image with bigger height.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 14, 2016 at 15:07

    Hello,

    Please add this code in custom.css file.

    .product_title.title:before {
        display: none;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 14, 2016 at 15:02

    Hello,

    I’ve added the following code in Global Custom CSS. Please check.

    .mc4wp-form {
    width:450px;
        float: right;
    }
    
    #mc_embed_signup input.email{
        float: left;
        width:72%;
        line-height: 26px;
        padding: 0px 12px;
    }
    #mc-embedded-subscribe{
        float: right;
        margin: 10px 0px;
        height: 40px;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 14, 2016 at 14:22

    Hello,

    Please provide us with link to the page where we can find content that showed above.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 14, 2016 at 14:12

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 14, 2016 at 14:08

    Try this code in Global Custom CSS.

    #mc_embed_signup input.email{
        float: left;
    }
    #mc_embed_signup .button{
        height: 39px;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 14, 2016 at 14:05

    I’ve changed site url to https in Dashboard->Settings->General. Please check images now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 14, 2016 at 13:58

    Hello,

    Please try to add this code in Theme Options->Custom CSS->Global Custom CSS.

    .mc4wp-form {
        float: right;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 14, 2016 at 13:31

    Hello,

    Please provide us with FTP credentials in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 14, 2016 at 12:04

    1) Please use this code in custom.css

    .container_footer_bg, .footer_container,
    .footer_container .textwidget p,
    .footer_block .tagcloud a,
    .footer_menu a,
    .footer_menu li {
        color: #fff !important;
    }

    2) I’ve selected Auto slide layout in slider settings and it’s working fine now. Please check.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 14, 2016 at 11:30

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 14, 2016 at 11:28

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 14, 2016 at 11:27

    It’s your screenshot: http://prntscr.com/9pxpi7
    Sorry, but I can’t understood what exactly you want to change there.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 14, 2016 at 10:49

    Please use this code in custom.css

    .container_footer_bg, .footer_container {
        background-color: #FFFFFF !important;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 14, 2016 at 10:46

    Hello,

    I’ve added this code in custom.css. Please clear all cache and check it.

    .dropcap, blockquote, .team-member .member-mask .mask-text fieldset legend, .button, button, .coupon .button, input[type=submit], .font2, .shopping-cart-widget .totals, .main-nav .menu > li > a, .menu-wrapper .menu .nav-sublist-dropdown .menu-parent-item > a, .fixed-header .menu .nav-sublist-dropdown .menu-parent-item > a, .fixed-header .menu > li > a, .side-block .close-block, .side-area .widget-title, .et-mobile-menu li > a, .page-heading .row-fluid .span12 > .back-to, .breadcrumbs .back-to, .recent-post-mini a, .etheme_widget_recent_comments ul li .post-title, .product_list_widget a, .widget_price_filter .widget-title, .widget_layered_nav .widget-title, .widget_price_filter h4, .widget_layered_nav h4, .products-list .product .product-name, .table.products-table th, .table.products-table .product-name a, .table.products-table .product-name dl dt, .table.products-table .product-name dl dd, .cart_totals .table .total th strong, .cart_totals .table .total td strong .amount, .pricing-table table .plan-price, .pricing-table table.table thead:first-child tr:first-child th, .pricing-table.style3 table .plan-price sup, .pricing-table.style2 table .plan-price sup, .pricing-table ul li.row-title, .pricing-table ul li.row-price, .pricing-table.style2 ul li.row-price sup, .pricing-table.style3 ul li.row-price sup, .tabs .tab-title, .left-bar .left-titles .tab-title-left, .right-bar .left-titles .tab-title-left, .slider-container .show-all-posts, .bc-type-variant2 .woocommerce-breadcrumb, .bc-type-variant2 .breadcrumbs, .post-single .post-share .share-title, .toggle-element .toggle-title, #bbpress-forums li.bbp-header, #bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-title, #bbpress-forums .bbp-reply-title, .product-thumbnails-slider .slides li.video-thumbnail span, .coupon label, .product-image-wrapper .out-of-stock, .shop_table .product-name a, .shop_table th, .cart_totals .order-total th, .page-heading .row-fluid .span12 .back-to, .woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
        font-family: Roboto, Arial !important;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 14, 2016 at 10:17

    Hello,

    Please add the following code in custom.css

    .header-type-3 .top-bar, .header-type-2 .top-bar {
        padding: 0px 0px;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

  • 1 2 3 111 112 113 383 384 385
    Viewing 3,360 results - 3,331 through 3,360 (of 11,542 total)
Viewing 30 posts - 3,331 through 3,360 (of 11,542 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.