normda
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Multiple email checkboxesI cannot figure how to attach a screenshot of the Mail tab. IN the TO field is my addy.
Obviously I am doing something wrong. What I want it to do is send email to one or more email addresses that are checked. It seems that they are all coming to me. What am I missing? I don’t see a way to send you a screenshot of the Mail tab
Here is my template:
“***** Select one or more Members from this List *****”
[checkbox checkbox-784
“President | president@centralvawoodturners.org”
“Vice President – Program coordinator | VP_programs@centralvawoodturners.org”
“Vice President – Member service | VP_membership@centralvawoodturners.org”
“Vice President – VA Symposium Board Member | VP_VA_Symposium_Board@centralvawoodturners.org”
“Treasurer | treasurer@centralvawoodturners.org”
“Secretary | secretary@centralvawoodturners.org”
“Newsletter Editor | newsletter_editor@centralvawoodturners.org”
“Videographer | video_master@centralvawoodturners.org”
“Store Manager | store_manager@centralvawoodturners.org”
“Librarian | librarian@centralvawoodturners.org”
“Food Czar | food_czar@centralvawoodturners.org”
“Woodturning Skills Center Coordinator | skills_center_coordinator@centralvawoodturners.org”
“Ruritans Liaison |ruritans_liaison@centralvawoodturners.org”
“Webmaster | webmaster@centralvawoodturners.org”]<label> Your Name (required)
[text* your-name] </label><label> Your Email (required)
[email* your-email] </label>- This reply was modified 6 years, 5 months ago by normda.
Sorry, but I still am having problems. I ran the Regenerate Thumbnail Plugin and my images are still not displaying correctly.
Also, what does the Top/Bottom setting do on the Excerpt Location (vertical) setting. I do not see any difference.
Forum: Plugins
In reply to: [NextGEN Scroll Gallery] Descriptions not working as CaptionsI followed the advice of http://wordpress.org/support/topic/usedesc-boolean-use-description-as-caption-not-working?replies=2 and it worked. Turn on both useCaptions and useDesc
Excellent. That worked for me as well.
Try teh ScrollGallery plugin. It add functionality to the NextGen slideshow and captions!!!
I’m having a similar problem. Videos load quickly and I get the circle progress bar in Safari, Chrome and IE. But in Firefox on both the Mac and Win7, I do not get a progress bar. The video eventually plays, but it takes forever.
Forum: Themes and Templates
In reply to: white space in twentyelevenThanks so much!!!
Forum: Themes and Templates
In reply to: Remove Navigation Bar & Search from Twenty Eleven Theme (CSS)Once you set up the child theme and copy over style.css to the child theme folder, you can simply set
#branding #searchform {
display: none;
}Forum: Themes and Templates
In reply to: Sticky Post Background Color won't changeThanks! I should have known that….
Your quick help is much appreciated!!!
Forum: Themes and Templates
In reply to: Sticky Post Background Color won't changeThanks for the quick reply. I have tried refresh and different browser.
bevinsequipment.com
Forum: Fixing WordPress
In reply to: Post limitations?Did you modify the p-includes/default-plugins.php file? Not the functions.php file.
Forum: Fixing WordPress
In reply to: Post limitations?No, it is not a sever limitation. I only have 22 posts. The code limits the number of items in the menu to 15.
I found that if I modify wp-includes/default-plugins.php from
else if ( $number > 15 )
$number = 15;
To
else if ( $number > 15 )
$number = 30;
Then all my 22 posts show in the menu. I’m looking for a plugin or other way to modify this parameter in the admin panel so I don’t have to change core code in WordPress. The Coraline Theme does not have this provision.Forum: Fixing WordPress
In reply to: Removing "Home" from above the header in CoralineJust select a one of your menus in the drop down Theme Options / Theme locations. If the drop down is blank, Home appears, otherwise it won’t.
Forum: Themes and Templates
In reply to: Coraline Images displayNevermind. I figured it out. I have to put the item in the same category as I select for my gallery.
Forum: Themes and Templates
In reply to: Coraline categories not appearingI added the Categories widget to the sidebar, but is there a way to see all the posts under a category?