dharmaduf 0 Report post Posted February 3, 2012 After upgrading to Pagelines Framework 2.1.1 the Youtube icon in the Header, and corresponding entry field in Global Settings > Header and Footer > Social Icons, is gone. No mas. Tsch??s. Not seeing anything in the changelog or forums mentioning this disappearing act. Anyone? Anyone? Share this post Link to post Share on other sites
catrina 103 Report post Posted February 3, 2012 Have you tried deactivating all active plugins to see if any of them could be the culprit? 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
dharmaduf 0 Report post Posted February 3, 2012 I only have two plugins active (Nextgen Gall and FS Contact form). Deactivating them didn't cause the missing Youtube icon to appear, but thanks for chiming in Catrina. Your response motivated me to go digging around though. Here's what I found... Please compare line 596 in config.options.php for Pagelines 2.0.1 versus line 608 in the same file in Pagelines 2.1.1. I found that the earlier version has this line while the new one doesn't: 'youtubelink'=> array('inputlabel'=> __( 'Your YouTube Profile URL', 'pagelines' ), 'default'=> ''), Share this post Link to post Share on other sites
dharmaduf 0 Report post Posted February 3, 2012 Just to confirm, adding that line back into config.options.php in Pagelines 2.1.1 makes it available in the Settings > Header and Footer > Social Icons and on display in the header. Please relay to your dev team for the next commit. Share this post Link to post Share on other sites
catrina 103 Report post Posted February 4, 2012 Thanks for the insight! 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
dainiswmichel 0 Report post Posted February 8, 2012 my 598 though 608 now look like so: 'icon_social' => array( 'version' => 'pro', 'type' => 'text_multi', 'inputsize' => 'regular', 'selectvalues' => array( 'gpluslink' => array('inputlabel'=> __( 'Your Google+ Profile URL', 'pagelines' ), 'default'=> ''), 'facebooklink' => array('inputlabel'=> __( 'Your Facebook Profile URL', 'pagelines' ), 'default'=> ''), 'twitterlink' => array('inputlabel'=> __( 'Your Twitter Profile URL', 'pagelines' ), 'default'=> ''), 'linkedinlink' => array('inputlabel'=> __( 'Your LinkedIn Profile URL', 'pagelines' ), 'default'=> ''), 'youtubelink'=> array('inputlabel'=> __( 'Your YouTube Profile URL', 'pagelines' ), 'default'=> ''), ), thank you VERY VERY much :-) Share this post Link to post Share on other sites
tandan 0 Report post Posted February 15, 2012 hi there, i modified this file but am wondering as part of best practices, do i put duplicate the file and place in base theme folder? where does it go so it won't get overwritten by next update? thanks! tan Share this post Link to post Share on other sites
dharmaduf 0 Report post Posted February 27, 2012 I hope you get an answer Tan... Version 2.1.2 that's out today doesn't include this bug fix and overwrote my change to config.options.php. Bummer. Share this post Link to post Share on other sites
Simon 248 Report post Posted February 27, 2012 It isnt live yet, and the icon IS re-added '- Bugs - Re-add youtube link' Share this post Link to post Share on other sites
dharmaduf 0 Report post Posted February 27, 2012 My bad Pross... I saw your 2.1.2 release notes, went to the download page to grab "the latest" for testing on my local machine. I didn't dig into the changelog on the unzipped pagelines.zip, just replaced the folder and watched my youtube icon disappear... I also didn't see this "- Bugs - Re-add youtube link" in the release notes you posted earlier. In any case, I'm thankful for the fix and ready to test the new release. Share this post Link to post Share on other sites
Simon 248 Report post Posted February 28, 2012 It should be live now :) Share this post Link to post Share on other sites