Forum Replies Created

Viewing 30 posts - 13,471 through 13,500 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 13:10

    Hello,

    Please add this code in custom.css:

    @media (max-width: 480px) { .et-tooltip > div {
      display: none;
    }
    .tp-caption .randomrotate .start {
      display: none;
    }}

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 13:05

    Hello @solmaz200,

    I’ve edited the file theme-functions.php.
    Please check your site now and clear browser cache before.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 13:00

    Hello,

    1. I’ve added Interactive Banner element to your home page. Please check it.

    3. Please clarify what “Icons Manager” you mean.
    Please show us a screenshot of the problem.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 12:50

    Hello,

    Please add image to the product page and provide us with wp-admin panel credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 12:07

    Hello,

    1./3. The issue has been fixed. Please check it.

    2. As I see projects are loading properly:
    http://storage4.static.itmages.com/i/15/0713/h_1436785081_8694311_45cc097f14.png
    Please clear browser cache and check the links again.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 11:54

    Hello,

    Please add this code in custom.css to decrease space under the menu:

    .content-page, .page-content {
        margin-top: 0px !important;
    }

    Seems you updated the theme incorrectly because there is no such icon issue on our test site. Please try to reupload theme files of the latest version.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 11:52

    Hello,

    Please try to use this code:

    .et-mobile-menu li a {
      color: #fff !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 11:17

    Hello,

    I’ve activated the plugin. Please check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 11:14

    Hello,

    Try to use this code in custom.css file:

    .menu {
      margin-left: 100px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 11:07

    Hello,

    Please give us correct wp-admin panel credentials.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 11:06

    Hello,

    Please provide us with the correct wp-admin panel credentials. We can’t log in with the current ones.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 11:04

    Hello @atombomb007,

    WP admin panel credentials are incorrect.
    Please check them.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 10:50

    Hello,

    I’ve added this code in custom.css file to disable top bar on other pages:

    .top-bar {
        display: none !important;
    }

    and added this code CSS block of Visual Composer editor on your home page to make top bar shown only on this page:

    .top-bar {
        display: block !important;
    }

    To remove top border from languages form you need edit the code that you added in custom.css:

    .top-bar {
    	background-color: transparent !important;
            color:#000 !important;
    }

    and remove the line color:#000 !important;.

    To move languages list to the right in the top bar add the code in custom.css:

    .languages-area {
        float: right !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 10:17

    Hello,

    In this case you have to contact Woocommerce support team.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 10:15

    Hello,

    I’ve copied source code for map element from our test site and added it to your test page. Please check the page now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 10:07

    Hello,

    You need install the theme via FTP as described in our documentation:
    https://www.8theme.com/demo/docs/woopress/#!/installation_upgrade
    Please provide us with wp-admin panel and FTP credentials to change the issue with Visual Composer.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 10:05

    Hello,

    You need mark featured products as shown in the documentation:
    https://support.woothemes.com/hc/en-us/articles/203104327-Mark-Product-as-Featured. To mark product as new you need edit it and select “Mark product as “New”” in the product editor in “Additional product option” block at the bottom.
    For sale products you need select sale price in the product editor.

    I don’t see any problems with tabs on single product pages. Please clarify your issue. Also you need update all required plugins to the latest version https://www.8theme.com/download-plugins/ .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 09:57

    Hello,

    The reason is you have different sizes for original images. You need reupload them with similar sizes and to have the correct display you need upload images with approximate dimensions 1425px × 1900px.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 09:51

    Hello,

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

    3. Please add this code in custom.css:

    .fixed-header-area .menu {
        margin-left: 200px !important;
    }

    4. You can remove the current icon using this code:

    .cart-bag .ico-sum::after {
      background-color: transparent;
    }
    .ico-sum::before {
        content: none !important;
    }

    and add your icon image with this code:

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 09:35

    Hello,

    Please add this code in custom.css to show the title in the top:

    .shop_table .shipping th {
      vertical-align: top !important;
    }

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 09:09

    Hello,

    Try to use this code in custom.css:

    .page-heading {
        padding-top: 20% !important;
        background-size: 100% 50%;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 08:50

    Hello,

    The reason is you removed “Newsletter” link from the top bar.
    Get is back and popup should work fine.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 08:39

    Hello,

    WP credentials are incorrect. Please check them.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 08:34

    Hello,

    Please provide us with your site url.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 08:33

    Hello,

    It requires not only for the theme installation but for further proper work of the theme and the required plugins.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 08:31

    Hello,

    The archive of Visual Composer plugin is uploaded to this page https://www.8theme.com/download-plugins/ .
    You can download it from there.

    Regards,
    Eva Kemp.

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

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 08:18

    Hello,

    1. “Type here…” text is present in the file wp-content/themes/classico/woosearchform.php.

    2. “Select options” text can be found in .po file of Wishlist plugin. You need translate it in wp-content/languages/plugins directory.

    3. Please provide us with wp-admin panel credentials for admin and test account.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 13, 2015 at 08:13

    Hello,

    Sorry, but cart will update only if you click “Update Cart” button.
    If you want to change this function you have to contact Woocommerce support as this is their configuration.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 11, 2015 at 20:48

    Hello,

    You need contact your hosting provider support and ask them to increase memory_limit value.

    Regards,
    Eva Kemp.

  • 1 2 3 449 450 451 1,045 1,046 1,047
    Viewing 13,500 results - 13,471 through 13,500 (of 31,382 total)
Viewing 30 posts - 13,471 through 13,500 (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.