Forum Replies Created

Viewing 30 posts - 12,391 through 12,420 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2023 at 13:49

    Hello, GTP,

    “Can we request that on the taskboard?” – yes, please.

    You can maybe find an additional plugin for the mega menu that will allow it.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2023 at 13:42

    Hello,

    Thank you for your cooperation!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2023 at 11:13

    Hello, @Geert,

    Thank you for letting us know and for understanding!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2023 at 11:02

    Hello, Khurram Virk,

    Good day to you!

    We hope this message finds you well.

    Please provide URL of the site.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2023 at 10:30

    Hello, Habib,

    1/ We’ve checked your site from an incognito browser window, without a cache, and see the translation – https://prnt.sc/fOICrRP7kVAo , so it can be a cache problem, then you need to solve.

    2/ https://prnt.sc/HB-P_JI0OK5P – The WooCommerce plugin has this string so you should fix it in their translations or try to check it with the default StoreFront theme and if the problem persists then contact to WooCommerce plugin https://wordpress.org/support/plugin/woocommerce/ with such question as it is not related to our theme.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2023 at 10:21

    Hello, MAHDAR,

    Thank you for reaching out to us with your concern regarding the WooCommerce Multilingual & Multicurrency plugin and its compatibility with the xstore theme.

    We would recommend doing tests with the Storefront theme, not Twenty Twenty-Four, because this is the default WooCommerce theme.

    Please provide temporary wp-admin and FTP access, so we can take a closer look at the problem on your site.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2023 at 10:15

    Hello, Orme Pet,

    We hope this message finds you well.

    To be able to edit Shop page using Elementor and the free PRO Elements plugin, please go to XStore Builders > Products Archive https://prnt.sc/SEbx6aakuHcX https://www.8theme.com/documentation/xstore/xstore-builders/xstore-products-archive-builder-with-elementor/
    By default, the Shop page can’t be edited using Elementor as other pages, because this ability was added by Elementor for the Pro plugin that should be purchased separately. All our demos were created without Elementor Pro, so Shop page settings can be edited via Theme Options > WooCommerce.
    In the latest update, we added new builders https://www.8theme.com/documentation/documentation/xstore-builders/xstore-builders-getting-started/ which allows you to create Shop page layout using the Elementor free plugin.

    We trust that the information provided will be of significant assistance to you.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2023 at 09:56

    Hello, Michael,

    Thank you for reaching out to us with your query. We are pleased to assist you with customizing the styling of your WooCommerce thank you page.

    Yes, it is indeed possible to edit the styling of the thank you page on your WooCommerce site. To do this, you can add custom CSS to Theme Options > Theme custom CSS or child theme’s stylesheet.
    Here’s a basic guide on how to proceed:
    1. Navigate to your WordPress dashboard.
    2. Go to ‘Appearance’ and then ‘Customize’.
    3. Look for ‘Theme custom CSS’ or a similar section where you can input custom CSS.
    4. Add your custom CSS code to style the thank you page as desired. For example:

    .woocommerce-order-received .woocommerce {
    /* Add your custom styles here */
    background-color: #f9f9f9;
    color: #333;
    /* Other styles */
    }

    5. Click ‘Publish’ to save your changes.
    Please replace the example CSS with the actual styles you wish to apply to your thank you page. If you need more specific styling or if you encounter any issues, please provide us with more details, and we would be happy to guide you further.

    Should you require any additional assistance or have any other questions, please do not hesitate to contact us.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2023 at 09:47

    Hello, Ritik Kumar,

    Thank you for reaching out to us with your inquiry.

    If your question relates to fields of the Contact Form 7 plugin only, we would recommend you contact support of this plugin directly.

    For adding repeatable fields to forms on your website, you may check the following plugins:

    1. Advanced Custom Fields (ACF) – This plugin allows you to add custom fields to your WordPress edit screens, including repeatable fields through its Repeater Field add-on.

    2. Gravity Forms – With its List field, Gravity Forms enables users to add multiple sets of certain fields dynamically. For more advanced repeatable fields, you might also look into their Repeater Fields add-on.

    3. Formidable Forms – This plugin offers a Repeatable Section feature that allows users to duplicate a group of fields as needed.

    Please ensure that any plugin you choose is compatible with your current WordPress version and theme (we did not test them officially so we do not guarantee full compatibility yet). If you need further assistance or have any other questions, please do not hesitate to contact us.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2023 at 09:43

    Hello,

    Thank you for reaching out to us with your feature request.

    We appreciate your input and are always looking for ways to enhance our offerings. However, please note that our support forum is dedicated to assisting with currently available features and functionalities.

    To ensure that your request is directed to the appropriate team, we kindly ask that you submit it on our taskboard at the following link: https://www.8theme.com/taskboard/. This will allow our development team to review and consider it for future updates.

    Thank you for your understanding and for contributing to the improvement of our products.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2023 at 08:32

    Hello, Link&Grow,

    We appreciate your prompt response.

    We can see this error https://prnt.sc/Ggv6ygcsJkB_ when we click on edit here – https://prnt.sc/uRuLCawLutyl
    Please provide FTP access.

    You did not mention the https://prnt.sc/Ggv6ygcsJkB_ , do you face another problem?

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2023 at 08:25

    Hello, Hempednyc,

    Thank you for reaching out to us with your request.

    Please try to use custom CSS code:

    .mini-cart-buttons {
        display: flex;
        flex-direction: column;
    }
    .et_element .mini-cart-buttons .wc-forward:not(.btn-checkout) {
        order: 2;
        border-color: #020201 !important;
    }
    .mini-cart-buttons .button.btn-checkout.wc-forward {
        order: 1;
        margin-top: 0;
        margin-bottom: 5px;
    }

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2023 at 08:18

    Hello, Mirko,

    As I have previously advised, the implementation of the requested change will take some time, and I am unable to provide a precise timeline. The process will not be swift due to the presence of tasks with higher urgency, and to properly incorporate this minor modification, numerous adjustments will be necessary. These changes have the potential to impact other aspects of the system for different users, especially when considering a global solution for updates.

    Therefore, we kindly request your patience and understanding. If you are unable to wait for a period ranging from several weeks to a few months, I regret to inform you that I cannot specify when we will be able to address this issue. Our offer for a refund remains valid.

    As an alternative, you may choose to disable our theme’s variation swatches through the theme options and use an additional third-party plugin. However, please be aware that we will not be able to provide support in this case.

    Thank you for your cooperation.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 16, 2023 at 08:16

    Hello, Focu5,

    Thank you for reaching out to us with your query. We understand that you are experiencing an inconsistency in the design between the product cards displayed in the grid and those in the slider for related products.

    Please provide temporary wp-admin and FTP access, so your request will be forwarded to our dev team.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 18:07

    Hello, Mirko,

    Thank you for reaching out to us and for providing the video illustrating the issue you’re experiencing with the single product page.

    We’ve checked the product on your site and there is no problem – https://prnt.sc/XmR5kHgCaXm5 + https://prnt.sc/7p1oHg0I8-8k + https://prnt.sc/o0yVogSaEO6V
    It seems you have solved it.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 18:04

    Hello, Jimmy,

    1 / Please downgrade the PHP version to 8.0.

    2/ Ask your hosting provider to increase the Maximum execution time (we added a screenshot of the fatal error into the Private Content area).

    3/ Disable all 3rd-party plugins and check how the edit works then.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 17:31

    Hello, @Geert,

    Our dev team added this task to our task list. But we need more time to fix this, we will continue work on our own test sites.
    We’ve activated PRO Elements plugin on your site, so not you can use more elements. Please try, or disable the PRO Elements plugin if it will not be needed.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 17:16

    Hello, Mostafa Khaled,

    1/ The next update will contain this fix.

    2/ Do you face it here – https://prnt.sc/YQD5arXrwpJD ? Click here https://prnt.sc/UzoktAaPBVb6 , or contact support of the Elementor plugin https://prnt.sc/OBeDhaofQJgE or disable debug mode.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 17:08

    Hello, @MJ,

    We have added the following files to exclusions:
    /wp-content/themes/xstore/css/modules/woocommerce/archive.css
    /wp-content/themes/xstore/css/modules/woocommerce/product-hovers/product-view-mask3.css
    https://prnt.sc/BTp1CN-0F_uN
    The result is next -> https://prnt.sc/MgkU23a9NrKg (incognito)

    Best Regards,
    The 8Theme Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 16:39

    Hello, HmirceaD,

    https://prnt.sc/V_5FzllIDWD2 – your checkout popup creates the issue with the coupon,
    once we remove the content of popup – no coupon are shown at the botton of the page -> https://prnt.sc/bzckU4nDg__u
    by default we output the coupon above the form but on your web-site you have it hidden by Yellow Pencil plugin custom CSS -> https://prnt.sc/ZAsnegSh8Tfn
    We removed that custom CSS -> https://prnt.sc/B_0c1hdMjiqr and now you have the coupon shown above all forms -> https://prnt.sc/wB9tRF9WuJ77

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 16:24

    Hello, Link&Grow,

    Thank you for reaching out to us with your query regarding the translation of Email Builder templates. We understand the importance of providing a seamless multilingual experience for your users, and we are here to assist you in achieving that.

    Your site is under maintenance mode, so we can’t check it. please provide temporary wp-admin access.

    What multilanguage plugin do you use?

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 16:21

    Hello, coffeedog,

    Thank you for reaching out to us with your query.

    To disable the sticky cart feature on your single product pages, please follow these steps:

    1. Navigate to Theme Options.
    2. Click on WooCommerce.
    3. Proceed to Single Product Builder.
    4. Locate the Add To Cart & Quantity section.
    5. Within that section, you will find the Sticky Cart option.
    6. Set the Sticky Cart to ‘Off’.

    If you require any further assistance or have additional questions, please do not hesitate to contact us.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 16:17

    Hello,

    Thank you for reaching out to us and providing the wp-admin access details.

    Upon reviewing the information you’ve provided, it appears that there may have been an issue with the credentials as we are unable to successfully log in to your site. To ensure the security and privacy of your account, we kindly ask that you double-check the username and password, and ensure that there are no typographical errors or accidental space characters before or after the credentials.

    Once you have verified the information, please resend the correct login details at your earliest convenience. We are committed to assisting you promptly and efficiently once we have the proper access.

    We appreciate your understanding and cooperation in this matter.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 14:42

    Hello, Trendy,

    Thank you for reaching out to us with your concern regarding the white space below the footer on your website.

    Our theme does not have the option to fix the footer to the window bottom (independently of the footer builder you are using). It displays the footer at the bottom of the page content and if your page content is too short then additional space appears below the footer to the window bottom.
    You can try to use the next custom CSS code:

    .content-page {
        min-height: calc(100vh - 400px);
    }

    We hope this information is helpful.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 13:56

    Hello, Weblike PRO,

    Thank you for reaching out and providing further clarification regarding the connection block on your website.

    We have reviewed the screenshots you’ve shared and understand that the connection block displays different modules on different pages. On the Home page, it shows the search, account, and cart modules, while on the Contacts page, it displays the wishlist and cart modules.

    To address this, you can customize the connection block through the Header Builder > Multiple headers feature – https://prnt.sc/S4CP0x8N9DyJ . This will allow you to set up different headers for different pages, ensuring that the connection block displays the modules you want for each specific page.

    If you need any assistance with the customization process or have any other questions, please do not hesitate to contact us. We’re here to help ensure your website meets your needs and expectations.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 13:53

    Hello,

    Thank you for contacting us about the issue you’re experiencing with the activation of the XStore Core plugin.

    To assist you further, could you please confirm if you are using the Kirki plugin? If so, we kindly ask that you temporarily disable it, as it may interfere with the activation process.

    If the problem persists after disabling the Kirki plugin, we would be happy to take a closer look at the situation for you. To do this, we would require temporary access to your wp-admin. Please provide us with the necessary credentials, ensuring that they grant us the appropriate level of access to investigate the issue thoroughly.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 13:06

    Hello, Weblike PRO,

    Thank you for reaching out to us with your query.

    We apologize for any confusion, but your request is a bit unclear to us. Upon review, it appears that the menus on both the Home and Contacts pages are identical, with the appropriate menu item being underlined on each respective page to indicate the current location within the site.

    To assist you further, we kindly ask that you provide us with more details regarding your request. This will enable us to understand your needs better and offer a more accurate solution.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 10:58

    Hello, Laura,

    Thank you for reaching out to us and for choosing XStore for your website needs.

    We have successfully deactivated the Kirki Customizer Framework plugin and activated the XStore Core on your site as requested. You should now be able to enjoy the full range of features that XStore has to offer.

    If you have any further questions or require additional assistance, please do not hesitate to contact us. We’re here to help!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 10:35

    Hello, Hempednyc,

    Thank you for your response.
    We wish you luck and success in your business!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 10:31

    Hello, Stephan,

    In this case, log in to http://www.ecigge.no site and register the theme there. If you are the owner, you should have access to the site dashboard.

    “however, I have issued to transfer jmberg.no website to ecigge.no and I believe that because of themes is not activated. ” – what exactly issue? theme activate should not affect it.

    If you have questions about full site migration we would recommend contacting the hosting provider, because, as a rule, hosting support helps with this. Site migration is not related to the theme, so we don’t have any detailed suggestions. Some of our customers use the Duplicator plugin.

    Kind Regards,
    8theme team

  • 1 2 3 413 414 415 2,273 2,274 2,275
    Viewing 12,420 results - 12,391 through 12,420 (of 68,227 total)
Viewing 30 posts - 12,391 through 12,420 (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.