PageNumber5 Posted November 15, 2016 Share Posted November 15, 2016 I'll keep this short and sweet, I am a front end dev, most of my work is in ASP and some JQuery but my new job uses Wordpress to build out a majority of their sites, Hello PHP! I have a theme that doesn't support lightbox pop up forms and a form that provides me with the "Theme File - Function Call" but I have no clue where to insert it into the main PHP ... Can anyone help me out and tell me where this goes? Below is the code I need to insert and attached is the PHP section that I need to insert it into... ANYONE PLEASE HELP! 5 days & I already caused a fatal error yesterday. Guess I will be spending my nights learning PHP... Theme File - Function Call - Lightbox <?php echo captain_form(755659, array('lightbox'=>'1', 'text_content'=>'Refer%20a%20Friend', 'text_color'=>'FFFFFF', 'bg_color'=>'F83C18', 'position'=>'left', 'type'=>'floating-button')); ?> Short Code - [captainform id=755659] Funtion Call - <?php echo captain_form(755659)?> Salient_Theme.txt Link to comment Share on other sites More sharing options...
ginerjm Posted November 15, 2016 Share Posted November 15, 2016 This might be better off in the CMS forum where they talk about things related to WP Link to comment Share on other sites More sharing options...
PageNumber5 Posted November 15, 2016 Author Share Posted November 15, 2016 Thanks, I tried posting it in a few other places, so far no one has been able to tell me where I should post the Function Call and people keep telling me I need to go to PHP help. Link to comment Share on other sites More sharing options...
ginerjm Posted November 15, 2016 Share Posted November 15, 2016 Well this forum is great for pure php help, but you are describing stuff that only makes sense to WP users (which I am not). Better to navigate to the CMS forum on phpfreaks where all of the code you posted s/b understood. Link to comment Share on other sites More sharing options...
cyberRobot Posted November 15, 2016 Share Posted November 15, 2016 Topic locked. The OP created a new thread here: https://forums.phpfreaks.com/topic/302542-wordpress-help/ Link to comment Share on other sites More sharing options...
Recommended Posts