I am testing the software and unsure if my configuration should work in the first place but maybe you can help me out?
Here are some issues I've encountered in the few hours of testing:
TopStyle is not making declarations linked to styles.css in php files that are included in the web page files. F.ex. when you have a file index.php where you php-include a footer (footer.php), the declarations are found for the index.php but not for the footer.php and clicking any in the latter file causes "Unable to locate declaration" error message.
Another scenario with problems seems to be when the stylesheets are included in the index.php via another file f.ex. like this:
- Code: Select all
<?php $file = "stylesheets.php"; include ( $file ); ?>
This causes declarations not to be clickable in index.php.
I have been trying to circumvent this by using Root Alias -setting but that does not seem to have an effect. I am using WAMP with virtual hosts (server1.local, server2.local etc) and cannot find a way to tell the software that in one of my sites the styles.css can be found at C:\wamp\www\server1.local\site\subfolder\styles.css
Any help would be very much appreciated.


