dijares
Forum Replies Created
-
Thank you, @abidhasan112. We paid for the license for Slider Revolution and upgraded the plugin to the latest version and the error is gone. We appreciate your response!
Forum: Fixing WordPress
In reply to: Previous Posts Link Not WorkingHi there,
Was finally able to figure out where I caused this to happen. I couldn’t figure out (at first) how to make only a certain number of posts to show. Forgot I had included something in the index.php to make only a certain number of posts show. So, it was a conflict. Deleted that and now I’m good.
thanks!
Forum: Themes and Templates
In reply to: Opacity Affecting Widget AreaOkay, I finally found a fix for this, although I don’t really know if it’s the best fix. I really had to mess with the CSS. For some reason none of the margins were making any difference. So I messed with the percentage of the #primary and #content widths. I also messed with the #secondary. Right now I’m using the layout with the widget area on the right.
Here’s the portion of CSS (style.css) I messed with… I kept the originals marked out for anyone who needs to see them (you can also see where I applied the opacity for anyone else who needs it).
#primary { float: left; /*margin: 0 -26.4% 0 0*/; margin: 0 0 0 0; width: 75%; /*width: 100%;*/ /*added background color and then opacity for content areas*/ background: #C64304; opacity: 0.6; } #content { margin: 0 0 0 7.6%; /*margin: 0 34% 0 7.6%;*/ width: 90%; /*width: 58.4%;*/ } #secondary { float: right; margin-right: 1%; /*margin-right: 7.6%;*/ width: 18.8%; }Forum: Fixing WordPress
In reply to: Text Widget Not Showing UpOkay, going to try this again…
Here’s the code:
Get Your Harry Potter Posters and Stand Ups at 20% off at <a href="http://www.allposters.com/-st/Harry-Potter-Movies-Posters_c96607_.htm?aid=82544" target="_blank">this link</a>! Just use the code HARRYPOTTERForum: Installing WordPress
In reply to: RSS Feed Not WorkingFixed! I went in and deleted all the script the person put in. I’m thinking someone got a password and put those in manually. With the wp-cache and that script gone things are running great now.
I’ve changed all of our passwords. Hopefully it won’t happen again. I’d rather it be someone physically going in and doing that then it be a true script hack.
thanks!
You can close now.
Forum: Installing WordPress
In reply to: RSS Feed Not WorkingYes, it looks like the bubbleGUM script cracker has struck again. This was the main reason I did the upgrade. My server guys had cleaned this up.
I have to wonder how the stuff is back. I’m going to have some passwords changed and have my news poster check her virus update to make sure she doesn’t have a virus. It happened with her first.
And this is probably why it’s loading so slow. Although the script doesn’t show in the posts, it shows when editing under the HTML area. Very weird.
Forum: Plugins
In reply to: Contact Form 7 installationTo Nageen:
Sorry, forgot to add that once you go into the Control Panel, you’ll see the code you have to post. Should be…
[contact-form 1 "Contact form 1"]Make a new post, page, or whatever you’re wanting and post the code into that and then publish.
Again, thanks to anyone who can help me with my question above.
Forum: Plugins
In reply to: Contact Form 7 installationTo Nageen:
From the directions…
1. Upload the entire contact-form-7 folder to the /wp-content/plugins/ directory.
2. Activate the plugin through the ‘Plugins’ menu in WordPress.The control panel of Contact Form 7 is in ‘Manage > Contact Form 7’ (on WordPress 2.7 and greater, ‘Tools > Contact Form 7’). Please note that it has moved from the ‘Settings’ menu since Contact Form 7 1.8.
For anyone that may know, I’m trying to use the CAPTCHA with this and they require that GD and FreeType library are installed on my server. I’ve also made sure the folder is writable. Still not working. I’ve written my server people to ask if these programs are installed.
My question is are there any other options to help protect against spam using the contact form if I can’t use this CAPTCHA?
Thanks!