bobpaszko
Forum Replies Created
-
Here is the deal. I need to fix this error code to get my website up and running and am not experienced enough to figure it out on my own. I’m thinking that “is_admin()” is in the “home/lithopr1/public_html/WordPress/wp-includes/vars.php” on line 16. How do I open the vars.php file to see line 16? What do I do to fix it? My hots account told me to have my programmer check it out. Sounds a little over my head!
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Changing Form WidthThe message box adjusts automatically. I generated an email field tag (826) for Email. 33 is the size. You can play with that number to achieve the desired results.
<p>Your Email (required)
[email* your-email-826 33/] <p/>I generated a text field tag (252) and used the same one for the name and subject. 33 is the size.
<p>Your Name (required)
[text* your-name-252 33/] </p><p>Subject
[text your-subject-252 33/] <p/>Hope this works for you.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Changing Form WidthThanks kandesigner. Worked like a champ.
Forum: Fixing WordPress
In reply to: Can’t disable BlogrollI had the same problem and removed the code from:
<div id=”linkcat-12″ class=”widget widget_links”><div class=”widget-title”><h3>Blogroll</h3></div>
to the
</div>
after the Blogroll components in the footer.php file. Problem solved.
Copy and save the original footer.php file in case you mess up.