You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plug-in authors of Shopp have added in-line styles to <head> of the document. They attach it via the class Storefront which extendsFlowController. Within the class you have two functions: behaviors (540) and catalogcss (739). See https://gist.github.com/Jarrydcrawford/3cd52271dab887e0bb7a
The function catalogcss sets the CSS, while behaviors sets it via
But it seems to do nothing. I'm assuming it has something to do with the extending, but I honestly have no idea.
Reckon you could take time out of your busy schedule to see if you can figure it out? :)
The text was updated successfully, but these errors were encountered:
The plug-in authors of Shopp have added in-line styles to
<head>
of the document. They attach it via the classStorefront
whichextends
FlowController
. Within the class you have two functions:behaviors
(540) andcatalogcss
(739). See https://gist.github.com/Jarrydcrawford/3cd52271dab887e0bb7aThe function
catalogcss
sets the CSS, whilebehaviors
sets it viaI tried using your seconds example like so
But it seems to do nothing. I'm assuming it has something to do with the extending, but I honestly have no idea.
Reckon you could take time out of your busy schedule to see if you can figure it out? :)
The text was updated successfully, but these errors were encountered: