crobley
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Service Temporarily Unavailable for WP login page?Im actually getting the issue without the plugin as well. Just doing a password for a page. After entering the password it will still come up with a 503.
Forum: Fixing WordPress
In reply to: Service Temporarily Unavailable for WP login page?Yeah a plugin called Page Restrict.
Forum: Fixing WordPress
In reply to: List previous & next 5 blog posts?Yikes. So it sounds like a huge pain then.
Yeah its so strange. I was trying to even recreate the issue by selecting a listing from BD and then looking for someway to convert it to a user account or something?? Its so odd. So now I seem to have a ton of business directory listings that are now WordPress Users and no longer in the BD.
Thanks so much!
Im using the latest version of BD.
When I enable “Email Validation” the Email Address field in the listing disappears.I had to disable all of my plugins before with this app before to figure something out and it proved to be a colossal problem disabling them all and re-enabling them. (The site is massive with a forum) So I would like to figure this out without doing a global disable of plugins if possible.
I discovered the issue which has led to a new issue.
The problem was the Field Validator option. Naturally, it is set to “Email Validator” but once I turn this to “No Validation” the email addresses appear. However, they are not clickable email addresses.What I tried next was changing the Field Type from “Textfield” to “URL” hoping that will create an email link. Instead it makes the email address a website address and doesn’t work.
For whatever reason when it is set to Email Validator it doesn’t work even though all of the addresses are in this structure name@domain.com
How do I fix this!?
So I found the two culprits:
Antispam bee makes the Rating comments not work: Antispambee
And StoreLocator makes the Google maps not work: StoreLocator
When I disable both of these then both features work fine. Does this mean I will no longer be able to use those plugins?
Thanks for the help
Forum: Fixing WordPress
In reply to: Plugin for RegOnline event list?Know what I am realizing with that example on CrossFit is that they are MANUALLY typing in ALL that content.
Looks like that is something I’ll have to do.
So my next question that is similar to what they have – is there a widget that has “tabs” that will sort content for specific locations?
For example in the sidebar there would be a few options for USA EUROPE AISA (or something) and you click on one and it will display some content.
Not sure if that makes ANY sense lol.
Forum: Fixing WordPress
In reply to: Plugin for RegOnline event list?Thanks WPyogi,
So I was looking at that – it seems like its a standalone plugin that isn’t tied into any external “Event Feed” if that makes sense.It appears you need to input all your events manually into this plugin.
Forum: Plugins
In reply to: The CartPress Plugin – Option for login for discount prices?Bump.
Forum: Plugins
In reply to: Smart Slideshow Widget Images Not ShowingWell I ended up just hard-coding the direct URL of the image locations into the PHP script myself. Works fine now but a pretty lame fix.
Forum: Plugins
In reply to: [Navayan Subscribe] Does not send e-mail updatesWhen I check the box “Notify Subscribers” and hit Publish, the check goes and way and it publishes the post but no one gets an email.
Very very annoying.Forum: Plugins
In reply to: jQuery conflict with Q and A PluginAfter racking my brain for an hour I figured it out. I simply moved the jQuery code above this line in the footer:
<?php /* Always have wp_footer() just before the closing </body> * tag of your theme, or you will break many plugins, which * generally use this hook to reference JavaScript files. */ wp_footer(); ?>Works great now.
You are the man. That worked perfectly. Thank you!