Forum Replies Created

Viewing 30 posts - 11,071 through 11,100 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 14, 2024 at 10:21

    Hello, MAHDAR,

    We appreciate you reaching out to us and for choosing XStore for your needs.

    To ensure an organized support experience, we kindly ask that you initiate separate discussions for each of your inquiries by visiting our support forum: https://www.8theme.com/forums/xstore-wordpress-support-forum/

    1/ We’ve checked a product (link added into the Private Content area) and we do not see the problem. Could you please re-examine the product on your mobile device and inform us of the browser and device you are utilizing?

    2/ We are unable to evaluate your Cart page as it appears to be empty. You can view the issue here: https://prnt.sc/-6bGiYnM-DR-. Please address this matter before we proceed.

    3/ For assistance with WooCommerce and WPML, we advise reaching out directly to their respective support teams.

    4/ Unfortunately, the feature you are inquiring about is not available within our theme, by default.

    If you wish a developers team can personally assist you via customization service.
    To get started, please follow this link to send your request with requirements – https://prnt.sc/PZkD4AEf27qO https://www.8theme.com/account/#etheme_customization_panel , and a detailed estimate for the customization work will be prepeared. Our goal is to create a design that aligns with your vision and enhances your website’s appearance and functionality.
    Customize your website to suit your needs and make it stand out with expert dev team.

    Best Regards,
    8Theme’s Team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 14, 2024 at 09:48

    Dear AdamM,

    Thank you for reaching out to us with your query.

    We kindly request that you navigate to the Dashboard, proceed to the “Plugins” section, and disable the “XStore AMP” plugin.

    https://www.8theme.com/documentation/xstore/amp-plugin/general-info-amp/

    Best Regards,
    The 8Theme Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 14, 2024 at 09:45

    Hello,

    Thank you for reaching out to us and for using XStore and Elementor for your website.

    We have reviewed the issue you are experiencing and it appears to be related to a memory error. To address this, we kindly ask that you get in touch with your hosting provider. They will be able to assist you in resolving this matter effectively.

    For your convenience, here is the screenshot you provided which highlights the error: https://prnt.sc/6REzkj7yl-Yj

    Should you require any further assistance from our end after speaking with your hosting provider, please do not hesitate to reach out.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 14, 2024 at 09:42

    Hello, Chiche Solene,

    Thank you for reaching out to us with your concern.

    Upon review, we have identified that the problem originates from a specific custom CSS code, which can be viewed at the following link: https://prnt.sc/ZQxIBYgaZ6I8. To resolve the issue, please locate where this code has been implemented within your system and proceed to either remove or modify it accordingly.

    Should you require any further assistance or have additional questions, please do not hesitate to reach out to us.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 14, 2024 at 09:37

    Hello, Nonsololevents,

    Thank you for getting in touch with us.

    Could you please provide temporary wp-admin access?

    Your cooperation in this matter is greatly appreciated, and we assure you that your credentials will be handled with the utmost confidentiality and care.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 14, 2024 at 09:36

    Hello, ONOFF TECH,

    We appreciate your prompt response.

    There is no such feature available, by default. We kindly ask that you submit a detailed request to our development team https://www.8theme.com/taskboard/ (and other customers will be able to vote there is particular features should be added to further theme updates).

    If you wish a developers team can personally assist you via customization service.
    To get started, please follow this link to send your request with requirements – https://prnt.sc/PZkD4AEf27qO https://www.8theme.com/account/#etheme_customization_panel , and a detailed estimate for the customization work will be prepeared. Our goal is to create a design that aligns with your vision and enhances your website’s appearance and functionality.
    Customize your website to suit your needs and make it stand out with expert dev team.

    Thank you for your cooperation and understanding.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 14, 2024 at 09:33

    Hello,

    We appreciate your prompt response, but we can’t connect FTP:

    Error:        	Connection timed out after 20 seconds of inactivity
    Error:        	Could not connect to server

    Please check it. Try to connect to FTP using FileZilla by yourself and provide us with the correct credentials.
    Is there a restriction by IP or something else that doesn’t allow us to connect?

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 14, 2024 at 09:29

    Hello, Mitul,

    Thank you for reaching out to us with your concern about image crunching in WordPress.

    WordPress automatically compresses images upon upload to optimize website performance and speed. However, if you wish to disable this feature, you can do so by adding a small code snippet to your child theme’s functions.php file. Please note that modifying the functions.php file should be done with caution, and via FTP, and it is recommended to back up your website before making any changes.

    Here is the code you can add to your functions.php file to prevent WordPress from compressing your images:

    
    add_filter('jpeg_quality', function($arg){return 100;});
    add_filter('wp_editor_set_quality', function($arg){return 100;});
    

    This code sets the JPEG quality to 100, effectively stopping WordPress from compressing your JPEG images.

    If you are not comfortable adding the code yourself or if you encounter any issues, we recommend contacting WordPress support or a professional developer for assistance.

    Should you require additional support, please do not hesitate to contact the WordPress support team.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 14, 2024 at 08:51

    Hello, Mitul,

    We appreciate your prompt response.

    We kindly request that you modify the functions.php file within the child theme by inserting the following code:

    /**
     * Rename product data tabs
     */
    add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 );
    function woo_rename_tabs( $tabs ) {
    
    	$tabs['additional_information']['title'] = __( 'Ingredients & Allergens' );	// Rename the additional information tab
    
    	return $tabs;
    }

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 14, 2024 at 08:49

    Hello, Anand Burman,

    We appreciate your prompt response.

    We’ve disabled “Show Excerpt In Content Produc” in Theme Options > WooCommerce (Shop) > Shop > Products style.

    It is because your excerpt contains tags, and when a part of the excerpt is taken to show on the Shop page, some unclosed tags cause the problem. Keep the option disabled or edit the description of products. You can add a few words in the Short description area, without tags, then the content will be displayed just fine.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 14, 2024 at 08:38

    Hello, Simon,

    We appreciate your prompt response.

    To proceed, please navigate to Theme Options, then select Header Builder, followed by Newsletter > Choose Static Block; Subsequently, access the Dashboard, go to Static Blocks, and proceed to modify the block utilizing Elementor.

    Should you require two distinct blocks, one designated for the Newsletter within the header and another for the page content, it is necessary to alter the current element, which can be viewed here: https://prnt.sc/GuTrDo5tE0MR. Instead, please use the Modal Popup element. For reference, you may view examples at the following link: https://xstore.8theme.com/elementor/demos/minimal-fashion02/modal-popup/

    We remain at your service for any further assistance you may need.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 17:24

    Hello, Dombici Serban,

    Please open up new topics for new questions – https://www.8theme.com/forums/xstore-wordpress-support-forum/

    You need to rename this file – https://prnt.sc/7yApm6kQPwSC to xstore-core-ro_RO.po and https://prnt.sc/1XlxXXNTL9bQ to xstore-ro_RO.po

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 17:18

    Hello, the Hangar RC,

    Fixed. Please do not update the Core plugin before the theme update, next time.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 16:42

    Hello,

    We appreciate your prompt response.

    We recommend that you disable all third-party plugins that are not included with XStore (https://www.8theme.com/documentation/xstore/plugins/included-plugins/). After doing so, please clear your browser’s cache and check again. It is possible that one of these additional plugins is causing the issue.

    If the problem persists, we suggest switching to the Parent theme if you are currently using the Child Theme on your site. After clearing the cache, check again. The issue may be due to your custom code in the Child Theme.

    Should the issue continue, please provide temporary FTP access, so we can check the problem more deeply.

    Thank you for your cooperation.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 16:36

    Hello, ONOFF TECH,

    Thank you for reaching out to us with your query.

    To assist you more effectively, we kindly request that you provide a more detailed description of your needs. This will enable us to gain a clearer understanding of the desired outcome.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 16:03

    Hello,

    Thank you for reaching out to us.

    We kindly request that you clear your cache and verify the functionality, as we have recently updated the settings of the widget.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 15:53

    Hello,

    We appreciate your prompt response.

    We recommend that you disable all third-party plugins that are not included with XStore (https://www.8theme.com/documentation/xstore/plugins/included-plugins/). After doing so, please clear your browser’s cache and check again. It is possible that one of these additional plugins is causing the issue.

    If the problem persists, we suggest switching to the Parent theme if you are currently using the Child Theme on your site. After clearing the cache, check again. The issue may be due to your custom code in the Child Theme.

    Should the issue continue, please provide temporary wp-admin access, so we can check your settings.

    Thank you for your cooperation.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 15:31

    Hello, Mitul,

    Thank you for contacting us and for using XStore.

    1/ Please follow WooCommerce documentation – https://woo.com/document/editing-product-data-tabs/

    2/ Please provide some screenshots for a better understanding of your request.

    3/ Single product layout can be changed via Theme options > WooCommerce > Single Product builder, for example – https://prnt.sc/EIOOK5pSWUCv

    4/ https://prnt.sc/si3ykjZVrNUy

    If you have any additional questions or need further help, please don’t hesitate to contact us, but please post different questions via separate threads – https://www.8theme.com/forums/xstore-wordpress-support-forum/

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 15:21

    Hello, Nonsololevents,

    Unfortunately, we do not have any further recommendations at this time.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 15:20

    Hello, ProdbyDaan,

    Thank you for getting in touch with us.

    The decision to change the builder is at your discretion. Should you wish to proceed with the modification, you can do so by following the instructions provided at this link: https://www.8theme.com/documentation/xstore/xstore-builders/xstore-single-product-builder-with-elementor/.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 15:13

    Hello, Anand Burman,

    Thank you for reaching out to us with your concern.

    Please provide temporary wp-admin access, so we can check your settings.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 14:48

    Hello, ProdbyDaan,

    We appreciate your prompt response.

    We would like to inform you that developers reserve the right to add new or more advanced features for clients who have purchased the plugin directly.

    Please be advised that the latest version of the FileBird plugin is available for download at the following link: https://www.8theme.com/downloads/. We are able to provide you with this version exclusively.

    Should you wish to gain access to functionalities that are currently restricted, the only option available is to purchase the plugin separately.

    We hope for your understanding.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 14:08

    Hello, Nielspeeter,

    We would like to inform you that there was an issue with the incorrect upload of the XStore theme. Our team has addressed this problem by successfully re-uploading the archive.

    To ensure optimal performance, we kindly ask that you clear your cache and verify the changes at your earliest convenience.

    Thank you for your attention to this matter.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 14:07

    Hello, ProdbyDaan,

    We would like to inform you that the version of the plugin we provide is the Pro version. However, this is the version that the plugin author sells to theme authors. Consequently, regardless of which theme you purchase, if the FileBird plugin is included, you will receive this particular version.
    For more detailed information about bundled plugins, please visit the following link: https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 13:55

    Hello, Krzysztof,

    We would like to inform you that while it is possible to update WooCommerce, the official compatibility will be incorporated in the forthcoming update of our theme. We are anticipating a release in the near future.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 13:49

    Hello, ProdbyDaan,

    Thank you for using our theme and for contacting us.

    We would like to direct your attention to our theme documentation concerning the activation and purchase codes for bundled plugins. You can access this information via the following link:
    https://www.8theme.com/documentation/xstore/plugins/activation-and-purchase-codes/

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 13:47

    Hello, @GTP,

    We would like to inform you that we are currently experiencing a technical issue with the live copy feature on our server. We are diligently working to resolve this matter within the next month. Alternatively, should we be unable to rectify the issue in a timely manner, we may consider discontinuing the feature altogether.
    We apologize for any inconvenience this may cause.

    Best Regards,
    The 8Theme Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 13:45

    Hello, GTP,

    We appreciate your prompt response.

    We apologize for any inconvenience caused. It appears that the code provided does not yield the expected outcome. We kindly request that you reach out to the customization service for further assistance in achieving the additional effect you are seeking.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 12:51

    Hello, Nielspeeter,

    We appreciate your prompt response.

    Please enable debug mode in WordPress – https://wordpress.org/support/article/debugging-in-wordpress/ to find out what error appears on your site, it will point you in the right direction what needs to be fixed.

    Also, provide us with FTP access.

    For FTP access, we require the following details: FTP host, FTP username, FTP password, FTP port, and FTP encryption type. If you need assistance in creating these credentials, please reach out to your hosting provider who will guide you through the process.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2024 at 12:24

    Hello, Dombici Serban,

    We appreciate your prompt response.

    Enclosed, please find the relevant documentation and video tutorials for your perusal – https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/

    Kind Regards,
    8theme team

  • 1 2 3 369 370 371 2,273 2,274 2,275
    Viewing 11,100 results - 11,071 through 11,100 (of 68,227 total)
Viewing 30 posts - 11,071 through 11,100 (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.