Daiv Mowbray
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All my widgets have disappearedYou have an error with your theme,
try replacing your theme with a fresh unedited copy.
You probably have a php typo in the function file.To update your theme, download a fresh Wp, and upload the theme again.
This time as you make edits to the theme files, check at every edit.Forum: Fixing WordPress
In reply to: How to upload JS filesIf you need a per post java script option you could try:
superslider-perpost-code plugin. It provides a metabox to add java script and css on a per post basis.
Headspace2 plugin offers the option to attach java script files on a per post basis, but you still have to upload them.Forum: Plugins
In reply to: [SuperSlider-Media-Pop] Popover viewer for images not workingHello yogaman5020,
I have tried your test,
on a clean install (no other plugins)
and I do get a similar result.
All images do pop over as expected, however, there is one image size (40 × 30) which pops over another image size (400 × 300) .I suspect that some other plugin may be causing a js conflict on your media edit page, you may want to try a deactivation of plugins to trouble shoot the cause of the blank page.
I will watch for the cause of the occasional discrepancies with this in the next plugin update.
Thanx for the bug ticket.Forum: Reviews
In reply to: [List category posts] way too many php notices (fixed)Hello picandocodigo
great to hear from you.
congratulations, I know it’s a lot of work to clean up these details.
I’ve just run a test on your plugin: List category posts, and all is well. Great work!Forum: Plugins
In reply to: [SuperSlider-Show] Theme and superslider-show issueSuperslider plugin: 1.6 uses mootools 1.4.5
you need to ensure that the theme is loading the same version of mootools.HTH
Forum: Reviews
In reply to: [TBTestimonials] New in version 1.6.5 – AdvertisingHello ClaytonJames,
Thanx for the tip, but that setting option wasn’t available on my client sites, (or I didn’t think to go looking for another options page).I do see the settings page on a clean install.
All the same, the advertising isn’t needed, wanted nor good practice.
Adding an options page to remove what shouldn’t be there to start with is silly.
The deactivated advertisement option could have been put on any other settings page, like general settings for the testimonials.As a plugin developer with close to 10 years experience I would like to convey to this developer that he is mistaken in his approach.
He can put all the information / self promotion he wants to , on the testimonials options and admin pages.Just my point of view, and I’m sticking to 3 stars.
Forum: Plugins
In reply to: [SuperSlider-Media-Pop] Mass edit functionality with WP 3.5 gone?Hello,
Yes I’m afraid so, I had to remove the mass edit functions from the plugin. The new media system in WP 3.5 required a complete rewrite and I wasn’t up to invest the time. There are , or were other plugins which provide mass edit image data functions. Media File Renamer, Faster Image Insert may still work for you.Forum: Plugins
In reply to: [Plugin: Superslider] Accordion bordersThis is added via css, and automatically, so you must have a 404 issue with the css, or you have turned load css off. if that’s the case just add the css to your theme css file.
Forum: Plugins
In reply to: [SuperSlider-Show] Lightbox, responsiveI will be looking at mobile compatibility in the next version.
This uses mootools js library, not jquery, try superslider-slimbox for a lightbox plugin. Also the superslider-show comes with a basic built in lightbox.Forum: Plugins
In reply to: [SuperSlider] disabling features since upgrade to WordPress 3.5All available shortcode modifiers are visible in the accordion metabox (post/page edit screen), just enter or select each item in the box and enter submit the shortcode to the editor, your new shortcode will have all the modifiers, you can edit or remove modifiers at that point.
Forum: Plugins
In reply to: [SuperSlider-Media-Pop] Updated for WP 3.5Hello spherical,
yes well, with the new media manager with WP 3.5 many of the media-pop functions had become non functional. I have had to remove some of the media-pop features as there is no longer a manner to change them. This feature “Link URL image size” has proven challenging to replace with the full list of available images. I hopefully will find the manner to return this feature. for now though, it is what it is.I was able to replace the insert image listing with a full list of available images, this is good.
Forum: Plugins
In reply to: [SuperSlider-Show] lightbox not working, confused by settingsHello deepbevel
Ok, yes I know it can be confusing.
I will put together a detailed instruction asap.
meanwhile try this,
set, Image linked to lightbox. (default) – ON
Popover Image size to use – LARGE
Add built in SuperSlider lightbox . – ON
Base lightbox for pop over – ON
test your slide show.Test with your other lightbox popover plugin both on and off, let me know what happens.
If you replace your lightbox plugin with this one: it integrates with the slideshow.
once installed select:
Slimbox for pop over. – ON for the lightbox type in ss-show options.Forum: Plugins
In reply to: [SuperSlider] disabling features since upgrade to WordPress 3.5Yes all of the superslider plugins are now set to work with WP 3.5, I’m not too sure about backward compatibility.
And, no I don’t think you did follow the instructions, your test now has two separate Accordions, and they are both set to Fx.Accordion not MultiAccordion, so check your shortcode .
It seams that the first accordion is setting the acc_mod to on.
I get no javascript error when testing your site,
Forum: Plugins
In reply to: [SuperSlider] disabling features since upgrade to WordPress 3.5Hello Karla,
the updates came with some new modules, these have new css files.
check that the content of your folder wp-content/plugin-data/superslider/ssBase/default
has the same files as plugins/superslider/plugin-data/superslider/ssBase/defaultpresently you are getting a 404 for mBox files.
Also, in your settings, turn off tooltips. And ensure that options-superslider-modules-accordion “Set the accordion to single open mode.” is turned off. or in your shortcode set acc_mode=”off”
There are two types of accordion, single and multiopen.You also have some superslider css hard coded into your header for some reason, you should find and remove this : tootip classes from your theme header.
HTH, DaivForum: Plugins
In reply to: [SuperSlider] disabling features since upgrade to WordPress 3.5Karla Mulder – has the update repaired your issues?