linkedbinary900
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Why im having two validation error messages?Solution: edited my .htaccess file at the root of the WordPress installation…
php_value upload_max_filesize 100M php_value post_max_size 100M php_value max_execution_time 200 php_value max_input_time 20
Forum: Plugins
In reply to: [Contact Form 7] Why im having two validation error messages?I have a validation error when attempting to use the form to upload an mp3.
<p>Your Name<br /> [text* your-name] </p> <p>Your Email<br /> [email* your-email] </p> <p>Song Title<br /> [text* your-subject] </p> <p>Choose Audio File (MP3 or M4A)<br /> [file* file-321 limit:20mb filetypes:mp3|m4a]</p> <p>Musician Photo (JPG or PNG)<br /> [file* file-616 limit:5mb filetypes:jpg|png]</p> <p>Prove You Are Human<br /> [captchac captcha-876 fg:#6af15f bg:#000000 size:l]<br /> [captchar captcha-876]</p> <p>[submit "Send"]</p>
Failed to upload file. Error occurred. Immediately below the mp3/m4a file upload field
and
Validation errors occurred. Please confirm the fields and submit it again. at the bottom of the form where the “Success” message usually appears on other forms.
Forum: Plugins
In reply to: [Jump to - Post Edit] 1.0.1 – Problems persist…This has been resolved. Excerpt from updated readme.txt (version 1.0.2):
12/18/2012: Version 1.0.2 – Instead of creating a new custom meta box to perform this action, this plugin now adds a section to the “Publish” area of the “Edit Post” screen.
~ This update fixes the problems occurring with use of the previous versions (custom meta data and permalink information, etc. is now read/write accessible again)
~ There is now a Stylesheet file included with this plugin,jump-to-post-edit.css
. Feel free to customize the color-scheme, etc. to your liking!Forum: Plugins
In reply to: [Jump to - Page Edit] 1.0.1 – Problems persist…This problem appears to be solved. Page Edit screens are not reacting to this feature as the Post Edit screens are.
Glitches resolved. Please update to version 1.0.1 ??
Glitches resolved. Please update to version 1.0.1 ??
4. Start with content expanded
Add the class colomat-close to your collapseomatic title, like:
<h4 class="collapseomatic colomat-close" title="<?php the_title(); ?>" id="<?php the_ID(); ?>"><?php echo get_the_post_thumbnail($page->ID, 'thumbnail'); ?><?php the_title(); ?></h4> <!-- Returns title with Collapse-o-matic formatting, with EXPAND BY DEFAULT (colomat-close) -->
Have fun!
Thanks a lot! Just what I needed.
Forum: Installing WordPress
In reply to: Help! Admin page not working correctly – can't do…I had to review the URL values for the blog directory in the corresponding WordPress database to fix this kind of problem, and also make sure that the various databases referencing the WP installation were all noting the same up-to-date version.
Hello,
Go to your Plugins page in WordPress, find Lightbox Plus, and click the Settings link. You can adjust the width/height variables within the Base Settings section. I set the “height” and “width” values at “90%”, which will limit the size of the lightbox and fit within the dimensions of the window from which the link came from.
Good luck!