Forum Replies Created

Viewing 30 posts - 1,291 through 1,320 (of 5,361 total)
  • Avatar: Justin
    Luca Rossi
    Support staff
    April 12, 2025 at 09:52

    Dear @M.,

    Thank you for reaching out.

    Please note that all JavaScript files are minified and cannot be edited directly, as any changes made will be lost during theme or plugin updates.

    However, if you still wish to review or modify the file, you can find it at the following path:

    /wp-content/plugins/et-core-plugin/packages/st-woo-swatches/public/js/frontend.min.js

    We hope this information is helpful. Should you have any further questions, please don’t hesitate to contact us.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 12, 2025 at 09:50

    Hello @Lantalau,

    Thank you for reaching out to us.

    We’re sorry to hear that you’re experiencing performance issues with your website when using the XStore theme. We understand how important website speed and server performance are, and we’re here to help you resolve this matter.

    Here are some general recommendations:

    
    memory_limit = 1024M
    post_max_size = 512M
    upload_max_filesize = 1024M
    max_execution_time = 3000
    max_input_time = 3000
    max_input_vars = 10000
    

    Excessively high values may not necessarily improve performance and could potentially lead to resource management issues on your server. We recommend adjusting the values to more standard limits unless you have a specific need for higher settings.

    If you are unsure about the optimal configuration for your hosting environment, we suggest consulting with your hosting provider or server administrator for tailored advice.

    Also, we recommend the following general steps to help improve performance:

    – Ensure that your theme and all plugins are updated to the latest versions.
    – Use a caching plugin such as WP Rocket or W3 Total Cache.
    – Optimize your images and database.
    – Disable any unnecessary plugins to reduce load.
    – Consider using a Content Delivery Network (CDN) to improve loading times.

    Let us know how it goes!

    Best Regards,
    8Theme’s Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 12, 2025 at 09:17

    Hi @Ankit Khandelwal,

    The mobile menu items are very big now: https://tinyurl.com/29auzqu4.

    As we mentioned in the previous reply, to make mobile menu height auto it would require many customization codes.

    For any additional customizations beyond the default functionalities, we kindly invite you to submit a request through our Customization Panel at https://www.8theme.com/account/#etheme_customization_panel. Please note that customization services are subject to additional charges.

    Best Regards,
    8Theme’s Team

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

    Dear @M.,

    Unfortunately, all JavaScript files are minified and do not include any specific triggers that would allow you to directly disable this event.

    However, you may consider utilizing the following events to remove the sten-li-disabled class:

    $( ".variations_form" ).on( "woocommerce_variation_select_change", function () {
        // Triggered whenever variation selections are changed
    });
    
    $( ".single_variation_wrap" ).on( "show_variation", function ( event, variation ) {
        // Triggered when the user has selected all required dropdowns/attributes
        // and a final variation is displayed
    });

    We hope this information proves helpful. Should you have any further questions, please do not hesitate to contact us.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 11, 2025 at 10:52

    Dear @Ankit Khandelwal,

    We hope this message finds you well.

    We have increased the size of the logo and the mobile menu as per your request.

    Please note that replicating the mobile menu exactly as shown on the demo website would require extensive customization, which falls outside the scope of our standard support services.

    Thank you for your understanding.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 11, 2025 at 08:31

    Dear @Niraj,

    We hope this message finds you well.

    Could you kindly update the server settings as follows?

    - Max Execution Time: 600  
    - Max Input Vars: 5000  

    For your reference, please see the screenshot here: https://prnt.sc/c6cVbcliJ1a5

    Additionally, to help improve your website’s frontend performance, we recommend reviewing the following resources. They provide valuable guidance on optimizing speed and overall site efficiency:

    https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/
    https://xstore.helpscoutdocs.com/article/128-how-to-improve-wp-rocket-settings-with-xstore
    https://elementor.com/help/speed-up-a-slow-site/

    Should you have any questions or need further assistance, please don’t hesitate to reach out.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 11, 2025 at 08:19

    Dear @Rudi Swarts,

    Please be advised that website speed optimization is not included within the scope of our standard support services. However, we would be happy to point you in the right direction.

    We recommend reviewing the following resources, which offer valuable guidance on enhancing your website’s performance:

    https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/
    https://xstore.helpscoutdocs.com/article/128-how-to-improve-wp-rocket-settings-with-xstore
    https://elementor.com/help/speed-up-a-slow-site/

    Alternatively, if you require more in-depth assistance, you are welcome to request a professional optimization service from our development team. To do so, please submit a request via our Customization Panel at: https://www.8theme.com/account/#etheme_customization_panel. Kindly note that customization services are subject to additional fees.

    Thanks for understanding!

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 11, 2025 at 08:09

    Dear @Ralf E,

    Could you kindly wrap the newsletter form with a div element using the ID “newsletter_form” as shown below?

    
    <div id="newsletter_form">
    [mc4wp_form id="556"]
    </div>
    

    Once this is done, you may apply the following custom CSS to style the form’s submit button:

    
    body #newsletter_form form.mc4wp-form .mc4wp-form-fields input[type="submit"] {
        background-color: #00ffff !important;
        color: black !important;
        border-color: #00ffff !important;
    }
    

    Please let us know once it has been implemented or if you encounter any issues.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 11, 2025 at 08:01

    Dear @Giffy Exclusive Store,

    We hope this message finds you well.

    We would like to inform you that the heading and content lengths were previously inconsistent across the icon boxes. To address this, we have applied a minimum height to each box using the Custom CSS field, as shown in the following screenshot: https://prnt.sc/BUZzde474gTV.

    The CSS code implemented is as follows:

    
    selector .etheme-icon-box {
        min-height: 325px;
    }
    

    As a result, all icon boxes should now display with equal height: https://prnt.sc/hbiKRkucwrF6.

    Could you please review the changes on your end and let us know if everything appears as expected?

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 11, 2025 at 07:05

    Hi @Ralf E,

    Please try with this custom CSS code instead:

    
    body form.mc4wp-form .mc4wp-form-fields input[type="submit"] {
        background-color: #00ffff !important;
        color: black !important;
        border-color: #00ffff !important;
    }
    

    If it doesn’t work, could you please provide temporary wp-admin access? We need to check your settings.

    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 11, 2025 at 07:00

    Dear @cagdask,

    Thank you for reaching out to us.

    We have reviewed your website on our end, and everything appears to be displaying correctly. You may view a screenshot of our results here: https://www.awesomescreenshot.com/image/53882337?key=99ccb598f749c697d9e0f086e29985e4.

    To assist you further, could you kindly provide us with some screenshots or a video illustrating the issue you are experiencing?

    We appreciate your cooperation and look forward to resolving this matter promptly.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 11, 2025 at 06:24

    Dear @Tohfa Point,

    Thank you for reaching out to us.

    Please be advised that website speed optimization is not included within the scope of our standard support services. However, we would be happy to point you in the right direction.

    We recommend reviewing the following resources, which offer valuable guidance on enhancing your website’s performance:

    https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/
    https://xstore.helpscoutdocs.com/article/128-how-to-improve-wp-rocket-settings-with-xstore

    Alternatively, if you require more in-depth assistance, you are welcome to request a professional optimization service from our development team. To do so, please submit a request via our Customization Panel at: https://www.8theme.com/account/#etheme_customization_panel. Kindly note that customization services are subject to additional fees.

    Should you have any further questions, please do not hesitate to contact us.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 11, 2025 at 06:23

    Dear @Proudpixel,

    Thank you for reaching out to us.

    Please be advised that website speed optimization is not included within the scope of our standard support services. However, we would be happy to point you in the right direction.

    We recommend reviewing the following resources, which offer valuable guidance on enhancing your website’s performance:

    https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/
    https://xstore.helpscoutdocs.com/article/128-how-to-improve-wp-rocket-settings-with-xstore

    Alternatively, if you require more in-depth assistance, you are welcome to request a professional optimization service from our development team. To do so, please submit a request via our Customization Panel at: https://www.8theme.com/account/#etheme_customization_panel. Kindly note that customization services are subject to additional fees.

    Should you have any further questions, please do not hesitate to contact us.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 10, 2025 at 17:19

    Dear @Khurram Virk,

    We hope this message finds you well.

    We kindly ask you to review any unusual or unknown traffic to your website. If your site is currently experiencing a DDoS (Distributed Denial of Service) attack, it may cause your hosting resources to reach their limit.

    Thank you for your attention to this matter.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 10, 2025 at 17:17

    Hi @Ankit Khandelwal,

    We’ve updated the mobile menu per your requests:

    https://tinyurl.com/299yroh8

    Best Regards,
    8Theme’s Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 10, 2025 at 16:46

    Hi @khurram virk,

    Here are some general recommendations:

    
    memory_limit = 1024M
    post_max_size = 512M
    upload_max_filesize = 1024M
    max_execution_time = 3000
    max_input_time = 3000
    max_input_vars = 10000
    

    Excessively high values may not necessarily improve performance and could potentially lead to resource management issues on your server. We recommend adjusting the values to more standard limits unless you have a specific need for higher settings.

    If you are unsure about the optimal configuration for your hosting environment, we suggest consulting with your hosting provider or server administrator for tailored advice.

    Please let us know if you need any further assistance.

    Best Regards,
    8Theme’s Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 10, 2025 at 11:33

    Dear @M.,

    We hope this message finds you well.

    1. To modify the “no results” message displayed during a product search, please add the following custom code to the functions.php file located in your XStore child theme:

    
    function n2t_text_strings( $translated_text, $text, $domain ) {
        switch ( $translated_text ) {
            case 'Unfortunately, there are no products that match your criteria' :
                $translated_text = 'Your Custom Text Will Go Here';
                break;
        }
        return $translated_text;
    }
    add_filter( 'gettext', 'n2t_text_strings', 20, 3 );
    

    2. To hide the price filter widget on the search results page when no products are found, kindly insert the following custom CSS code under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    .search-no-results .widget_price_filter {
        display: none;
    }
    

    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 10, 2025 at 09:57

    Dear @Rahul Kumar,

    We hope this message finds you well.

    You may consider using the “Frequently Bought Together” element, as shown in the following example: https://prnt.sc/lZBkhiugN78y.

    The configurations remain consistent when editing products. For detailed guidance, you can refer to our documentation here: https://www.8theme.com/documentation/xstore/xstore-features/frequently-bought-together/

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 10, 2025 at 09:18

    Dear Art,

    We hope this message finds you well.

    We have reviewed the performance of your website, and we are pleased to inform you that your pages are currently loading in under 5 seconds on our end.

    To further enhance your website’s speed and overall performance, we kindly recommend reviewing the following resources:

    – How to Speed Up My Website: https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/
    – How to Improve WP Rocket Settings with XStore: https://www.8theme.com/documentation/xstore/troubleshooting/how-to-improve-wp-rocket-settings-with-xstore/

    We hope you find these articles helpful. Should you have any further questions or need assistance, please do not hesitate to reach out.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 10, 2025 at 08:56

    Dear @M.,

    Thank you for reaching out.

    Please note that the product flow you are referring to is the default functionality of the WooCommerce plugin and not a feature provided by our XStore theme.

    We kindly recommend submitting your feature request or suggestion for improvement directly to the WooCommerce team via the following link: https://woocommerce.com/feature-requests/woocommerce/.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 10, 2025 at 08:46

    Hi @RichPoetry,

    There is setting to hide the quantity of products in Product Tabs element.

    Please try adding this custom CSS codes under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    .et-advance-tabs .quantity-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .et-advance-tabs .quantity-wrapper .quantity {
        display: none;
    }
    
    .et-advance-tabs .quantity-wrapper a.add_to_cart_button {
        width: 100%;
    }
    
    .et-advance-tabs .quantity-wrapper a.add_to_cart_button::before {
        content: '\e93d';
    }
    
    .et-advance-tabs .quantity-wrapper a.add_to_cart_button::after {
        content: 'Add To Cart' !important;
        position: static !important;
        transform: none !important;
        color: #fff !important;
        -webkit-text-fill-color: #fff !important;
        background-color: transparent !important;
        opacity: 1 !important;
        visibility: visible !important;
        text-transform: uppercase;
        font-size: 1rem !important;
    }
    

    https://prnt.sc/EmO84mGBPY_R

    Hope it helps!

    Avatar: Justin
    Luca Rossi
    Support staff
    April 10, 2025 at 06:55

    Dear @Outgrowth,

    Thank you for reaching out to us.

    We would appreciate it if you could provide us with some screenshots or a short video to help us better understand the issues you are experiencing.

    Your cooperation will assist us in resolving the matter more efficiently.

    Thank you for your support.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 10, 2025 at 06:54

    Dear @Outgrowth,

    We hope this message finds you well.

    Upon reviewing the WooCommerce logs, we did not find any errors. Additionally, we have confirmed that the status of the order has already been updated to “Processing”: https://prnt.sc/M5oKtPU94_Iw.

    Could you please confirm if everything is now functioning as expected on your end?

    Thank you for your attention to this matter.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 10, 2025 at 05:39

    Dear @Khurram Virk,

    Thank you for reaching out to us. We hope this message finds you well.

    We have reviewed your inquiry along with the attached screenshot regarding the “Resource Limit Is Reached” error on your website. Please note that this issue is rarely reported by our customers. It generally occurs when the hosting account exceeds its allocated server resources, such as CPU or memory usage.

    As advised by GoDaddy, optimizing your website content is a crucial step in resolving this issue. To help reduce resource consumption and restore your website’s functionality, we recommend the following actions:

    1. Disable any unnecessary plugins.
    2. Optimize images and media files to improve load times.
    3. Consider using a Content Delivery Network (CDN) to reduce server load.
    4. Review your theme and any custom code for potential performance issues.
    5. If your current hosting plan does not meet your website’s traffic and resource requirements, consider upgrading your plan or switching to a more suitable hosting provider (e.g., SiteGround).

    Additionally, please ensure our XStore theme and XStore Core plugin are updated to the latest version for optimal performance.

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

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 9, 2025 at 11:03

    Hi @RichPoetry,

    Please add the following code under functions.php file locates in your child theme:

    
    function etheme_sale_label_percentage_text( $product_object, $sale_text, $is_single_product = false ) {
    	$element_options = array();
    	if ( ! $product_object->is_on_sale() ) {
    		return $sale_text;
    	}
    	$element_options['sale_label_text'] = $sale_text;
    	$sale_variables = $is_single_product || etheme_get_option( 'sale_percentage_variable', 0 );
    	$product_type = $product_object->get_type();
    	if ( $product_type == 'variable' ) {
    //			$element_options['sale_label_text'] = $sale_text;
    		if ( $sale_variables ) {
    			$element_options['variation_sale_prices'] = array();
    			foreach ( $product_object->get_available_variations() as $key ) {
    				if ( $key['display_regular_price'] == $key['display_price'] ) {
    					continue;
    				}
    				$element_options['variation_sale_prices'][] = (float) round( ( ( $key['display_regular_price'] - $key['display_price'] ) / $key['display_regular_price'] ) * 100 );
    			}
    			if ( count($element_options['variation_sale_prices']) )
    				$element_options['sale_label_text'] = sprintf( esc_html__( 'Up to %s', 'xstore' ), max( $element_options['variation_sale_prices'] ) . '%' );
    //				    $element_options['sale_label_text'] = esc_html__( 'Up to', 'xstore' ) . ' ' . max( $element_options['variation_sale_prices'] ) . '%';
    		}
    	} elseif ( $product_type == 'grouped' ) {
    		if ( $sale_variables ) {
    			$element_options['grouped_sale_prices'] = array();
    			foreach ( $product_object->get_children() as $key ) {
    				$_product = wc_get_product( $key );
    				if ( $_product->get_type() == 'variable' && $_product->is_on_sale() ) {
    					foreach ( $_product->get_available_variations() as $key ) {
    						if ( $key['display_regular_price'] == $key['display_price'] ) {
    							continue;
    						}
    						$element_options['grouped_sale_prices'][] = (float) round( ( ( $key['display_regular_price'] - $key['display_price'] ) / $key['display_regular_price'] ) * 100 );
    					}
    				} else {
    					if ( $_product->is_on_sale() ) {
    						$regular_price = (float) $_product->get_regular_price();
    						$sale_price    = (float) $_product->get_sale_price();
    						if ( $regular_price == $sale_price ) {
    							continue;
    						}
    						$element_options['grouped_sale_prices'][] = (float) round( ( ( $regular_price - $sale_price ) / $regular_price ) * 100 );
    					}
    				}
    			}
    //				$element_options['sale_label_text'] = esc_html__( 'Up to', 'xstore' ) . ' ' . max( $element_options['grouped_sale_prices'] ) . '%';
    			$element_options['sale_label_text'] = sprintf( esc_html__( 'Up to %s', 'xstore' ), max( $element_options['grouped_sale_prices'] ) . '%' );
    		}
    //			else {
    //				$element_options['sale_label_text'] = $sale_text;
    //			}
    	} else {
    		if ( apply_filters( 'etheme_sale_label_percentage', etheme_get_option( 'sale_percentage', 0 ) ) ){
    			if ( $product_type == 'bundle') {
    				$element_options['regular_price']   = (float) $product_object->min_raw_regular_price;
    				$element_options['sale_price']   = (float) $product_object->min_raw_price;
    			}
    			else {
    				$element_options['regular_price'] = (float) $product_object->get_regular_price();
    				$element_options['sale_price']    = (float) $product_object->get_sale_price();
    			}
    //				$element_options['sale_label_text'] = $sale_text;
    			if ( $element_options['regular_price'] && $element_options['sale_price'] ) {
    //					$element_options['sale_label_text'] .= ' ' . round( ( ( $element_options['regular_price'] - $element_options['sale_price'] ) / $element_options['regular_price'] ) * 100 ) . '%';
    				$element_options['sale_label_text'] = sprintf( str_replace('{sales_text}', $element_options['sale_label_text'], __( '%s {sales_text}', 'xstore' )),round( ( ( $element_options['regular_price'] - $element_options['sale_price'] ) / $element_options['regular_price'] ) * 100 ) . '%' );
    			}
    		}
    	}
    
    	if ( class_exists( 'WAD_Discount' ) ) {
    		$all_discounts = wad_get_active_discounts( true );
    		$product_id    = $product_object->get_id();
    		if ( in_array( $product_type, array( 'variation', 'variable' ) ) ) {
    			$product_id = $product_object->get_available_variations();
    		}
    		foreach ( $all_discounts as $discount_type => $discounts ) {
    			foreach ( $discounts as $discount_id ) {
    				$discount_obj = new WAD_Discount( $discount_id );
    				if ( $discount_obj->is_applicable( $product_id ) ) {
    					$settings                           = $discount_obj->settings;
    //						$element_options['sale_label_text'] = $sale_text . ' ' . $settings['percentage-or-fixed-amount'] . '%';
    					$element_options['sale_label_text'] = sprintf( esc_html__( 'Sale %s', 'xstore' ),$settings['percentage-or-fixed-amount'] . '%' );
    				}
    			}
    		}
    	}
    
    	return $element_options['sale_label_text'];
    }
    

    Hope it helps!

    Avatar: Justin
    Luca Rossi
    Support staff
    April 9, 2025 at 10:35

    Hi @Ankit Khandelwal,

    We’ve replied to you on this ticket: https://www.8theme.com/topic/mobile-menu-interface-to-be-changed-as-per-reference-link/#post-440257.

    Best Regards,
    8Theme’s Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 9, 2025 at 10:34

    Hi @Ankit Khandelwal,

    1. We’ve increased the size of logo for you.

    2. We’ve also changed the background color for you. You can change the type of mobile menu under Header Builder > Mobile Menu > Type: https://br-dr.nl/wp-admin/customize.php?autofocus%5Bpanel%5D=header-builder.

    Best Regards,
    8Theme’s Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 9, 2025 at 08:22

    Dear @ubansal,

    We hope this message finds you well.

    To address the issue, we kindly suggest adding the following custom code to the functions.php file located in your child theme:

    
    add_filter('get_post_metadata', 'n2t_get_post_metadata', 999, 3);
    function n2t_get_post_metadata($value, $post_id, $key) {
        if ($key == '_et_sale_counter') return 'all';
        return $value;
    }
    

    Please note that for existing products, you may need to update them manually to ensure that this setting is properly applied and reflected in the database.

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

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 9, 2025 at 07:58

    Dear @Abdulaziz,

    We hope this message finds you well.

    Please find below the trigger you requested:

    
    jQuery(document).on('etheme_quick_view_content_loaded', function(){
        // Your code here
    });
    

    We hope this information is helpful. Should you have any further questions or need additional assistance, please do not hesitate to reach out.

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    April 9, 2025 at 07:39

    Dear @Masterweb,

    We hope this message finds you well.

    Upon investigation, we have identified that the behavior you are experiencing is related to the WooCommerce Min/Max Quantity plugin. Please refer to the following screenshot for reference: https://prnt.sc/mIEi2e7vbJKR.

    Based on the plugin’s code, it appears that the product quantity is automatically set to the minimum value configured in the backend, except on the cart and checkout pages.

    Given that this functionality originates from a third-party plugin, we kindly recommend reaching out directly to the plugin’s author for further assistance. Please note that issues related to third-party plugins fall outside the scope of our standard support services.

    Thank you for your understanding.

    Best regards,
    The 8Theme Team

  • 1 2 3 43 44 45 177 178 179
    Viewing 1,320 results - 1,291 through 1,320 (of 5,361 total)
Viewing 30 posts - 1,291 through 1,320 (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.