spkane
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [m1] main nav is blank initially on iPhoneThat worked great. Thanks Scott.
Forum: Plugins
In reply to: [Image Zoom] #cboxClose { right: 5px; } is causing truncated buttonThanks for your response, Sed Lex.
Actually, I retried and was able to get the child style.css to override image-zoom/css/themexx.css.
Forum: Plugins
In reply to: [Image Zoom] #cboxClose { right: 5px; } is causing truncated buttonLove this plugin and want to be able to fix this without modifying code in the plugin’s core.
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] ETA on bicycling directions support?Great news. Thanks for the awesome plugin BTW. It rocks Alexander!
Forum: Plugins
In reply to: [Double Opt-In for Download] Security check message after clicking downloadThanks, Andy. Appreciate the quick answer here and also the awesome plugin.
Forum: Plugins
In reply to: [YITH Footer Banner] Integrating email subscription to Constant ContactUpdate: I replaced the default form with a Gravity Form styled like the default. Works well, looks like original form and updates Constant Contact.
Drawback: I modified the fbanner.php template, which could get overwritten by any plugin updates.
Sorry for the confusion David. We were testing your landing pages plugin and testing using the example data that comes with it, we noticed the page views weren’t updating.
Thanks for your responses. We’re good now. Marking this resolved.
We’re not using any landing page plugins at this time. The current LPs use Gravity Forms.
The A/B Testing Landing Page Example the plugin provides helps to quickly understand the setup. However, the Views and Conversions data isn’t changing even after multiple views of the pages in multiple browsers. Are we missing a setting?
Forum: Plugins
In reply to: [TabGarb Pro] Error: Two sets of tabs in a single pageI just implemented this plugin in version 4.6 and it worked fine for me.
Make sure you don’t have two = signs for a tab. This could easily happen if you cut and paste the plugin sample code below:
[tabgarb]
tab1=Information
tab2=Download
tab3=Example=active
[/tabgarb]Below notice tab 2 is incorrectly defined. It will return the effect you mention.
[tabgarb]
tab1=Information
tab2=Information=Download
tab3=Example=active
[/tabgarb]Hope this helps.
Just updated to v1.4.3 and it works great in WP 3.5.2
For those upgrading from an earlier version, note that the
[+] 3rd-Party Service: user defined description here”
bar that is clicked to open the mapping is only clickable on the “+” now. Previously you could click anywhere on the bar to open. I thought the expand function wasn’t working at first, but clicking the + works fine.Maybe it’s a timing thing, but I installed this plugin a few days ago and no spam whatsoever. And it works great here in a multisite install. LOVE this plugin.
IMO, we’re all better served if rants – valid or not – are listed under reviews.
I accept that for whatever reason the author of this free – and potentially useful – plugin is unable or unwilling to support it. The git post I saw said not to expect support or updates so I’ll take him at his word. Seems ripe to be forked.
Yup. I’m guessing this is the reason persistence isn’t working for me. Tried saving setting using Chrome and Firefox. No luck.
Thanks for posting the FAQ link that explains how to exclude breadcrumbs from showing on the home page, John. Worked great. Wanted to also post our side discussion about how to hide selective other pages – for example a Thank You page that doesn’t fit into the normal nav and for which you may want to exclude breadcrumbs. This is based on the modeling you did, and it worked for me:
<br /> <div class="breadcrumbs"><br /> <?php if(function_exists('bcn_display') && !is_front_page() && !is_page('thank-you-for-your-rate-tracker-subscription') && !is_page('thank-you'))<br /> {<br /> bcn_display();<br /> }?><br /> </div><br />
The above example excludes breadcrumbs from showing on the Home page and 2 thank you pages. Obviously, the “thank-you-for-your-rate-tracker-subscription” and the “thank-you” would be replaced with the name or slug of your own site pages.
Thanks for all your efforts in developing and supporting an awesome plugin.
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] compatible?I’ve had this working with both CF7 and Gravity Forms for about 8 months. Over 10,000 form submissions. I’ve used it to post form data to BNTouch CRM. The forms I’ve integrated usually have about 18 to 20 fields.
It’s been flawless.