jumpinsteph
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning: Invalid argument supplied for foreach()same thing for me. it happened when I made the upgrade of the plugin.
maybe put the old version and wait that the correction is made.same issue…
can’t put iframe or embeded code from vimeo…thank you
Forum: Plugins
In reply to: [Event List] translationsthat’s would be perfect!
great plugin. thanks
Forum: Plugins
In reply to: [WP-Spreadplugin] social button images not showingthank you.
email sentForum: Plugins
In reply to: [WP-Spreadplugin] social button images not showingof course, can I send you an email ? which email ?
thanxForum: Plugins
In reply to: [WP-Spreadplugin] social button images not showingHi,
Rate is done !
My website is in maintenance. I’m using the WP Maintenance Mode plugin. So I can’t give an URL… Maybe that’s the plugin which cause the problem ?
Forum: Plugins
In reply to: [Jigoshop] jQuery blockUI version problemHi,
I’m still having this problem.
I try to replace the code in three files in the jigoshop plugin (blockui.js, jigoshop_backend.js, jigoshop_frontend.js) by the code we find here >> http://malsup.github.io/jquery.blockUI.js
as it is explained http://wordpress.org/support/topic/wordpress-36-and-jqueryblockui-version-problem-solutionbut the problem is still here…
I use a plugin jQuery Updater, so there is no error message on the frontend, but still in the backend… and I don’t want to use a plugin for that…
can someone explain what to do exactly ? thank you so much.
Forum: Plugins
In reply to: [Horizontal scrolling announcement] plugin 7.2 does not workHi,
Same problem.
Juste update the plugin… and no more scrolling annoucement.
I’ve got this message : “No announcement available. Please check this group GROUP1”I can’t add a new one and can’t modify the existing one…
I’m using the wordpress 3.6 and plugin version 7.2
What can I do ?
Thank youForum: Plugins
In reply to: [Easy Table] Adding imagesYes it works… sorry for my stupide question…
Thank youForum: Plugins
In reply to: [LeagueManager] Widgte Last MatchHi !
I have the same question.
It would be so nice to have all the next matches including all the leagues.How can we do that ? Must we change something in the “widget.php” file ?
Thank you
Forum: Themes and Templates
In reply to: Responsive Theme Menu Error?Hi,
I’ve got the same issue… Do you have a clue ?
Thank you for this great theme.Steph
Forum: Plugins
In reply to: [MP3-jPlayer] Javascript error in Safari & Chrome, WordPress 3.5well for me it seems that the problem come from the plugin Tubepress… If you deactivate it, everything is working fine.
Forum: Plugins
In reply to: [MP3-jPlayer] Javascript error in Safari & Chrome, WordPress 3.5same problem… hope the developer can find a solution for these great plugin.
Forum: Plugins
In reply to: [Stella plugin] Warning: Missing argument 2 for Post_LocalizerHere is the answer that the support gave me :
As a quick solution try to change function “localize title” in stella-free/classes/class-post-localizer.php to this:
` function localize_title( $title, $id = ”){
if( ” == $id) return ”;
if ( STELLA_CURRENT_LANG != STELLA_DEFAULT_LANG ){
$title_new = get_post_meta( $id, ‘_title-‘ . STELLA_CURRENT_LANG, true );
if ( ” != $title_new || ! $this->use_default_lang_values )
return $title_new;
}
return $title;
}`and it seems to work
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] download link in single playerHi,
I have the same issue.
Is it possible to add a download link to one track, or is it only in a playlist ?Thank you