sirhunna
Forum Replies Created
-
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Thumbnail Map Not Showing A Mapit just started working, i’m not sure what I did differently.
thanks anyway ??
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Thumbnail Map Not Showing A MapHello,
I’m still having the same issue these guys were. I’ve been through the forum, tweaked the address, cleared my browser’s cache (another thread’s suggestion) but the thumbnail is still a stock image.
I wonder if i’m missing something obvious here. perhaps it’s supposed to be like that, just wanted to be sure.
this is my site i just got going, the widget is to the right down the page: https://hunterstanford.com/test/
thanks in advance.
Forum: Themes and Templates
In reply to: [Esquire] Part of theme not centeringI figured it out!
I moved the
<div id="credit">
up in the footer.php and I guess that then included it properly into the wrapper.Thanks SO much for your help:)
Forum: Themes and Templates
In reply to: [Esquire] Part of theme not centeringSo this worked!!! almost lol….
I had to moved around that
<div id="wrapper">
to a higher place to include the yellow sidebar but that was easy.The only issue is that the link to my design portfolio and email address that floats towards the bottom left won’t adhere to the width. And I know it’s because it has a
position: fixed
attached to the div. I figured out how to have it hang out at the bottom and move around within the width but I want to have it fixed to that area so it is visible at all times.That link/email in under
<div id="credit">
which is of course is included in the<div id="wrapper">
, though that obviously didn’t do it. I thought if including a width within#credit
as well, but above theposition: fixed
, that that would do it, but no dice.Check it out now and widen the page, you will see what I mean.
Like I said, I want it fixed flush underneath the yellow sidebar but always appear right at the bottom of anyone’s page, hovering as they scroll down.
Either way, thanks for all your help:)
Forum: Themes and Templates
In reply to: [Esquire] Part of theme not centeringI do!
Honestly, I haven’t looked at it much since I posted this. I try not to post questions until I exhaust every option and that is where I was.
I can get everything but that dang black vertical line to center and I couldn’t figure out why. grrrrrrr:)
Thanks!
Forum: Themes and Templates
In reply to: taking advantage of sidebar spacemy new thought i am trying is that i should have left the <?php get_sidebar(); ?> where it was and customized that. found a good article on that and am going to look into it.