siriusly
Forum Replies Created
-
Anyone home?
Another user agent profile, in case it is helpful…
Mozilla/5.0
Linux
U
Android
4.0.4
en-us
DROID
RAZR
4G
Build/6.7.2-180_DHD-
16_M4-31
AppleWebKit/534.30
KHTML,
Ike
Gecko
Version/4.0
Mobile
Safari/534.30Thanks. It doesn’t appear that the Android JB glitch is related to other plugins (please see the separate thread on this forum).
Will WPtouch Pro also use the existing settings if I upgrade to that?UPDATE: I upgraded manually, but it still does not work with Android Jellybean.
Hello. +2 Same problem as y’all with Android JellyBean. Could really use a fix on this, please?
Thanks!
Hi — thanks for the quick response! So _both_ package and install.php need to be in the new location’s directory… (I totally missed that in the documentation–sorry). Just did that and it worked splendidly! Thanks for your work on a great plugin!
Hi. I’ve tried rebooting the plugin three times and am still having the same problem. Package file seems to build just fine and shows up in the wp-snapshots directory with the correct file size, but when running installer.php, I get “No package file found.”
Forum: Themes and Templates
In reply to: [Theme: Twenty Eleven] Phantom widget in sidebarWell, dragging all of the sidebar widgets to inactive and moving them back again solved the problem. Still don’t know why, however.
Forum: Themes and Templates
In reply to: [Theme: Twenty Eleven] Phantom widget in sidebarAny other thoughts? I’ve even searched the DB tables for “portrait”
Forum: Themes and Templates
In reply to: [Theme: Twenty Eleven] Phantom widget in sidebarNot that I can see…
Here’s sidebar.php and content-aside.php:
<?php /** * The Sidebar containing the main widget area. * * @package WordPress * @subpackage Twenty_Eleven * @since Twenty Eleven 1.0 */ $options = twentyeleven_get_theme_options(); $current_layout = $options['theme_layout']; if ( 'content' != $current_layout ) : ?> <div id="secondary" class="widget-area" role="complementary"> <?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?> <aside id="archives" class="widget"> <h3 class="widget-title"><?php _e( 'Archives', 'twentyeleven' ); ?></h3> <ul> <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?> </ul> </aside> <aside id="meta" class="widget"> <h3 class="widget-title"><?php _e( 'Meta', 'twentyeleven' ); ?></h3> <ul> <?php wp_register(); ?> <li><?php wp_loginout(); ?></li> <?php wp_meta(); ?> </ul> </aside> <?php endif; // end sidebar widget area ?> </div><!-- #secondary .widget-area --> <?php endif; ?>
<?php /** * The template for displaying posts in the Aside Post Format on index and archive pages * * Learn more: https://codex.www.ads-software.com/Post_Formats * * @package WordPress * @subpackage Twenty_Eleven * @since Twenty Eleven 1.0 */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <hgroup> <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <h3 class="entry-format"><?php _e( 'Aside', 'twentyeleven' ); ?></h3> </hgroup> <?php if ( comments_open() && ! post_password_required() ) : ?> <div class="comments-link"> <?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?> </div> <?php endif; ?> </header><!-- .entry-header --> <?php if ( is_search() ) : // Only display Excerpts for Search ?> <div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary --> <?php else : ?> <div class="entry-content"> <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?> <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?> </div><!-- .entry-content --> <?php endif; ?> <footer class="entry-meta"> <?php twentyeleven_posted_on(); ?> <?php if ( comments_open() ) : ?> <span class="sep"> | </span> <span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span> <?php endif; ?> <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- #entry-meta --> </article><!-- #post-<?php the_ID(); ?> -->
Forum: Plugins
In reply to: [WYSIWIYG WIdget] Forces paragraphs instead of line breaksWorked! Many thanks!
Forum: Themes and Templates
In reply to: CSS help – full browser width background with defined width bodyAwesome. Thank you clementsm! It was the content container piece with the nested body content div that I wasn’t getting. I usually start with something like Starkers, so this will work great! Thanks again.
Forum: Plugins
In reply to: [White Label CMS] [Plugin: White Label CMS] Add User permission for editor?BTW, ended up using Advanced Access Manager, which converts the active admin to a superadmin and has more granular user role settings. Used a couple other PIs to customize the dashboard interface. Still like WLCMS if I don’t need to provide editors with admin permissions. Thanks.
Forum: Plugins
In reply to: [Plugin: Edit Howdy]I just switched to the CJ Change Howdy plugin. Covers both front & back ends.