Running Custom PHP & Smash Balloon inside Concrete5 Website
Permalink
Hey guys, so I'm trying to run a standalone php package inside of my concrete5 website. But I'm running into issues where it's not styling the elements correctly unless you are viewing the cID page number.
If you navigate to the cID page it will run style the elements correctly and work properly.
http://www.kcdockside.com/index.php?cID=179...
But if you load the page via the nav path, it doesn't load correctly.
http://www.kcdockside.com/index.php/events...
Any idea on where I'm messing up? Here's the "demo page" as well
http://www.kcdockside.com/demo.php...
If you navigate to the cID page it will run style the elements correctly and work properly.
http://www.kcdockside.com/index.php?cID=179...
But if you load the page via the nav path, it doesn't load correctly.
http://www.kcdockside.com/index.php/events...
Any idea on where I'm messing up? Here's the "demo page" as well
http://www.kcdockside.com/demo.php...
Thanks for the reply! So your advice led me to enabling pretty urls and adding the rewrite code to my .htaccess file to accomplish that task. Once I did that you can now visithttp://www.kcdockside.com/events... and it will load the CSS correctly. So I think we're in business. I now just have to figure out how I want to style it. haha
OK, glad this issue is fixed now. Good luck with the styling part ;)
Check the page in Chrome with Devtools open and click on the 'Network' tab. Then filter on requests that give a status code 404.