grindflow
Forum Replies Created
-
Forum: Plugins
In reply to: [CDN Enabler] Conflict with Divi BuilderThe work-around did the trick, and the updates are working without the work-around.
Having CSS issue on another site, but will submit a ticket.
Thanks!Forum: Plugins
In reply to: [CDN Enabler] Conflict with Divi BuilderThis is occurring across about 10 sites. Two other sites are having CSS issues that we can only resolve by disabling the module — have purged the zones from the install and manually in our dashboard to no avail.
Thanks. Was a theme setting… limit the number of archive posts to display per page, which was set to 5 for both themes/sites.
Appreciate the support!
Forum: Plugins
In reply to: [USGS River Data] shortcode output placementsame here, except I’m getting two displays, one after the body tag and one after the post-content… amazing plug-in, just breaking the theme. Will post back here if we don’t hear anything and decide to poke into it further.
Forum: Plugins
In reply to: [Plugin: WP Carousel] broken from previous versionwhat did you use for an alternative?
Forum: Plugins
In reply to: [Plugin: WP Carousel] broken from previous versionsame problem
Forum: Plugins
In reply to: [WP Carousel] Error Message with 1.0 updateI’m getting the same error (the one this thread is supposed to be about); however, I’ve only displayed the carousel once using the widget (using dynamic widgets to isolated the places it appears). Commented out the code above, then deleted the carousel… when I go to Add, the carousel reappears. If I click either uninstall link, nothing happens either… the page reloads. I had this working perfectly, came back to the site to test a form and noticed the error message.
Will try uninstalling, deleting associated databases (if left behind), and will reinstall. This time commenting out the counter to begin with. If that doesn’t work, I’ll try an older version.
This seems to be the best plugin available for this function, so I hope that this error gets resolved. Thanks for the contribution to the community.
Forum: Fixing WordPress
In reply to: How to specify a page template for a plugin (wiki lite)Searching for the same
right now we have this working with the use email as username… with the above code
Ok, I’ve had our amazing programmer take a look at this…. here’s the fix to make it work with theme my login:
wp-content/plugins/register-plus-redox/register-plus-redox.php
Near line 1350, you will see the original code:
jQuery(document).ready(function() { jQuery("#user_login").parent().parent().hide(); });
Change it so it looks like this:
/** * Code modified by Stewart Adam <[email protected]> 2011 * Add extra IDs to the jQuery selectors to fix breaking with theme my login */ jQuery(document).ready(function() { jQuery("#login #user_login").parent().parent().hide(); }); jQuery(document).ready(function() { jQuery("#theme-my-login #user_login").parent().hide(); });
Try the 3.7.1 version of RPR and 6.1.2 of TML together
You’ll get an extra login box in some cases… i think i modified the wp-login.php or some core file to remove the extra one… can’t remember
I’m still using the 3.7.1 version and theme my login 6.1.2… they continue to conflict. I have to do a core hack to hide an extra login. Tried the latest versions of the plugins and core last week with the same mess.
I’ll be working on a sister site this week, so if I can recreate the issue and give you a look if your interested
Forum: Plugins
In reply to: Events-Manager Database ErrorMarcus, Thanks.
The SQL line was the life saver, everything is working great now. Thanks for supporting your plugin. The buddypress integration is killer… perfect compliments.
Other feedback: when bookings are disabled, subscribers still get the bookings menu… couldn’t find another setting other than unchecking user capabilities, which didn’t remove “my event bookings” either
categories creation dead-ends after you “update category”. I have to click categories, Add New, then create another category. The EMExtended interfacing was a bit smoother here.
Thanks again… will be using this plugin on another site next week.
Forum: Plugins
In reply to: Events-Manager Database ErrorI also installed EM, then EME, then went back to EM (latest)… Started first w/ Jet Pack. I had to manually delete the EM(E) plug-ins and manually clear the database tables. Unfortunately, now I cannot create locations and get “Could not save the location details due to a database error.”
Hopefully someone can help…
went back to 3.7.1…. problem doesn’t happen in this version… unfortunately I can’t disable the username though w/ this version