geologist
Forum Replies Created
-
Yes, Agelonwl. I have seen the booking-options and the No-User Booking Mode. Am I missing something? I don’t see anywhere that I can specify which fields on the booking form are required.
Correction – I deleted too much from
!is_user_logged_in(). But even when I modify that correctly, it doesn’t help. Same issues as listed above.Still no booking taking place, even when all required fields are completed. When email is left blank an empty red box displays for a message, but there is no text in the box. The “guest name is required” message is is working correctly.
I have this set up so that guest does not have to be logged in or be a registered WordPress User to book an event. So I’m thinking that
(!is_user_logged_in()should not be in the function, but deleting it completely breaks my site.This is not quite working. After adding the validation function to my theme functions file, the user always get the message “guest name is required…”. This happens when any required information is left off the form (either name or email). It also happens when all correction info is put in the form, and no registration (booking) occurs.
I should clarify. Are you suggesting that I add the validation function to the functions file in addition to modifying the em-event.php file?
Thanks Marcus. Putting new selectors in my theme css file worked.
http://www.palmyracob.org/honest/activities/schedule-2/Thanks Marcus. Knowing which file to modify is a big help. Not quite ready to buy the Pro version yet; not till we’re ready to start accepting online payments.
Yes you do have selectors for event-form.
Where are the selectors for the event list? Where are these:
class=”events-table” or th class=”event-description”
They are not in events_manager.css and when I try adding these class selectors to this style sheet, they are ignored. Apparently the formatting for the event lists are over-ridden somewhere.
The form is not the only thing we need to format. In-line styling in the Admin Panel – Event Format is very difficult to do.
This is a very helpful event manager. I do appreciate the programming involved in creating it.
Thanks for the reply. I kind of figured someone would suggest next gen. I’ll investigate the WP JQuerry library.
The problem with “every theme has its own style” is that when you try changing a style selector such as “input” or “th” in the themes style sheet, then the selector changes all the way across the website. We need to be able to style specific selectors ONLY for Events without affecting our entire website. You need to add more selectors to allow for styling of only the appropriate events pages.
Unfortunately, I couldn’t get Mpalmer22’s suggestion to work. Maybe it’s just the theme I’m using which is “Swift”.
Sure would be helpful if the Plugin developer would address the problem of having html tags stripped from the Plugin excerpt.
Here is a partial answer to Daedalon’s suggestions. Regarding adding “Read More” to the end of each excerpt. Thanks Daedalon, you got me looking in the right general section of the code.
Here’s what I did to add “Read More”:
First, in the plugin dashboard under “Main Options” make sure you choose “Shorten excerpts to closest period” – NO.
Then go the the php file for the Plugin (sitelayoutcustomizer.php) at about line #1415 you will see this code:
$cont='...';Modify it to this:
$cont='... Read More'You can style your Read More by making it a class something like this:
$cont = '... <p class="read"> Read More</p>';Don’t forget to add this new class to your css file.
Plugin: http://wordpress.org/extend/plugins/site-layout-customizer/
My Blog Homepage with excerpts:
http://www.10milerun.com/smallBiz/Mpalmer22,
Thanks for your suggestion. I haven’t tried it yet. I received another suggestion and have been trying to get it to work.
Believe me, if I find anything that works, I will make sure to post it on this forum.
Could someone please answer the first question Jamethecat7 asked? The bottom line is MANY of us are using this extremely effective plugin and we need to modify the PLUGIN code, not core WordPress code.
We need to be able to allow HTML tags so that we can format the inside of the excerpt. For instance, I need the excerpt to style both <p> and <h3>.
My page of excerpts: http://www.palmyracob.org/honest/about-us/meet-our-staff/.
If you look at the very bottom excerpt for Missy Thompson, in the first line of the excerpt “Children’s Ministry Mobilize” is styled with an <h3> tag in the original post. But the Plugin strips out the html tags inside the excerpt. There must be a way to get the Plugin to recognize html tags in the excerpt.
Can someone please answer the original question in this thread – how to modify the Plugin code?
Thanks for the code Thewpguy. I’m using it with my excerpt. There’s just one refinement I’m hoping to get help with. Using the code as you’ve shown it, the “read more” displays below the actual excerpt. I would like to get it to display on the last line of the excerpt instead of below it. Does anyone have any suggestions?
Here is my page with excerpts:http://www.palmyracob.org/honest/about-us/meet-our-staff/
This request can be ignored. I found a completely different solution. I’m using a different template that does not include the Previous and Next.