martinbeasnunez
Forum Replies Created
-
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] dyname page loadingI’m sure the slug of my page is ‘chat’, I do not understand that I’m doing wrong
I’m about to upload my first application with apppresser but this bug is limiting me,
any other suggestions?thank you!
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] dyname page loadingfunction my_custom_callback( $classes ) { global $post; if ( is_page('chat')) { $classes[] = 'no-ajax'; } //return it back to the filter so it can be applied return $classes; } add_filter( 'body_class', 'my_custom_callback' );
doesn’t work
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] dyname page loadingok, that’s fine,
but I need to disable for a specific page):
Forum: Plugins
In reply to: [Quick Chat] Timeagohello?
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] No internet connection – screenGreat!
Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] I can't show the MP4 video …fnl_poster.1.jpg ?
J P G
Forum: Plugins
In reply to: [WordPress Related Posts] pinterest theme – Load More Postsanyone out there?
Forum: Plugins
In reply to: [WordPress Related Posts] pinterest theme – Load More PostsI need to change the ‘load more posts’ any help?
did not find the text in any place of the codethanks
Forum: Plugins
In reply to: [Media Category Library] Crazy Idea :)someone is alive?
Forum: Themes and Templates
In reply to: Windows 8 METRO inspired theme?8Press a wordpress theme with windows 8 interface
https://bit.ly/8Press??
Forum: Plugins
In reply to: [Media Category Library] Search form in a widget??
??
Forum: Plugins
In reply to: [Media Category Library] Search form in a widget?try adding this to the sidebar.php but did not work:
<form id="mediacat-library-search-form" action="<?php echo get_site_url(); ?>/<?php if ( get_option( 'permalink_structure' ) ): ?><?php echo $this->settings_data['rewrite_url']; ?><?php else: ?>?mediacat_library=1<?php endif; ?>" method="post"> <div> <select name="media-categories[]" id="media-categories[]"> <option value="<?php echo $slug; ?>">-- <?php _e( 'All', self::nspace ); ?> --</option> <?php foreach ( $this->get_media_categories() as $slug => $name ): ?> <option value="<?php echo $slug; ?>"<?php if ( $slug == $_REQUEST['cat'] ): ?> selected<?php endif; ?>><?php echo $name; ?></option> <?php endforeach; ?> </select> <input type="hidden" name="mediacat_library_submit" value="1"> <input type="submit" value="<?php _e( 'Search', self::nspace ); ?>"> </div> </form> <?php// if ( $_REQUEST['keyword'] || $_REQUEST['media-categories'] ) $this->mediacat_library( true ); ?>
would not be better to have a list of files automatically?
with a url for each category?
be possible?
regards!
Forum: Plugins
In reply to: [Media Tags] [Plugin: Media Tags] media tags archive templatehi pmenard ??
try to have a shortcode like this:
[media-tags media_tags="ALL" numberposts="10"]
be possible?
Forum: Plugins
In reply to: [Frontend File Manager Plugin] Assign tags to each image