Forum Replies Created
-
AuthorPosts
-
May 23, 2018 at 7:20 pm in reply to: Need help trouble shooting PHP errorPHP Warning: call_user_func_array() expects #961130
Running PHP 7.1.17
Thanks,
Doug
Thank you!
Thank you Andy. I actually went a different route with this and created a duplicate section where I wanted it to appear for mobile and turn it on/off with “display: none;”, depending on the @media size. Nonetheless, appreciate your response.
dsammond
Thank you Josue. This worked.
Thanks Josue. I’d like the text to display to the right of the logo. Can it be hooked in after the logo to allow me to float against the logo?
http://smartypantswebdev.com/wp-login.php
Added to my functions.php file:
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= “<span class=’custom_content’> 503-233-1779</span><br><span class=’custom_content_2′>Whatever it Takes</span>”;
return $sub;
}Thanks Josue.
This works and I’ve been able to add additional text to my header, but the text is linked back to the main page of the website. In my case, the text has a phone number that I would like to be linked to call the business when tapped on a mobile phone. Is there a way to configure that?
Thanks for letting me piggy-back on this issue ticket. You guys do an awesome job! So much useful information in this forum!
Best,
dsammond
-
AuthorPosts