Forum Replies Created

Viewing 30 posts - 14,461 through 14,490 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    June 17, 2015 at 08:05

    Hello,

    Did you get my previous reply?

    As I see fi_FI.po file in the directory wp-content/themes/royal/languages isn’t translated.
    Please translate all words and check the site after that.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 17, 2015 at 07:57

    Hello,

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

    .header-type-7 .header .navbar-header {
        width: 90% !important;
    }

    Please check header now.
    To translate theme you need follow the instruction in our documentation:
    https://www.8theme.com/demo/docs/royal/#!/1_how_to_translate

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 19:18

    Hello,

    When I connected via FTP I see this folders listing:
    http://storage1.static.itmages.com/i/15/0616/h_1434478615_1809383_763f02e884.png
    So where exactly are your files located in?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 19:15

    Hello,

    I’ve added this code in Appearance > Custom CSS:

    @media only screen and (min-width: 940px) {
      .rev_slider_wrapper, .rev_slider {
         width: 600px !important;
    }}
    @media only screen and (max-width: 800px) and (min-width: 510px) {
      .rev_slider_wrapper, .rev_slider {
         width: 460px !important;
    }}

    Please check your site now om mobile devices.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 19:04

    Hello,

    Could you please answer my previous question?

    What is the url to WHM panel?
    Could you please provide us with FTP host, FTP login, FTP password to be able to access your FTP account?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 19:02

    Hello,

    You can modify email in Wp-admin > Woocommerce > Settings > Emails.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 18:59

    Hello,

    Please update the theme to the latest version and Woocommerce as well.
    Before update delete “woocommerce” folder in the directory wp-content/themes/woopress/ 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).

    After that check the text in the file plugins/woocommerce/templates/cart/cart-shipping.php file on line 76.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 18:43

    Hello,

    Please add this code in custom.css file:

    .product-slider .product-slide .product-name {
       height: 40px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 18:13

    Hello,

    Please specify the directory where your site files are located via FTP.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 18:05

    Hello,

    Please take our apologies but we can’t guarantee full compatibility of 3rd-party plugins with the theme. You have to check them yourself. There is huge amount of plugins and we can’t test all of them.

    Thank you for understanding.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 18:02

    Hello,

    Please give us correct link to wp-admin panel and clarify how we can replicate the issue.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 17:58

    Hello,

    You can change background color for footer in Theme Options > Footer > Footer Background Color.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 17:55

    Hello,

    If you want to have multilingual site you need use WPML plugin which is fully compatible with our theme http://wpml.org/ .
    You can select what languages you want to use and translate the texts of plugins and the theme via String Translation https://wpml.org/documentation/getting-started-guide/string-translation/
    https://wpml.org/documentation/getting-started-guide/theme-localization/

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 17:38

    Hello,

    You can translate that text in .po file in wp-content/themes/xmarket/languages.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 16:06

    Hello,

    I’ve checked “Dining room” subcategory http://www.inegolhome.com/product-category/dining-room/dining-room-dining-room/ and only see “dining room” items. “Dining Room” main category will show products from all subcategories that are attached to it (in your case they are “Dining room” and “Kitchen tables” subcategories).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 15:58

    Hello,

    The VC editor is working the same way with default WordPress theme. Check it yourself. You can ask VC authors in comments section about this issue: http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431/comments

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 15:51

    Hello,

    Unfortunately we can’t log in to wp-admin panel.
    Please check if there are any restrictions on a server. Did you close access for different IP addresses except of yours?
    Please check it.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 14:28

    Hello,

    Please add this code in custom css in Theme Options > Typography > Custom CSS:

    .group_table td.label {
        color: grey !important;
    }
    .group_table td.price .amount, .stock.in-stock {
        font-size: 15px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 13:30

    Hello,

    I’ve added this code in Appearance > Custom CSS:

    form.cart table div.quantity {
      width: auto;
    }

    and activated the plugin “WooCommerce Quantity Increment”. Please clear browser cache and check grouped products.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 13:22

    Hello,

    Try to add this code in custom.css file:

    #products-grid.products_grid .product-grid .product-name {
     height: 50px !important;
    }

    To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 13:16

    Hello,

    1. Please add this code in custom.css file:

    .shop-text, .cart-summ {
        color: white !important;
    }
    .cart-popup-container {
        position: fixed !important;
        top: 125px !important;
        right: 100px !important;
    }

    To change cart icon you need edit the file wp-content/themes/royal/images/sprite/icons.png via Photoshop or upload your image and add this code in custom.css:

    .ico-sum {
        background-image: url("http://path_to_your_image"); 
    }

    2. You have added Woocommerce Products widget into Footer 1 area in Appearance > Widgets. Remove it and that list will disappear.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 13:02

    Hello,

    Please go to Pages > edit your home page > delete the logo in “Logo image for this page” in the right side.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 12:55

    Hello,

    Sorry, we’re still getting 403 error.
    Please give us FTP credentials.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 12:53

    Hello,

    Please give us correct wp-admin panel credentials as we can’t log in with the previous credentials.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 12:38

    Hello,

    Try to select other layout in Theme Options > Product page layout > Layout. After that clear browser cache and check sidebar on Shop page.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 12:09

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 12:06

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 12:06

    Hello,

    1. Quantity box is related to Woocommerce configuration. You should contact their support team.

    2. Add this code in custom.css file:

    #products-grid.products_grid .product-grid .price .amount {
     display: inline-block;
    }

    To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 11:33

    Hello,

    1. I’ve set “Enable slider for gallery images” to “On” in Theme Options > Single Product Page. Please clear browser cache and check single product pages.
    2. I’ve added this code in Theme Options > Custom CSS > Global Custom CSS:

    .page-heading .woocommerce-breadcrumb, .page-heading .title, .page-heading a, .breadcrumbs {
        color: white !important;
    }

    Please check breadcrumbs now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 16, 2015 at 11:23

    Hello,

    There is a notice in error_log file:
    PHP Warning: Missing argument 2 for apply_filters(), called in /home/olzhugag/public_html/maidens/wordpress/wp-content/themes/woopress-child/woocommerce/archive-product.php on line 29 and defined in /home/olzhugag/public_html/maidens/wordpress/wp-includes/plugin.php on line 177
    The issue is caused by your customization in the file woopress-child/woocommerce/archive-product.php on line 29.
    Please check it.

    Regards,
    Eva Kemp.

  • 1 2 3 482 483 484 1,045 1,046 1,047
    Viewing 14,490 results - 14,461 through 14,490 (of 31,382 total)
Viewing 30 posts - 14,461 through 14,490 (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.