Forum Replies Created

Viewing 30 posts - 18,361 through 18,390 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 12:36

    Hello, Marie,

    Thank you for your response.

    It is impossible to do with CSS.
    As our builder uses own hooks some code from extra plugins should be modified and added by Code snippets of child-theme/functions.php

    For this time we copied the solution we provided here → https://www.8theme.com/topic/woocommerce-waitlist-incompatibility-for-single-products-part-2/#post-344356 but we had to modify it for you in next way → https://prnt.sc/xp7lt_9NjA7E because it seems one of you plugins rewrites global $product variable with product name → https://prnt.sc/qJ6-Kf1vWGv2https://prnt.sc/kAVJPkhL6Jpo that is a very and very not good idea for them.

    Waiting for your reply on our solution btw!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 11:28

    Hello, Webpat,

    Thank you for your response.

    Theme Options > Header Builder > Main header > WCAG Color.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 11:27

    Hello, Dhruv,

    Solved by re-saving Theme Options. Please clear the cache and check now.

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 11:23

    Hello, Fantasy Prints,

    Thank you for choosing XStore as your WooCommerce WordPress theme.

    This situation happened because the header overlap is activated.
    You may use the next custom CSS code:

    @media only screen and (min-width: 993px) {
      body.single-product .content-page>.woocommerce-notices-wrapper:not(:empty) {
          margin-top: 190px;
      }
      body.single-product .content-page>.woocommerce-notices-wrapper:not(:empty) + .type-product .page-heading {
          padding-top: 0;
      }
    }
    
    @media only screen and (max-width: 992px) {
        body.single-product .content-page>.woocommerce-notices-wrapper:not(:empty) {
          margin-top: 70px;
      }
      body.single-product .content-page>.woocommerce-notices-wrapper:not(:empty) + .type-product .page-heading {
          padding-top: 0;
      }
    }

    We set almost the same padding for the notices wrapper you made for page-heading here → https://prnt.sc/KBI-iJI1UeTT

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 11:12

    Hello, Octavio,

    Thank you for your response.

    Your wp-admin access is not correct and shows the next message on trying to log in →
    ERROR: el nombre de usuario o la contraseña que ingresaste son incorrectos. ​

    We have implemented the solution we provided in this topic for the same question asked by another customer → https://www.8theme.com/topic/elementor-pro-theme-builder-product-archive/#post-355065 ?

    According to the fact you have child-theme then we pasted the code directly in child-theme/functions.php

    By checking the front end the problem is still there, please clear the caches and check from your side. Otherwise, if you have issues even after that please, provide us correct wp-admin access!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 11:08

    Hello, Ministry Of Concrete,

    Our theme searches by title, description, SKU, posts, and pages, but does not search by tags, brands, or categories. For more information, please refer to the following link: https://www.8theme.com/topic/include-brands-in-search-results/.

    If you would like to request that this feature be added, you can post your request on our Taskboard at https://www.8theme.com/taskboard/. If it receives enough votes from other customers, our development team will consider adding it in one of our upcoming updates.

    About the critical error after the searching, please provide temporary wp-admin and FTP access, so we can take a closer look.

    To provide wp-admin access, you can create a new user account with administrator role via the Dashboard, and provide us with the username and password via the Private Content area.
    To create FTP access, please contact your hosting provider for assistance.

    Thank you for your cooperation and we look forward to hearing from you soon.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 11:05

    Hello, Nothingandco,

    Could you please, check now?
    We had to install a separate plugin for you named ‘Code Snippets’ because you don’t have child theme installed for implementation the fix code.
    We added the next code as php snippet → https://prnt.sc/F0Nh5dUnhLil

    add_action( 'wp', function() {
        if ( get_query_var('et_is-woocommerce-archive', false) ) {
            add_action( 'woocommerce_before_shop_loop', function() {
                if ( get_theme_mod( 'top_toolbar', 1 ) && !wc_get_loop_prop( 'is_shortcode' ) ) {
                    etheme_enqueue_style('filter-area', true ); ?>
                    <div class="filter-wrap">
                        <div class="filter-content">
                <?php }
            }, 0 );
    
            add_action( 'woocommerce_before_shop_loop', function() {
                if ( get_theme_mod( 'top_toolbar', 1 ) && !wc_get_loop_prop( 'is_shortcode' ) ) { ?>
                        </div>
                    </div>
                <?php }
            }, 45 );
        }
    }, 70);

    The result on the frontend is next → https://prnt.sc/yRYKZBQhGyMK

    Waiting for your reply!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 10:56

    Hello, Abbdul Rahman,

    You can post the request to our taskboard https://www.8theme.com/taskboard/ , so our dev team can read it there.
    If it receives enough votes from other customers, our development team will consider adding it in one of the upcoming updates.
    Such a thing may be not implemented yet due to the complexity of the implementation process, unfortunately.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 10:54

    Hello Lionel,

    Please provide FTP access also.
    To create FTP access, please contact your hosting provider for assistance.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 10:29

    Hello, Inesita,

    Please try to connect to Instagram now (XStore > Authorization APIs).

    Kind Regards,
    8Themes Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 10:20

    Hello, Estudio EntreDos,

    We would like to get access to the panel of testing (these screenshots you sent → https://prnt.sc/2e1ZgvGYi-xK , https://prnt.sc/Au1Yje3Skj3U )
    Can we get there more information about issues? Not just names of plugins that slow down the speed on website.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 10:18

    Hello, Trends Bird Limited,

    Our changes didn’t make any issues on your web-site but if you check the console after adding the product to cart you may see errors that come from 3d-party plugin → woo tabbed category pro (screenshot is in the private content area)

    In case you find any other issues, please, submit separate topics for them.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 09:13

    Hello, i-Visio,

    We would recommend you contact the support of the WooCommerce plugin. Probably once you got widgets and the sidebar working fine with Storefront, the problem will be fixed for our theme also.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 09:11

    Hello, i-Visio,

    Thank you for your response.

    It appears that the situation is unrelated to our theme, so we would suggest that you reach out to the support team of the WooCommerce plugin for further assistance – https://wordpress.org/support/plugin/woocommerce/

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 09:09

    Hello, Catholicans,

    Thank you for your response.

    You are using 3rd party plugin – Gift Cards, probably the button text comes from there, so you need to contact support for that plugin.
    Please note that we can’t provide support for 3rd party plugins.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 09:06

    Dear Mady,

    FTP directory is empty – https://gyazo.com/30d7a2cf3f32d875f9e2a380ce9356fc
    Please check, or ask your hosting provider for help with this, we need access to your WP installation to be able to see plugins files.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 09:02

    Hello, Mch,

    Thank you for choosing XStore as your WooCommerce WordPress theme.

    You may use the Slider element https://prnt.sc/FI_TG0RwOI3_

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 08:59

    Hello, @mch,

    Please check the private content area.

    Best Regards,
    8Theme’s Team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 08:56

    Hello, Ms. Morbenia Morbeck,

    Thank you for your response.

    Footer static block editor – https://prnt.sc/xqgHGtjPw69A , your site frontend – https://prnt.sc/MCNQly1hhIak
    Please clear the cache and check one more time, the issue is solved.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 08:50

    Hello, Catholicans,

    Thank you for your response.

    You may add !important; – https://prnt.sc/SD51WoWDdjoG

    We hope this information is helpful.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 08:48

    Hello, Nafer Velaides,

    “Done, I already disabled that option to go to the top with the ajax filter.
    I await your response, thanks…” – was the question solved? Do you need any other assistance?
    You did not provide FTP access, so in case further assistance from our side is needed, we are waiting for FTP access, as was previously mentioned.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 08:44

    Hello, Andres50,

    Thank you for contacting us and for using XStore.

    In order to provide you with the best assistance, we kindly ask that you provide us with temporary access to the wp-admin of your website. This will allow us to take a closer look at your settings and provide you with a more accurate and specific solution.

    To do this, please follow these steps:

    – Create an account via Dashboard (Users > Add new) with administrator role. Refer to the following image for guidance: http://prntscr.com/s3rc9m
    – Provide us with the username and password for the newly created account via the Private Content area. Refer to the following image for guidance: http://prntscr.com/s5mao7
    – Any email address can be used for the new account, it does not have to be your personal email.

    Once you have completed these steps, please let us know and we will promptly review your account information and provide assistance as soon as possible.

    We thank you for your cooperation and look forward to hearing from you soon.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 08:40

    Hello, Mch,

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 08:39

    Hello, Webpat,

    Thank you for your response.

    In this case, you need to do these changes one by one, for example:
    Theme Options > Breadcrumbs; Theme Options > Header Builder > Main header and Menu > color;
    Edit contact of pages using Elementor and change colors – https://elementor.com/help/how-do-i-set-global-fonts-and-colors/

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 08:26

    Hello, Mohamed Emad,

    Thank you for your response.

    We will have another specialist review your inquiry in greater detail and will be in touch with you.

    We kindly ask for your patience.

    Meanwhile, please contact your hosting provider and ask if there is any blocking from the server side, that may cause the problem with FB loginisation.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 08:24

    Hello, Salmi,

    This text comes from WooCommerce plugin, you can see the same on “My account” page, so we would recommend you contact the support of WooCommerce – https://wordpress.org/support/plugin/woocommerce/

    We hope this information is helpful.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 07:52

    Hello, LambdaSP,

    Thank you for your response.

    1/ You need to test if the problem persists when CDN is disabled. CDN is not a part of our theme, so we can’t do this for you, we would recommend you to contact your hosting provider.
    2/ Also, ask your hosting provider to check if there have been any breaches to your website.
    3/ Describe the full situation to the hosting, you can provide the URL of this topic – https://www.8theme.com/topic/i-have-problem-with-the-images-in-my-website/#post-355088 and ask to check the problem with images from their side too.

    We hope it is clear now.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2023 at 07:48

    Hello, Mady,

    We apologize for the delay in responding.
    We mention a few backup plugins in our docs https://www.8theme.com/documentation/xstore/theme-installation/theme-update/ , but we can not provide support for these plugins, unfortunately.
    We would recommend you contact support for the plugin directly.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 2, 2023 at 15:53

    Hello, LambdaSP,

    We suppose that the situation is independent of our theme.
    1/ Given that your images are loading from a CDN, we suggest that you first disable CDN and check if that resolves the issue.
    2/ How often does this occur? What preceded it?
    3/ Could you please get in touch with the hosting provider and check if there have been any breaches to your website?

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 2, 2023 at 15:48

    Hello, Inesita,

    Thank you for understanding. We will let you know once it will be solved.

    Kind Regards,
    8Themes Team

  • 1 2 3 612 613 614 2,273 2,274 2,275
    Viewing 18,390 results - 18,361 through 18,390 (of 68,227 total)
Viewing 30 posts - 18,361 through 18,390 (of 68,227 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.