Forum Replies Created

Viewing 30 posts - 11,881 through 11,910 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 09:31

    Hello,

    We’ll try to implement it future updates.

    Thank you for your notice.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 09:29

    Hello,

    As this is Visual Composer configuration you should ask their team if it’s possible to set a delay for “CSS Animation” option.
    http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431/comments

    Sorry for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 09:27

    Hello,

    You’re welcome.

    Have a great day too.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 09:23

    Hello,

    Did you enable the options in Woocommerce settings?
    Please refer to their documentation:
    http://docs.woothemes.com/documentation/plugins/woocommerce/getting-started/shipping/core-shipping-options/

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 09:19

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 09:17

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 09:16

    Hello,

    As I see you’ve added this code in child style.css:

    .content.main-products-loop.col-md-12 {
        margin-top: -120px !important;
    }

    Remove it or edit it to

    @media (max-width: 1200px) {.content.main-products-loop.col-md-12 {
        margin-top: -120px !important;
    }}

    and check the site then.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 09:13

    Hello,

    It’s the same. If you use child theme you can add code into child style.css file.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 09:12

    Hello,

    Use this code in Custom CSS:

    @media (max-width: 992px) {.cart-design-2 .shopping-cart-widget .cart-bag::before {
       border: 2px solid white;
    }
    .cart-design-2 .shopping-cart-widget .cart-bag .badge-number::before {
        box-shadow: 0px 0px 0px 35px white inset;}
    .cart-design-2 .shopping-cart-widget .cart-bag .badge-number {
        background-color: #FFF;
        color: #3D3D3D;
    }}

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 09:03

    Hello,

    Are you using any 3rd-party plugins? Please try to disable them and check the site after that.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 08:41

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 08:40

    Hello,

    Try to use this code in 8Theme Options > Typography > Custom CSS > Global Custom CSS:

    .header-logo {
        float: left;
    }
    .fixNav-enabled .fixed-active .menu-wrapper {
        max-height: 100%;
        float: left !important;
        margin-left: 200px;
        margin-top: -60px;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 08:24

    Hello,

    We support only Woocommerce plugin, not its extensions, as you know there is huge amount of them and we can’t test them all.

    Please take our apologies.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 25, 2015 at 08:22

    Hello @sebdicam,

    Use this css code to change comments color:

    #reviews .comment_container p {
        color: white;
    }

    Use this code to align product categories:

    .span4.product-category {
        margin-left: 2% !important;
    }

    To change background color for blog post add this code in custom.css:

    .post-single {
       background-color: white;
    }

    I’ve edited the code for social icons and added [share] shortcode http://storage1.static.itmages.com/i/15/0825/h_1440487179_8182793_917d73a596.png and this css code in custom.css:

    .share-title {
        display: none;
    }
    
    .etheme-social-icons {
        float: right;
        width: auto;
    }

    Now you can add code for other icons and add your social links in wp-content/themes/legenda/framework/shortcodes.php (line 1258).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 24, 2015 at 19:28

    Hello,

    Please check your site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 24, 2015 at 18:29

    Hello,

    Please use this code in 8Theme Options > Typography > Custom CSS > Global Custom CSS:

    .fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag:before, .fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number  {
        border-color: white;
    }
    .fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number:before {
        box-shadow: 0px 0px 0px 35px #FFF inset !important;
    }
    .fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number {
        color: #3D3D3D !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 24, 2015 at 17:10

    Hello,

    Sorry, but FTP credentials are incorrect. Please check them.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 24, 2015 at 17:09

    Hello,

    Please provide us with FTP and wp-admin panel credentials in private content.
    Confirm you’ve already made a backup of the site and database.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 24, 2015 at 17:08

    Hello @autenber,

    Please don’t create multiple queries.
    You’ve been replied in your own topic.
    Please check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 24, 2015 at 17:06

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 24, 2015 at 17:06

    Hello,

    Go to Theme Options > General > Fixed navigation > Off.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 24, 2015 at 17:05

    Hello,

    As I see the information is similar:
    http://storage4.static.itmages.com/i/15/0824/h_1440432224_5648608_4e0c4862bd.png
    http://storage5.static.itmages.com/i/15/0824/h_1440432263_3530335_7c956c975f.png

    Please clarify how we can see the issue.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 24, 2015 at 17:00

    Hello @g7studios,

    Some plugin is causing the issue. Please desctivate all 3rd-party plugins and check the slider.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 24, 2015 at 16:45

    Hello @graebermedien,

    Unfortunately frontend editor can’t be loaded in Legenda theme. You should use backend editor instead.
    Sorry for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 24, 2015 at 16:37

    Hello,

    Try to resave settings in wp-admin panel > Settings > Permalinks.
    If the issue persists after that please provide us with FTP and wp-admin panel credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 24, 2015 at 16:36

    Hello,

    Please provide us with the link to your site where you are getting such notices.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 24, 2015 at 16:34

    Hello,

    Please don’t create multiple queries. You’ve been replied in the other topic.
    Please check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 24, 2015 at 16:34

    Hello,

    Please provide us with FTP credentials in private content.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 24, 2015 at 16:33

    Hello,

    Please give us FTP details for the domain name you have issues with and give us direct url where you see the problem

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    August 24, 2015 at 16:31

    Hello,

    Use this code in custom.css:

    .menu > li > a {
       color: #000;
    }

    Write your color value.

    Regards,
    Eva Kemp.

  • 1 2 3 396 397 398 1,045 1,046 1,047
    Viewing 11,910 results - 11,881 through 11,910 (of 31,382 total)
Viewing 30 posts - 11,881 through 11,910 (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.