Jeff Clark
Forum Replies Created
-
Forum: Plugins
In reply to: [Slides JS Plus] Image sizeya if you had more photos it would scroll, I would turn the arrows to false for now.
Forum: Plugins
In reply to: [Slides JS Plus] Image sizeYa sorry you have to add that do the shortcode, its not actually a default. [wpib_slideshow id=”id” speed=”4000″ arrows=”true” ]
This version does not support the image thumbnails at this point.
Forum: Plugins
In reply to: [Slides JS Plus] Image sizeAwesome, let me know if you need any help with it as I have yet to finish all the documentation.
Forum: Plugins
In reply to: [Slides JS Plus] Image sizeHI Toxiccosmos, thanks for downloading my plugin.
I have acutally been working on another version of this plugin that is responsive and has touch ability. I have been using on a few of my present project and will be rolling out soon. I didnt think the slides js jQuery Plugin was cutting it and decided to drop it and go with Twitter Bootstrap slideshow. Here is a link to my github with a working copy. Note the options have been moved into the shortcode for now.
Forum: Plugins
In reply to: [Slides JS Plus] Problem with shortcode on index.phpThank you!!!
Forum: Plugins
In reply to: [Slides JS Plus] Problem with shortcode on index.phpNo need to be sorry, I forgot to tell you to put it in haha. I have a new update coming soon that helps with backend UI, pretty cool stuff. Stay tuned.
Thanks for the support and the rating!!!
Forum: Plugins
In reply to: [Slides JS Plus] Problem with shortcode on index.phpsorry its <?php echo do_shortcode(‘[slides_js id=”id#”]’); ?>
Forum: Plugins
In reply to: [Slides JS Plus] Problem with shortcode on index.phptry using
do_shortcode(‘[slides_js]’);
Forum: Plugins
In reply to: [Slides JS Plus] 2 slides in on postWhat is the url to where you are trying to do this? It should work without having to make any modifications.
Forum: Fixing WordPress
In reply to: Changed my url and now nothingYou will need to login to phpmyadmin and in wp_option you will need to change your siteurl and home url back to whatever the site url should be. You can also do this by defining your site and home url from the config file.
Forum: Plugins
In reply to: [Slides JS Plus] I don't understandThe plugin is still using the older version of the media uploader. So make sure that when you select and image it has a image url because that is what is getting inserted into the field. Once you save it you should then see the image.
What version of WordPress are you using?
Forum: Plugins
In reply to: [Slides JS Plus] Image sizeForum: Plugins
In reply to: [Slides JS Plus] Image sizeHI,
Thanks for using Slides JS Plus, I just released an update a few minutes ago but I will be working on making this responsive in the the coming releases.
Can you post a link to your site? I want to see if I can help in the meantime.
Forum: Localhost Installs
In reply to: Locked-out loopNo problem!!! Glad you are up and running.
Forum: Localhost Installs
In reply to: Locked-out loophaha no problem. Ok here is what you need to do. You will need to modify this using phpmyadmin. But for a quick fix you can add this to your wp-config file.
// add this right below where it says define(‘WP_DEBUG’, ‘false’) or it might be true
define(‘WP_SITEURL’, ‘your_domain’);
define(‘WP_HOME’, ‘your_domain’);this will allow you to get inot your site, you will need to login to phpmyadmin and go int wp_options and change the site url and the home url manually.
Hope this helps!!!