painty / CSS-Used-ChromeExt

Get all css rules used by the selected DOM and its children.
https://chrome.google.com/webstore/detail/css-used/cdopjfddjlonogibjahpnmjpoangjfff
MIT License
263 stars 62 forks source link

Navigational links no longer working #23

Closed Weramac closed 5 years ago

Weramac commented 5 years ago
  1. The url of page inspected.

https://www.vappingo.com/Proofreading-Services/Dissertation-Proofreading/

When I used the CSS Used tool, the code selected created a page that displays perfectly. However, the navigational links no longer work. In the code preview, they do work; however, on the live site, they are inactive.

Do you know what is causing this?

painty commented 5 years ago

Sorry I'm not an English native speaker. What does " live site" refer to and what does "inactive" mean ? FYI, the preview page filters out scripts, just a static look with css.

Weramac commented 5 years ago

Hi,

By "live site" I mean the site that is online. After copy and pasting the generated css code, the links on the navigation bar no longer work (they were functional before the css code change).

For example, on the following page: https://www.vappingo.com/Proofreading-Services/Dissertation-Proofreading/

None of the links at the top ("Home", "Services", "Prices", etc.) work when clicked.

painty commented 5 years ago

It's not caused by the extension. eg. You can try firefox or uninstall the extension, but problem still exists.

Weramac commented 5 years ago

Hi,

What I am trying to say is that the css code selected by the extension is missing something out. As a result, the navigational links don’t work. I’m trying to work out what is missing from the css code generated by the extension so that I can fix the issue.