Forum Replies Created

Viewing 30 posts - 62,041 through 62,070 (of 68,221 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 09:10

    Hello,

    You may download https://www.8theme.com/download-plugins/ XStore PSD – part 1 > https://prnt.sc/gr2x1i

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 08:49

    Hello,

    Please set these options http://prntscr.com/gr2oqw
    also, provide wp-admin and FTP access in Private Content.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 08:37

    You’re welcome!
    Thank you for being our customer.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 08:35

    Hello,

    Could you please provide wp-admin access in Private Content?
    3. To change social icons you need edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product” in line 1918), comment the code you don’t need.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 08:31

    Hello,

    Unfortunately, there is no such possibility, but I’ve added your request in our tasks list, so very likely this option will be added in one of new theme versions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 08:15

    Hello,

    1. Add this code in Global custom css:

    .st-menu-open .mobile-menu-block > .mobile-menu-block.st-menu {
        background-color: rgba(0, 0, 255, 0.29);
    }
    .mobile-nav-heading.close-mobile-nav {
        background-color: red;
        color: white;
    }
    .mobile-nav a, .mobile-nav-heading {
        color: white !important;
    }
    .mobile-nav .links {
        border-top: 1px solid white;
    }

    2. You may add this code in Custom css for mobile:

    .header-custom-block {
        display: none !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 08:09

    Hello,

    In console of your browser, you may see this error http://prntscr.com/gr29jy, if Autoptimize plugin is activated, so I’ve disabled the plugin http://prntscr.com/gr29yr. Please check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 08:03

    Hello,

    1. To replace social icons goto Theme Options > Header > Header custom HTML and Static Blocks > edit your footer static block.
    To get VC editor shown for static blocks go to wp dashboard > Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”.
    2. Please disable demo footer blocks in Theme Options > Footer and add your content in Appearance > Widgets > Footer Copyright and Footer Links.
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 07:54

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 07:54

    Hello,

    I am glad that you sorted out.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 07:53

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 07:52

    Hello,

    Please check woocommerce documentation regarding tabs https://docs.woocommerce.com/document/editing-product-data-tabs/
    or you may add this code in custom css:

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

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 07:50

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 07:38

    Hello,

    Could you please provide wp-admin access in Private Content?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 07:35

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2017 at 07:28

    Hello,

    Please provide wp-admin and FTP access in Private Content.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2017 at 16:13

    WP Instagram Widget plugin isn’t compatible with our theme, so they can’t be used together. Please check the site now, our theme is activated but the plugin is deactivated, so use our Instagram functionality.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2017 at 16:04

    Please send me SQL dump file.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2017 at 15:54

    You’re welcome!
    I am glad that you sorted out.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2017 at 15:27

    You may add this code in Theme Options > Custom css:

    .home .header-type-3.slider-overlap .header .menu > li > a {
        color: white !important;
    }
    

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2017 at 14:54

    Hello,

    As you may see this block created by one of your plugins http://prntscr.com/gqry54

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2017 at 14:46

    Unfortunately, we can’t connect. If you don’t know FTP login data, then ask your hosting provider support and send them to us.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2017 at 14:35

    Please make changes in single-etheme_portfolio.php of child theme,
    at the top of the file write – http://prntscr.com/gqrlf5 (global $post)
    then add this code:

    <?php $terms = wp_get_post_terms( $post->ID, 'portfolio_category' ); 
    $categories = array(); ?>
    <?php foreach ( $terms as $term ) {
     array_push( $categories, $term->name);
    } ?>

    https://prnt.sc/gqrnhj,
    and change CATEGORY word to
    <?php echo ( isset($categories[1]) ? $categories[1] : $categories[0]); ?>

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2017 at 13:46

    There is no such possibility by default, but you may use this code:
    http://prntscr.com/gqqu6s > http://prntscr.com/gqqx76

    <?php 
         if ( $product->has_weight() && is_shop() ) {
           $weight = $product->get_weight();
           echo '<div class="product-meta product-weight-list"><span class="product-meta-label">Weight: </span>' . $weight . get_option('woocommerce_weight_unit') . '</div></br>';
         }
      ?>

    in legenda/woocommerce/content-product.php file
    to show http://prntscr.com/gqqlyi > http://prntscr.com/gqqmes.
    We recommend you to make changes in a child theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2017 at 12:45

    Hello,

    1. Please read https://www.themepunch.com/faq/video-not-showing-up-on-mobile/
    2. Check your element settings http://prntscr.com/gqq5jo

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2017 at 12:38

    Hello,

    Did you write child_print_item_cats() function yourself? We do not have this function in our theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2017 at 12:34

    Hello,

    Please try to http://prntscr.com/gqq0ma if the page won’t appear provide wp-admin access in Private Content and I will help you recreate the page.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2017 at 12:21

    To recreate the link position as in Jewellery demo, you need to select http://prntscr.com/gqpumx

    Another way, if you want to change the header structure and add my account link you need to edit a file in xstore/headers/ (select file according to your header variant in Theme Options). Use a child theme to do any changes in template files.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2017 at 12:10

    Hello,

    We have updated theme and woocommerce. Please check. This notice relates to your child theme http://prntscr.com/gqpnvr > http://prntscr.com/gqpobh, so you just need to compare 2 files (parent theme file and your child theme file) and add the missing code to your child theme file.
    Also translation files were synchronized, so you need to translate missing strings.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2017 at 11:01

    You need set http://prntscr.com/gqmy6u and select appropriate settings in Theme Options, please see screenshot from our corporate demo http://prntscr.com/gqox6v

    Regards

  • 1 2 3 2,068 2,069 2,070 2,273 2,274 2,275
    Viewing 62,070 results - 62,041 through 62,070 (of 68,221 total)
Viewing 30 posts - 62,041 through 62,070 (of 68,221 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.