jkd77
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Horizontal Scroll Issue SafariHey Team – it’s been almost a week. Is there a solution for this? Should these questions be posted somewhere else? Is purchase of the Pro version required to get support? The lack of a response isn’t very encouraging.
Forum: Plugins
In reply to: [Max Mega Menu] Horizontal Scroll Issue SafariHey Team – I’m also having a horizontal scrollbar appearing prior to scrolling the page. This is the case regardless of whether or not I have 100% width set on the megamenu. The page in question is: https://wordpress.ignitesolutions.com/
The browser width will need to reduced to 1765 px or below to see the effect. Is there a potential fix?
Bump! I’m having the exact same issue. Help!
Forum: Plugins
In reply to: [BuddyPress Default Data] Importing Groups failsdisregard all previous issues. There was a single conflicting plugin. Thanks!
disregard all previous issues. There was a single conflicting plugin. Thanks!
Forum: Plugins
In reply to: [BuddyPress Default Data] Import and Clear buttons are missingdisregard all previous issues. There was a single conflicting plugin. Thanks!
Forum: Plugins
In reply to: [BuddyPress Default Data] Import and Clear buttons are missingOne last detail. When BuddyPress Settings > Group Forums (Legacy) is turned on, this error is output:
You can’t import anything forums-related, because Forum Component is not installed correctly. Please recheck your settings.
It seems BuddyPress Group Forums is being phased out in favor of bbPress.
Forum: Plugins
In reply to: [BuddyPress Default Data] Import and Clear buttons are missingWhen BuddyPress Settings > Group Forums (Legacy) is turned off, the below test fails and prevents the rest of the Defaul Data settings form from being output:
if ( bp_is_active( ‘forums’ ) && bp_forums_is_installed_correctly() )
When I turn Group Forums on, the Default Data settings form outputs fine.
Forum: Plugins
In reply to: [Infinite-Scroll] Work with Nextgen Gallery?Just got lightbox to work!!! I dropped the following from nextgen_lightbox_init.js into the infinitescroll.init.js loading finished function:
var nextgen_jquery_lightbox_init = function() { $('.ngg_lightbox').lightBox( { imageLoading: nextgen_lightbox_loading_img_url, imageBtnClose: nextgen_lightbox_close_btn_url, imageBtnPrev: nextgen_lightbox_btn_prev_url, imageBtnNext: nextgen_lightbox_btn_next_url, imageBlank: nextgen_lightbox_blank_img_url }); }; $(this).bind('refreshed', nextgen_jquery_lightbox_init); nextgen_jquery_lightbox_init();
Now all I need to figure out are the breaks…
Forum: Plugins
In reply to: [Infinite-Scroll] Work with Nextgen Gallery?Update:
I’ve had some limited success getting this to work by installing the source javascript plugin manually in my theme.
BUT I’m having trouble figuring out what functions to call once the content loads. The lightbox isn’t working for images loaded via infinite scroll. And the break elements aren’t being added to separate the rows anymore. I figure something else with NGGallery isn’t loading. I’ve also disabled NGGallery ajax pagination.
Thoughts? Thanks in advance!
I had to revert back to older versions of each plugin to get them to work together. Photocrati is aware of (and working on?) a solution.
Update: I submitted a report and nothing beyond an automated response – which basically prompted me to this forum for “community support”. I realize I’m not a “pro” member, but I would think there would be a better response than this.
These are very popular plugins. I doubt I’m the only one with this issue. Any help would be really really appreciated.
Thanks Cais! I am doing that now…
I really really need to get some response on this issue. My client has to be able to use both of these components and the Calendar is currently down. Someone please respond. Thanks!
Forum: Plugins
In reply to: [Infinite-Scroll] Work with Nextgen Gallery?Hey thisismyalterego! Any updates? I’ll have more time to experiment further this weekend. Just thought I’d check in. Thanks!