This topic has 10 replies, 2 voices, and was last updated 8 months, 3 weeks ago ago by Luca Rossi
Links cannot be browsed – can this be fixed?
more info https://ibb.co/wLGxFCB
Dear @coffeedog,
We hope this message finds you well.
We would like to inform you that the links in question are integral to the JavaScript functionality. As such, the ‘href’ attribute should be set to javascript:void(0);
to ensure that the page does not scroll up or down when users interact with the ‘Clear’ button.
Regrettably, our current system does not provide any options or hooks to facilitate the removal of these links.
Should you wish to proceed with their deletion, you may do so by accessing the following file: /wp-content/plugins/et-core-plugin/packages/st-woo-swatches/public/partials/class-st-woo-shop.php. Once there, please locate line 156 and remove the subsequent code:
$html .= sprintf( '<a href="javascript:void(0);" class="sten-reset-loop-variation" style="display:none;"> %1$s </a>', esc_html__( 'Clear', 'xstore-core' ) );
We trust this will assist you in achieving the desired outcome.
Warm regards,
The 8Theme Team
thanks I finally deleted the option to share the article
how to fix this?
Dear @coffeedog,
We kindly request that you proceed to the specified file located at:
/wp-content/plugins/et-core-plugin/app/controllers/elementor/general/posts.php
Upon reaching line 3792, please locate the following code:
<a>
We ask that you replace it with the following code:
<a href="<?php echo get_the_permalink(); ?>">
Your attention to this matter is greatly appreciated.
Best Regards,
The 8Theme Team
Done and it didn’t help
Dear @coffeedog,
We hope this message finds you well.
We are reaching out to inquire whether you have had the opportunity to navigate to the following file within your website’s directory:
/wp-content/plugins/et-core-plugin/packages/st-woo-swatches/public/partials/class-st-woo-shop.php
and whether you have successfully removed the specified segment of code:
$html .= sprintf( '<a href="javascript:void(0);" class="sten-reset-loop-variation" style="display:none;"> %1$s </a>', esc_html__( 'Clear', 'xstore-core' ) );
If this task has not yet been completed, we kindly request that you provide us with the administrative credentials once more. This will enable our team to access your site and carry out the necessary code removal on your behalf.
Please ensure that the information is sent securely, and rest assured that your credentials will be handled with the utmost confidentiality.
We appreciate your cooperation and look forward to your prompt response.
Warm regards,
The 8Theme Team
send.
Dear @coffeedog,
We are writing to inform you that the password you have provided appears to be incorrect. We kindly ask that you review the details and verify the accuracy of the information you have submitted.
Thank you for your attention to this matter.
Best Regards,
The 8Theme Team
sry
Dear @coffeedog,
We would like to inform you that we have commented out the following block of code:
$html .= sprintf( '<a href="javascript:void(0);" class="sten-reset-loop-variation" style="display:none;"> %1$s </a>', esc_html__( 'Clear', 'xstore-core' ) );
This modification has been made on line 156 within the file located at /wp-content/plugins/et-core-plugin/packages/st-woo-swatches/public/partials/class-st-woo-shop.php
.
We kindly request that you review the changes at your earliest convenience to ensure everything is functioning as intended.
Thank you for your attention to this matter.
Best Regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up