Forum Replies Created

Viewing 30 posts - 1,831 through 1,860 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    May 25, 2016 at 21:46

    Please clear cache and check it.

    Also see screenshot from my side:
    https://gyazo.com/f1039587b2aa5d836793de06d58eff55
    https://gyazo.com/e68cfdb8d89270fb75ec6957b7300835

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 25, 2016 at 20:41

    Hello,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 25, 2016 at 20:39

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 25, 2016 at 20:37

    Hello,

    I’ve added this code in the Child Theme. Please check.

    @media (min-width: 1200px){
    .header-type-4 .main-nav .menu{
        width: 700px !important;
    }
    }
    @media (max-width: 1200px){
    .header-type-4 .main-nav .menu {
        width: 490px;
    }
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 25, 2016 at 20:01

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 25, 2016 at 18:41

    Please add the following code in Global Custom CSS.

    1)

    .blog .top-bar {
        display: none;
    }

    2)

    .single-post header,
    .single-post .top-bar{
    display:none;
    }

    3)

    #menu-blog-footer{
        display: table;
        margin: auto;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 25, 2016 at 18:34

    Hello,

    You can edit the “RETURN TO SHOP” button in \wp-content\themes\classico\woocommerce\cart\cart-empty.php file.

    Also to change this content please navigate to Dashboard->8Theme Options->E-Commerce->Shop->Text for empty cart.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 25, 2016 at 17:49

    Hello,

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

    .blog header{
    display:none;
    }

    2) Try to use the menu without submenu items and add this code in Global Custom CSS.

    .main-footer .widget_nav_menu li {
        width: inherit;
    }

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

    .blog .fixed-header-area {
        display: none !important;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 25, 2016 at 17:11

    Hello,

    I’ve deleted them in Row Settings. Please check it.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 25, 2016 at 16:53

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 25, 2016 at 15:41

    Hello,

    I’ve just checked the link that you added above and didn’t see products with the out of stock logo.

    See screenshot: http://prntscr.com/b8aeu4

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 25, 2016 at 15:36

    Hello,

    You’re using old Visual Composer plugin version. Please update and check issue.

    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
    May 25, 2016 at 15:33

    Hello,

    I’ve added this code in custom.css. Please check.

    .et-mobile-menu > li > ul > li a {
        background-color: #fff;
    }
    .et-mobile-menu > li > ul li {
        background: #fff;
    }
    .et-mobile-menu li.over > a {
        color: #000;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 25, 2016 at 14:17

    Hello,

    Please try to add this code in custom.css.

    .blog-post .post-info {
        display: none;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 24, 2016 at 13:25

    Hello,

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

    Don’t forget to make backup of the site before update.

    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).

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 24, 2016 at 12:16

    Hello,

    Please provide us with wp-admin and FTP credentials in Private Content.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 24, 2016 at 10:33

    Hello,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 24, 2016 at 08:25

    Hello,

    1) Do you mean the black border around each products?

    2)
    In this case you need edit \wp-content\themes\royal\woocommerce\archive-product.php file.
    Please move the following code after page-content class.

    <div class="<?php echo ($full_width) ? 'container' : ''; ?>">
    					<?php etheme_category_header();?>
    					<?php do_action( 'woocommerce_archive_description' ); ?>
    </div>

    See screenshot:
    http://prntscr.com/a9r41z

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 24, 2016 at 08:17

    Hello,

    Could you please clarify us with more details?

    Maybe provide screenshot for our better understanding and highlight what exactly you want.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 24, 2016 at 08:16

    Hello,

    Please provide screenshot for our better understanding and highlight what exactly issue with responsive you have.

    Also see screenshot how it’s working on my side – http://prntscr.com/b7qnwe

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 23, 2016 at 15:38

    Hello,

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

    .single-post .page-heading .title {
        display: none;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 23, 2016 at 14:20

    Hello,

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

    .etheme_add_to_cart_button:hover {
        background-color: red !important;
        color: Black !important;
        border-color: red !important;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 23, 2016 at 14:15

    Hello,

    Please don’t create the same topic. I’ve answered you here:
    https://www.8theme.com/topic/read-more-text-preview-for-blog-posts-not-showing-up-after-update/#post-126836

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 23, 2016 at 14:13

    Hello,

    Please try to add this code in custom.css file

    @media (min-width: 1200px) {
    .products-grid.product-count-3 .product:nth-child(3n+1) {
        clear: none !important;
    }
    .products-grid.product-count-3 .product:nth-child(2n+1) {
        clear: both !important;
    }
    .products-grid.product-count-3 .product {
        width: 418px !important;
    }
    }

    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
    May 23, 2016 at 14:01

    Hello,

    Please provide us with wp-admin and FTP credentials in Private Content.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 23, 2016 at 12:35

    Sorry, but we didn’t see this issue. Also I’ve checked it in different browsers and all looks good.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 23, 2016 at 11:34

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 23, 2016 at 11:09

    I’ve checked it many times and didn’t see the issue. Please try clear cache and check it.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 23, 2016 at 10:12

    Hello,

    I’ve just checked your site and its working perfect. See screenshot: http://prntscr.com/b7cqsh

    Please provide screenshot with responsive issue.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 20, 2016 at 14:00

    Hello,

    Please provide us with wp-admin and FTP credentials in Private Content.

    Regards,
    Robert Hall

  • 1 2 3 61 62 63 383 384 385
    Viewing 1,860 results - 1,831 through 1,860 (of 11,542 total)
Viewing 30 posts - 1,831 through 1,860 (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.