Forum Replies Created

Viewing 30 posts - 3,631 through 3,660 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 19:36

    Hello @faf,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 19:33

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 18:35

    Hello haramizuki,

    To avoid losing your changes after theme update we recommend you to use the Child Theme.
    Please read more in our documentation:
    https://www.8theme.com/demo/docs/woopress/index.html#!/3_child_theme
    As I see here:
    http://www.themelocation.com/how-to-add-quantity-field-with-each-product-on-shop-page-woocommerce/
    the author wrote

    You can find the add-to-cart file under wp-content > plugins >woocommerce > templates > loop > add-to-cart.php

    In this case you need copy this file into it saving folder structure and make changes there.
    For example:
    wp-content/themes/woopress_child/woocommerce/templates/loop/add-to-cart.php

    Is it safe to update WordPress to 4.4 with WooPress?

    We recommend you to keep 4.3.1 version for now as we haven’t tested 4.4 version yet.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 18:16

    Ok, looking forward to your reply.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 18:16

    Hello,

    Here is video tutorial how to update theme:
    Don’t forget to make backup of the site before update.
    https://www.youtube.com/watch?v=KdWESIIPU1k
    The video tutorial is for Legenda theme, but the process is identical.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 18:06

    I’ve clicked on ‘update’ (http://prntscr.com/9c765e) for ‘Product 2003’ and now the price is true.
    Please try this for all others products.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 18:00

    Sorry, but it’s very difficult to tell you the right code for this element.
    Could you please transfer your site to some hosting and provide us with credentials to admin panel?

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 17:56

    Hello,

    I’ve just checked variable product and price is the same as in the admin panel.
    See screenshots:
    http://prntscr.com/9c70nv
    http://prntscr.com/9c714c

    Could you please clarify with more details?

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 17:41

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 17:40

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 17:40

    Hello,

    You can use Lightshot program to make screenshots and then provide us with link to them.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 17:22

    Hello,

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

    .product-title{
        margin: 15px 0 15px;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 17:02

    Please replace code above to

    .page-heading #breadcrumb,
    .page-heading .woocommerce-breadcrumb {
        display: none;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 16:27

    Hello,

    Do you want to disable breadcrumbs on the shop page?
    Please try this code in Theme Options->Custom CSS->Global Custom CS.

    .page-heading .woocommerce-breadcrumb {
        display: none;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 16:24

    Hello,

    First you need to disable ‘Show footer demo blocks’ option in Theme Options->General then create footer manually.
    Please read more in our documentation:
    https://www.8theme.com/demo/docs/woopress/index.html#!/0_footer

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 16:19

    Hello,

    Yes, you can.
    Also your FTP credentials aren’t correct. Please check them.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 9, 2015 at 15:29

    Hello,

    1) Please provide us with link to this page.
    2) Try use this code in Global Custom CSS

    .etm_menu_old_side.size0 {
        margin-top: -6px;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 8, 2015 at 16:36

    Hello,

    Did you make changes in default theme files?
    Please try this code in Theme Options->Custom CSS->Global Cusstom CSS.

    .page-content {
        margin-top: 90px;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 8, 2015 at 15:23

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 8, 2015 at 13:59

    Hello,

    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 8, 2015 at 13:56

    We’ve taken your request into our account.

    Have a good day!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 8, 2015 at 13:36

    As I see you’re already edited code that I added and they working on click.
    You can also add text ‘Sign out/in’ like you did it with ‘Login/Register’.

    Is there really no way to add the top links (Register | Sign In) to the left side of the top bar? This would be great.

    Unfortunately we don’t have such options.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 8, 2015 at 12:49

    Hello,

    I’ve added this code
    <p>Welcome in <a href="#">Woobags</a> Guest! <a class="active" href="#">Login</a> or <a class="active" href="#">Register</a></p>
    in Theme Options->Header->Header custom HTML (for 6, 7, 13, 14, 18 headers). Please check it.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 8, 2015 at 10:00

    Hello,

    I’ve changed code in wp-content/themes/royal/js/etheme.js file in // ! Tabs section from
    scrollTop: currTab.offset().top - 50
    to
    scrollTop: currTab.offset().top - 150

    Please check animation now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 8, 2015 at 08:36

    Hello,

    Try to disable third-party plugins one by one and check it, one of them caused issue.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 8, 2015 at 08:29

    Hello,

    You can delete it in Dashboard->Theme Options->Single Product Page.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 8, 2015 at 08:26

    Hello,

    We’re glad to hear it.
    If you have any questions feel free to contact us.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 8, 2015 at 08:22

    Hello @danielunda,

    http://themeforest.net/item/the-leader-ecommerce-responsive-mpurpose-theme/5493981

    Before update delete “woocommerce” folder in the directory wp-content/themes/theleader/ 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!
    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
    December 8, 2015 at 08:19

    Hello,

    Please use this code in custom.css

    @media (max-width: 767px){
    .logo img {
        max-width: 280px !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
    December 7, 2015 at 19:07

    You’re welcome!

    Regards,
    Robert Hall.

  • 1 2 3 121 122 123 383 384 385
    Viewing 3,660 results - 3,631 through 3,660 (of 11,542 total)
Viewing 30 posts - 3,631 through 3,660 (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.