Links cannot be browsed – can this be fixed?

This topic has 10 replies, 2 voices, and was last updated 2 months, 1 weeks ago ago by Luca Rossi

  • Avatar: coffeedog
    coffeedog
    Participant
    February 21, 2024 at 15:29

    Links cannot be browsed – can this be fixed?

    more info https://ibb.co/wLGxFCB

    9 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    February 21, 2024 at 16:00

    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

    Avatar: coffeedog
    coffeedog
    Participant
    February 21, 2024 at 19:03

    thanks I finally deleted the option to share the article

    how to fix this?

    Avatar: Justin
    Luca Rossi
    Support staff
    February 22, 2024 at 04:47

    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

    Avatar: coffeedog
    coffeedog
    Participant
    February 25, 2024 at 20:38

    Done and it didn’t help

    https://ibb.co/7vd93fB

    Avatar: Justin
    Luca Rossi
    Support staff
    February 26, 2024 at 04:20

    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

    Avatar: coffeedog
    coffeedog
    Participant
    February 26, 2024 at 21:47

    send.

    Please contact administrator
    for this information.
    Avatar: Justin
    Luca Rossi
    Support staff
    February 27, 2024 at 04:24

    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

    Avatar: coffeedog
    coffeedog
    Participant
    February 27, 2024 at 15:49

    sry

    Please contact administrator
    for this information.
    Avatar: Justin
    Luca Rossi
    Support staff
    February 28, 2024 at 04:51

    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

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.