nashproductions
Forum Replies Created
-
Hey, thanks for the reply!
I’ve just pasted in the beginning link portion, and it appears to be working except for my text is cut-off? Not sure where this random height is coming from – I’ve tried playing around with some clear:boths, and the overflow in firebug, doesn’t seem to be working?
Forum: Plugins
In reply to: Membership Plug in ? For an offline membershipHey,
I am hoping to use the PMPro- but wondering if you can set so people receive membership specific emails when they sign up? I am going through the set up now and I don’t see that feature. I need to send them an email once they have paid they gives them a discount code and some other information.
Thanks!
Forum: Fixing WordPress
In reply to: Blank dashboard/admin screen – not all computersIssue Solved!
It appears it was something to do with Contact Form 7 – I deactivated and then reactivated and all seems to be working well.
Forum: Fixing WordPress
In reply to: wp-pagenavi (maybe?) not showing more than 2 pagesoh my – can’t believe I forgot about that.
Thank you so much.
Forum: Fixing WordPress
In reply to: Comment Date showing same as post dateAha! it’s fixed! turns out the problem was that the email address listed in the wordpress profile was incorrect.
Of course.
Thanks again, and sorry to bug again!
Forum: Fixing WordPress
In reply to: Comment Date showing same as post dateHey TM – as it turns out that whole highlight author comments thing never worked. And it’s put me back to thinking there has to be a problem with my code somewhere.
It is recognizing the author correctly (put the yellow bg), but the image is still showing up as the visitor one?… oy vey.
Forum: Fixing WordPress
In reply to: Comments feed – admin user showing up as visitorAnybody?
I’ve never experienced no replies on a thread – this worries me so!Forum: Fixing WordPress
In reply to: Show sidebar to dynamic page that will be edited?Okay nevermind I figured it out! I just used an old page template and updated the sidebar call out – thanks for everything!!!
Forum: Fixing WordPress
In reply to: Show sidebar to dynamic page that will be edited?Wait – if I’m understanding this right it appears that I am to call out my sidebar which will have the call out to my post inside of it?
I want to have:
Left column – page content
Right column – sidebar3.php
Are you saying my page content will also be a separate php file that will call out the page – and put it in my left column?
Forum: Fixing WordPress
In reply to: Show sidebar to dynamic page that will be edited?whoops – gilfoy!
Forum: Fixing WordPress
In reply to: Show sidebar to dynamic page that will be edited?Okay – I think I’ve got it! What about if it’s a page not a post I want to put in though?
Many thanks dgilfroy – you’ve been quite the help!
Forum: Fixing WordPress
In reply to: Show sidebar to dynamic page that will be edited?ohhh, interesting. I’ve never done anything like option 1 – just to clarify:
I have sidebar3.php – which currently has:
<div> <ul> <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(3) ) : else : ?> <?php endif; ?> </ul> </div>
So do I include a WP_Query in there?
Or would I put the query in my classes.php which already calls out my header, footer and content, and just make it have a left and right column, right column would be sidebar, left column would be where I would assign the page??
Still confused, I think.
Forum: Fixing WordPress
In reply to: Show sidebar to dynamic page that will be edited?Okay – I have the two columns set up the page – but I want the right hand one to have the sidebar in it.
In my past experience I have set up new sidebars on pages by creating a new page template – except for this one I need to be able to add content via wordpress, hoping this makes sense? ?
I am wondering what the code is to put into my classes.php that will allow all content inputted on the page to be in the left column.
I am confusing myself but I swear it’s quite clear in my head!
Forum: Fixing WordPress
In reply to: Show sidebar to dynamic page that will be edited?Sorry – but how did you call out the sidebar?
Forum: Fixing WordPress
In reply to: Comment Date showing same as post dateyes – I think that’s what I mean. sorry I realized that sentence was not very clear after sending.
The author who is taramiller, shows up as logged in automatically when she is in her dashboard, or just checking the site at all. I have done a previous site using a similar theme and the author’s image automatically is recognized when logged in and the image default_avatar_author.gif is used.
I feel as though something is off with the comment loop recognizing that it is the author replying.
Hoping this is making some sense…