tirlicompa
Forum Replies Created
-
Thank you
Same issue, this worked to me.
- This reply was modified 2 years, 8 months ago by tirlicompa.
Here is the issue: image link
Forum: Plugins
In reply to: [Autoptimize] Js is combined but not entirely minifiedThis makes perfect sense. Thank you very much.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Fatal ErrorSame here
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] 3.1.21 – PHP Fatal errorThe same
Forum: Plugins
In reply to: [Music Store - WordPress eCommerce] Network SettingI found the solution.
JUst need to go to the file wp-content/plugins/music-store/admin.php
And need to add this code
if ( is_multisite() && !is_upload_space_available() ) { do_action( 'upload_ui_over_quota' ); return; }Before
<div class="clearfix upload" id="song-X">Original: / Music Store uploader for “All Songs” page
function music_store_uploader() { ?> <div class="clearfix upload" id="song-X"> <?php the_form('newSong',array('formtags'=>false) ); ?> </div> <input id="bulk-nonce" type="hidden" value="<?php echo wp_create_nonce('bulk-edit-prices'); ?>"/> <?php }Edited:
// Music Store uploader for "All Songs" page function music_store_uploader() { if ( is_multisite() && !is_upload_space_available() ) { do_action( 'upload_ui_over_quota' ); return; }?> <div class="clearfix upload" id="song-X"> <?php the_form('newSong',array('formtags'=>false) ); ?> </div> <input id="bulk-nonce" type="hidden" value="<?php echo wp_create_nonce('bulk-edit-prices'); ?>"/> <?php }And now appear the message: “Sorry, you have used all of your storage quota of 5 MB.
Alex
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [Simple Custom post type custom field] How to display field valueThanks for this wonderful plugin.
Forum: Plugins
In reply to: [Really Simple Popup] Width change when has changed monitor sizeHi, thanks.
Forum: Plugins
In reply to: [mb.miniAudioPlayer - an HTML5 audio player for your mp3 files] Auto playThanks very much.
I set the volume to 2 but it’s still loud. I would like be lower. how could I set the volum to a lower level?
Forum: Plugins
In reply to: [mb.miniAudioPlayer - an HTML5 audio player for your mp3 files] Auto playhttp://www.sibiu-trips.com this is the site…
The player appears in sidebar.
Forum: Plugins
In reply to: [mb.miniAudioPlayer - an HTML5 audio player for your mp3 files] Auto playI added that
<a class="autoplay: true;" href='http://sibiu-trips.com/wp-content/uploads/2012/10/Richard-Clayderman-Night-in-white-satin.mp3'>Richard Clayderman - Night in white satin</a>but still does not start automatically