rezon8dev
Forum Replies Created
-
Forum: Plugins
In reply to: [BP Profile Widgets] User data disappears after disable / reenable pluginI was reading up on this and think having an uninstall.php may be a lead to retaining the plugin settings when deactivating/reactivating… Do you have this plugin up on Github?
Forum: Plugins
In reply to: [Remove Dashboard Access] Breaks Media Library – grid viewBingo, all is well. Really appreciate you. Sorry to hear about your friend. Love that you’re keeping her project alive…
Forum: Plugins
In reply to: [Remove Dashboard Access] Breaks Media Library – grid viewgetting a 404 from the link
Forum: Plugins
In reply to: [Remove Dashboard Access] Breaks Media Library – grid viewalso site backed up so take some liberty if needed
Forum: Plugins
In reply to: [Remove Dashboard Access] Breaks Media Library – grid viewThanks, You’re now an editor. I completely deleted the plugin just to see if reinstall would fix for a 3rd time but no luck. Its reinstalled and activated now. Hope we can get this figured….
Forum: Plugins
In reply to: [Remove Dashboard Access] Breaks Media Library – grid viewHere is my setup:
PHP: 5.5.9-1ubuntu4.7
MYSQL: 5.6.22
WordPress: 4.1.1
BuddyPress: 2.2.1
rtMedia 3.7.34:
OS: Linux
Imagick: ImageMagick 6.7.7-10 2014-03-06 Q16 http://www.imagemagick.org
GD: 2.1.1-dev
[php.ini]: post_max_size 100M
[php.ini]: upload_max_filesize 50M
[php.ini]: memory_limit 256M
Installed Plugins:
– Gravity Forms by rocketgenius version 1.9.4,
– BP Profile Widgets by Slushman version 0.5.3,
– BuddyPress Cover Photo by SeventhQueen version 1.0.5,
– rtMedia for WordPress, BuddyPress and bbPress by rtCamp version 3.7.34,
– BuddyPress by The BuddyPress Community version 2.2.1,
– Admin Columns by AdminColumns.com version 2.3.5,
– Events Manager by Marcus Sykes version 5.5.5,
– Google Analytics + by WPMU DEV version 3.1.3,
– Gravity Forms MailChimp Add-On by rocketgenius version 3.5,
– Gravity Forms User Registration Add-On by rocketgenius version 2.1,
– WPBakery Visual Composer by Michael M – WPBakery.com version 4.4.2,
– K Elements by SeventhQueen version 2.4,
– Paid Memberships Pro by Stranger Studios version 1.8.1,
– Remove Dashboard Access by Drew Jaynes (DrewAPicture) version 1.1.2,
– Revolution Slider by ThemePunch version 4.6.5,
– rtMedia Pro by rtCamp version 2.5.16,
– SeedProd Coming Soon Pro by SeedProd version 3.15.3,
– Social Articles by Broobe version 1.8,
– Taxonomy Metadata by mitcho (Michael Yoshitaka Erlewine), sirzooro version 0.4,
– Ultimate Branding by WPMU DEV version 1.8.0.4,
– User Role Editor by Vladimir Garagulya version 4.18.3,
– Google Maps by WPMU DEV version 2.9.0.7,
– WPMU DEV Dashboard by WPMU DEV version 3.5.2I have debug and script Debug turned on in wp-config.php. If I can give you an account and have you take a look I’ll do that. signup for a free account and I’ll change your role.
The site is at shpdev.wpengine.comThanks
Forum: Plugins
In reply to: [Fade in fade out post title] Fixed undefined error from .js fileThis still did not fix all the errors, I was getting them on pages where the plugin did not render, to fix this (and because I am only ever going to use this plugin on the home page I added
&& is_front_page
to the script enqueue …Forum: Plugins
In reply to: [Fade in fade out post title] Fixed undefined error from .js fileHere it is, the plugin will break; causing a bunch of .js errors and breaking the fade-link and fade-links (inline .js) if and when you use special characters or html entities in the post titles. To fix this I altered lines in the fade-in-fade-out-post-title.php, lines 70-88, with changes made to 77 and 78:
if ( ! empty($sSql) ) { $count = 0; foreach ( $sSql as $sSql ) { $title = esc_html( $sSql->post_title ); //$title = $sSql->post_title; $link = get_permalink(esc_html ($sSql->ID)); $fifopost_arr = $fifopost_arr . "fifopost_Links[$count] = '$link';fifopost_Titles[$count] = '$title'; "; if($count == 0) { $first_t = $title; $first_l = $link; } $count = $count + 1; } } wp_reset_query();Would be great to see you update the plugin to allow special characters in the post titles, thanks for getting us here.
Forum: Plugins
In reply to: [WP UI - Tabs, Accordions, Sliders] WP UI compatibility with latest WordPressworks for me
Forum: Plugins
In reply to: [Widget Visibility Without Jetpack] device visibility?This is a good suggestion as visibility based on device would be helpful in some themes.
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] ie8 issueFYI – If you test this page in IE9 there is a conditional statement removing the pace.js script from loading. If you are using IE f12 developer tools to emulate ie9 mode, the emulator does not support conditionals so the loader still appears in the situation.
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] ie8 issueJust FYI, when the fifo post plugin is disabled this is still an issue. When pace.js is removed (loader) this is still an issue. Any ideas why ie8 is doing this? Everything else is working fine including ie7. ie make-ing me crazy
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] ie8 issueThanks @madpixels, this is the other issue I’m tracking down, feel free to help there too:>
Forum: Plugins
In reply to: [WP UI - Tabs, Accordions, Sliders] br tags removed from contentHey Kavin or @jdlintz,
With the newest version of the plugin I’m having the issue with the
html being stripped out of the accordions again. Going back and changing the wp-ui-dev.js file to the production file and going to around line 762 in the file and altering the code so br is not in the $this.find and as shown above from @jdlintz but it is not working in this version. Please advise how to remove the trim html of br tags, I need them the content in the accordion looks terrible without line breaks…Forum: Fixing WordPress
In reply to: SVG-thumbnails in backendOK strike the last question.
To stay on the same page, I do not see the featured image after I attach it. the text changes to remove featured image but I don’t see the featured image on the backend or in a list of posts.