drabina
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: password on pages not workingDid you ever got this problem resolved? Recently my WP started to behave the same way. Password protected pages only work in IE. Firefox and Chrome just reload the password page.
Forum: Fixing WordPress
In reply to: Password protected page – cannot accessAnyone? Morning crew?
Anyone?
Just checked my PHP settings. Under PHP Core, safe mode is OFF.
Forum: Plugins
In reply to: Need recommendation for image gallery pluginNextGEN is the plugin that I am currently using in case somebody stumbled upon this post.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Change color of text?Open wp-contact-form-7.php file from the Contact Form 7 directory (under plugins) in your HTML editor. Search for input type=”text”. Add class=”mybg” so the line looks like
$html = '<input type="text" class="mybg" name=...
Now search for
textarea
. Once you find it add the class attribute so the line looks like this:$html = '<textarea class="mybg" name=...
Save the file and upload it.
Now open stylesheet.css file (from the same directory) and add the following code to the end of the file:
.mybg{ background-color: #e3d7b5; }
Of course change the #e3d7b5 to whatever color you want.
Hope this helps.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Change color of text?Add class attribute to the input and textarea tags in the wp-contact-form-7.php file and then define the class in the stylesheet.css file. All inside the plugins/contact-form-7 folder. No need to change the main stylesheet for the theme.
Forum: Plugins
In reply to: Need recommendation for image gallery pluginAnyone?
Forum: Fixing WordPress
In reply to: Adding code to static page bodyFigured it out. I needed plugin Exec-PHP.
Forum: Fixing WordPress
In reply to: Adding code to static page bodyI am not receiving any error messages. It is that the page prints my PHP code without actually parsing and executing it.
Forum: Fixing WordPress
In reply to: How to list categories on static page?Thanks guys. That wp_list_categories looks like it is going to work just fine for what I am trying to do.
Forum: Fixing WordPress
In reply to: Noob needs answers to few questions#1 and #4 also figured it out. I have created copy of the page template and removed comments section. Then I was able to assign this template to pages where I did not want any comments. Same applies to the extra menu item. I have removed it from the header template.
Still have problem with WP-SimpleViewer path though.
Forum: Themes and Templates
In reply to: Page Without Sidebar on Blocks ThemeAnother request for page without sidebar for Blocks theme.
I would also like to know if there is a way to remove extra menu item (home) when I have static page called “home” set as my home page.
Thanks.
Forum: Fixing WordPress
In reply to: Noob needs answers to few questions#2 I have already figured it out. For those who have the same problem do the following: create blank page called “blog”, in Settings/Reading select your static home page and “blog” as blog page. Done.
Forum: Fixing WordPress
In reply to: Noob needs answers to few questionsAnyone? It looks like my post is being buried two pages down without any answers ??