bwells
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] lightbox "content not found"Here is the solution:
make sure that the source includes either the dot “.” or hash “#”
for example, I was using “pineapple” when I needed “#pineapple”.
To plugin developers: this is really NOT intuitive. The “insert shortcode” dialog should be changed so that this is added automatically. Most users don’t understand CSS selectors.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] lightbox "content not found"Here is a screenshot of the error: https://imgur.com/EtPbGT9
The lightbox is being launched form the red button that is visible in the right column.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Form doesn't appear in pageTo anyone who finds this post: I am not sure what fixed the problem. First we thought it was a conflict with my theme, but no.
I just created a new form, replaced the shortcode, and it worked.Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Form doesn't appear in pageSure, that would be great, thanks.
I’ll make an account for you, and email you the password. Whats your email, and what level of permission do you need? Admin, Editor, Author?
Forum: Plugins
In reply to: Contact Form 7: Custom redirect based off user dropdown selectionI found useful info here:
https://www.ads-software.com/support/topic/plugin-contact-form-7-conditional-redirect?replies=15
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Conditional Redirect for Submit ButtonI’m trying to do the exact same thing, there is some good info here:
https://www.ads-software.com/support/topic/plugin-contact-form-7-conditional-redirect?replies=15
Good luck!
Forum: Plugins
In reply to: [Plugin: Raw HTML] Doesn’t workMe too. I am using MU version 2.8.2. Help!
Forum: Installing WordPress
In reply to: MAJOR PROBLEM! Content of Posts NOT SHOWING?I think it’s sending you back to the public blog because it thinks you aren’t logged in. That would also explain why it isn’t accepting your edits.
Have you made sure that cookies are enabled in your browser?Forum: Themes and Templates
In reply to: Help! “the_content” showing up twice if there is no excerptHi, have you tried removing the lines:
<div class="excerpt"><?php the_excerpt(''.__('Read More <span class="meta-nav">»</span>', 'sandbox').''); ?></div>
Excerpts don’t contain images or other html, so my best guess is that the excerpt is what is generating the second round of content.
Let us know if it works!
Forum: Themes and Templates
In reply to: date based archive of a single categoryThanks Michael. It looks like the technique you mentioned will create one page with links to every post in the blog, sort of like a sitemap.
What I’m trying to do is break up each category by month. So for example within the “Movies” category, the user can click on January, February, etc.
Does anyone know if this is possible?
Forum: Plugins
In reply to: [Plugin: Role Manager] create user capabilityAgreed, this would be great to have in one of the next updates.
Forum: Plugins
In reply to: [Plugin: User Access Manager] Redirect loop… againAnother update: by disabling all other plugins, and changing the permalink structure, it is now says error 404 (in the page, not the actual header code). However it is still supposed to be redirecting, so I don’t know whats wrong.
Can anyone help?
Forum: Plugins
In reply to: [Plugin: User Access Manager] Redirect loop… againFor example, try viewing https://s70027.gridserver.com/quickresponse/tour as a guest, and you’ll be stuck in the loop.
Then login to the blog with username “visitor”, password “test” and you’ll be able to see the page fine.