Forum Replies Created

Viewing 30 posts - 9,871 through 9,900 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2024 at 08:40

    Hello, Menichetti,

    Thank you for reaching out to us with your query regarding the additional information box on your WooCommerce checkout page.

    We kindly suggest that you reach out directly to the WooCommerce plugin support team for assistance with this matter. You can connect with them via the following link: https://wordpress.org/support/plugin/woocommerce/

    If you have any other questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Thank you for your cooperation.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2024 at 08:18

    Hello, Mitch,

    We appreciate your prompt response.

    With the account you provided we were unable to install the child theme, so we imported demo content with the parent theme activated. Please check your site now.

    To install the child theme, please download it from this page – https://www.8theme.com/account
    The child theme does not inherit the theme options of the parent theme, if you enable the child theme, you need to import options from the parent theme.
    Go to Theme Options (when the parent theme is activated) > Import/Export > Download the export file. After that activate the child theme (Appearance > Themes) > go to Theme Options > Import/Export > import your options and reload the page without saving! Save options only after reloading. Check your site after that, and use the child theme.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2024 at 08:08

    Hello, Murad,

    If you want to delete all code, you can do this, in this case the next new code can be used:

    <?php
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 1001 );
    function theme_enqueue_styles() {
    	etheme_child_styles();
    }
    
    function etheme_byline($atts = array() ) {
    		
    		$atts = shortcode_atts( array(
    			'author' => 0,
    			'time' => 0,
    			'slide_view' => 0,
    			'ID' => null,
    			'views_counter' => true,
                'in_slider' => false,
                'single' => false
    		), $atts );
    		
    		$blog_layout 		   = etheme_get_option( 'blog_layout', 'default' );
    		if ( $atts['in_slider'] ) {
    			$atts['views_counter'] = false;
            }
    		
    		?>
    		<div class="meta-post">
    			<?php do_action('etheme_before_post_meta_content', $atts['single']); ?>
    			<?php if( ! in_array( $blog_layout , array( 'timeline', 'timeline2', 'grid2' ) ) || $atts['single'] ): ?>
    				<time class="entry-date published updated" datetime="<?php echo get_the_time('F j, Y', $atts['ID']); ?>">
    					<?php echo get_the_time(get_option('date_format'), $atts['ID']); ?></time>
    				
    				<?php if ( $atts['time'] ):
    					esc_html_e( 'at', 'xstore' );
    					echo get_the_time( get_option( 'time_format' ), $atts['ID']);
    				endif;
    				
    				if ( $atts['author'] ):
    					esc_html_e( 'by', 'xstore' );
    					the_author_posts_link();
    				endif;
    			
    			elseif( $atts['slide_view'] == 'timeline2' ) :
    				esc_html_e( 'Posted by', 'xstore' );
    				the_author_posts_link();
    			endif;
    			
    			if ( $atts['views_counter'] && etheme_get_option( 'views_counter', 1 ) ): ?>
    				<span class="meta-divider">/</span>
    				<?php etheme_get_views( $atts['ID'], true );
    			endif;
    			
    			if(comments_open($atts['ID']) && ! post_password_required($atts['ID']) ) :
                    if ( !$atts['in_slider']) { ?>
    				    <span class="meta-divider">/</span>
                    <?php }
                    if ($atts['ID'] ):
    					
    					$comments_number = get_comments_number( $atts['ID'] );
    					
    					if ($comments_number === 0) {
    						$comments_number = '<span>0</span>';
    					} elseif($comments_number === 1){
    						$comments_number = '<span>1</span>';
    					} else{
    						$comments_number = '<span>' . $comments_number . '</span>';
    					}
    					
    					printf(
    						'<a href="%s" class="post-comments-count">%s</a>',
    						get_the_permalink($atts['ID']),
    						$comments_number
    					
    					);
    				
    				else:
    					comments_popup_link('<span>0</span>','<span>1</span>','<span>%</span>','post-comments-count');
    				endif;
    			endif; ?>
    			<?php do_action('etheme_after_post_meta_content', $atts['single']); ?>
    		</div>
    		<?php
    	}

    or provide us with FTP access, it will be the fastest way. Your hosting provider can create the FTP access we require.

    Thank you for your cooperation and we look forward to hearing from you soon.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 18:05

    Hello,

    We appreciate your prompt response.

    1/ This screenshot is from our demo, not from your site.

    2/ Menu should be edited via Appearance > Menus.

    3/ Header builder > Button settings https://prnt.sc/V01yTUlTuzIP

    4/ Dashboard > Static blocks > edit Shop banner https://prnt.sc/JsKda4OEQPJ-

    5/ Dashboard > Pages > edit Contact us page content using Elementor

    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
    February 29, 2024 at 17:00

    Hello, Mateusz,

    We appreciate your prompt response.

    1/ The next custom CSS code can be used:

    .price ins .amount {
        color: rgb(15, 164, 93);
    }

    2/ For your reference, please consult the following guide: https://woo.com/document/related-products-up-sells-and-cross-sells/. Do not add Cross-Sells or remove them from product settings.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 16:50

    Hello, Dagne,

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

    To achieve the result you are looking for, there are two methods available:

    1. Implementing custom CSS code.
    2. Utilizing the header builder by navigating to ‘Multiple Headers’, creating a custom header, assigning it to the desired page, and then editing the header to remove the menu element.

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

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 16:47

    Hello, Murad,

    We appreciate your prompt response.

    1/ We would like to bring to your attention that utilizing the Appearance theme editor or a file manager plugin to implement fixes or code carries the risk of inducing fatal errors. Such errors could potentially result in you being locked out and the website becoming inaccessible. It is for this reason that we recommend editing files through FTP; the use of the File Manager or theme editor alone does not offer the level of security and control required for such operations.

    You copied all content of post-functions.php to the child theme > functions.php, but this is incorrect, unfortunately.
    Please replace the code you added, with the next:

    function etheme_byline($atts = array() ) {
    		
    		$atts = shortcode_atts( array(
    			'author' => 0,
    			'time' => 0,
    			'slide_view' => 0,
    			'ID' => null,
    			'views_counter' => true,
                'in_slider' => false,
                'single' => false
    		), $atts );
    		
    		$blog_layout 		   = etheme_get_option( 'blog_layout', 'default' );
    		if ( $atts['in_slider'] ) {
    			$atts['views_counter'] = false;
            }
    		
    		?>
    		<div class="meta-post">
    			<?php do_action('etheme_before_post_meta_content', $atts['single']); ?>
    			<?php if( ! in_array( $blog_layout , array( 'timeline', 'timeline2', 'grid2' ) ) || $atts['single'] ): ?>
    				<time class="entry-date published updated" datetime="<?php echo get_the_time('F j, Y', $atts['ID']); ?>">
    					<?php echo get_the_time(get_option('date_format'), $atts['ID']); ?></time>
    				
    				<?php if ( $atts['time'] ):
    					esc_html_e( 'at', 'xstore' );
    					echo get_the_time( get_option( 'time_format' ), $atts['ID']);
    				endif;
    				
    				if ( $atts['author'] ):
    					esc_html_e( 'by', 'xstore' );
    					the_author_posts_link();
    				endif;
    			
    			elseif( $atts['slide_view'] == 'timeline2' ) :
    				esc_html_e( 'Posted by', 'xstore' );
    				the_author_posts_link();
    			endif;
    			
    			if ( $atts['views_counter'] && etheme_get_option( 'views_counter', 1 ) ): ?>
    				<span class="meta-divider">/</span>
    				<?php etheme_get_views( $atts['ID'], true );
    			endif;
    			
    			if(comments_open($atts['ID']) && ! post_password_required($atts['ID']) ) :
                    if ( !$atts['in_slider']) { ?>
    				    <span class="meta-divider">/</span>
                    <?php }
                    if ($atts['ID'] ):
    					
    					$comments_number = get_comments_number( $atts['ID'] );
    					
    					if ($comments_number === 0) {
    						$comments_number = '<span>0</span>';
    					} elseif($comments_number === 1){
    						$comments_number = '<span>1</span>';
    					} else{
    						$comments_number = '<span>' . $comments_number . '</span>';
    					}
    					
    					printf(
    						'<a href="%s" class="post-comments-count">%s</a>',
    						get_the_permalink($atts['ID']),
    						$comments_number
    					
    					);
    				
    				else:
    					comments_popup_link('<span>0</span>','<span>1</span>','<span>%</span>','post-comments-count');
    				endif;
    			endif; ?>
    			<?php do_action('etheme_after_post_meta_content', $atts['single']); ?>
    		</div>
    		<?php
    	}

    2. We appreciate the video you have provided. Please note that the functionality in question is inherent to WordPress and not our theme. Consequently, we are unable to make changes on our end.
    Should you require further assistance, we recommend reaching out to WordPress support.
    However, you may find the following article useful: https://www.wpbeginner.com/beginners-guide/rename-the-uncategorized-category/#:~:text=Your%20WordPress%20posts%20must%20be,Categories%20and%20delete%20a%20category.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 16:39

    Hello, Mateusz,

    Thank you for reaching out to us with your queries.

    To assist you further, may we kindly request that you grant us temporary wp-admin access? This will enable us to review your settings thoroughly.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 16:38

    Hello, Patrickjanko,

    We appreciate your prompt response.

    The quform plugin can be deleted, it is not obligatory.

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

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 15:54

    Hello,

    Thank you for getting in touch with us.

    We’ve checked your settings for translation files via Loco Translate and they are correct.

    Could you kindly specify which texts remain untranslated? We would greatly appreciate it if you could provide us with screenshots of the strings in question.

    Best Regards,
    The 8Theme Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 15:45

    Hello, Patrickjanko,

    1/ We kindly request that you conduct a test to evaluate functionality when the default WooCommerce theme, Storefront, is activated on your website.
    This can be done by navigating to Appearance > Themes within your site’s dashboard.

    The behavior you are experiencing may not be related to our theme. In this case, we recommend reaching out to WooCommerce support for further assistance in this matter – https://wordpress.org/support/plugin/woocommerce/

    2/The Kirki Customizer Framework plugin is currently activated on your website and it may conflict with our XStore Core plugin. To ensure seamless functionality and performance, we kindly recommend that you disable the Kirki plugin.
    Please be informed that the XStore Core plugin already encompasses the Kirki framework within its own codebase. To avoid any potential issues, it is advisable to deactivate the Kirki plugin while utilizing XStore.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 15:36

    Hello, Mitch,

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

    We have noticed that the child theme has not been installed correctly. Unfortunately, we are unable to remove it on your behalf through the file manager with the current access permissions you have provided. To proceed, we kindly request that you either provide us with FTP access or remove the child theme folder manually and inform us once this has been completed.

    Upon resolution of this matter, we will gladly assist you with the installation of the child theme and support you with the import process.

    Thank you for your cooperation and understanding.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 14:05

    Hello, TheOne,

    We would like to assure you that the action in question will not compromise the integrity of your website.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 13:30

    Hello, TheOne,

    We appreciate your prompt response.

    Pre-create slide templates were created using new Elementor containers.
    We kindly request that you navigate to Elementor > Settings > Features > Flexbox Container > change the value to “Active”, and try to import slides after that.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 13:21

    Hello, Allen,

    It appears that there may have been a conflation of several topics into one. We previously requested access information here – https://www.8theme.com/topic/new-slide-page-download-template-not-working/#post-385234

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 13:21

    Hello, Allen,

    We kindly request that you attempt to import the slides at your earliest convenience. We have adjusted the “Flexbox Container” setting to “Default” within the Elementor > Settings > Features menu.

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

    Warm regards,
    The 8Theme Support Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 13:15

    Hello, TheOne,

    Thank you for reaching out to us.

    To assist you further, we kindly request that you provide us with the URL of the site experiencing the issue, along with temporary wp-admin access credentials. This will enable us to investigate the matter more thoroughly. Please be assured that we have not encountered any issues with the import of slides on our test sites.

    We look forward to your prompt response.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 13:13

    Hello, Alex011,

    We appreciate your prompt response.

    We kindly request that you provide us with temporary wp-admin and FTP credentials to facilitate necessary support and maintenance activities.

    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.

    For FTP access, we require the following details: FTP host, FTP username, FTP password, FTP port, and FTP encryption type. If you need assistance in creating these credentials, please reach out to your hosting provider who will guide you through the process.

    We appreciate your cooperation in this matter and assure you that your credentials will be handled with the utmost confidentiality and care.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 13:10

    Hello, Sunanda,

    BE ATTENTIVE and don’t place the private information in the general message area because all the visitors have access to that information, please use the Private Content area.
    We’ve edited your message and moved wp-admin access into the Private Content area.

    We’ve disabled the Catalog Mode option in Theme Options > WooCommerce > Shop > Catalog mode, so the Add to cart button is visible now.

    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.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 10:59

    Hello, Allen,

    We regret to inform you that we have not received the access credentials previously mentioned. Could you please resend them at your earliest convenience?

    Thank you for your attention to this matter.

    Warm regards,
    The 8Theme Support Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 10:28

    Hello, Smalameri,

    Thank you for getting in touch with us.

    We kindly request that you conduct a test to evaluate functionality when the default WooCommerce theme, Storefront, is activated on your website.
    This can be done by navigating to Appearance > Themes within your site’s dashboard.

    The behavior you are experiencing may not be related to our theme. In this case, we recommend reaching out to WooCommerce support for further assistance in this matter – https://wordpress.org/support/plugin/woocommerce/

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 09:42

    Hello, Lani,

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

    Please be advised that the question you are experiencing is not related to XStore. We kindly suggest that you seek assistance directly from the WooCommerce support team. You can reach them at the following link: https://wordpress.org/support/plugin/woocommerce/

    Thank you for your understanding.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 09:40

    Hello, Sunanda,

    Thank you for contacting us and for using XStore.

    Please provide URL of the product and temporary wp-admin access, so we can check your settings.
    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.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 09:09

    Hello, Zenoshk,

    Thank you for contacting us and for using XStore.

    1/ As your products are of a variable nature, it is necessary to select a specific variation prior to adding an item to the cart. Consequently, the ‘Add to Cart’ and ‘Buy Now’ buttons within the quick view window are designed to redirect users to the product page where they can make their variation selection. We suggest setting a default variation for your products as a potential solution. For instance, you can refer to this example: https://prnt.sc/fVmDc313vsYe. Please apply this to one product as a test to see how it functions.

    Could you please clarify whether you wish to disable both the ‘Add to Cart’ and ‘Buy Now’ buttons in the quick view window, or just one of them?
    Could you provide temporary wp-admin access?

    2/ We advise you to enable the “Wishlist For Product Variations” feature located in Theme Options > Speed Optimization. After activation, please assess its performance.

    We look forward to your response and are here to assist you with any further questions or concerns you may have.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 08:48

    Hello, Nassan,

    We hope this message finds you well.

    We have received your inquiry regarding the issue you are experiencing with your theme when making modifications using Elementor. We understand that the changes you are saving are not being reflected accurately on your website, and we recognize the inconvenience this may cause.

    As an initial troubleshooting step, we kindly request that you clear your browser’s cache and then observe if the changes are properly displayed on your site. Your cooperation in this regard is greatly appreciated.

    Should the issue persist, please do not hesitate to inform us, and we will provide further assistance.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 08:44

    Hello, Allen,

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

    To assist you more effectively, we kindly request that you grant us temporary administrative access to your WordPress dashboard. This will enable us to conduct a thorough investigation of the issue you are experiencing. Rest assured, our test sites are functioning optimally, and we are committed to ensuring the same level of performance for your site.

    Please provide the necessary credentials at your earliest convenience. Your cooperation is greatly valued.

    Warm regards,
    The 8Theme Support Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 08:42

    Hello, Lani,

    We appreciate your prompt response.

    1/ Please read the next articles – https://www.8theme.com/documentation/xstore/woocommerce/product-images/ https://docs.woocommerce.com/document/fixing-blurry-product-images/
    The size of products comes not from our theme, but from WooCommerce settings in Appearance > Customizer > WooCommerce > Product Images. Currently, your images are cropped to the custom aspect ratio you selected – https://prnt.sc/xZ28cAs7e5dM
    Please note that once you change these settings you need to regenerate thumbnails using the appropriate plugin.

    It is recommended to use a graphics editor and prepare product images (make them the same size) before uploading images to your media gallery and for products. In other cases, images may have different heights on the frontend.

    Further assistance you can get from WooCommerce support team – https://wordpress.org/support/plugin/woocommerce/

    2/ Please provide screenshots of elements which font size and color do you want to change. Describe the desired result in more detail.

    Thank you for your cooperation and we look forward to hearing from you soon.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 08:26

    Hello, Murad,

    We appreciate your prompt response.

    We regret to inform you that we have not yet received the video you were to send. Kindly upload the video to a file-sharing service, such as https://wetransfer.com/, and share the link with us.

    1. We have previously outlined the necessary steps to accomplish this task. If you encounter any difficulties, please provide us with temporary FTP access, and we will be glad to assist you. For FTP access, we require the following information: FTP host, FTP username, FTP password, FTP port, and the type of FTP encryption. Should you need help in obtaining these credentials, we advise you to contact your hosting provider for support.

    2. We appreciate the details you have provided. Please note that the functionality in question is inherent to WordPress and not our theme. Consequently, we are unable to make changes on our end.
    Should you require further assistance, we recommend reaching out to WordPress support.
    However, you may find the following article useful: https://www.wpbeginner.com/beginners-guide/rename-the-uncategorized-category/#:~:text=Your%20WordPress%20posts%20must%20be,Categories%20and%20delete%20a%20category.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 08:16

    Hello, Mateusz,

    We would like to inform you that the issue at hand is not related to the theme itself; therefore, the theme’s author is unable to resolve this matter. As previously advised, we kindly suggest that you reach out to WooCommerce support for further assistance.
    We hope for your understanding and cooperation.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 29, 2024 at 08:11

    Hello, Xstorefans,

    Thank you for your cooperation.

    We kindly request that you view a video that has been uploaded to the Private Content section, which features a recording from your website.

    Should you encounter any discrepancies in the appearance of buttons as demonstrated in the video, we recommend that you clear your browser’s cache, ensure your browser is up-to-date, or consider using a different browser, such as Chrome, for optimal performance.

    Best Regards,
    8Theme’s Team

    Please contact administrator
    for this information.
  • 1 2 3 329 330 331 2,273 2,274 2,275
    Viewing 9,900 results - 9,871 through 9,900 (of 68,227 total)
Viewing 30 posts - 9,871 through 9,900 (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.