sabster
Forum Replies Created
-
thanks Jeremy.. that did work for the Google plus I think.. I will find out on my next post, but I did update that. Regarding linkedin.. thanks, I am just doing it manually then for now, but yes that should absolutely be a feature!!
it is on the list of social media platforms to share to.. and it does let me connect to my profile.. but not to my page !
also.. anyway to get google plus to share publicly.. right now seems to be sharing privately with only myself!!!!!!! lol
Forum: Themes and Templates
In reply to: [Hueman] Social Icon Not Displayingnvm, that icon style doesnt work for some reason. others do work.
Forum: Themes and Templates
In reply to: How To Give Widgets Individual ID's or Classes?awesome thank you so much for the example and showing me how it gets a new id for each widget. that really clears it up for me. thanks again!
Forum: Fixing WordPress
In reply to: TwentyTwelve Timeout Using Editor (header.php)no plugins activated right now.. this is a fresh install. =\
i have some other themes on here, ill try deleting them
Forum: Fixing WordPress
In reply to: TwentyTwelve Timeout Using Editor (header.php)yes i have tried this 2 times Christine.. the oddest thing happens, when i go to see it after i upload it, it is empty! the odd thing is when im uploading it, it takes about 15-30 seconds to upload it as if it is not working correctly… i really cant make any sense of it. then i open it in editor (and i know the file is there, i have the original file on my computer all filled in all ready) and there is nothing there.
it doesnt make any sense. im thinking it has to be a bug or something with twentytwelve because this doesnt happen with other themes… i wanted to use this theme too! boo
Forum: Themes and Templates
In reply to: Possible To Have Multiple Colors In TwentyEleven Title ?k thanks wp
Forum: Themes and Templates
In reply to: 2012 header changescool site, sorry if this is off topic, but is 2012 the next best theme to use? why isn’t it in the wordpress default install?
Forum: Themes and Templates
In reply to: Putting absoute position widget over slideshow?yeah the z index was the problem. i got it to work by removing z index from the slideshow outter div and then putting a z index on the widget of 100.. not sure why it worked but smoeone else suggested it.
got it to work by removing the z-index of the slideshow and making the z index of the widget 100… not sure why it worked, but someone else suggested something else over 99.
here’s an example of my site:
fortmovies.com/pestcon
on the homepage, hwere hte “test” is at the top is my test widget, and then behind that is the meteor slideshow, but it is hidden when i incrase the z idnex for some reason
Forum: Themes and Templates
In reply to: Putting absoute position widget over slideshow?here’s an example of my site:
fortmovies.com/pestcon
on the homepage, hwere hte “test” is at the top is my test widget, and then behind that is the meteor slideshow, but it is hidden when i incrase the z idnex for some reason, then you can see the slideshow reappear if you use firebug and remove the abosoute positioning from the slideshow… not sure what is happening her.e…
okay got it to work by adding a div aroudn the slideshow and adding the css attribute of:
clear:both
so it looked like this if anyone has the same problem:
<div style="clear:both;"> <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?> </div>cheers! thanks for the great plugin!
found another hint as to what is going on, looked at the firebug code and for some reason it looks like the code is being placed ABOVE the navigation even though the div is BELOW it…. no idea why this is happening. here’s the picture of it. you can see the highlight of where the slideshow is trying to go above the navigation:
here’s an example image of a letter above the slide show, if i erase the letter…. the slideshow will dispear… this seems very, very weird…. lol.