Forum Replies Created

Viewing 30 posts - 53,761 through 53,790 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 09:42

    Hello,

    Thanks for contacting us.
    We’ve sent the latest theme version to your registration email.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 09:38

    Hello,

    Please provide screenshot of the problem. What page have you tested on GTmetrix and get this problem?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 09:32

    Hello,

    I have checked your site but do not see the problem. Please clear browser cache on your devices and check one more time.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 09:16

    Hello,

    Please note that add_filter( 'woocommerce_product_tabs', 'woo_new_product_tab' ); can be used in functions.php file only once.
    Here is an example of code to add 2 tabs:
    http://prntscr.com/k5ib0j

    add_filter( 'woocommerce_product_tabs', 'woo_new_product_tab' );
    function woo_new_product_tab( $tabs ) {
        
        // Adds the new tab
        
        $tabs['test_tab'] = array(
            'title'     => __( 'New Product Tab', 'woocommerce' ),
            'priority'  => 50,
            'callback'  => 'woo_new_product_tab_content'
        );
    
        $tabs['test_tab2'] = array(
            'title'     => __( 'New Product Tab 2', 'woocommerce' ),
            'priority'  => 20,
            'callback'  => 'woo_new_product_tab_content2'
        );
    
        return $tabs;
    
    }
    function woo_new_product_tab_content() {
    
        // The new tab content
    
        echo '<h2>New Product Tab</h2>';
        echo '<p>Here\'s your new product tab.</p>';
        
    }
    
    function woo_new_product_tab_content2() {
    
        // The new tab content
    
        echo '<h2>New Product Tab2</h2>';
        echo '<p>Here\'s your new product tab contnent for 2nd tab.</p>';
        
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 09:01

    Hello,

    Please check now. Some changes were done in center.php of your child theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 08:53

    Hello,

    Please provide us with wp-admin access so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 08:50

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 08:37

    Hello,

    Please provide us with wp-admin access to your site.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 08:27

    Hello,

    Woocommerce > Settings > Emails > Email template http://prntscr.com/k5hnz8

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 08:24

    Hello,

    You can use this custom css code:

    .footer-copyrights-right .textwidget a {
        display:  inline-block;
        margin: 0px 10px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 08:21

    Hello,

    There is default margin http://prntscr.com/k5hkc4 To remove it you can add this code in Custom css for page http://prntscr.com/k5hloj

    .wpb_revslider_element {
        margin-bottom: 0px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 08:05

    Hello,

    Please add this code in Theme Options > Styling > Custom css:

    .woocommerce-checkout .select2 .select2-selection--single {
        background-color: #1f1f1f;
        border: 1px solid #2f2f2f;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 07:42

    Hello,

    You’re welcome!
    Would you mind to rate our product: https://themeforest.net/downloads
    That would be much appreciated 🙂

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 07:41

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 07:33

    Hello,

    Please add this code in Theme Options > Styling > Custom css or in style.css file of child theme:

    .header-standard .menu-wrapper .menu .nav-sublist-dropdown {
        top: 100% !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 07:15

    Hello,

    You’re welcome!
    Would you mind to rate our product: https://themeforest.net/downloads
    That would be much appreciated 🙂

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2018 at 16:19

    You’re welcome!
    We send notification about theme update only.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2018 at 16:17

    Hello,

    We’ve added custom class https://prnt.sc/k58il6
    Please add this code in Custom css:

    li.mega-2-col .nav-sublist > ul {
        width: 400px !important;
    }
    .menu .nav-sublist-dropdown .mega-2-col .nav-sublist > ul > li {
        width: 50% !important;
        float:left;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2018 at 15:44

    Hello,

    Please provide us with site URL and temporary wp-admin access so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2018 at 15:40

    We are trying to connect to your server but can’t http://prntscr.com/k57zou Please check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2018 at 15:32

    Thank you for letting us know.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2018 at 15:00

    I’ve uploaded + activated lifestyle theme and activated required plugins via admin panel.
    To install Base demo content go to Theme Options > Import / Export. Do not forget to read theme documentation https://www.8theme.com/demo/docs/lifestyle/
    Feel free to ask if you have any questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2018 at 14:51

    Hello,

    Please provide URL of this site and temporary wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2018 at 14:05

    Hello,

    I do not see the problem on your site.
    Please clear cache and check one more time.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2018 at 13:48

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2018 at 13:47

    You’re welcome.
    500 Internal server error means that there is some Fatal error in PHP script or on the server side. You can turn on debug mode in WordPress to see the error https://codex.wordpress.org/Debugging_in_WordPress
    If it will not show any errors then contact your hosting provider and ask them to give you a server error log to check what is wrong.
    MailPoet plugin doesn’t come bundled with our theme, so it would be better to contact author of the plugin. We don’t provide support for 3-rd party plugins as it’s out of our support scope.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2018 at 13:41

    Hello,

    Thanks for the topic.
    Please provide us with temporary wp-admin and FTP access, so we can explore this problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2018 at 13:33

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

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2018 at 13:32

    Hello,

    1. Please add this code in Custom css:

    .product-information table.variations select {
        background-color:  white;
        border: 1px solid #ff8ca7;
    }

    2.

    .product-information .product_meta .sku_wrapper {
        display:  none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2018 at 13:09

    Hello,

    We’ve fixed the problem with fonts.
    I do not see the problem with creating new product http://prntscr.com/k55qhc

    mailpoet newsletters are not formatting correctly.

    – please describe this problem in more details.

    Regards

  • 1 2 3 1,792 1,793 1,794 2,273 2,274 2,275
    Viewing 53,790 results - 53,761 through 53,790 (of 68,227 total)
Viewing 30 posts - 53,761 through 53,790 (of 68,227 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.