Forum Replies Created
-
AuthorPosts
-
I’ve never personally run into an issue of consuming too much while running Genesis. There may be other variables spiking your ram usage. Have you spoken with your hosting company?
Welcome to the forums!
(I use Chrome mostly)
What theme are you using? I’d suggest just looking at the code of the original back to top link, then just plugging it into the simple hooks slot.
Hey Ton,
This goes a little beyond what these forums are for – and is more along the lines of custom work. I can give you some pointers, but I don’t have the time to write out all this code unfortunately.
I’d suggest maybe hiring someone to knock it out quick for you – it should only take an hour or so to complete.
But to point you in the right direction: You’ll want to create a new widget area within the functions file, then call it under the nav, and above the header. Once that’s done, using conditional tags you’ll want to assign the images to their respected pages.
Hope that helps!
I like this. Nice snippet!
November 17, 2012 at 8:21 pm in reply to: Education Theme with Portfolio and No Primary Sidebar on Interior Pages #512Looks nice, Tracy. The only suggestion I’d make is to possibly explore a different color option for the footer widgets? The black is kind of harsh after the white / green colors up top. Thats just me though…

Unfortunately I don’t have the time right now to type out all of the steps, but a great start would be to create a new widget area: http://my.studiopress.com/tutorials/register-widget-area/
And then call it under the nav. You’ll do that using the functions file – I’ll type up the exact code you need when I have some extra time (hopefully later today).
If you want to skip the functions file and try it yourself, you can try calling the widget area within the Simple Hooks Plugin.
I like them both a lot! Nice work

I notice you have the images in two separate divs.. If possible, I’d suggest creating a main div, and then having both of them within it. for example:
<div id="buttons"><div id="button-one">
Image code
</div>
<div id="button-two">
Image code
</div>
</div>
Hope that helps!
1) I’ll check this on IE when I have access to a PC, if no one has a chance to help before I can
2) Do you want the new widget area only on the home page, or on all pages? Either way, you’ll want to create a new widget area and then call it in the appropriate location.
Looks to me like you want to pop that outside the content area, rather than have it display within the content div. There are several ways to do it, all of which are fine for your purposes. Let me know if you need further help and I’ll try to put some code together for you when I have a minute.
Load time was a little sluggish for me. Other than that, I like it. Great work

The only thing I can think of that might work is creating additional directories for CSS within your theme, then linking them accordingly. Although I don’t know really how useful that would be…
I agree Gary. Although there are definitely some things mentioned in the article that I’d say to follow, this was more intended for some of the newer coders / people looking for general tips. But I’d definitely recommend following the PSR-2 Standards as well.
Thanks for pitching in
. I pulled this one from my “archives” so I guess it’s a bit dated.I tweaked the code so it should work better now.There’s definitely a handful of ways to accomplish this, so keep in mind this is just one of many ways.
-
AuthorPosts