Forum Replies Created

Viewing 30 posts - 13,891 through 13,920 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    July 1, 2015 at 10:07

    Hello,

    Please provide us with FTP credentials.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 1, 2015 at 09:58

    Hello,

    I’ve enabled the option “Enable Lightbox for Product Images” in Theme Options > Single Product Page. Now thumbnails slider is working.
    Please clear browser cache and check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 1, 2015 at 09:54

    Hello,

    Did you make any changes in original theme files?
    Please provide us with FTP credentials as well.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 1, 2015 at 09:22

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 1, 2015 at 09:20

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 1, 2015 at 09:10

    Hello,

    You provided us with an empty FTP account. Please give us access to your site files.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 1, 2015 at 09:07

    Hello,

    Did you make any changes in the theme files? Your site layout isn’t related to our default Royal theme layout.
    Are you using any plugins for such customization?
    Please update the theme to the latest version and Woocommerce as well.
    Before update delete “woocommerce” folder in the directory wp-content/themes/royal/ and it’ll be reuploaded from a new theme package.
    Also update all required plugins https://www.8theme.com/download-plugins/ .

    Don’t forget to create back up of your files and database before starting update process!


    (it’s for Legenda theme but the process is the same).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 1, 2015 at 08:49

    Hello,

    Please ask your host to increase the values for upload_max_filesize and post_max_size functions. After that try to install templates.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 1, 2015 at 08:43

    Hello @jorgelalote,

    Please clarify your problem.
    Provide us with wp-admin panel and FTP credentials.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 1, 2015 at 08:42

    Hello @freerunner,

    I’ve checked your site in Chrome and Firefox and I don’t see any difference.
    In Firefox:
    http://storage3.static.itmages.com/i/15/0701/h_1435736379_1055084_105e89063d.png

    In Chrome:
    http://storage2.static.itmages.com/i/15/0701/h_1435736454_4869723_0fd0686ac6.png

    Are your browsers updated to the latest versions? Also you can restore old site version if you created back up before update.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 1, 2015 at 08:32

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 1, 2015 at 08:29

    Hello,

    You provided us with an empty FTP account. Please give us permissions to access the site files.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 1, 2015 at 08:28

    Hello,

    You need edit the file wp-content/themes/classico/framework/shortcodes/contact_form.php (line 30).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 23:04

    Hello,

    When I go to Checkout page the link redirects to https:
    http://storage2.static.itmages.com/i/15/0630/h_1435701718_7484615_27cee829a1.png
    which means SSL certificate is used for this page.
    If you didn’t set it then we recommend you to clear your site database and reinstall the theme and Woocommerce plugin.

    Or ask your host to check it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 22:59

    Hello,

    You need edit the file wp-content/themes/legenda/framework/shortcodes.php (find the section “! Share This Product” in line 1238).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 22:54

    Hello,

    Sorry for misleading you.
    My fault. The email address is taken from Theme Options > Contact Form. Please try to activate parent theme and disable all 3rd-party plugins and check contact form after that. Also update all required plugins to the latest versions https://www.8theme.com/download-plugins/ .

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 22:35

    Hello,

    I’ve commented the code in shortcodes.php file:

    $captcha_instance = new ReallySimpleCaptcha();
    $captcha_instance->bg = array( 244, 80, 80 );
    $word = $captcha_instance->generate_random_word();
    $prefix = mt_rand();
    $img_name = $captcha_instance->generate_image( $prefix, $word );
    $captcha_img = ETHEME_CODE_URL.'/inc/really-simple-captcha/tmp/'.$img_name;

    in line 227
    and the code

    <div class="captcha-block">
                  <img src="<?php echo $captcha_img; ?>">
                  <input type="text" name="captcha-word" class="captcha-input">
                  <input type="hidden" name="captcha-prefix" value="<?php echo $prefix; ?>">
                </div>

    in line 268.
    Also in the file theme-functions.php:
    $captcha_instance->remove( $_GET['captcha-prefix'] );
    in line 1559

    if(!$captcha_instance->check( $_GET['captcha-prefix'], $_GET['captcha-word'] )) {
                    $return['status'] = 'error';
                    $return['msg'] = __('The security code you entered did not match. Please try again.', ETHEME_DOMAIN);
                    echo json_encode($return);
                    die();
                }

    in line 1503

    and the code
    $captcha_instance = new ReallySimpleCaptcha();
    in line 1492

    To prevent losing changes you should copy theme-functions.php and shortcodes.php to a child theme.
    I’ve added this code in CSS block of VC editor for the map:
    http://storage2.static.itmages.com/i/15/0630/h_1435699838_4480450_839b5bb244.png
    Please clear browser cache and check Contact page.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 22:22

    Hello,

    We’re glad the issue has been resolved.
    If there are any questions feel free to contact us.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 22:02

    Hello,

    I’ve edited the file theme-functions.php and shortcodes.php.
    Please check contact form now and clear browser cache now.
    Also as I see the map is shown properly:
    http://storage4.static.itmages.com/i/15/0630/h_1435698091_2816410_4331ba45da.png

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 21:53

    Hello,

    wordpress@domain_name is a default email address that is always used to send emails via contact form.
    So is your issue resolved now?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 21:50

    Hello,

    You have to contact Woocommerce support concerning your query.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 21:48

    Hello,

    The shortcode [share] allows only to share pages, but not redirecting to your social media accounts. It includes Twitter, Facebook, Pinterest, Google +, mail icons.
    If you want to use other icons you should find some plugin and configure it to your needs.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 21:44

    Hello,

    You can change the slug as described in this article:
    http://bryceadams.com/change-add-cart-text-woocommerce/

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 21:36

    Hello,

    Seems you set up SSL for Checkout page incorrectly. You should ask your host concerning this issue. This is not a theme problem.
    Please contact your host and ask them to check SSL certificate that you ordered and check if you set up it correctly for that page.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 21:30

    Hello,

    I’ve reuploaded etheme.js file. Please check your site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 21:29

    Hello,

    I’ve added this code in style.css of your child theme:
    .product-loop.product-count-5 .product .product-image-wrapper .product-mask, .product-loop.product-count-5 .product .added-text{display:block;}
    Now green message is shown. Please clear browser cache and check.

    You disabled Responsive Design in Theme Options > Responsive. I’ve enabled it. Please check your site on mobile devices now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 21:21

    Hello,

    If you resize your browser window you should reload a page.
    I’ve checked your site on mobile device and haven’t seen any issues:
    http://storage3.static.itmages.com/i/15/0630/h_1435695605_7352568_2e6f6ed2ff.png
    Please try to clear browser cache and check again.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 20:34

    Hello,

    Please add this code in custom.css file:

    .menu > li > a {
        font-family: Roboto !important;
        font-size: 14px !important;
    }

    Write your values.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 20:31

    Hello,

    I’ve disabled Ajax “Add to Cart” in Theme Options > Single Product Page. Please clear browser cache and check Shop page.
    How to create Register page you can read here: https://www.8theme.com/demo/docs/royal/#!/4_registration_page .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 30, 2015 at 20:08

    Hello,

    I did nothing to fix the issue. I just added a link and that’s all.

    Regards,
    Eva Kemp.

  • 1 2 3 463 464 465 1,045 1,046 1,047
    Viewing 13,920 results - 13,891 through 13,920 (of 31,382 total)
Viewing 30 posts - 13,891 through 13,920 (of 31,382 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.