Forum Replies Created

Viewing 30 posts - 27,691 through 27,720 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 15:45

    Hello @Howard,

    As I see the demo content is imported and Shop page is displayed.
    I’ve just imported Revolution Slider manually.
    Please check it.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 15:35

    Hello,

    Please specify the exact error you’re getting.
    Are you uploading images via wp-admin panel? Could you provide us with the login credentials to admin panel and your FTP account in Private Content to check it from our side?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 15:32

    Hello @pierreraiche,

    Unfortunately we don’t have the exact date. We’re sorry.
    But be sure it’ll be produced very soon.

    Thank you for your understanding and patience.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 15:29

    Hello,

    We’re very thankful for your patience.
    A new release will be produced very soon.

    We’re sorry for such difficulties.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 15:27

    Hello,

    Please provide us with the site link as well.
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 15:20

    Hello,

    We’ve already released 2.4 version of Legenda theme: http://themeforest.net/item/legenda-responsive-multipurpose-wordpress-theme/5888906
    Please update it and try to remove the images.
    If there are still some difficulties please let us know and confirm we may remove all images.
    Also please specify the path to your site files via FTP.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 15:12

    Hello,

    Please provide us with FTP access as well.
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 14:57

    Hello,

    To change background color of the top bar you need add this code into custom.css file:

    .header-type-2 .top-bar {
        background-color: #F8F8F8;
    }

    To remove languages area use this code in custom.css:

    .top-bar .languages-area {
      display: none;
    }

    To change color of the menu icon on mobile device:

    .side-area-icon i:before, .menu-icon i:before {
        color: #000;
    }

    and top bar background color:

    @media (max-width: 979px) {.top-bar {
       background: #000 !important;
    }}

    Don’t forget to replace color values with yours.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 14:46

    Hello,

    Sorry for misunderstanding. You’re using header type 3 and cart drop down doesn’t work there. You need use header type 1, 2, 5 or 7 to have this option.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 14:38

    Hello,

    Yes, you can use WPML plugin. It’s compatible with our theme.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 14:37

    Hello,

    Please use the following code in custom.css:

    .prev.arrow3952.disabled, .next.arrow3952 {
    display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 14:32

    Hello,

    Plugins archives are placed in the theme package in legenda/framework/plugins directory. If there are difficulties to install them automatically you can do this manually. Extract the archives and upload plugins folders to the wp-content/plugins directory. After that you’ll be able to active them in wp-admin panel > Plugins.

    Concerning the “Install demo data” button, it may not work because of some server settings. Also check at your hosting provider what php version you are using. If it’s low version ask them to update it to 5.3 at least.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 14:24

    Hello,

    Sorry, but the login credentials you provided are incorrect.
    Please check them.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 12:44

    Hello,

    Sorry, but unfortunately we don’t have such option for featured products slider in the theme.
    Please take our apologies.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 12:42

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 12:40

    Hello,

    Please add this code in custom.css:

    .logo img {
        margin-left: 20px;
        margin-top: 20px;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 12:38

    Hello,

    Please don’t worry regarding this warning. It will be fixed in our next update.
    Please be sure it won’t affect your site work.

    Sorry for inconveniences.
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 12:36

    Hello,

    You can change height of parallax section with the code:

    .et_section.parallax-section {
        height: 400px;
    }

    Add it into custom.css file.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 12:27

    Hello,

    Are you using WordPress 4.0 version? If so, WPLANG is deprecated ( https://core.trac.wordpress.org/changeset/29630 ). Use $locale=’your_language_prefix';

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 12:22

    Hello,

    Please try to disable Ajax “Add to Cart” in Theme Options > Single Product Page.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 12:20

    Hello,

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

    .header-type-4 .logo-with-menu img {
        max-width: 200%;
        width: 200%;
        margin-bottom: -20px;
        margin-top: -20px;
        margin-left: -40px;
    }

    How to create custom.css you can watch here.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 12:13

    Hello,

    I’ve removed 3 images.
    Please check the footer now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 11:37

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 11:34

    Hello,

    I’ve just checked submenus and they are clickable and don’t disappear.
    What browser are you using for checking? Is it for the main or fixed header?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 11:28

    Hello,

    You can change the layout of the Checkout page in Theme Options > Shop > Checkout page > Quick Checkout.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 11:12

    Hello,

    Have you tried to remove all images and upload just one?

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 10:37

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 10:36

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 10:34

    Hello,

    We’ve sent demo data to your email address.
    Please check it.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    September 22, 2014 at 10:32

    Hello,

    That’s not correct. Have you watched the tutorial I provided you in the previous post?
    You need rename default.custom.css to custom.css via FTP and enable it in Theme Options > Custom CSS.

    Thank you.
    Regards,
    Eva Kemp.

  • 1 2 3 923 924 925 1,045 1,046 1,047
    Viewing 27,720 results - 27,691 through 27,720 (of 31,382 total)
Viewing 30 posts - 27,691 through 27,720 (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.