Forum Replies Created
- AuthorPosts
- April 26, 2014 at 5:11 pm in reply to: Social Media Icons – How do I add them into the header, not a sidebar widget? #9721
giorgioecf
ParticipantOk Ally – TIME OUT! Lol I just resolved the WHOLE thing, both the jittering and weird linkage – it was the stupid garbage at the end of my links that somehow stayed over the wrong email code. How annoying is that. Finally got a clue that it should just be closed with a standard tag and now works perfect – thank you!
April 26, 2014 at 5:02 pm in reply to: Social Media Icons – How do I add them into the header, not a sidebar widget? #9720giorgioecf
ParticipantOk, apparently putting it in
April 26, 2014 at 5:01 pm in reply to: Social Media Icons – How do I add them into the header, not a sidebar widget? #9719giorgioecf
ParticipantOk, so after turning the sticky header off, the jittering went away, BUT – I highly prefer if I could have the header stay in one place despite scrolling. The second problem with the icons still persists, and its really puzzling me – it’s a simple link, one goes to facebook, other goes to twitter, and clearly they’re there in the code, but both icons still go to facebook only. Here’s my code again:
function my_social_icons()
{
?>
<div class="my-social-icons">
</div>
<?php
}
add_action('tcr_header', 'my_social_icons', 11);
April 25, 2014 at 6:12 am in reply to: Social Media Icons – How do I add them into the header, not a sidebar widget? #9694giorgioecf
ParticipantSo what’s the solution to the scrolling and linkage bugs?
April 23, 2014 at 5:30 am in reply to: Social Media Icons – How do I add them into the header, not a sidebar widget? #9686giorgioecf
ParticipantOk that’s weird – the code i posted above just acted on this page and turned it into actual icons here. Is it supposed to do that?
April 23, 2014 at 5:29 am in reply to: Social Media Icons – How do I add them into the header, not a sidebar widget? #9685giorgioecf
ParticipantOk Ally, thank you for clarifying – yes for whatever reason email came in wrong. I used the code from here, and it worked – sort of. Here’re 2 bad things happening with my new code below, with actual links:
1. The scrolling becomes impossible with the whole page jumping/jittering up and down with any mouse movement; I’ve adjusted the icon size and location, pretty much in the ideal spot, thank you. But the scrolling bug makes the experience impossible2. Even though the code clearly has 2 different urls connecting to our facebook and twitter pages, both of the icons in the code point to facebook’s url only. I.e. no matter what, twitter icon seems to ignore the correct url in the code.
——————————
function my_social_icons()
{
?>
<div class="my-social-icons">
<a href="https://www.facebook.com/TheNeedToGrow"><img src="http://theneedtogrow.com/wp-content/uploads/2014/04/1398242835_ft.png" /></a>
<a href="https://twitter.com/TheNeedToGrow"><img src="http://theneedtogrow.com/wp-content/uploads/2014/04/1398242827_tt.png" /></a>
</div>
<?php
}
add_action('tcr_header', 'my_social_icons', 11);
——————————————–- This reply was modified 11 years, 2 months ago by
Ally. Reason: Added code tags
April 22, 2014 at 7:57 am in reply to: Social Media Icons – How do I add them into the header, not a sidebar widget? #9660giorgioecf
ParticipantOk, after posting to Theme functions php file, I get this:
Parse error: syntax error, unexpected ‘?’ in /hermes/bosoraweb077/b945/ipg.invisibleescalatorsc/tntg/wp-content/themes/storm/functions.php on line 10
April 21, 2014 at 5:36 pm in reply to: Social Media Icons – How do I add them into the header, not a sidebar widget? #9657giorgioecf
ParticipantO excellent – thank you, I will try this
April 20, 2014 at 4:08 am in reply to: Social Media Icons – How do I add them into the header, not a sidebar widget? #9640giorgioecf
ParticipantGuys – anyone? Anyone?
giorgioecf
ParticipantHi Ally – I got the same issue. Google map embed code does not show up on contact page. Pasting it into the “Map HTML” field in general contact settings, with the correct size, and nothing. Tried smaller sizes, both classic google maps and new maps embed code and still nothing.
giorgioecf
ParticipantYep, got it.
giorgioecf
ParticipantYes, I did find the solution last night, and installed successfully. Thank you Ally – I did email you about the new problem after I started with my Theme Options customizing; Trying to add background images does not work, no matter what I do, or how small the jpg or png is. Same error message “An error occurred” – would appreciate your help on that please
March 25, 2014 at 5:52 pm in reply to: WordPress installation never happens – error message: "are you sure…" #9321giorgioecf
ParticipantO hey – thank you – I did email via support contact page last night, I did in fact figure it out, and was able to install everything with FTP.
giorgioecf
ParticipantOk, this is crazy. I got perfectly sized jpegs, less than 500k, and every single time, plugins deactivated and all, I get this:
“An error occurred uploading the file. You may find more information in the browser console”
Very annoying.
Ally, I’m sending you the information you’re asking for privately – please help – thank you!
GI - This reply was modified 11 years, 2 months ago by
- AuthorPosts