neologan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: only show populated menu tabs on 2nd tierIt’s a wordpress menu, and yes i could just remove them, but then it means adding them later when they are populated. I’d definitely rather set it up now to work and then forget about them.
Forum: Plugins
In reply to: [Better WordPress Minify] admin toolbar icons missingwaiting for fix here too
Forum: Plugins
In reply to: [Youtube Channel Gallery] Fatal Errorany updates on this, i can’t use playlists because i then get this error, but i can do feed=user. really want to use this plug for videos.
Forum: Plugins
In reply to: [Youtube Channel Gallery] Feature Request: Paginationwould be really nice, and with ajax too.
I am getting the same error here too.
Fatal error: Call to undefined method WP_Error::set_stupidly_fast() in /home/altescne/public_html/wp-content/plugins/youtube-channel-gallery/youtube-channel-gallery.php on line 617
Forum: Plugins
In reply to: [uTubeVideo Gallery] description fieldWarning: unlink(/home/altene/public_html/wp-content/uploads/utubevideo-cache/.jpg) [function.unlink]: No such file or directory in /home/altcne/public_html/wp-content/plugins/utubevideo-gallery/admin.php on line 1050
when i deleted a video that had been using a non-working link (because your plug doesn#t support embed links from youtube).
Forum: Plugins
In reply to: [uTubeVideo Gallery] description fieldAh, shame – i thought this plugin just showed a group of videos, but it first has an album link, then goes to the videos. If you could make it more flexible so i can skip the idea of having an album, it would be fabulous.
The other thing i do not like is only having the option of fancybox. Perhaps just a _blank link to the you tube page would be nice, too.
Also, i think your plugin menu should be in the main wp menu and not hiddin in settings.
Good plugin so far ??
Forum: Plugins
In reply to: [My YouTube Channel] Shortcode please? Really need!I agree, please add built in shortcode support.
Forum: Plugins
In reply to: [WP RSS Multi Importer] down feeds = problemsI can test it, i assume putting in a fake rss feed will create the dead feed issue so i can test to see pauses for time?
Forum: Plugins
In reply to: [WP RSS Multi Importer] down feeds = problemsI’ve just discovered this problem myself, where a dead feed (these are external feeds we cannot control remember) makes this plugin pause for 10 seconds. If you can tell me where i can edit the timeout for feeds, i can lower this to 2-3 seconds.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] default States listHi there,
I’d like to use this plugin for a UK charity. Any updates on when these features will be introduced?
Forum: Plugins
In reply to: [Better WordPress Minify] Does not work correctly with WP 3.5 betaSame issue here. It’s not a major problem, but does need a fix really.
Forum: Requests and Feedback
In reply to: The nextpage shortcode functionality really needs expandingWas great working with you Antonio. Plugin does exactly what was required.
I can easily recommend Antonio if you need a freelancer for custom work.
Forum: Themes and Templates
In reply to: twentyten menu – remove sub menusnevermind, i forgot to add _args when I added wp_nav_menu.
function twentyten_child_page_menu_args( $args ) { $args['depth'] = 1; return $args; } add_filter( 'wp_nav_menu_args', 'twentyten_child_page_menu_args' );
thanks again to both of you.
Forum: Themes and Templates
In reply to: twentyten menu – remove sub menusi think i may need some more info on your example. My child theme is called altesc (i have a feeling that may be important?)
function twentyten_child_page_menu_args( $args ) { $args['depth'] = 1; return $args; } add_filter( 'wp_page_menu_args', 'twentyten_child_page_menu_args' );
not really sure how to tweak this for my theme.