Forum Replies Created

Viewing 30 posts - 56,311 through 56,340 (of 68,223 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 14:28

    Hello,

    Please add this code in custom.css file:

    .top-bar .languages-area,
    .top-bar .languages-area .widget_icl_lang_sel_widget {
        width:  auto;
    }
    .top-bar .wpml-ls-legacy-dropdown-click {
        width:  auto;
        background: transparent;
    }
    .top-bar .wpml-ls-sidebars-languages-sidebar, .top-bar .wpml-ls-sidebars-languages-sidebar a, .top-bar .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
        background:  transparent;
        border: none;
        color:  #fff;
    }
    .top-bar .wpml-ls-sidebars-languages-sidebar a:hover {
        background:  transparent;
        color:  #fff;
        text-decoration:  none;
    }
    .top-bar .wpml-ls-sidebars-languages-sidebar .wpml-ls-sub-menu {border:  1px solid;background: rgba(255, 255, 255, 0.2);}
    .top-bar select {
        line-height:  1;
        width: auto;
        height:  auto;
        margin:  0;
        border: none;
        background-color:  transparent;
        color:  #fff;
        padding:  0;
        font-weight: 200;
        outline-offset:  0;
    }
    .fixed-header .menu > li > a:hover:after, .main-nav .menu > li > a:hover:after,
     .fixed-header .menu > li.current-menu-item > a:after, .main-nav > li.current-menu-item > a:after {
        background: #9c81b8;
    }
    .fixed-header .menu > li > a:after, .main-nav .menu > li > a:after {
        transition:  all 0.2s linear;
        content:  '';
        height:  2px;
        position:  absolute;
        width:  100%;
        background: transparent;
        top: 0;
    }
    .my-account-link:before, .logout-link:before, .login-link:before, .register-link:before, .checkout-link:before {
        color:  #fff;
    }
    .header-wrapper .top-bar .side-area-icon i:before {
        color:  #fff;
    }

    How to create custom.css you can watch in this tutorial – https://www.youtube.com/watch?v=Qok2zRedRMY.
    Widgets of top bar you can change in Appearance > Widgets > Place in header top bar. Read more in our documentation – https://www.8theme.com/demo/docs/legenda/#!/widgets

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 14:05

    Dear @GEMA,

    Please update WPBakery Page Builder (Visual Composer) plugin to the latest version https://www.8theme.com/download-plugins/page/3/ (https://www.8theme.com/faq/ – How to update plugins included in theme?).
    Let me know if the problem will be solved.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 13:50

    Hello,

    Please change permissions to 777 for “tmp” folder in the directory /woopress/framework/inc/really-simple-captcha.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 13:47

    Hello,

    You’re welcome!
    Please add this code:

    #etheme-popup {
        background-size: contain;
    }

    and set Popup background color in Theme Options > Promo Popup to get – http://prntscr.com/j0qmn6

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 13:41

    Hello,

    The default demo language links doesn’t work, it’s just an option to show that you can create multilingual site. If you plan to create multilanguage site you may use WPML plugin https://wpml.org/documentation/related-projects/woocommerce-multilingual/, but if you want to simply translate site to one language I would recommend you use Loco translate plugin https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ (the same for legenda theme) Translation files should be added in wp-content/languages/themes folder with correct names, like legenda-de_DE.po and legenda-de_DE.mo.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 13:33

    Hello,

    1. I do not see the problem http://prntscr.com/j0qczh Have you sorted out?
    2. Make sure that Custom css is enabled in Theme Options.
    Do not forget to clear cache before checking.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 13:28

    Hello,

    Please find function et_update_slider in legenda/framework/import.php file via FTP and add class_exists('RevSlider') like on the this screenshot – http://prntscr.com/j0q6l6
    We will fix this bug in next theme update.
    Let us know if you need any further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 13:16

    I’ve made some changes, please add this custom css code in custom.css file:

    #etheme-popup .vc_row {
        position: absolute;
        width: 100%;
        right: 2%;
        bottom: 0px;
    }
    #etheme-popup .checkbox-label {
        bottom: -10px;
        left: 2%;
    }

    How to create custom.css you can watch in this tutorial – https://www.youtube.com/watch?v=Qok2zRedRMY.
    The result should be – http://prntscr.com/j0q43o

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 13:04

    Hello,

    Sorry for the delay. Please provide FTP access also.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 12:51

    Hello @GEMA,

    Could you please provide temporary wp-admin access in the Private Content area?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 12:48

    Button from Icon Box element haven’t option to open link in new tab, so I would recommend you to use the separate Button element https://prnt.sc/j0pomn

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 12:39

    Hello,

    Please add this code in Theme Options > Styling > Custom css:

    .item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-item-has-children {
        border: none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 12:29

    2. Yes, I would recommend you to create a static block and set it in Footer Column 1 widget area.
    Read more – https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/ https://www.8theme.com/documentation/xstore/support/static-blocks/
    3. Please add this css code in Theme Options > Styling > Custom css:

    footer .mc4wp-form .et-mailchimp input[type="email"] {
        color: #999;
        margin-bottom: 15px;
        width: 100%;
        background-color: #fff;
    }
    .mc4wp-form .et-mailchimp input::-webkit-input-placeholder {color:#999;}
    .mc4wp-form .et-mailchimp input:-moz-placeholder           {color:#999;}
    .mc4wp-form .et-mailchimp input:-ms-input-placeholder      {color:#999;}
    

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 12:19

    You can add the block as custom pre footer for the shop http://prntscr.com/j0p8s1

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 12:16

    Please try to use this custom css code:

    .header .shopping-container {
        position:  absolute;
        top: 300px;
        width:  max-content;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 12:08

    Hello @GEMA,

    We excluded real images from demo content because many of our clients had the problems with demo content import because of the large size of import file and server settings. As a rule, our customers have their own images and there is no any problem to replace placeholders by real images.
    Let us know if you need any assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 12:05

    Hello,

    Please read about theme update in our documentation -https://www.8theme.com/demo/docs/lifestyle/#theme_installation_and_upgrade
    If you edited php files, I would recommend you to transfer changes into a child theme. Your Theme Options settings won’t be lost, but you can export them into file (Theme Options > Import/Export > Options > Import Export > Download data file)
    Don’t forget to create a backup of your files and database before starting update process.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 10:53

    Simply write the username, like – http://prntscr.com/j0o1bn

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 10:40

    Wp-admin credentials are incorrect. Please check them.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 10:32

    Hello,

    Please read this article about import woocommerce pages https://docs.woocommerce.com/document/woocommerce-pages/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 10:30

    Hello,

    You can create a static block and add the Instagram element (Visual Composer > Role manager and enable composer for the Static Blocks) then add the block in Appearance > Widgets > After the products area.
    Make sure that you set a correct value in “Username or hashtag” field.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 10:21

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 10:11

    Hello,

    Appearance > Widgets > After the products area https://www.8theme.com/documentation/docs/widgets-custom-widget-areas/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 09:31

    Hello,

    Theme Options > General > Header Settings > Show number of cart items on favicon

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 09:30

    We have fixed the bug in new theme version – http://prntscr.com/j0mr5r
    Please follow these steps:
    – rename xstore theme folder via FTP (on your site will be activated a default theme if you have such one in themes folder);
    – rename our theme folder one more time (xstore);
    – do update of xstore theme via admin panel to latest version while the default theme is activated on your site;
    – activate the xstore theme.
    Or provide us with wp-admin and FTP access in the Private Content area.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 09:08

    Hello,

    To achieve the desired result you need to use also custom css code. On your site, the popup doesn’t have the form now, so I can’t inspect the form via browser console and give you appropriate css code.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 09:00

    Hello,

    Please describe step by step what should we do to re-create both problems.
    Thanks in advance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 08:49

    Hello,

    Here are settings for the content – https://prnt.sc/j0m85l https://prnt.sc/j0maeo + default margin for the slider element http://prntscr.com/j0m8vo
    You can change these settings or provide us with temporary wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 08:42

    Hello,

    If you want to change the color, the appropriate code can be found in Custom css for page – http://prntscr.com/j0m61x This code make effect only on page where is added, but you can transfer it in Theme Options > Styling > Custom css to apply the custom css for all pages.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 4, 2018 at 08:25

    Hello,

    Please provide us with temporary wp-admin and FTP access.

    Regards

  • 1 2 3 1,877 1,878 1,879 2,273 2,274 2,275
    Viewing 56,340 results - 56,311 through 56,340 (of 68,223 total)
Viewing 30 posts - 56,311 through 56,340 (of 68,223 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.