Forum Replies Created

Viewing 30 posts - 4,591 through 4,620 (of 5,361 total)
  • Avatar: Justin
    Luca Rossi
    Support staff
    April 8, 2024 at 09:36

    Hi @Deep,

    Firstly, we are currently uncertain about the specific issue you are encountering. To assist us in identifying any potential conflicts, we kindly request that you conduct a systematic test. This can be done by deactivating each plugin one at a time, with the exception of those that are explicitly included in the list provided by our team.

    For your convenience, you can find the list of included plugins at the following link: https://www.8theme.com/documentation/xstore/plugins/included-plugins/.

    Secondly, Website speed depends on various factors that we do not control. What we can do is share the links that can help you with speed optimization: https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/

    Every additional plugin slows down the site a bit, so we would recommend you disable unrequired plugins.

    We are writing to address the issue you have been experiencing with your website’s slow loading speed. After conducting a speed test on your website via GTmetrix, we have found that the performance is suboptimal. You may review the results at the following link:
    https://gtmetrix.com/reports/goushrestha.com/TVIV1XhB/

    We recommend that you review the suggestions provided by GTMetrix in the Top Issues list, accessible here: https://prnt.sc/vnibigY9Ugb5 & https://prnt.sc/SyOEA_xORUp9

    About your results on gtmetrix results:

    – Reduce initial server response time: https://gtmetrix.com/reduce-initial-server-response-time.html

    – Eliminate render-blocking resources https://gtmetrix.com/eliminate-render-blocking-resources.html

    -Avoid chaining critical requests https://gtmetrix.com/avoid-chaining-critical-requests.html

    — 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/
    Edit your page and Product elements. 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;

    – Avoid long main-thread tasks https://gtmetrix.com/avoid-long-main-thread-tasks.html

    – Use any a Content Delivery Network (CDN), it can give an equally fast web experience to your users across the globe. We use CDN on our demos.

    For further guidance on how to improve your website’s speed, we invite you to review our theme documentation. The following links provide detailed information on this topic:

    1. https://www.8theme.com/documentation/xstore/theme-installation/main-theme-options/
    2. https://www.8theme.com/documentation/xstore/troubleshooting/how-to-improve-wp-rocket-settings-with-xstore/

    For a comprehensive understanding of the specific issues that may be affecting your website’s speed, we suggest conducting a website speed test with GTMetrix. This tool can provide you with actionable recommendations to further enhance your website’s performance.

    We trust that you will find this information useful in improving your website’s performance.

    We trust that this guidance will be of assistance to you. Should you require any further support, please do not hesitate to reach out to us.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 8, 2024 at 08:49

    Hi @Ajaz,

    Please add this custom CSS:

    
    .content-product .product-content-image {
        min-height: auto;
    }
    

    Hope it helps!

    Avatar: Justin
    Luca Rossi
    Support staff
    April 8, 2024 at 08:46

    Dear Ajaz,

    Greetings.

    We would like to inform you that we have successfully accessed your website without encountering any problems.

    We kindly suggest that you verify with your hosting provider regarding the integrated caching system. It is our assumption that the cache may have been refreshed during your recent visit to the website.

    Please also take a look at this article for improving speed of your website: https://www.8theme.com/documentation/xstore/troubleshooting/how-to-improve-wp-rocket-settings-with-xstore/

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

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 8, 2024 at 07:30

    Hi @laboudoir,

    Thank you for reaching out to us with your concern.

    Could you please provide temporary wp-admin access?

    To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.

    Best Regards,
    8Theme’s Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 8, 2024 at 07:29

    Hi @Fabricehty,

    The Products Element has been deprecated. We suggest you to switch to the Product List/Grid element instead:

    https://prnt.sc/7TOK25N7OPTs

    Best Regards,
    8Theme’s Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 8, 2024 at 06:11

    Hi @Ajaz,

    Please setup the parallax options like this screenshot, it should work with any sizes of image.

    https://prnt.sc/y6sTMyPUKY1S

    Also, the parallax effect does not work on mobile, how can this be enabled?

    The parallax scrolling effect is achieved by setting the background image position to “fixed” (background-attachment: fixed). At present, this effect is fully supported only by the Mozilla Firefox browser.

    On touch devices using browsers other than Mozilla Firefox, the parallax effect is overridden to ensure compatibility. Consequently, users will observe a static image in place of the dynamic parallax effect.

    The majority of mobile browsers do not support parallax scrolling due to issues related to responsiveness and performance concerns on mobile devices.

    However, we have provided a workaround using custom CSS code. Please be aware that this custom CSS solution will not function on iOS devices. The following custom CSS has been added for your convenience under Page Settings > Advanced > Custom CSS:

    @media only screen and (max-width: 768px) { 
        .elementor-widget-wrap.elementor-element-populated.lazyloaded {
            background-attachment: fixed !important;
        }
    }

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

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 8, 2024 at 05:23

    Hi @Ajaz,

    We think the solution is in the transparent header topic: https://www.8theme.com/topic/transparent-header-multiple-headers/#post-390538

    We’re going to close this topic.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 8, 2024 at 05:22

    Hi @Ajaz,

    The opacity attribute is available from 0 to 1. You put 100 is not correct.

    We’ve reverted the custom CSS code to this:

    
    body .et_b_header-menu .nav-sublist-dropdown .item-link:hover {
        opacity: 1;
    }
    

    And here is how the sub-menu items look on our end:

    https://prnt.sc/wuOZphFGS2Gx

    Please clear the cache and check again.

    Thanks!

    Avatar: Justin
    Luca Rossi
    Support staff
    April 8, 2024 at 05:17

    Hi @Ajaz,

    We just want to notice to you on your website there are 2 headers for now: https://prnt.sc/Cxi-1pYDvxvH

    – Default Header it will display for all the pages
    – Home Header it will display on home page only.

    So you just need to make the home header transparent(we did it for you) and the default header will have the background color. After that you don’t have to add the spacers to the content.

    We could see that all the pages look good now. You don’t have to update the background color of the headers anymore.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 7, 2024 at 16:05

    Hi @sethr,

    We’ve updated the custom code to this:

    
    add_action('wp_footer', '__wp_footer');
    function __wp_footer(){
        if(is_cart()){
        ?>
        <script>
            (function ( $ ) {
                'use strict';
    			$(document).ready(function(){
    				if( $(window).width() < 768 ){
    					var current = $('input[type=radio]:checked', '.woocommerce-cart-form').val();
    					$('td.product-price.mob-hide ul').remove();
    					$(":radio[value=" + current + "]").prop("checked", true);
    				}
    			});
    			$( document.body ).on( 'updated_cart_totals', function(){
    				if( $(window).width() < 768 ){
    					var current = $('input[type=radio]:checked', '.woocommerce-cart-form').val();
    					$('td.product-price.mob-hide ul').remove();
    					$(":radio[value=" + current + "]").prop("checked", true);
    				}
    			});
                $(document).on('change', '.subscription-option input[type=radio], .one-time-option input[type=radio]', function (){
                    $('.quantity .quantity-wrapper input').trigger('change');
                });
            })( window.jQuery );
            
        </script>
        <?php
        }
    }
    

    Now it’s working on mobile also.


    From now please be advised that any further customizations may require the attention of the plugin’s author, as the issue addressed was not related to our XStore theme. We appreciate your understanding in this matter.

    Thank you for your continued collaboration.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 7, 2024 at 14:52

    Hi @Ajaz,

    Please add the following CSS code under Theme Options > Theme Custom CSS > Global CSS:

    
    body .et_b_header-menu .nav-sublist-dropdown .item-link:hover {
        opacity: 1;
    }
    

    Hope it helps!

    Avatar: Justin
    Luca Rossi
    Support staff
    April 7, 2024 at 14:44

    Dear Ajaz,

    We are pleased to inform you that we have replicated the headers on your behalf. Consequently, we believe there is no longer a necessity for you to insert the spacer on each page.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 7, 2024 at 14:43

    Hi @Ajaz,

    We’ve updated the Default Header and named it as Home Header and also set the condition for Home Header to make this header display only on home page:

    https://prnt.sc/bL9RPsy-LMtI

    Now you can edit both headers:
    – Default Header is used for all pages except home page
    – Home Header is user for home page only.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 7, 2024 at 14:37

    Hi @Ajaz,

    Please provide us with the URL of page you’ve added the parallax effect.

    Thank you!

    Avatar: Justin
    Luca Rossi
    Support staff
    April 7, 2024 at 14:35

    Hi @Ajaz,

    Please follow these steps in private content area.

    Hope it helps!

    Please contact administrator
    for this information.
    Avatar: Justin
    Luca Rossi
    Support staff
    April 7, 2024 at 14:28

    Hi @Ajaz,

    We kindly request that you add a new HTML element to your FAQs page by incorporating the following script:

    
    <script>
    jQuery(document).ready(function($) {
    var delay = 100; setTimeout(function() {
    $('.elementor-tab-title').removeClass('elementor-active');
     $('.elementor-tab-content').css('display', 'none'); }, delay);
    });
    </script>
    

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 7, 2024 at 14:15

    Hi @Lucas,

    To add the category in the loop, please add the following code under functions.php file locates in your child theme:

    
    add_action('woocommerce_after_subcategory_title', 'display_short_description_after_shop_loop_item_title', 999 );
    function display_short_description_after_shop_loop_item_title( $category ) {
    	if ( $description = $category->description ) {
    		echo '<p class="category-desc '. $category->slug .' cat-description" itemprop="description">' . $description . '</p>';
    	}
    }
    

    After that add this custom CSS under Theme Options > Theme Custom CSS > Global CSS:

    
    .category-grid.content-under .categories-mask {
        display: flex;
        flex-direction: column;
    }
    .category-grid.content-under .categories-mask .category-desc {
        order: 1;
    }
    .category-grid .categories-mask a:nth-child(1) {
        order: 0;
    }
    .category-grid .categories-mask a:nth-child(2) {
        order: 2;
    }
    

    For the View More button text, you can use Loco Translate plugin. For more information, please take a look at this article: https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/

    Warm regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 7, 2024 at 13:40

    Dear @lew-shop,

    We hope this message finds you well.

    We wish to inform you that we identified an issue where a missing value in the slider spacing resulted in a malfunction. We have addressed this by applying the appropriate setting, which has successfully restored the slider’s functionality.

    For your reference, here is a screenshot illustrating the corrected setting:
    https://prnt.sc/cJyFrjws5uGt

    We kindly request that you clear your caches at your earliest convenience to ensure the changes are reflected on your end. Please verify the slider’s operation following this action.

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

    Best Regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 6, 2024 at 17:39

    Hi @Mr.Auxins,

    Please try adding this custom CSS:

    
    body #sales-booster-popup .sales-booster-popup-inner a {
        white-space: wrap;
    }
    body #sales-booster-popup img {
        object-fit: cover;
        width: 70px;
        height: 70px;
    }
    

    Hope it helps!

    Avatar: Justin
    Luca Rossi
    Support staff
    April 6, 2024 at 17:03

    Dear Chiche Solene,

    We kindly request that you attempt to utilize the following hook:

    
    add_action( 'woocommerce_before_cart_table', 'required_min_cart_subtotal_amount', 99 );
    

    Please inform us of the outcome at your earliest convenience.

    Warm regards,

    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 6, 2024 at 15:47

    Dear @jo,

    We are pleased to learn that all is functioning properly at this time.

    Warm regards,

    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 6, 2024 at 13:09

    Dear Lucas,

    We hope this message finds you well.

    We would be grateful if you could furnish us with the URL that includes the Product Categories Element. This will enable us to conduct a thorough examination of the feature in question.

    Additionally, if your website is currently in a construction phase, we kindly request that you provide us with the administrative credentials, namely the username and password. This will allow us to access the backend of your site for a more comprehensive review.

    Thank you for your attention to this request.

    Warm regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 6, 2024 at 12:52

    Hi @Mr.Auxins,

    Please change the Login text to Logout. After that change the link to this:

    http://example.com/wp-login.php?action=logout

    Hope it helps!

    Avatar: Justin
    Luca Rossi
    Support staff
    April 6, 2024 at 12:49

    Hi @jo,

    We hope this message finds you well.

    We have recently observed that the “Remove Unused CSS” feature inadvertently eliminated the custom CSS codes specific to the mobile header. To address this issue, we have added the “.mobile-header-wrapper” CSS class to the whitelist, which has resolved the problem.

    For your reference, here is a screenshot demonstrating the successful implementation of the changes: https://prnt.sc/71QMPAOU5yAe

    We kindly request that you clear the cache on your end to ensure that these updates are fully applied and visible.

    We appreciate your prompt attention to this matter and look forward to your confirmation that the changes have been successfully reflected on your side.

    Thank you for your cooperation.

    Best Regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 6, 2024 at 12:44
    Avatar: Justin
    Luca Rossi
    Support staff
    April 5, 2024 at 16:27

    Hi @Mr.Auxins,

    We wish to inform you that the feature of connecting Instagram Business accounts is currently deprecated and will be discontinued in a forthcoming update. We kindly request you to input an access token as an alternative. For further guidance, please refer to our documentation.

    Yes, that’s right. You have to use the API Token instead. For further guidance, please refer to our documentation :
    https://www.8theme.com/documentation/docs/instagram-api-token/

    For a more detailed visual guide, please refer to the image available at the following link:
    https://imgur.com/a/7zQY86f

    Yours Sincerely,
    The 8Themes Team.

    Avatar: Justin
    Luca Rossi
    Support staff
    April 5, 2024 at 16:25

    Hi @jhawker81,

    Please navigate to Theme Options > WooCommerce(Shop) > Single Product Builder:

    https://prnt.sc/9lg-rIhEGhYi

    Kind regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 5, 2024 at 12:44

    Dear @jhawker81,

    We would like to inform you that the Multiple Single Product Builder Templates is an integrated feature of the XStore theme and the ET-Core Plugin.

    Kind regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 5, 2024 at 11:36

    Hi @sandor.huszar,

    We’re tried to install a child theme and customizer is working correctly now.

    Can you please check now?

    https://prnt.sc/ptwDd_qVfYjC

    Best Regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 5, 2024 at 11:20

    Hi @mirko,

    Your website is under construction mode so we couldn’t access it.

    We tried to login via the provided admin account but it didn’t work. So we’re asking you to check.

    We’re glad you’ve sorted it out.

    Best regards,
    The 8Theme Team

  • 1 2 3 153 154 155 177 178 179
    Viewing 4,620 results - 4,591 through 4,620 (of 5,361 total)
Viewing 30 posts - 4,591 through 4,620 (of 5,361 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.