TinyTimmy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sidebar at bottom of pageJust upgraded to new version…satisfied problem. Thanks for your help esmi!
Forum: Fixing WordPress
In reply to: Remove comments from pages (Mystique v3.0.7)What’s up!
When you go to edit your page (where you actually type in your content), in the upper right (if you’re using the latest version of WP), next to the help menu, you will see the screen options menu. Click it and make sure that the comments and discussions check boxes are clicked. The when you scroll towards the bottom of the page, and your still in edit mode, you will see the comment and discussion fields. Simply disable. Knocked the problem out…no need to alter any templates and my comments work just fine on my blog.
Hope that helps!
Forum: Fixing WordPress
In reply to: Sidebar at bottom of pageI tried all of the above… I went to the missing links in various templates, but I guess it’s how the code is set up. They may have appeared to be missing, but they were there. It’s just strange that this is the only page that this problem is happening on… I’m just lost…
Forum: Fixing WordPress
In reply to: Sidebar at bottom of pageWow… so that was really cool…wow… Do you know which .php file needs to be altered?
Forum: Fixing WordPress
In reply to: Sidebar at bottom of pageThanks for your response! No, I didn’t alter the widths (at least to my knowledge. This is the only page that the sidebar has dropped to the bottom.
– Home Page
– Blog Post
– Main Blog PageAny other ideas? I appreciate the feedback!
Forum: Themes and Templates
In reply to: Remove extra space after header image in MystiqueHi. I’m working on this website –>Victorious Living. I’m not having a major problem…but there is a small gap between the header image and the table. I want to get rid of it so it looks seamless like: This Site. (Sorry…moving too fast…lol)
Forum: Plugins
In reply to: FancyBox for Wordpres 2.7.2 is not working…firstly in the fancybox settings page, check ‘skip jquery call’ and uncheck ‘use noconflict mode’ under the troubleshooting tab.
in the header.php file, just move <?php wp_head(); ?> to DIRECTLY ABOVE the end of the head (</head>). everything works beautifully then, and this also prevents other jquery conflicts ??
<— Someone else had the same problem. This fixed it! Thanks.
Forum: Fixing WordPress
In reply to: Remove image bordersTHANK YOU! I had to fool around a little more… but it was in that.post section. (I was up until 2 this morning and dreamed about how to fix this… you’re the greatest!)
Current CSS code:
.post img, .post a img { border:0 solid #222; padding:0; margin:0; background:#555; }
.post a:hover img { border:1px solid #849ca0; background:#59847d; }
.post img.centered,div.centered { display:block; margin:0 auto; border:0;}
.post img.alignright, div.alignright { margin:4px 0 10px 10px; display:inline; border:0; }
.post img.alignleft, div.alignleft { margin:4px 10px 10px 0; display:inline; border:0;}
.post img.wp-smiley { border:0px; padding:0px; margin:0px; background:none; }Forum: Fixing WordPress
In reply to: Remove image bordersYes… But this border comes up on every image you post… Here is the demo site address for the theme:
https://www.mono-lab.net/demo3/
(Thanks for fast reply!)