Forum Replies Created

Viewing 30 posts - 54,841 through 54,870 (of 68,231 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 4, 2018 at 07:50

    Hello,

    Sorry for the delay due to the weekends.
    Please, make sure you have checked all the server requirements before the installation – http://prntscr.com/jqit53 https://www.8theme.com/demo/docs/royal/
    In your case, upload_max_filesize should be increased. Ask your hosting provider support about help with this.

    If you have downloaded the whole theme package, you will find there such files after extracting: Royal_Theme.zip file which is the WordPress theme, Translation files folder, Documentation folder, Patterns, PSD folder, Files for import. Choose Royal_Theme.zip file to install the theme via admin panel.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 4, 2018 at 07:43

    Hello,

    You can change this text via translation https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ for example – http://prntscr.com/jqirqb or rewrite no-products-found.php file (xstore/woocommerce/loop) via the child theme https://codex.wordpress.org/Child_Themes

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 4, 2018 at 07:30

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 4, 2018 at 07:25

    Hello @tkisdroid,

    What OpenSSL system library version do you use?
    Please contact your hosting provider and make sure that file_get_contents, wp_remote_get(), wp_remote_post() functions are enabled on your server.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 4, 2018 at 07:16

    Hello,

    Try to enable WP debug mode to find out what error appears on your site, it will point you in the right direction what you need to fix. If you don’t have the necessary skills you can submit customization request to WPKraken team.
    Or provide us with temporary FTP access (FTP hostname, FTP username, FTP password) so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 4, 2018 at 07:05

    Hello,

    Sorry for the delay due to the weekends.
    Please explain your problem in more details. If you need to change the activation limit for your purchase code, provide it in the Private Content area.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 4, 2018 at 07:02

    Hello,

    The child theme is activated on your site now?
    What exactly changes were lost?
    In what way you did the update?
    Did you skip the setup wizard after the update?
    Do you have a backup?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 4, 2018 at 06:54

    You’re welcome!
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 4, 2018 at 06:53

    Hello,

    Create a new page > add default WC element Sale Products or our Products element http://prntscr.com/jqibpi

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 4, 2018 at 06:50

    Hello,

    Theme Options > E-commerce > Products Page Layout > Products per page and Per page variants separated by commas.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 4, 2018 at 06:46

    Hello,

    I am glad that you sorted out.
    Theme Options > Blog & Portfolio > Blog Layout > Show “byline” on the blog > Off and Theme Options > Blog & Portfolio > Single post > Show About Author block > Off.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 16:05

    Hello,

    Thanks for the explanation.
    Our theme uses woocommerce reviews functionality and contains required reviewCount and ratingValue properties. SEO plugin can make some effect on it. For more information, I would recommend you to contact Woocommerce support or SEO plugin author, if you use such plugin.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 16:00

    Is your live site a full copy of demo site? I can see that your Theme Options are different. Make sure you correctly transferred theme from dev site to live site.
    Also, I would recommend you to contact server admin and ask to check all your files. Looks like functions.php files, of demo site and live site, contain malware code, (that is not contained in theme archive, which can be downloaded on ThemeForest).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 14:51

    You’re welcome!
    Activation of the theme is required. Theme can’t be used without it.
    To give you a solid response I need to take a closer look at the live site.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 14:41

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 14:10

    Please enter your purchase code here- http://prntscr.com/jpikc4 Let me know the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 13:47

    Hello,

    I do not see the problem on your site https://prnt.sc/jpi855

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 13:29

    Hello,

    Here is our documentation -https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
    Please describe your translation problem in more details.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 13:27

    My pleasure 🙂
    Have a good day too.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 13:26

    Hello,

    Internal Server Error is related to server configuration. We recommend you to contact your hosting provider support and ask them to check error log if there are any notices regarding that error. Perhaps some PHP values need to be increased.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 13:22

    Sorry, but your request is a bit unclear for me. Could you, please, describe the desired result in details? How should menus look on the home page and other pages?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 13:18

    Hello,

    Sorry for screenshots, this https://prnt.sc/jpdk29 should be changed to https://prnt.sc/jpdk6b.
    You need to create empty headers folder in your child theme folder. Add standard.php file inside headers folder of the child theme. Here is the new content of standard.php file:

    <?php 
        $ht = etheme_get_header_type();
        $color = etheme_get_header_color();
        $menu_class = 'menu-align-' . etheme_get_option('menu_align');
    ?>
    
    <div class="header-wrapper header-<?php echo esc_attr( $ht ); ?> header-color-<?php echo esc_attr( $color ); ?>">
        <?php get_template_part('headers/parts/top-bar'); ?>
        <div class="header-bg-block">
            <header class="header main-header">
                <div class="container">
                    <div class="container-wrapper">
                        <div class="header-logo"><?php etheme_logo(); ?></div>
                        <div class="header-widgets">
                            <?php etheme_option('header_custom_block'); ?>
                        </div>
                        <?php etheme_shop_navbar( 'header' ); ?>
                        <div class="navbar-toggle">
                            <span class="sr-only"><?php esc_html_e('Menu', 'xstore'); ?></span>
                            <span class="et-icon et-burger"></span>
                        </div>
                    </div>
                </div>
            </header>
            <div class="navigation-wrapper">
                <div class="container">
                    <div class="menu-inner">
                        <div class="menu-wrapper <?php echo esc_attr($menu_class); ?>">
                            <?php et_show_secondary_menu(); ?>
                            <?php etheme_get_main_menu(); ?>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <?php if((!function_exists('dynamic_sidebar') || !dynamic_sidebar('header-banner'))): ?>
        <?php endif; ?>
    </div>

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 13:11

    We need FTP access (FTP hostname, FTP username, FTP password). Ask your hosting provider support to create FTP account to your site files and give us the credentials.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 13:09

    Yes, there is no possibility to add submenu only on one page, you need to create a new menu structure with all elements of main menu + new submenu items and select this menu via Page Layout settings.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 13:05

    Hello,

    Please note, that changing activation limit from our side can’t make any effect on the functionality of your sites.
    Have you activated theme using your purchase code in Theme Options?
    I am not sure what caused these problems, but if you provide temporary wp-admin access to the demo site, we will take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 12:54

    Every page has Page Layout settings, which work individually for pages.
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 12:42

    Hello,

    You can create a new menu and set it on your home page https://prnt.sc/jph7zu or your menu can be added on the page using element – http://prntscr.com/jph8ya

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 12:15

    Thanks for the screenshot. Please provide FTP access in the Private Content area.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 12:10

    Hello,

    You can set “Custom mobile navigation for this page” (Edit page > Page Layout).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 1, 2018 at 11:04

    Hello,

    1. Cache doesn’t relate to theme, it can be browser or server settings.
    About your screenshots:
    1-4) add this code in Theme Options > Custom css > Global Csutom css:

    @media only screen and (max-width: 992px){
    .header-wrapper .header-logo {
        top: 0px;
    }
    .header-logo {
        margin-top: -10px;
    }
    .header-wrapper {
        padding-bottom: 40px;
    }
    }

    2. I can see the image – http://prntscr.com/jpfvkz

    3. You may ignore these symbols, or hover over it and follow recommendations – http://prntscr.com/jpfw9y (this is notice, not an error).

    Regards

  • 1 2 3 1,828 1,829 1,830 2,273 2,274 2,275
    Viewing 54,870 results - 54,841 through 54,870 (of 68,231 total)
Viewing 30 posts - 54,841 through 54,870 (of 68,231 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.