• Resolved trailsnet

    (@trailsnet)


    For some reason, certain links on nearly every page/post of my website have a horizontal line through them, as if they are non-functioning links. Yet they work just fine. There doesn’t seem to be any particular logic to which links are affected and it often changes each time I revisit a page/post. Any help/suggestions will be greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Milos

    (@miloss84)

    Hi there,

    Thank you for contacting us.

    The issue you’re describing seems to be related to CSS styling, possibly due to a plugin or theme conflict. Here are a few steps you can take to troubleshoot and potentially resolve this problem:

    1. Inspect the CSS: Use the browser’s developer tools to inspect the affected links and see which CSS rules are being applied. Look for any text-decoration or similar properties that might be adding the horizontal line.
      • Right-click on an affected link and select “Inspect” or “Inspect Element.”
      • In the developer tools, look for the styles applied to the link. Check for any text-decoration: line-through; or similar properties.
    2. Check for Plugin Conflicts: Disable all plugins except Elementor and see if the issue persists. If the problem goes away, re-enable the plugins one by one to identify the culprit.
    3. Check Your Theme: Switch to a default WordPress theme (like Twenty Twenty-One) and see if the issue persists. If switching themes resolves the problem, the issue might be with your current theme.
    4. Custom CSS: If you find that a specific CSS class is causing the problem (e.g., broken-link), you can override it with custom CSS. Add the following custom CSS to your theme or Elementor’s custom CSS section:.broken-link { text-decoration: none !important; }
    5. Check for JavaScript Errors: Sometimes, JavaScript errors can cause unexpected behavior. Open the browser’s console (usually found in the developer tools) and look for any errors that might be related to the issue.
    6. Update Everything: Ensure that WordPress, your theme, and all plugins are up to date. Sometimes, updates can resolve conflicts and bugs.
    7. Clear Caches: If you are using any caching plugins, clear the cache after making changes. Also, clear your browser cache to ensure you are seeing the most recent version of your site.

    Hope this will help you.

    Kind regards,

    Plugin Support Denny Paul

    (@thetechxpert)

    Hello @trailsnet ,

    Since we have not heard back from you, we are closing this ticket hoping the issue has been resolved.

    Please feel free to open a new ticket if you need assistance with anything else.

    Best Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.