Forum Replies Created

Viewing 30 posts - 3,811 through 3,840 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 17:06

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 17:00

    Hello,

    1. What posts should you see in the “Informations” section?
    The space can’t be removed because it’s block width of the widget.

    3. Elements can’t be updated automatically in the pages. When you update Visual Composer plugin the authors may change some code for the elements, but on your pages old element will be still used. That’s why you have to change deprecated element manually to avoid any issues.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 16:38

    Hello,

    There was odd space in the field “Customer Key”. I’ve removed it and now Tweeter feed is working.
    The font is already set to Raleway http://storage6.static.itmages.com/i/16/0516/h_1463413093_3007097_0c8f74c3a3.jpeg .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 16:06

    Hello,

    Have you made any changes in the theme files?
    May we reupload them?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 15:40

    Hello,

    Unfortunately there is no such option because Shop page and category pages use the same Woocommerce template.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 15:38

    Hello,

    1. Please look at the screenshot http://storage7.static.itmages.com/i/16/0516/h_1463409336_1776068_ea4af7e2eb.jpeg . The icon is spinning around. Item can’t be added to the cart.
    Please provide FTP and WP admin credentials in Private Content.

    2. Do you want just to change text “Total” to “Total discount received”?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 15:27

    Hello,

    Our demo just shows functionalities of Visual Composer and Woocommerce plugins.
    You can create other pages using Visual Composer editor.
    What pages exactly do you want to install?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 15:25

    Hello,

    Please use this css code:

    #product-pager .owl-item img {
      opacity: 1;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 15:17

    Hello,

    Please try the solution described here http://www.kriesi.at/support/topic/menu-problems-cannot-save-new-menu-items/ .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 15:10

    Hello,

    We can help you to change styling using css code.
    Add new Tabs element and show a page.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 14:32

    Hello,

    Only basic pages are included in demo content.

    Please give us WP admin credentials to check VC issue.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 14:30

    Hello,

    Try to disable Object Cache option in W3 Total Cache settings and clear cache folder via FTP and in your browser.
    Then check the site.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 14:28

    Hello,

    Ok, looking forward to your reply.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 14:20

    Hello,

    1. We can’t add any product to Cart, loading icon is just spinning around.
    Please provide FTP and WP admin credentials in Private Content.

    2. Sorry, but we don’t provide support for 3rd-party plugins.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 14:13

    Hello,

    I’ve cleared cache via FTP.
    Please clear browser cache and check the site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 14:08

    Hello,

    The reason is you’re using low PHP version. Ask your hosting provider to increase it to at least 5.3 version.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 14:05

    Hello,

    You can remove this icon using code in Global Custom CSS:

    .header-type-7 .header .tbs span::before {
       background: transparent;
    }

    To change it use this css code:

    .header-type-7 .header .tbs span::before {
       background-image: url(http://your_link_to_image);
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 13:58

    Hello,

    Please provide FTP credentials.
    You can upload screenshot to any web storage like dropbox and give us a link.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 12:13

    Hello,

    You need create mega menu. Please read our documentation https://www.8theme.com/classico-theme-documentation/ (“6.3. Mega Menu”).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 12:07

    Hello,

    You need edit the file wp-content/themes/classico/framework/woo.php and replace the code in line 773:
    $product_price = get_option( 'woocommerce_display_cart_prices_excluding_tax' ) == 'yes' || $woocommerce->customer->is_vat_exempt() ? $_product->get_price_excluding_tax() : $_product->get_price();

    with this code:
    $product_price = $_product->get_price_including_tax();

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 12:00

    Hello,

    You need create attributes in Products > Attributes and set them for variable products:
    http://docs.woothemes.com/document/variable-product/

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 11:57

    Hello,

    You can add this css code to show arrows in the image for scrolling:

    .quick-view-popup .boxed .owl-carousel .owl-controls .owl-buttons > div {
        display: block !important;
    }

    Unfortunately there is no option for increase loading time. Sorry.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 11:50

    Hello,

    Add this code in Global Custom CSS:

    .cart-bag {
        top: -3px !important;
        right: -22px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 11:43

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 11:42

    Hello,

    Try to set these sizes in Woocommerce settings http://storage5.static.itmages.com/i/16/0516/h_1463395320_8272191_dde89d32c9.jpeg and regenerate thumbnails after that with the plugin http://wordpress.org/plugins/regenerate-thumbnails/ .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 11:21

    Hello,

    That is just a warning, not an error.
    Ask your hosting provider support to check for some fatal errors.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 11:19

    Hello,

    You need edit header file wp-content/themes/woopress/headers/header-structure-2.php and add the code you need after line 45.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 11:01

    Hello,

    We’re glad you have found the solution.
    Have a nice day.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 10:59

    Hello,

    1. No, that’s different widget.

    2. There is no such option. You can use Woo Product Categories element and select what categories to show.

    3. To show 3 categories using our element add this code in Custom CSS for desktop:

    .page-id-18415 .owl-carousel .owl-item {
       width: 380px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    May 16, 2016 at 10:50

    Hello,

    What icon do you want to remove?
    Please show on a screenshot and provide your site name.

    Regards,
    Eva Kemp.

  • 1 2 3 127 128 129 1,045 1,046 1,047
    Viewing 3,840 results - 3,811 through 3,840 (of 31,382 total)
Viewing 30 posts - 3,811 through 3,840 (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.