koozzz
Forum Replies Created
-
Forum: Plugins
In reply to: [AZIndex] Finally Brokenmine broke moving to php7 as well,
updated as mentioned above in az-index-cache.php at around line 956
Thanks SeanMolin.change from
$pos1 = ereg(‘:alnum:‘, $in1[‘initial’]); $pos2 = ereg(‘:alnum:‘, $in2[‘initial’]);
with
$pos1 = preg_match('/:alnum:/', $in1['initial']); $pos2 = preg_match('/:alnum:/', $in2['initial']);
the new code is not displaying with the surrounding double brackets around :alum:
thank you.
Forum: Themes and Templates
In reply to: [Twenty Fifteen] How to change responsive behavior ?thanks mrtom414, i had found info on that as well, i’m planning to explore those setting this weekend.
Forum: Themes and Templates
In reply to: [Twenty Fifteen] How to change responsive behavior ?thanks i’ve seen some similar code about the viewport elsewhere too! i know with the wptouch plugin they have an option built in where you could toggle whether to use the mobile theme for tablets. seems like it would have been something to incorporate in 2015. thanks for the tip GerCole.
Forum: Themes and Templates
In reply to: [Twenty Fifteen] How to change responsive behavior ?would appreciate tips on how to handle this as well
Forum: Plugins
In reply to: [Audio Player] Does audio-player work with do_shortcoderesolved via work-a-round!
used experimental method:
insert_audio_player('[audio:filename.mp3]')
See test page.
work-a-round from wordpress forum topic
Forum: Plugins
In reply to: [Audio Player] Does audio-player work with do_shortcodei tried a number of places and it is currently in the equivalent of content-page of the most current twenty twelve theme
<?php /** * The template used for displaying page content in page.php * * @package WordPress * @subpackage Twenty_Twelve * @since Twenty Twelve 1.0 */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <h1 class="entry-title"><?php the_title(); ?></h1> </header> <div class="entry-content"> <?php echo do_shortcode('[audio:filename.mp3]'); ?> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'twentytwelve' ), 'after' => '</div>' ) ); ?> </div><!-- .entry-content --> <footer class="entry-meta"> <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-meta --> </article><!-- #post -->
Forum: Plugins
In reply to: [Audio Player] Does audio-player work with do_shortcodetest page removed from previous post
Forum: Plugins
In reply to: [Compact WP Audio Player] Prevent Download of Audio Fileagree, functionality would be nice.
This plugin encodes the filename to hide from the source, however is not compatible with ipad.
you can view the source of this test page… the second player works…
https://oneyearbibleonline.com/audio/test-page/