Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Hello, With all the changes and upgrades to CE4, I am setting up WAMP to get everything as I want it. All is going well, except I can't seem to get the PHP path to the custom CSS in plugins correct. I have tried http://localhost/phplugins/path.php. But my custom CSS is not recognized. Should it be http://localhost/phplugins/css/custom? Is there an additional step to this I'm missing or do I just put the correct path under enable plugins just as I do the web server? Any help appreciated!
Offline
you need to include the name of the export folder too. For example, I named my export 'ce4-pages-2'. In WAMP I access the site by clicking on the 'ce4-pages-2' folder.
I just added /phplugins/path.php to the end of the url in WAMP
localhost/ce4-pages-2/phplugins/path.php and the path was displayed in the browser:
C:/wamp/www/ce4-pages-2/phplugins
To get custom css to work I needed to put the full url to the custom.css file in the phplugins file:
<link rel="stylesheet" href="http://localhost/ce4-pages-2/phplugins/css/custom.css" />
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks Rod! That is just what I needed to make it work.
Offline