This topic has 16 replies, 4 voices, and was last updated 1 months, 1 weeks ago ago by Andrew Mitchell
Hello,
How to remove ” website ” text from the reviews page.
* Save my name, email and website I would like to remove website.
Please see attached screenshot for reference.
Thanks very much!
Hello, @Elhadj07,
Thank you for contacting us and for using XStore.
Could you please provide the URL of the page containing the text or website details you wish to have removed? This will enable us to better understand your request and assist you accordingly.
Thank you for your cooperation.
Best regards,
The 8Theme Team
Hi Tony,
I have included the logins on the private.
It’s on all the product pages you could check at any.
Thanks very much
Hello, @Elhadj07,
Thank you for granting us access to your site’s wp-admin. Upon thorough review, we did not find the text you mentioned appearing on your site.
For your reference, we have attached an image in the private content area that illustrates our findings.
Should you have any further inquiries or require additional assistance, please do not hesitate to contact us.
Best Regards,
The 8Theme Team
Hi Tony,
That’s visible when you are not logged in.
Could you please check site on another browser and see.
Thanks very much!
Hi @Elhadj07,
Please add this custom code under functions.php file locates in your child theme:
function etheme_custom_comment_form_fields() {
$commenter = wp_get_current_commenter();
$req = get_option('require_name_email');
$reqT = '<span class="required">*</span>';
$aria_req = ($req ? " aria-required='true'" : ' ');
$consent = empty( $commenter['comment_author_email'] ) ? '' : ' checked="checked"';
$fields = array(
'author' => '
<div class="form-group comment-form-author">'.
'<label for="author" class="control-label">'.esc_html__('Name', 'xstore').' '.($req ? $reqT : '').'</label>'.
'<input id="author" name="author" placeholder="' . esc_html__('Your name (required)', 'xstore') . '" type="text" class="form-control ' . ($req ? ' required-field' : '') . '" value="' . esc_attr($commenter['comment_author']) . '" size="30" ' . $aria_req . '>'.
'</div>
',
'email' => '
<div class="form-group comment-form-email">'.
'<label for="email" class="control-label">'.esc_html__('Email', 'xstore').' '.($req ? $reqT : '').'</label>'.
'<input id="email" name="email" placeholder="' . esc_html__('Your email (required)', 'xstore') . '" type="text" class="form-control ' . ($req ? ' required-field' : '') . '" value="' . esc_attr($commenter['comment_author_email']) . '" size="30" ' . $aria_req . '>'.
'</div>
',
'cookies' => '
<p class="comment-form-cookies-consent">
<label for="wp-comment-cookies-consent">
<input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"' . $consent . ' />' . '
<span>' . esc_html__( 'Save my name and email in this browser for the next time I comment.', 'xstore' ) . '</span>
</label>
</p>'
);
return $fields;
}
Hope it helps!
Hi Luca,
Could you explain where I should find the “functions.php” ( file locates in your child theme )
Could you please send screenshot on where I could find the functions.php.
Thanks very much
Dear @Elhadj07,
We hope this message finds you well. It appears that the XStore Child Theme has not yet been installed on your system. We kindly request that you install and activate the Snippets plugin at your earliest convenience. Once activated, please proceed by inserting the code available at the following link: https://prnt.sc/24H7ptwnrvW_
Should you require any further assistance, please do not hesitate to contact us.
Best Regards,
The 8Theme Team
Hi Luca,
Is this the xstore child theme that I should download and install?
Please see attached screenshot.
Thanks very much!
Hi again Luca,
Could you please clarify for me as I am a bit confused here. I thought I installed the xstore child theme already while importing the demo website.
Thanks very much
Dear @Elhadj07,
We hope this message finds you well. We noticed that you have not yet installed the XStore Child Theme. Please refer to the following screenshot for details: https://prnt.sc/wogPUmerpSJt.
Should you choose to install the child theme at this stage, please be aware that it may affect the current configuration of your header.
As an alternative, we recommend installing the Snippets plugin, which can be found here: https://wordpress.org/plugins/code-snippets/. This will allow you to incorporate our custom codes without any issues.
Thank you for your attention to this matter. Should you require further assistance, please do not hesitate to contact us.
Best Regards,
The 8Theme Team
Hi Luca,
Okay now my question is if I install the snippets plugin I would not require the child theme anymore?
Between the two which is safer because I would want less plugin?
Is there anyway you could help me install the child theme without it affecting the current configuration of my header ?
Waiting for your response before I proceed.
Thanks very much
Hi again Luca,
Instead of just remove the word website. I would like to remove the whole text as not necessary to me.
Could you help with that without needing to install a plugin by removing it from the theme editor?
Please find attached screenshot.
Thanks very much
Hi @Elhadj07,
In this case, please add this custom CSS code under XStore > Theme Options > Theme Custom CSS > Global CSS:
p.comment-form-cookies-consent {
display: none;
}
Hope it helps!
Hi Luca,
Thanks very much all good now !
Dear Elhadj07,
As we continue our mission to exceed expectations, your insights become increasingly valuable. Could we, with all due respect, request your thoughtful feedback by giving our theme a deserved 5-star rating on ThemeForest?
Click here to share your valuable perspective: https://themeforest.net/downloads
Your time and trust are highly appreciated!
Best Regards,
The 8Theme Team
The issue related to '‘How to remove ” website ” text from reviews page.’' has been successfully resolved, and the topic is now closed for further responses