margulies
Forum Replies Created
-
Forum: Themes and Templates
In reply to: decondo theme 1st installI don’t understand how it’s not compatible. I bought this Theme and it’s supposed to work on wordpress isn’t it.
I did a fresh install of WordPress and it’s the first database my host has ever created and it’s not like I frankensteined this thing together.
I really need this theme to work =\
Forum: Fixing WordPress
In reply to: T_STRING unexpected Error in PHP. Need to find a “)”ok i think the problem is that I upgraded to Thesis 1.6 and none of my old code works anymore. Thanks anyways.
Forum: Fixing WordPress
In reply to: T_STRING unexpected Error in PHP. Need to find a “)”First idea didn’t work. Problem not resolved. Please help.
Forum: Fixing WordPress
In reply to: T_STRING unexpected Error in PHP. Need to find a “)”spoke to soon.
I click VIEW SITE and I get the same error.
=\
Good try tho!
Forum: Fixing WordPress
In reply to: T_STRING unexpected Error in PHP. Need to find a “)”Great thanks my man.
Appreciated
Forum: Fixing WordPress
In reply to: Blank screen when I Save Post?My site is still displaying itself, however, this rests in the Post Title:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘tt_comment_box’ was given in /home/clinch/public_html/wp-includes/plugin.php on line 339
please help
Forum: Fixing WordPress
In reply to: Blank screen when I Save Post?it’s not a slow connection as this problem only persists when I perform the following actions I listed above.
Forum: Fixing WordPress
In reply to: Styling WordPress Comments with CSS & PHP help.check custom.css again.
//www.blogussion.com/wp-content/themes/thesis/custom/custom.css
Right off the bat I see lines 454, 438, 452…
I know it’s in css but .surround (for example) is being called from some function in his PHP. I would like to know what that code looks like so when style my comments using .surround, something actually happens.
I’ve talked to him and apparently it’s top secret.
He’s using the thesis theme, so the only 2 files he’s editing are:
custom.css (publicly visible)
and
custom_functions.php (not publicly visible)I might be out of line trying to call a custom selector but I really just need to put a box around each comment.
Forum: Fixing WordPress
In reply to: how to HIDE trackbacks?That’s the trouble with trackbacks…
Can’t live with em..can’t kill em.
Forum: Fixing WordPress
In reply to: How to surround WP comment box with color? Help.Closer now..
just added this to my custom.css
#comment_list {
height:100px;
width:658px;
padding-left:1em;
}what it did was added padding around the comments, making it look a little closer to this site’s comment area:
https://www.blogussion.com/blogging-tips/100-lists-better-blogger/
Now I just need to figure out a way to color the regular comments background so it looks a little more like the authors light-blue comment background.
Forum: Plugins
In reply to: Hook for comment form in adminin PHP try inserting this.
add_action(‘thesis_hook_before_headline’, ‘tt_comment_box’); // add new comments
remove_action(‘thesis_hook_after_post’, ‘thesis_comments_link’); // Remove Thesis CommentsAll you have to do now is style it to your liking..
Forum: Fixing WordPress
In reply to: How to surround WP comment box with color? Help.Okay I think found out through Firebug that this guys comment form has this code in his css
`.custom .comments .surround {
background:#5C5A5A url(images/comments.gif) repeat-x scroll 0 0;
border-bottom:1px solid #000000;
clear:both;
padding:10px;
}’I changed .comments to #comments but still nothing.
help?
Forum: Fixing WordPress
In reply to: How to surround WP comment box with color? Help.didn’t find
#comments { margin-left:0; margin-right:2.1em; }
so I just placed
#comments { margin-left:0; margin-right:2.1em; background: #5C5A5A; }
in the custom.css (I’m running on the Thesis framework btw and so is blogussion.com)
Anyway, it seems like instead of Surrounding the comment form, it seems like it changed the background of the comment form.
https://cashmakerelite.com/make-money-working-online/hello-world/
Forum: Fixing WordPress
In reply to: How to surround WP comment box with color? Help.BTW here is a post on my site that has comments if this helps you.
https://cashmakerelite.com/make-money-working-online/hello-world/
Forum: Fixing WordPress
In reply to: uploading imagesThx. I used this for the old version of thesis for this site https://www.cashmakerelite.com and it worked.
However, when I updated thesis I didn’t have to do it again. I don’t know if it was because I already did it or if it was the update that fixed the problem. Thx tho! =)