rickykpg
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Editor Button Style: EBS Icon MissingNoticed this as well, so I took the file “icon_dropdown.png” and made it the correct size for that spot. It’s not perfect but it will do.
Save as “osc-icon-dropdown.png” and place in the images folder in the plugin folder.
EDIT:
I went back and redid the icon making it a little smaller.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Width changeI found an alternative plugin, it fixes this issue.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Width changeWas just going to make a topic about this, I believe it has to do with what the plugin considers the parent container to be. Can the option to specify the parent container be added in a future version?
Forum: Plugins
In reply to: [Enhanced Media Library] Conflicts with Force Regenerate Thumbnails PluginTry the following plugin as it worked for me.
https://wordpress.org/plugins/wp-performance-pack/installation/
And one of the following
https://wordpress.org/plugins/ajax-thumbnail-rebuild/
https://wordpress.org/plugins/regenerate-thumbnails/WP-Performance allows, among other options the ability to delete all resized images when used with one of the above plugins which in turn regenerate the resized images.
Forum: Plugins
In reply to: [WP GIF Player] Preview Image Adding Image Dimensions To NameAn update, seems this was caused by another plugin Optimize Image Resizing , however the author of that plugin updated it to work with this plugin so everything is working as intended.
Forum: Plugins
In reply to: [Optimize Images Resizing] Conflict With WP GIF PlayerHello,
Everything works great, thank you very much!
Forum: Plugins
In reply to: [Enhanced Media Library] Media Categories Window In Grid ViewThat’s great to hear!
I don’t suppose you have an ETA on 2.0.5?
Forum: Plugins
In reply to: [Enhanced Media Library] Media Categories Window In Grid ViewHello,
Sorry for the confusion, hopefully this clears it up.
While in list view for your media items, when you click on an image the Media Categories box looks like this.
http://i.imgur.com/pmlArSB.pngHowever when in grid view and you click on an image the Media Categories box looks like this.
http://i.imgur.com/Q1kfPbM.pngAs you can see I have a lot of media categories and while in Gird view it creates a pretty big box that requires a bit of scrolling. The way it’s setup in list view is perfect and I was requesting that the gird view one be replaced with the one in list view.
Forum: Plugins
In reply to: [TinyMCE Spellcheck] Since WP v3.9, span classes are added in the codeFound this while searching through Github. Someone ripped ATD out of Jetpack and uploaded it. No more <span> errors and seems to work fine.
https://github.com/leedo/wordpress-atd/
I do suggest editing after-the-deadline.php and changing the version number to 1.0.1 as WordPress thinks you’re using the original ATD plugin and will want you to “update” to an older version.
Forum: Plugins
In reply to: [TinyMCE Spellcheck] Since WP v3.9, span classes are added in the codeThere’s a workaround that I implement. You just need to correct everything it detects and it will remove the span classes being added, for suggestions that come up multiple times, just select ignore all.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Custom Code Between ItemsHello,
Thank you for the link and example code, sadly I was unable to get it to work so for the time being I’ll have to do with the line at the bottom until I can get someone else to take a look.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Custom Code Between ItemsHello,
I tried that initially, only shows up once after the last item.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Custom Code Between ItemsHello,
I created a div class for my code and placed it here.
if ( $disp_list_count ) $output .= ' <span class="tptn_list_count">(' . number_format_i18n( $sumcount ) . ')</span><div class="hr">';It works but what I’m trying to do is get it so the line only shows up between items and not after the last one. You can see it in effect in the image below. I’m trying to get it so the line doesn’t show up after “Video Post Example”.