Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$50
Find and fix Social media
On my site I have social media button on the Home page in 2 locations
Botton of the page - work fine
Top of the page - do not work and move around (want to delete these but I can't find the code - where it is written so I can delete it)
Is it possible to have the social media button below the top navigation, I.e. below Store, contact and logout ?
Site is www.SocialMediainBusiness.com
This question has been answered.
Bookinars | 12/21/11 at 6:46pm
Edit
Previous versions of this question:
12/23/11 at 6:55pm
(7) Possible Answers Submitted...
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
12/21/11
7:04pmJerson Baguio says:Your top social sites works fine but its just the div element of the content page was overlapping it.. I Think this social media buttons are on your sidebar.php
Yes we can have social media button at the top navigation as you suggest.
IF you can't find the buttons i can help you on this.
If you can give me access of your site i will help adjust this social buttons.- 12/21/11 7:15pm
Jerson Baguio says:Here's a css for you try positioning your
Top Social media site
div#page div{
margin: -96px 164px 0 0;
position: relative;
z-index: 1;
}
.inner{
z-index:0!important;
}
Add this to your style.css - 12/21/11 7:18pm
Jerson Baguio says:If you apply that CSS i think it will fix your issue
kindly checked the attached file i added the css code via firebug
- 12/21/11 7:15pm
-

Last edited:
12/21/11
7:05pmMatt Varone says:Hi Bookinars,
Could the one on top be a shortcode on the page? seems to be inside the page area.<div id="page">
Kind Regards! -

Last edited:
12/21/11
7:31pmRomel Apuya says:add this to your css
div#page.home div{
position: relative;
z-index:99999;
}
but if this wont work..
i can work on this adjustments if you give me access.
cheers,
romel
-

Last edited:
12/21/11
8:32pmLuis Abarca says:Add position: relative style to your div containing the social media buttons.
Maybe you should add a class and add the styles to your stylesheet.
...
<div id="page" class="home">
<!-- main div for social media -->
<div style="float: right; padding: 0 30px 0 0; z-index:1000; position:relative">
<!-- Twitter -->
<a href="http://twitter.com/socialmediainb" target="_blank"><img src="http://www.stevennicholls.com/wp-content/uploads/2010/09/Twitter.png" alt="twitter" width="32" height="32" border="0"></a>
....
-

Last edited:
12/21/11
11:36pmManoj Raj says:There will be so many answers :) Anyway here is my version
#page.home { width: 960px; margin: 0 auto;}
div#page.home div{ margin: -100px 0px; }
If you apply jerson's answer it will affect other pages i think..
In other pages, you have the social icons in the sidebar (as sidebar widget most probably)..In home page, it is different..
- 12/21/11 11:40pm
Manoj Raj says:if you want to remove that completely from your site, paste your code here.. It should be easy..
- 12/21/11 11:40pm
-

Last edited:
12/22/11
12:14am -

Last edited:
12/22/11
2:03amJulio Potier says:Hello
Sorry but i do not agree with any CSS solution ...
These social buttons have to be placed correctly in the code, not randomly then moved with CSS. Too easy, too quick, too ugly, this is not pro ... again.
Also, i do not see a "top button" !?
So here's my turn
1) I prefer move the social buttons code below top of navigation menu
2) Do you want these button always here or just for homepage ?
3) Where is your "top of page" button ? In every case i can quickly find this button with FTP access (as i usually do with others people)
4) (Off topic) I saw that the "4 red arrows" picture is linked to itself, i think you can remove the link on it :)
5) (Off topic) I saw an empty "colorbox" code on the homepage, hidden but present, if it's not used, we can find this and remove it also.
I can see that you use this theme : http://kaptinlin.com/themes/striking/
Take care ! This theme is using TimThumb !! The script who brok a lot a websites !
And i found a strange thing too in piecemakerXML.php file, if i type "?vars=[height=Hello%20you%20!]" My text is printed ... Take take to vulnerabilities ! (i'm Web Security Consultant ;p)
See you soon i hope.
ps : get the last version asap : http://timthumb.googlecode.com/svn/trunk/timthumb.php- 12/22/11 10:16am
Bookinars says:Hi Julio
I have had problems with this theme!
Yes I would like th asocial media buttons on the home page only.
I would like you to sort the security issues thanks.
If you give me your email I can set you up as an admin so you can sort the issues.
Kind regards
Steve
- 12/22/11 10:16am
This question has expired.
John Cotton, Kannan C, Francisco Javier Carazo Gil, Bookinars voted on this question.
Current status of this question: Completed
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
