webservices 0 Report post Posted August 1, 2011 Is there a way to customize the file path of the default logo/favicon? My users still need the ability to upload their own custom logo, but I need the default images to point to files in my child theme. Basically, I need to swap out the Pagelines branding with my organization's branding. I'm using PlatformPro version 1.5.2 and PlatformBase as my child theme. I know the file path settings live in config.options.php, but is there a filter/hook that I can use to overwrite the settings using the child theme? Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 1, 2011 There doesn't appear to be filter hooks in the default options. Share this post Link to post Share on other sites
webservices 0 Report post Posted August 5, 2011 If you change any of the options in config.options.php, will they be overridden in an update then? Share this post Link to post Share on other sites
catrina 103 Report post Posted August 6, 2011 Yes, it will be overridden in an update. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
Simon 248 Report post Posted August 6, 2011 You can filter all the options. pagelines_options_array is the main options filter. You can override any settings using this. Share this post Link to post Share on other sites