Zanes
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontpage-Slideshow] Don't auto start slide in WP 3.2.1Hi again.
The slideshow now starts, but it does not display the images anymore.
This happens in both the admin area and outside of the admin area now.Regards,
Zanes
Forum: Plugins
In reply to: [Frontpage-Slideshow] Don't auto start slide in WP 3.2.1Hello jeff_, and thanks for your fast support regarding this issue.
After updating, I had a “call to undefined function has_post_thumbnails” line 68 of your php file.
I fixed this by adding :
add_theme_support( ‘post-thumbnails’ );
in the functions.php of my theme.Most new themes natively have this directive, but maybe not themes that are 1 year old or older.
Regarding the “always loading” issue, I unfortunately still have it.
However, and I believe this’ll help you, I only have this error when I call your function using php, with do_shortcode.
Example (php):
echo do_shortcode(‘[FrontpageSlideshow fs_cats=cat1,cat2 fs_slides=5 fs_default_link_to_page_link=1 fs_main_width=796px fs_main_height=296px fs_slide_width=68% fs_buttons_width=32% fs_placeholder_height=260px fs_orderby=rand fs_transition_on_duration=750 fs_transition_duration=750 fs_template=default]’);
I call this code in the header.php of my theme file. Note that I didn’t touch this code after the update.
The slideshow, however, works fine in the settings page of the admin area (no “always loading”). It was already like that with the previous version, too.Hope this’ll help you.
Regards,
Zanes
Forum: Plugins
In reply to: [Frontpage-Slideshow] loading first image pb and also error messageI’m having the exact same problem :/
I just see the loading symbol when the slideshow finishes loading.
I need to click on one of my image’s links to start the slideshow.Any help would be appreciated.
This link should dissipate any doubts left : PHP versions
PHP 5.2.4 is from 2007, and 5.2.17 from 2011.
That’s why the plugin says you’ve got the requirements.A working blog after the update is another problem though :/
Forum: Plugins
In reply to: [WPMU Prefill Post] [Plugin: WPMU Prefill Post] "Insert" not workingEverything works ??
Thank you very much for your time and devotion !
Forum: Plugins
In reply to: [WPMU Prefill Post] [Plugin: WPMU Prefill Post] "Insert" not workingYea, works fine now. Thanks!
While I was testing, I noticed that even if I specify an excerpt in the template, it is never inserted when I click on “Insert” (the title and content are properly inserted though).
I never use excerpt so I don’t mind this problem, but I thought I’d let you know anyway.
Forum: Plugins
In reply to: [WPMU Prefill Post] [Plugin: WPMU Prefill Post] "Insert" not workingYea, it is correctly populated.
getting this error when I click on Insert :
tinyMCE.get("content") is undefined return document.getElementById("content").value.replace(/<[^>]+>/g,'').replace(/\s/g,'').length>0;
Forum: Plugins
In reply to: [WPMU Prefill Post] [Plugin: WPMU Prefill Post] "Insert" not workingYes, I’m using windows.
I’ve deactivated all my plugins except yours, didn’t work.
I’ve deactivated yours (with the others still deactivated) then reactivated it, still doesn’t work.It looks like the problem is not plugin-related.
I’m using php 5.2.x so.. the problem may come from somewhere else :/Forum: Plugins
In reply to: [WPMU Prefill Post] [Plugin: WPMU Prefill Post] "Insert" not workingHi,
I’m using wordpress 3.1, on Opera 11.01.
The only plugin which I thought could interfere was “Fluency Admin” but that was not it.
I’ll try with another browser later today and I’ll let you know if it’s browser related.Oh, many thanks for your answer andy.
Seemed that I misunderstood how the plugin works.Thanks again ??