Forum Replies Created

Viewing 30 posts - 13,621 through 13,650 (of 16,153 total)
  • Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2015 at 09:59

    Hello,

    Featured products arrows in the homepage can be edited with help of some image editor because they are loading from the file wp-content/themes/blanco/images/slide_next.png.

    To change hover color of “Shopping Cart” link in the header use this code in custom.css:

    #top-cart > a:hover {
      color: red;
    }

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2015 at 09:57

    Hello,

    Please provide us with FTP and WP Dashboard credentials in private content.
    Specify how you want to rename the first tab (are you talking about the tab “Description”?).

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2015 at 09:54

    Hello,

    I’ve also added this code in custom.css:

    .product-grid .product-name {
      height: 50px;
    }

    Please check the products now.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2015 at 09:48

    Hello,

    You can upload screenshot to dropbox or any other web storage.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2015 at 08:18

    Hello,

    I’ve added this code in child style.css for http://www.eurocorals.com site:

    .tabs .tab-title:first-child {
      margin-left: 32px;
    }
    .tabs .tab-content {
     width: auto !important;
    }

    and edited the file content-single-product.php in wp-content/themes/legenda-child/woocommerce (I commented the code woocommerce_output_product_data_tabs(); in line 111 and placed it in line 98).

    Please check the tabs now.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2015 at 07:50

    Hello,

    Please provide us with FTP and WP Dashboard credentials in private content.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2015 at 07:49

    Hello,

    Try to edit the file wp-content/themes/legenda/woosearchform.php and comment the line 12 <input type="hidden" name="post_type" value="product" /> and that clear your browser cache and check search form.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2015 at 07:46

    Hello,

    As I see you’ve already added an image to your footer. Have you resolved this issue?
    To add background image to your site content use this code in custom.css file:

    .page-wrapper {
      background-image: url("http://path_to_your_image");
    }

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2015 at 07:40

    Hello,

    Please add this code in custom.css:

    .success {
      background-color: black !important;
      background-image: none;
    }
    .error {
      background-image: none;
      background-color: black !important;
    }

    Write your color values.

    How to create custom.css you can watch in this tutorial.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2015 at 07:34

    Hello,

    Glad to hear it.

    Have a nice day.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2015 at 07:34

    Hello,

    Please add this code in custom.css file:

    @media (max-width: 767px) {.copyright {
      padding: 0px 0 !important;
    }}

    How to create custom.css you can watch in this tutorial

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2015 at 07:30

    Hello @Babi47,

    Please provide us with FTP and WP Dashboard credentials in private content and show us a problem page.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2015 at 07:29

    Hello,

    1. “Shipping and Handling” can be translated in wp-content/themes/legenda/woocommerce/cart/cart-shipping.php (line 22)

    “Cart Subtotal” is placed in wp-content/themes/legenda/woocommerce/cart/cart-shipping.php.

    “Search” can be found in the file wp-content/themes/legenda/searchform.php.

    2. Please try to use this code in custom.css:

    .woocommerce ul.product_list_widget li a, .woocommerce-page ul.product_list_widget li a {
      width: 200px;
    }

    How to create custom.css you can watch in this tutorial

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 8, 2015 at 10:44

    Hello,

    Please delete “woocommerce” folder in the directory wp-content/themes/blanco/ and reupload it from a new theme package.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 8, 2015 at 10:41

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 8, 2015 at 09:23

    Hello,

    I’ve replaced previously provided css code with the following:

    .et-mega-search.result-exist {
    z-index: 1000 !important;
    }

    Please clear browser cache and check the site.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 8, 2015 at 09:23

    Hello,

    I activated Royal theme and checked Visual Composer editor and it works fine.
    Please clarify how we can replicate the issue and show us a screenshot.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 8, 2015 at 09:13

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 8, 2015 at 09:13

    Hello,

    The code is below:

    <li class="login-link">
    <a href="<?php echo get_permalink( get_option('woocommerce_myaccount_page_id') ); ?>"><?php _e( 'Sign In', ETHEME_DOMAIN ); ?></a>
    <?php if($popups) : ?>
    <div class="login-popup">
    <div class="popup-title">
    <span><?php _e( 'Login Form', ETHEME_DOMAIN ); ?></span>
    </div>
    <form method="post" class="login" action="<?php echo get_the_permalink( get_option( 'woocommerce_myaccount_page_id' ) ); ?>">
    <?php do_action( 'woocommerce_login_form_start' ); ?>
    <p class="form-row form-row-first">
    <label for="username"><?php _e( 'Username or email', 'woocommerce' ); ?> <span class="required">*</span></label>
    <input type="text" class="input-text" name="username" id="username" />
    </p>
    <p class="form-row form-row-last">
    <label for="password"><?php _e( 'Password', 'woocommerce' ); ?> <span class="required">*</span></label>
    <input class="input-text" type="password" name="password" id="password" />
    </p>
    <div class="clear"></div>
    <?php do_action( 'woocommerce_login_form' ); ?>
    <p class="form-row">
    <?php wp_nonce_field( 'woocommerce-login' ); ?>
    <input type="submit" class="button" name="login" value="<?php _e( 'Login', 'woocommerce' ); ?>" />
    </p>
    <div class="clear"></div>
    <?php do_action( 'woocommerce_login_form_end' ); ?>
    </form>
    </div>
    <?php endif; ?>
    </li>

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 8, 2015 at 09:06

    Hello,

    You’re using low php version. Please ask your hosting provider to update it to at least 5.3 version.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 8, 2015 at 09:02

    Hello,

    Go to WP Dashboard > Ultimate > Modules > Style and Scripts tab and turn on “Optimized JS” and “Optimized CSS” options. After that check the counter.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 8, 2015 at 08:59

    Hello,

    As I see blog images have the same size on Blog page.
    Please clarify where you see the issue.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 8, 2015 at 08:45

    Hello,

    Unfortunately there is no shortcode for registration form.
    What Royal theme version are you using?
    Please provide us with WP Dashboard and FTP credentials in private content.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 8, 2015 at 08:28

    Hello,

    Sorry, but I don’t see any errors. Please check in another browser.
    If the issue still persists please show us a screenshot.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 7, 2015 at 16:58

    Hello,

    Unfortunately we don’t see such issue:
    http://storage4.static.itmages.com/i/15/0807/h_1438963028_5026672_c463a06d2b.png
    and we can’t replicate it, because chat window shows “We’re not around right now. But you can send us an email and we’ll get back to you, asap.” message even if chat console is active.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 7, 2015 at 16:49

    Hello,

    Please add this code in custom.css file:

    .product-grid .product-image img {
      height: 200px;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 7, 2015 at 16:48

    Hello,

    As I see there is no sidebar on single product page. Please add it and then notify us to fix the issue.
    Thank you.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 7, 2015 at 16:47

    Hello,

    That text can be found in wp-content/plugins/essential-grid/public/essential-grid.class.php in line 2951.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 7, 2015 at 13:57

    Hello,

    Sorry, but there is no such option and all category pages use the same Woocommerce template, so you can’t add separate brands menu to different category pages.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 7, 2015 at 13:44

    Hello,

    Please give us access to all site files and not only to “plugins” directory.

    Thank you.
    Best regards,
    Jack Richardson.

  • 1 2 3 454 455 456 537 538 539
    Viewing 13,650 results - 13,621 through 13,650 (of 16,153 total)
Viewing 30 posts - 13,621 through 13,650 (of 16,153 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.