Forum Replies Created

Viewing 30 posts - 11,671 through 11,700 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 17, 2023 at 14:33

    Hello, W2M,

    We appreciate your contact and the opportunity to address the concern you have raised.

    Kindly verify that the issue you are experiencing is not a result of any third-party plugins on your website or modifications made to the code.

    We are grateful for your cooperation and patience in this matter. We eagerly await your reply.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 17, 2023 at 14:24

    Hello, GTP,

    4/ Do you mean the autoplay option https://prnt.sc/auhfAaguWOtP ? If so, we kindly ask that you test this feature to see if it meets your requirements.

    1/ The element you have inquired about is a bespoke development, created exclusively for the 8theme website. It is not available as a standard feature.

    For your reference, please examine the following example from our XStore demo: – https://xstore.8theme.com/elementor/demos/minimal-fashion02/hotspot-element/

    2/ To access the site preloader settings, please navigate to: Theme Options > General > Site Preloader.

    3/ For assistance with Elementor-related issues, we advise reaching out directly to Elementor’s support team for expert guidance.

    4/ You may find the flipbox element of interest, which is showcased in our demo here: https://xstore.8theme.com/elementor/demos/minimal-fashion02/flipbox-element/

    5/ Unfortunately, the option you are looking for does not exist. You can view an example of the available element here:
    https://xstore.8theme.com/elementor/demos/minimal-fashion02/horizontal-timeline-element/

    We appreciate your understanding and are here to assist with any further questions you may have.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 17, 2023 at 14:06

    Dear GTP,

    We appreciate your prompt response.

    3) Please be informed that the autoplay speed can be adjusted through the settings of the respective element.

    4) We apologize for the delay in responding to your inquiry. The thread had been mistakenly marked as resolved and closed. We have since reopened it and you can expect a response shortly.

    Best regards,
    The 8Theme Team.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 17, 2023 at 14:02

    Hello, Mitul,

    We appreciate your prompt response.

    We have made adjustments to the settings within Theme Options > App Departments. We kindly request that you review the changes at your earliest convenience.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 17, 2023 at 13:52

    Hello, Francesco Azzaro,

    We appreciate you reaching out to us and for your continued use of XStore.

    To assist you further, we kindly request that you provide us with the URL of the page where the issue is observable. Additionally, if possible, please capture a video recording of the problem to help us better understand the situation.

    Furthermore, we would be grateful if you could verify whether the issue remains when the “Ajax Add To Cart” feature is deactivated through the Theme Options.

    Thank you for your cooperation.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 17, 2023 at 13:42

    Hello, Tanguy,

    We appreciate your prompt response.

    We kindly request that you rename the following file: https://prnt.sc/UtiEcx9IqKNU to “xstore-core-fr_FR.po” to ensure consistency and proper identification within our system.

    Additionally, we are pleased to inform you that we have successfully uploaded the translation for the theme to your website. You may now proceed to edit it https://prnt.sc/qlQvFzXprhqM

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

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 17, 2023 at 13:31

    Hello, Abdullah Faisal,

    We apologize for the inconvenience you’ve encountered. It appears that something has gone awry. We kindly ask that you first disable 3rd party plugins on the site.
    In case if automatic plugin installation fails (as a rule it is because of your server settings), you can install them manually via your Dashboard: Plugins > Add New > Upload Plugin > Browse plugins archives. Or via FTP, by uploading and extracting the plugin zip files into wp-content/plugins folder.
    You can find the zip files for plugins installation here – https://www.8theme.com/downloads/
    Thank you for your understanding and cooperation. We look forward to hearing from you soon.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 17:13

    Hello, Mitul,

    We appreciate your prompt response.

    1/ We kindly request that you check the current status at your earliest convenience.

    3, 4/ To address this, we have removed the duplicate pages through the Dashboard > Pages section and have also updated the Slugs accordingly.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 16:56

    Hello, @Peter,

    We appreciate your prompt response.

    We would like to inform you that to alter the background color of the Shop page, you may insert custom CSS code. Please navigate to Theme Options, then select Theme Custom CSS, and finally, choose Global. The following code can be used:

    .post-type-archive-product .page-wrapper {
        background-color: red;
    }

    We trust this will assist you in achieving the desired customization.

    Best Regards,
    The 8Theme Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 16:45

    Hello, Marialena,

    You’re welcome!

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 16:45

    Hello @ljimenez,

    We would like to inform you that we have updated the custom code. We kindly ask you to review the changes at your earliest convenience.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 16:42

    Hello @ljimenez,

    Enclosed is a link to a video for your reference: https://gyazo.com/508ab1a4b39958ac49d3404ee5bba4e9

    We kindly request that you implement the following code to render the product title non-clickable:

    .woocommerce-cart .product-title,
    .woocommerce-cart .product-thumbnail {
        pointer-events: none;
    }

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 16:30

    Hello,

    We appreciate your prompt response.

    1/ Could you kindly provide us with the URL of the page where you are experiencing issues with the Product Categories arrow?

    2/ Upon reviewing your Checkout page, we did not encounter the issue mentioned. Would it be possible for you to capture a video illustrating the problem for our better understanding?

    3/ Are you referring to the steps outlined in this screenshot: https://prnt.sc/3B_Atx9bYkNd ? If so, the following custom CSS code may be applied to achieve the desired effect:

    .cart-checkout-nav-simple a {
        color: white;
    }

    4/ Additionally, you may use the CSS code below to modify the appearance of the required field indicator:

    .woocommerce form .form-row abbr.required {
        border-bottom: none;
    }

    We look forward to your reply and are here to assist you with any further queries or concerns.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 16:26

    Hello @ljimenez,

    We have identified an issue that appears https://prnt.sc/PxRAKT1pJ8oh to be related to the custom CSS code you have implemented https://prnt.sc/uu_S3wRa25jL

    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
    December 15, 2023 at 16:25

    Hello @ljimenez,

    We would like to inform you that the options you have referenced are specifically designed for the checkout page and do not apply to the cart page. For your convenience, we have provided screenshots to illustrate this:https://prnt.sc/pkUYJYzSaXKn https://prnt.sc/gu5JB7unLMxO

    https://imgbb.com/WDq5Hdc – we are pleased to report that the issue you highlighted has been resolved.

    Should you wish to access more advanced customization options, we encourage you to start utilizing our builders for the cart and checkout pages https://prnt.sc/rqTXJeGzbXJX
    https://www.8theme.com/documentation/documentation/xstore-builders/xstore-cart-page-builder-with-elementor/

    We appreciate your understanding and are here to assist you with any further inquiries.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 16:04

    Hello,

    We appreciate your prompt response.

    We kindly request that you temporarily disable the two-factor authentication feature – https://prnt.sc/PY7N7DH49F1m.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 16:02

    Hello, @Mike,

    We appreciate your prompt response.

    We kindly request that you implement the following custom CSS code:

    #shipping_method li {
        flex-wrap: wrap !important;
    }

    Best Regards,
    The 8Theme Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 15:49

    Hello, MurFx,

    Thank you for reaching out to us with your concern.

    We have verified that XStore is currently activated on your site at https://thetraditi********ours.com/. Could you please provide us with more details regarding the assistance you require? We are here to help you with any issues or questions you might have.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 15:46

    Hello @ljimenez,

    We would like to inform you that the content in question has been successfully disabled. You can find this adjustment in the following location of your website’s dashboard: Appearance > Widgets > Cart area.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 15:44

    Hello, @austin55,

    We appreciate your prompt response.

    Kindly proceed with downgrading the PHP version to 8.0.

    Best Regards,
    The 8Theme Team.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 15:36

    Hello @ljimenez,

    We regret to inform you that we are unable to view the theme file following the establishment of a connection – https://prnt.sc/DID7YbY6dql- . We kindly request that you verify the intended destination folder at your earliest convenience.
    We appreciate your prompt attention to this matter.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 15:33

    Hello, @Mike,

    We really want to help you but for this we need to see the problem, when we check your checkout page, here is what is visible – https://prnt.sc/QeygBbY_RyJW , there is no button you mentioned.
    Please login own site using the credentials you provided for us and record a video of your actions that should be done to create the problem.
    We hope it is clear now, from you we need a video instruction of what should be done to see the problem.

    Thank you for your cooperation.

    Best Regards,
    The 8Theme Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 15:25

    Hello, W2M,

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

    We kindly request that you initiate a new discussion thread for your inquiry by visiting our support forum at https://www.8theme.com/forums/xstore-wordpress-support-forum/. When doing so, please provide a more comprehensive description of the issue you are encountering.

    Additionally, could you please confirm the PHP version currently in use? We recommend downgrading to PHP 8.0 for optimal compatibility.

    Thank you for your cooperation.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 15:18

    Hello @ljimenez,

    We appreciate your prompt response.

    Please provide FTP access.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 15:14

    Hello, Marialena,

    Thank you for reaching out to us with your query.

    To remove a private page from the main menu, you do not need to create a new menu. You can simply edit the existing menu by following these steps:
    1. Navigate to your WordPress dashboard.
    2. Go to ‘Appearance’ and then click on ‘Menus’.
    3. Select the menu you wish to edit from the dropdown list and click ‘Select’.
    4. Find the private page you want to remove in the list of menu items.
    5. Click on the arrow icon in the top right-hand corner of the menu item box to expand it.
    6. Click on the ‘Remove’ link to delete the page from your menu.
    7. After you have removed the page, be sure to click the ‘Save Menu’ button to apply the changes.

    If you encounter any issues or have further questions, please do not hesitate to contact us. We are here to assist you.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 15:06

    Hello @ljimenez,

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

    Could you kindly furnish us with the URL of the page in question, along with temporary wp-admin credentials? This will enable us to assist you more effectively.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 15:04

    Hello, TomP,

    In this case, we advise you to check your custom modifications in the mentioned file or contact the person who edited the file. We apologize, but we cannot be responsible for custom code added by someone else. We hope for your understanding.

    Best Regards,
    The 8Theme Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 15:02

    Hello, Marialena,

    Thank you for reaching out to us with your query regarding the translation of elements.

    We kindly request that you provide us with the URL of your website along with temporary wp-admin access credentials. This will enable us to review your settings thoroughly.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 15:01

    Hello, Tanguy,

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

    To assist you, we kindly request that you provide us with temporary administrative access to your WordPress dashboard. This will enable us to review your settings and ensure that we can offer the most accurate support.

    Thank you for your cooperation and understanding.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2023 at 14:57

    Hello @ljimenez,

    Thank you for contacting us and for using XStore.

    https://prnt.sc/TN4MF6WLG0Lp – we kindly request that you proceed with updating the theme by following the instructions provided in this guide: https://www.8theme.com/documentation/xstore/theme-installation/theme-update/

    Should you require any further assistance, please do not hesitate to contact us.

    Kind Regards,
    8theme team

  • 1 2 3 389 390 391 2,273 2,274 2,275
    Viewing 11,700 results - 11,671 through 11,700 (of 68,227 total)
Viewing 30 posts - 11,671 through 11,700 (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.