Forum Replies Created
-
AuthorPosts
-
August 19, 2013 at 9:20 am in reply to: Executive Theme: Make header Click to Call on mobile display #57323
bigredseo
MemberJust as an update as to what I did to make things happen, I went with the 2nd option - just getting the phone number to show in text under the logo.
Since I didn't want to edit the main core of the files (as suggested, using the conditional tag for mobile), I used the following method;
First, I created a new class on the CSS in the main section;
#header h4, .hide { display: none; }I then created the same class under the mobile section at the bottom of the CSS:
#header h4, .hide { display: block !important; }In the Widgets, on the Header Right, I created a TEXT area with no title, and added the following to it:
<h4 class="hide">Click To Call Today!: <a tel="402-XXX-XXXX">(402) XXX-XXXX</a></h4>Now, the header shows on the desktop, and it also shows on the mobile phones. The mobile phones display the click to call and the desktop does not.
Just thought I'd pass this along for anyone else looking to make a click-to-call action link on their mobile phone display.
bigredseo
MemberMegan,
I'd been racking my brains on this one also, and thanks to your fix, I now have 3 websites with the logos linking up correctly.Thanks for the contribution! Hopefully this fix will be included in a future release of the Executive Theme!
Conor Treacy
-
AuthorPosts