Forum Replies Created

Viewing 30 posts - 40,711 through 40,740 (of 68,231 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 15:14

    Hello,

    Please provide URL and temporary wp-admin access, so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 14:25

    The functionality of the mentioned element comes from XStore Code plugin
    et-core-plugin/app/models/customizer/theme-options/global.php
    et-core-plugin/app/models/customizer/icons.php
    New social icons for the element can’t be added via child theme, so you will need to repeat changes after every plugin update.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 13:20

    Hello,

    1) By default, there is no option to change it.
    2) This message comes from WooCommerce, style can be changed using Custom CSS code, for example –

    .single-product.sticky-message-on .content-page .woocommerce-message {
        background-color: #01588c !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 13:03

    Hi,

    Add the next code in Theme options > Theme Custom CSS:

    .woocommerce-message {
        background: #eda794;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 12:44

    Hi,

    Try the next code:

    .price_slider_wrapper .ui-slider .ui-slider-handle {
        width: 15px !important;
        height: 15px !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 12:42

    Hello,

    Read this post http://dejanjanosevic.info/remove-index-php-permalink-in-wordpress/
    This is not related to our theme. We are theme support, so we are able to help with issues related strictly to our theme, take it into account if you need help with default WordPress or WooCommerce questions. Contact WP or WC support if you have problems with default options.

    Feel free to contact us anytime if you have questions related to our theme settings.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 12:37

    I’ve passed your question to one of our technicians. Please be patient, the technicians team will be available after the weekend, and you will get an answer.
    If you have any other questions, open up a new topic.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 12:35

    Hello,

    It takes color from Dokan plugin settings – https://prnt.sc/v1mx1p , so change settings of the plugin (contact the plugin support to get assistance) or use the next custom CSS code:

    .dokan-dashboard-content .dokan-control-label {
        color: #595959 !important;
    }

    About the “j.n.Y” contact the plugin support also.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 09:08

    Hello,

    Clear cache and check now – https://prnt.sc/v1kcas
    If you are using File generator, you need to check every poin and enable required, for example, in your sidebar are added widgets – https://prnt.sc/v1kc2f > https://prnt.sc/v1kc6i

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 08:44

    Hello,

    1) I do not see the problem on a test page – https://prnt.sc/v1k5np What page can’t be edited/saved? On which one do you get the fatal error? Please provide URL.
    2) Provide us with temporary FTP access (not cPanel) – FTP host, FTP user, FTP pass. If you don’t know your FTP access, contact the hosting provider and ask this information.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 08:39

    Hello Cesar Ferreira,

    It is not a problem/bug, but a feature request, because there is no such option at this moment. You can post it here – https://www.8theme.com/taskboard/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 08:30

    Hello,

    You have selected display it in slider https://prnt.sc/v1k19q , so set 3 here – https://prnt.sc/v1k1e3 = https://prnt.sc/v1k1q1

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 08:16

    Try to add this code also:

    .et_b_header-menu .nav-sublist-dropdown .menu-item:before {
        content: '';
        height: 2px;
        width: 0;
        right: 0;
        position: absolute;
        transition: width .2s ease-in-out;
        bottom: 0;
        background-color: #6aa6cb;
    }
    .et_b_header-menu .nav-sublist-dropdown .menu-item:hover:before {
        width: 80%;
        left: 25px;
        right: auto;
    }

    or this one:

    .et_b_header-menu .nav-sublist-dropdown .item-link:hover {
        text-decoration: underline;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 08:09

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 08:08

    Check now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 08:05

    Hello,

    Try to use the next custom CSS code:

    .elementor-widget-wp-widget-woocommerce_product_categories h5 {
        font-weight: 600;
    }
    .elementor-widget-wp-widget-woocommerce_product_categories .cat-item:hover,
    .elementor-widget-wp-widget-woocommerce_product_categories a:hover {
        color: #6aa5cb;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 07:56

    Dear,

    We need wp-admin and FTP access only.
    Create an account via Dashboard (Users > Add new) with administrator role http://prntscr.com/s3rc9m > provide us with username and password. If you do not know how to create FTP contact with your hosting provider, they will help you.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 07:42

    Hi,

    Change the previous code to:

    .products-loop .content-product, .product-slide .content-product {
        padding: 15px 15px 0 15px;
        border: 1px solid #e1e1e1;
        -webkit-box-shadow: 10px 10px 11px -4px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 11px -4px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 11px -4px rgba(0,0,0,0.75);
    }
    .product-slide .content-product {
        margin-bottom: 15px;
    }

    Use this service to achieve the desired box-shadow – https://www.cssmatic.com/box-shadow

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 07:35

    Dear,

    Contact WooCommerce support to get assistance with this.
    Check how it works with a default WC theme – Storefront. We are able to help in case the situation is strictly related to XStore.
    Let us know the results. If you need assistance from our side, provide temporary wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 07:31

    Hello,

    2a) https://prnt.sc/v1jhyk
    1) Theme Options > Styling > Bordered buttons
    2) Theme Options > Header builder > delete Newsletter element from the header content.
    3) All available settings you can find in Theme Options > WooCommerce (Shop) > Shop > Products style

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 18, 2020 at 07:02

    Hi,

    Please provide temporary wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 17, 2020 at 19:19

    Hello,

    Thanks for using our theme.
    Update the plugin via FTP – https://www.8theme.com/documentation/xstore/plugins/plugins-update/ , or provide us with temporary wp-admin and FTP access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 17, 2020 at 19:17

    Hello,

    Please provide temporary wp-admin and FTP access, so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 17, 2020 at 19:16

    Hello,

    Thanks for using our theme.
    Do you get any errors in browser console? Do you face the problem on a particular page only?
    Provide temporary wp-admin access, so we can take a closer look https://prnt.sc/v1ap81

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 17, 2020 at 19:14

    Hello,

    Thanks for using our theme.
    Your purchase code was activated on next sites – https://prnt.sc/v1akr3
    The theme can be deactivated by you in the next way – https://prnt.sc/v1anbd
    According to the ThemeForest license policy, you can use 1 license for 1 project only (dev site, production site, localhost but the same project!)
    https://themeforest.net/licenses/standard In case you are working on different projects you need to purchase more licenses.
    Ping us along the way if you have any questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 17, 2020 at 19:05

    Hello,

    Please do not duplicate requests – https://www.8theme.com/topic/socials-2/ . Reply times can vary from time to time and be up to 24 hours Monday – Friday and up to 48 hours on weekends, Sat-Sun. But is usually faster than that.
    Let us know if you need any other assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 17, 2020 at 19:02

    Hello,

    By default, there is no such possibility for the social element in the header content. It requests additional customization in files, which is not included in our basic support.
    All requests will be checked, but we do not guarantee 100% implementation in next theme update.
    If you do not want to wait, submit customization request here, but it is paid service.
    Our support policy you can find here – https://www.8theme.com/documentation/xstore/support/support/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 17, 2020 at 18:50

    Hello,

    Please clear cache and try to activate the theme now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 17, 2020 at 18:44

    Hello,

    Sorry for the delay in answering.
    Please describe in more detail what exactly works incorrectly.
    Do you mean there is a problem when SG Optimizer plugin is activated?
    To be able to assist you we need to get more information about the situation. Waiting for your reply.
    Note, that we do not give a guaranty for full theme compatibility with all existing 3rd party plugins. It’s not possible for the author to make the theme compatible with all the existing plugins.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 17, 2020 at 15:39

    Hello,

    Have you checked it https://prnt.sc/v170wn ?
    Unfortunately, I can’t login – https://prnt.sc/v171pq https://prnt.sc/v172wb

    Regards

  • 1 2 3 1,357 1,358 1,359 2,273 2,274 2,275
    Viewing 40,740 results - 40,711 through 40,740 (of 68,231 total)
Viewing 30 posts - 40,711 through 40,740 (of 68,231 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.