Julian
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] Validation for DatesThank you! I appreciate it.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Validation for DatesThank you for your reply! I am pretty sure I’d need a conditional statement since Regex most likely can’t determine today’s date.
Is there a hook I can use with that particular field? I just need to grab the input in the field and check to see whether it is greater than or equal to today’s date. If it is, all is good. If not, the form should not be submitted and an error message should be displayed. This should be quite easy with PHP but I am having a difficult time getting the input by the user.
Thanks again! Any assistance would be greatly appreciated.
- This reply was modified 8 years, 10 months ago by Julian.
Forum: Plugins
In reply to: [The Events Calendar] 4.4.0.1 Kills Site, Fatal ErrorGive the following a try: https://downloads.wordpress.org/plugin/the-events-calendar.4.3.5.zip
Forum: Plugins
In reply to: [The Events Calendar] 4.4.0.1 Kills Site, Fatal ErrorI figured something like that is why the screen went blank. Looking back at old emails from last year, the ITs on campus claim that the server runs Windows Server 2008 R2 and Apache. Unfortunately, I do not have full access so as of right now The Event Calendar is not installed.
- This reply was modified 9 years, 2 months ago by Julian.
Forum: Plugins
In reply to: [The Events Calendar] 4.4.0.1 Kills Site, Fatal ErrorGot a blank screen after updating university department’s website. According to IT, the server is running Apache v2.4.18 and PHP v5.6.29.
- This reply was modified 9 years, 2 months ago by Julian.
Forum: Plugins
In reply to: [Easing Slider] Upgraded to 3.0.2 and now slides are goneHey guys, what template tag were you using previously?
Was previously using
<?php if ( function_exists( "easingsliderlite" ) ) { easingsliderlite(); } ?>but switched to the newer template tag. Works great! Thanks for the quick fix.Forum: Plugins
In reply to: [Easing Slider] Upgraded to 3.0.2 and now slides are goneI figured the issue lies in the Template Function PHP code. the slideshow would appear if i used the shortcode and “echo do_shortcode” on the template.
Thanks for that! That fixed it for me. Would be nice to continue using the template function PHP code though.
Forum: Plugins
In reply to: [Opening Hours] Possible CSS/JS Conflict FixJust noticed there is a Hacks sub-forum. Sorry mods. Please feel free to move if necessary.
Forum: Plugins
In reply to: [Simple Shopping Cart] Fatal error after WP3.6 upgradeThanks so much! Appears to be fixed now even after I pulled out the require_once I added in wp-config.php.
Forum: Plugins
In reply to: [Simple Shopping Cart] Fatal error after WP3.6 upgradeThanks for posting that topic Randy! Solved my issue. The solution on the second page seemed to be the best option because the others seem like they would require you to modify core. Adding
require_once(ABSPATH . 'wp-includes/pluggable.php');right beforerequire_once(ABSPATH . 'wp-settings.php');in wp-config.php seems like the best way since it won’t get overwritten by updates.Out of curiosity, does anyone know why this happened after upgrading to 3.6?
Forum: Fixing WordPress
In reply to: Pulling Both Post Type and Category in WP_QueryAs an update I think I figured it out. I ended up running the Query twice (one for the post_type and one for the category_name). I also ran into another problem because I only wanted featured events to display. So what I did was expand the event Query by adding the taxonomy that the plugin generates and the term for Featured. Seems to work.
Forum: Fixing WordPress
In reply to: Pulling Both Post Type and Category in WP_QueryThanks for your reply! What I want to do is keep the current featured category and use a custom post type as well all in one slider. The problem is the site was done with no custom post types so it’s messy.
Forum: Fixing WordPress
In reply to: Custom Post Type QuestionThanks for your response! Essentially the visitor would submit a form that I’ve already generated with Contact Form 7, it emails to someone, then they make a new post with the content. I would like to display the posts on /your-stories/ then make the form on /your-stories/submit/.
Forum: Plugins
In reply to: [Constant Contact for WordPress] Create an unstyled sign-up formI was wondering the same thing. I ended up using Josh’s method and using the Contact Form 7 Newsletter plugin. It would definitely be nice to have an unstyled form. I’ve spent a good amount of time figuring out an alternate solution that works well but have had no luck.
Forum: Everything else WordPress
In reply to: WordPress vs. Drupal for Latest ProjectThanks for your response! I am starting to lean more towards WordPress for the project. I’ve been working with Drupal locally on and off for a couple of weeks now and so far am thinking I can probably accomplish many things by using custom post types in WordPress. Plus like I mentioned I’d be scared to see how Drupal runs on GoDaddy. It also seems like it’d be easier to train people on WordPress. Typically the sites I work on are usually smaller so the choice is obvious but this one has me going back and forth. Thanks again!