Forum Replies Created

Viewing 30 posts - 14,461 through 14,490 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 20:16

    Hello, Jimmy,

    1/ ”The star review is not showing on the product category page” => We added the next code to your child-theme/functions.php:

    add_action('et_after_shop_loop_title', function() {
        global $product; ?>
        <div class="yotpo bottomLine" data-yotpo-product-id="<?php echo (($sku = $product->get_sku()) ? $sku : esc_html__( 'N/A', 'xstore' ) ) . '/' . $product->get_ID(); ?>"></div>
        <?php
    });

    according to the information from plugin docs but it seems that they missed smth to mention for making star-ratings work. So please, contact them and ask what should you add to make it work as expected. Now you have that block added on each product but each of them is empty → https://prnt.sc/aOEAHJELvj1d .

    2/ “I also want to display the review widget before the related product block“ => We copied xstore/woocommerce/content-single-product.php to xstore-child/woocommerce/content-single-product.php and made the next modifications → https://prnt.sc/jWiXQ_QFgcRy

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 15:21

    Hello, James Lee,

    Fixed. Please clear cache and check now.

    We’ve disabled Remove Query Strings From Static Resources in Theme Options → Speed Optimization.

    You can delete the old PayPal Payments plugin v1.9.2.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 15:00

    Hello, @rgbmulti,

    Is there anything else we can help you with?

    Best Regards,
    8Theme’s Team.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 14:39

    Hello, Stefan,

    Thank you for contacting us and for using XStore.

    The button you have mentioned is incorporated by a third-party plugin. To modify the text color on this button, please utilize the following custom CSS code:

    .widget_shopping_cart_content .wsc_share_cart {
        color: white;
        border-color: transparent;
    }

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 14:25

    Hello, Finleydesign,

    In this case, since you have determined that the plugin is fully rewriting the file, it is necessary for you to contact the author of the plugin to resolve this issue. This is because the rewriting of plugin files by another plugin is not a good practice, especially considering that the main plugin is named WooCommerce.

    Alternatively, we can suggest copying the default file form-billing.php (the one you identified as being triggered) from the WooCommerce plugin to the child theme with the same file path. Then, the file will essentially be original, and this solution may also be suitable for you.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 13:16

    Hello, @coffeedog,

    Thank you for getting in touch with us.

    Dashboard > Settings > Permalinks > Category base, and read more – https://www.wpbeginner.com/wp-tutorials/how-to-change-the-category-base-prefix-in-wordpress/

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 13:14

    Hello, Maitreya Patni,

    1/ Please add the next code in Theme Options > Theme custom CSS:

    @media (min-width: 900px) {
        .products.products-loop.products-grid .price, 
        .products.products-loop.products-grid.product-title {
            opacity: 0;
        }
    }
    .products.products-loop.products-grid .product-details .product-title a,
    .products.products-loop.products-grid .woocs_price_code .woocommerce-Price-amount bdi {
        color: white;
    }

    and delete 3 lines of your code https://prnt.sc/ilirPbYxj3EF + https://prnt.sc/LZrOS2BIADti + https://prnt.sc/t_37FvCmEPG8 , all should be fine after that.

    2/ Please open up new topics for new questions – https://www.8theme.com/forums/xstore-wordpress-support-forum/
    There is no option to design the Woocommerce product page separately for mobile, unfortunately.

    Best Regards,
    Team 8Theme.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 13:06

    Hello, Frank,

    Thank you for contacting us and for using XStore.

    Private Content.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 12:25

    Dear, Rana,

    We have thoroughly checked and confirmed that the IPs in question do not belong to our team. No mentioned changes have been made from our end on your website. We value our customer’s data and take this matter seriously. Upon your request, we have once again checked the security system of the Private Content area and found no issues. We strongly advise you to check from your end who might have gained access to your website and also to contact your hosting provider to block the mentioned IPs.
    If you have any additional questions or concerns, please do not hesitate to reach out to us.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 11:38

    Hello, Martincarpenter,

    Thank you for your response.

    We wish to inform you that your inquiry will be forwarded to another specialist for a more detailed review. We anticipate getting back to you after the weekend. We apologize for the delay, as our developers are currently handling a high volume of requests.

    We kindly request your patience during this time and advise against changing your access.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 11:04

    Hello, Arbadev,

    Thank you for getting in touch with us.

    Please 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 the upcoming updates.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 10:42

    Hello, @floatselect,

    Yes, you can do this via Theme Options > Breadcrumbs > Style > Disable, or via settings for the Shop page – https://www.8theme.com/documentation/xstore/theme-installation/8theme-page-post-layout-settings-8theme-post-options/

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 10:26

    Hello, @coffeedog,

    Please check now – https://prnt.sc/1b6t1pfI0oR1 > https://prnt.sc/nTg_EcY-DKfi

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 08:20

    Hello, ProdbyDaan,

    Thank you for your response.

    We wish to inform you that your inquiry will be forwarded to another specialist for a more detailed review. We anticipate getting back to you after the weekend. We apologize for the delay, as our developers are currently handling a high volume of requests.

    We kindly request your patience during this time and advise against changing your access.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 07:52

    Hello, Arbadev,

    Thank you for getting in touch with us.

    YellowPencil plugin (XStore > Plugins Installer) – the most powerful visual CSS editor for WordPress. Customize any theme and page visually without coding.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 07:47

    Hello, ProdbyDaan,

    Thank you for your response.

    We activated the Storefront theme to do some tests, but now the filters show https://prnt.sc/qHU2pI32ZjY0 Were some settings changed automatically just after activating another theme and back to XStore? Please send this question to the FilterEverything PRO plugin authors, so they fix it first.
    Then provide us with FTP access, we need to check the situation with filters and products more deeply.

    Best regards,
    Daniel Peters

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 07:22

    Hello, Mariangio,

    We appreciate your prompt response.

    We are unable to replicate the issue you are experiencing. On our end, the slider appears to be loading correctly on all devices. We suggest that you may need to clear your browser’s cache, update your browser, or disable any third-party extensions that could potentially be causing this issue.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 07:12

    Hello, James Lee,

    Thank you for your response.

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

    Please be patient and do not change access.

    If you have new questions, please open up new topics – https://www.8theme.com/forums/xstore-wordpress-support-forum/

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 07:04

    Hello, Lanxiaodj,

    Thank you for contacting us and for using XStore.

    We have a “Sliding effect” option in Theme Options > Footer > Footer layout.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 06:57

    Hello, Maitreya Patni,

    1/ “I understand. Thank you for the help. I will await your response.” – As we can see, you did not remove the code we aks for “We kindly request you to remove the code. Following this…” We can’t remove that code for you, because It is unclear to us where exactly you added it.

    2/ Yes, the code should work.

    Best Regards,
    Team 8Theme.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 05:49

    Hello, Hassan,

    Thank you for contacting us and for using XStore.

    We kindly suggest that you reach out to WooCommerce support for assistance, as our theme does not have any influence on attributes import – https://wordpress.org/support/plugin/woocommerce/

    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
    September 8, 2023 at 05:45

    Hello, Oleksandr,

    Thank you for contacting us and for using XStore.

    Please submit a new topic for your problem – https://www.8theme.com/forums/xstore-wordpress-support-forum/

    Upload the video on a filesharing service, for example – https://wetransfer.com/ , and provide us with the URL.

    Additionally, we require temporary wp-admin access to your site in order to investigate the situation more thoroughly.

    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.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2023 at 05:36

    Hello, Mariangio,

    Thank you for contacting us and for using XStore.

    1/ In order to troubleshoot the issue you are experiencing, we suggest that you first try disabling all third-party plugins (including cache plugins) that are not bundled with XStore. You can refer to the following link for a list of included plugins: https://www.8theme.com/documentation/xstore/plugins/included-plugins/ . Additionally, please clear the cache of your browser and check again. It is possible that one of the additional plugins is causing problems.

    We kindly request your participation in this mandatory test. Upon completion, please share the results with us.

    2/ We would like to inquire about the specific browser in which you are experiencing the issue. For a more comprehensive understanding of the problem, could you possibly provide us with a video recording?

    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
    September 7, 2023 at 20:39

    Dear, Rana,

    We assure you that we have not installed any additional plugins or third-party code on your website.
    All our actions are described in a topic and can’t cause problems – https://www.8theme.com/topic/uncaught-type-error-in-google-chrome-console-is-showing/
    We advise you to check who else had access to the site and change all passwords, as the actions you mentioned were not carried out by members of our team.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 7, 2023 at 20:29

    Hello, ProdbyDaan,

    Thank you for getting in touch with us.

    We do not give a guarantee for full theme compatibility with all existing 3rd party plugins. Sometimes, not always, you need additionally customize the theme or plugin to make them work together. Unfortunately, it’s not possible for the author to make the theme compatible with all the existing plugins and additional customization is outside the scope of our basic support.

    Please try to use the selectors mentioned here – https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/

    If this doesn’t help, provide temporary wp-admin and FTP access, so we can take a closer look at the situation on your site.

    Best regards,
    Daniel Peters

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 7, 2023 at 20:25

    Hello, Ricardo,

    Thank you for getting in touch with us.

    Please go to Pages > create a new page, without any content, it will be Portfolio page, then go to Theme Options > Portfolio > Portfolio page > select your page.
    Let us know if it helps.

    Best Regards,
    Team 8Theme.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 7, 2023 at 20:18

    Hello, Soucius,

    Thank you for choosing XStore as your WooCommerce WordPress theme.

    Please go to Plugins and disable XStore AMP plugin, or read – https://www.8theme.com/documentation/xstore/amp-plugin/general-info-amp/

    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
    September 7, 2023 at 20:16

    Hello, Nancy,

    Thank you for contacting us and for using XStore.

    Please navigate to the following path: Theme Options > WooCommerce (Shop) > Cart page > Empty cart > Content > Text tab > edit content of the tab https://prnt.sc/YXmhOgzeX6bu

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 7, 2023 at 17:24

    Hello, @floatselect,

    We appreciate your prompt response.

    Kindly review the attached screenshot – https://prnt.sc/urvWgger50o1

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 7, 2023 at 17:06

    Hello, Whiteski,

    Thank you for choosing XStore as your WooCommerce WordPress theme.

    – Resourses with 4xx status code (https://prnt.sc/tvHE8xtRYX9G)
    • It could be the receiving server. Some servers aren’t configured to return more helpful messages. For example, let’s say you upload a file to a website but the file is too large. Instead of showing a prompt that the file exceeds the maximum upload file size, the server sends a 400 HTTP error.
    How to fix broken links?
    Fortunately, Google Webmaster Tools (https://www.google.com/intl/en_uk/webmasters/#?modal_active=none)  allows you to easily track and graph broken links. To do this, visit your Google Search Console in your GWT account and find Crawl > Crawl Errors. Using this free tool, you can start looking at trends over time to figure out what specifically may be causing the broken links in your campaign.
    This covers you being able to find the broken links, but you will need to find exactly how much traffic you’re losing as well. You can do this by using a Google Analytics Tracking Code (https://www.bluefrontier.co.uk/company/blog/item/a-guide-to-http-4xx-errors#:~:text=Google%20Analytics%20Tracking%20Code) . This will give you insights into which broken link has been clicked and to which page error the user has been referred.

    – Resourses with 5xx status code
    These errors are caused by the server being unable to fulfill an apparently valid request from a visitor. Often, you will need the help of a server administrator to investigate them.
    It is also important to consider that quite often, a chain of servers is handling an HTTP request, so that it may not be your server that is returning the error.

    When 500 errors appear, check your server scripts for these problems:
    • Server permission: If permissions are incorrect, a server cannot run a script. For example, permissions for both PHP or CGI script should be set to 0755 (-rwxr-xr-x).
    • PHP timeout: If the server connects to external services, they may time out. If too many connections time out, a 500 error appears. Review timeout rules and error handling in your script. These can be difficult to find because connections to databases and RSS feeds will stop the script. The easiest solution may be to remove external connections.
    • Server timeout: Lost server connections, reboots, and too many calls at once can cause a server to timeout. Test the script to ensure this is not happening frequently. 
    • Structure in .htaccess files: An error in an .htaccess file may prevent a page from loading. To test whether .htaccess is the problem, temporarily remove the file or rename it. Then, reload the page.
    • CGI and Perl script errors: If a web page with the extension .cgi or .pl returns a #500 error, check the script. Ensure that you save CGI files in pure ASCII format and also that you upload them to the cgi-bin directory in ASCII mode. Also verify that any Perl modules required for your script are supported.

    In simply words, you should contact your hosting provider and ask him how to solve the issues with 5xx error pages.

    – Questions about «poor performance», «render-blocking resources» (https://prnt.sc/y7wk1Aeg4TQD) and «unused CSS/JS» can be solved by property created, optimized content on each page. Also vital is to have cache plugin or even CDN installed for your web-site.
    As an example you can read next article – https://www.8theme.com/documentation/xstore/troubleshooting/how-to-improve-wp-rocket-settings-with-xstore/

    – Avoid an excessive DOM size – read these posts about DOM https://docs.wp-rocket.me/article/1412-avoid-an-excessive-dom-size
    https://isotropic.co/avoid-an-excessive-dom-size-on-your-wordpress-website/ . After analyzing of your home page (for example) we found that you don’t use any ajaxify element there.. Edit your page and enable Ajaxify for the «Heavy» Widgets (by heavy I mean Products contained widgets) you would prefer to be loaded on getting window scroll to it https://prnt.sc/HzYeSqzHBWKo . It should reduce the DOM structure. Also, you may try to reduce the DOM results on the page by reducing the number of sections of the page/elements in the footer or header.

    — Empty alt text (https://prnt.sc/2M90lVAZk7Fj) – you should set up alt set for most images such as product ones. It is not related to our theme so we recommend you to read next article about Alt text and how to set them up – https://wpengine.com/resources/wordpress-image-alt-text/

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

    Kind Regards,
    8theme team

  • 1 2 3 482 483 484 2,273 2,274 2,275
    Viewing 14,490 results - 14,461 through 14,490 (of 68,227 total)
Viewing 30 posts - 14,461 through 14,490 (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.