Matt
Forum Replies Created
-
Hi TanjaMLaden,
Glad to hear that ??
Kind Regards!
Hi Joshuamauldin,
Adding a new filter hook on next version to modify this behavior.
Kind Regards!
Hi TanjaMLaden,
Seems it is a list bullet inherited from your theme’s CSS
.postarea ul li
. Considering adding:.postarea .slides li { list-style:none };
Kind Regards!
Forum: Plugins
In reply to: [Shortcodes Pro] [Plugin: Shortcodes Pro] Shortcode inserting extra tagHi Jacob,
It shouldn’t do that. Have you tried this on a fresh install?
Kind Regards!
Forum: Plugins
In reply to: [Shortcodes Pro] [Plugin: Shortcodes Pro] Javascript?Hi Noixdarec,
It shouldn’t be a problem to use JavaScript. Would be great to see the code you are trying to insert, please send the link and I’ll check.
Kind Regards!
Hi Diogo15,
Glad you sorted it out.
Kind Regards!
Forum: Plugins
In reply to: [Shortcodes Pro] Shortcodes Pro breaks visual Tab?Hi Robpachasa,
Have you tried disabling all other plugins? See if that helps.
Kind Regards!
Hi gggt,
You should return the strings too. Consider returning a custom variable with the collection of your output. This is the way to get your code on the right place:
$out = "Starting my output"; $out .= " Adding another string"; return $out;
Kind Regards!
Hi Simpixelated,
Have you tried deactivating all other plugins? Also, a link would be helpful.
Kind Regards!
Hi divstudio,
Thanks for the feedback,
Patch ready for upcoming version. Meanwhile, if you dare to edit the CSS file, add this line to the following rule:
gallery-to-slideshow.css line 107:
.gallery-to-slideshow .pager li { vertical-align: top; ... }
Kind Regards!
Forum: Plugins
In reply to: [Gallery to Slideshow] Gallery to SlideshowGlad to hear that ??
Kind Regards!
Forum: Plugins
In reply to: [Gallery to Slideshow] Gallery to SlideshowHi,
Thanks for the nice comments and the report. Try downloading the plugin again there has been a new release that fixes that issue.
Kind regards!
Version 1.2 is out, please upgrade and let me know if you have any issues.
Kind Regards!
Forum: Plugins
In reply to: [Gallery to Slideshow] [Plugin: Gallery to Slideshow] Issues in IEVersion 1.2 is out, please upgrade and let me know if you have any issues.
Kind Regards!
Forum: Plugins
In reply to: [Shortcodes Pro] [Plugin: Shortcodes Pro] Pass attributes in shortcodeSimply add a new attribute with the id
attributes
. You will be able then to grab it’s value with PHP like this:$atts['attributes'];
. From there you can do whatever you want with that value. The ideal anyways would be to create a shortcode attribute for each of the parameters you need instead of concatenating all in one.Kind Regards!