Daiv Mowbray
Forum Replies Created
-
Ok fellas,
I was finally able to reproduce this error.
And fix it.
Thanx spherical for noting the typo, where it said class, it should have been style.
Please update to version 1.7
and let me know if your issues have been resolved.
My apologies for the delay and for the problem to start with.HTH.
By the way check out my new plugin:
superslider-perpost-codeHave you tried doing a thumbnail rebuild?
sometimes the file size is unavailable because of changes to your sizes.Confirm that the proper file is on the server, and or use the rebuild thumbnail plugin to rebuild.Hello brasofilo
This issue has been addressed with the latest (1.6.1) update.
Fixed a bug with the post list thumbnail image display.Let me know if this isn’t the case.
Thanx.Daiv
Forum: Plugins
In reply to: [SuperSlider-Media-Pop] [Plugin: SuperSlider-Media-Pop] Reordering MP4Hello brasofilo,
I just noted your post the other day.
I had no idea there was a bug.
I have addressed this issue with the latest (1.6) version up date.
Let me know if this resolves for you as expected.re your question of options page, what options would you want to see?
please try to be specific.Daiv
Forum: Plugins
In reply to: [Search & Replace] [Plugin: Search and Replace] Sufficient Permissions ErrorSame problem here,
You do not have sufficient permissions to edit plugins for this blog.
WP Version 3.3.1
S&R Version 2.6.3Disconnected all plugins and receive the same response.
Tested on second server, different domain, same result.checked the current_user_can function in the codex.
seams that there has been a change in parameters for the function.
what is in the plugin code is:
if ( current_user_can('edit_plugins') )All works as expected when changed to:
if ( current_user_can('administrator') )That’s on line 792 of the plugin php file and on line 99.
HTH
Hey spherical,
I’ve just noticed your post here.
Sorry to be away from the game.
I’d be interested to know if you resolved this issue,
or moved on to another tool.The superslider-media-pop plugin doesn’t actually do any
resizing of the image. It does add options and functions
for this. And admin options.for better support with superslider, please use support.wp-superslider.com
Forum: Fixing WordPress
In reply to: White Box links on the Home PageUse the WordPress default text widget, add one to an widget area in the widget admin. Add text to explain which text widget it is, add a new text widget to each available widget area,
check your results on the front side.Best of luck
Forum: Fixing WordPress
In reply to: How To Keep Text Away From ImagesYou might want to try the superslider image plugin.
Read the description first.
The base answer for you though , is that placement of objects (image/text) is controlled with css. so you can edit the themes css file and take control of your objects and how they are seen.HTH
Forum: Fixing WordPress
In reply to: White Box links on the Home PageYou should ask the theme developer.
Iy¡t would seem to me that those are widget areas.
go to your admin page, then under appearance, widgets,
and see what widget is in which space.
HTH.Forum: Fixing WordPress
In reply to: Images not showingYou seem to be failing to connect with the timthumb script.
try adding / before scripts/timthumb.php?,
as such:
/scripts/timthumb.php?
and check that the file is there.Forum: Plugins
In reply to: [Taxonomy Images] [Plugin: Taxonomy Images BETA] Include excludeHello Michael,
I had actually done this myself earlier,
Forgot that I’d added it.
I had made a number of adjustments to the plugin
some months back. I updated to your latest
version, and applied my changes to it.
If you’d like a copy of my version I could post it here
for you to have a look, and use what you like.Forum: Plugins
In reply to: [Editorial Calendar] [Plugin: Editorial Calendar] Drag and dropThanx for the tip,
I’ll put it to use..
I’m setting up WP as a portfolio.
Adding work from the past to past dates.
Plus using bulk post creation,
Then I have to publish the post before adding an image.
This gives me my year/ month upload folder structure.
With hundreds of posts, it’s a big project.I’d love to see this plugin with the following functionality:
– option to see first attached or featured image in mini beside post title.
– option to drag and drop published works
– function to jump from year to year and month to month,
ie: from 2010 to 1990, of from january to september.Thanx again
Forum: Plugins
In reply to: [Editorial Calendar] [Plugin: Editorial Calendar] Drag and dropOk, I found the following and have made some changes,
I can now drag a published post to a new day.
This may create new bugs…
file:edcal.js line 1131;
find the if clause:f (edcal.isPostMovable(post)) {
and comment out the if structure.
Also change the class of the returned li:
class="post draft draggable"
Also changed line 1072 to:
return post.editlink && post.status == "publish"As I said this may cause problems with other functionality, but all I wanted was to drag and drop the order of posted posts.
Now All I need is for the post name to have an image to see what it is.
Forum: Plugins
In reply to: Image_resize and add_filterYour hack seams to work as expected, but it fails to take into account added image sizes, either via your theme or plugins which may add extra image sizes. As of 3.0 there is a function to get an array of all available image sizes: get_intermediate_image_sizes(). Returns a filtered array of image size strings.
I have a site set up which creates 8 different image sizes plus the original upload.
I do wonder why you would need a different suffix.
Perhaps you should have a look at the superslider-image plugin (add image to post via shortcode), or the superslider-media-pop plugin (adds numerous image control functions to the admin screens).Forum: Plugins
In reply to: Conveyor belt slideshow plugin?I don’t know of a conveyor belt type slideshow, but you might like to have a look at the superslider-show plugin. It has hundreds of possible transitions. Or of course you could use the DynamciDrive script, you’ll probably have to create your own plugin which adds the script.