ParachuteOnFire
Forum Replies Created
-
Thanks fot the tip man, it worked indeed. Would be great in future to have a feature where you select which events appear on the main blog loop and which ones not.
Forum: Themes and Templates
In reply to: [Path] Audio files mp3/m4a won't play in audio format postTest done, mp3 and m4a files won’t play with default theme and all plugins desactivated. Only the player box appears nothing happens clicking on PLAY button.
Any other idea to test?
Forum: Themes and Templates
In reply to: [Path] Audio files mp3/m4a won't play in audio format postNo they don’t. So I think the problem is into WordPress isn’t it? What things do you recommend to check out?
Forum: Themes and Templates
In reply to: [Path] Infinite Scroll Jetpack SupportI appreciate it Sami
Cheers!
Forum: Themes and Templates
In reply to: [Path] Infinite Scroll Jetpack SupportAdded to functions.php the following code:
/**
* Add theme support for infinity scroll
*/add_theme_support( ‘infinite-scroll’, array(
‘type’ => ‘scroll’,
‘footer_widgets’ => false,
‘container’ => ‘content’,
‘wrapper’ => true,
‘render’ => false,
‘posts_per_page’ => false
) );And worked perfectly, you can see it working live at http://www.rockonfire.mx/
Forum: Themes and Templates
In reply to: [Path] Infinite Scroll Jetpack SupportCan you help me telling exactly what part of the code in the whole article should I use?
And if I shall change any parameters ir it´s just a copy/paste thing?
Best regards Sami