sumolari
Forum Replies Created
-
Forum: Plugins
In reply to: Upgrade to 3.1.1 breaks WP CarouselWhat error do you get? I’m using WP Carousel and WordPress 3.1.1 in Sumolari.com and they work great together.
In my localhost, I use WordPress 3.1.1 and WP Carousel 1.0 (Development Version) and they work, too.
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Shotcode?It will be available in next release ?? .
Have you tried with other browser? It could be an issue which only appears on IE.
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] External Integration after moving domainWP Carousel generates automatically the paths from the paths stored in WordPress’ Database and the path to wp-carousel.php file, so you don’t need to change anything in WP Carousel, you must change your WordPress configuration.
Check your WordPress configuration and try to print the array $wp_carousel_path:
print_r($wp_carousel_path);
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Images Won't display in CarouselDoes the carousel show the image and the description or it does not show anything? There’s a problem with External Integration and some specific configuration of permalinks. You can try to use the standard permalinks (?p=post_id) and try again. If you resolve your problem with this method, sorry, I can’t do not know how to fix that bug.
You say that this problem appears to with customized content, but I have a question. The links that are not shown are the customized content’s links or are all the links?
Are the descriptions shown or not?
Thanks for report!
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Carousel Not ScrollingHave you tried with other items (categories or posts instead of pages)? Have you tried with other theme?
Someone reported a problem similar to yours, and I think it was fixed because the reporter has not post any comment saying that the problem continued there.
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Widget TitleAt the present you can’t add a title to the Widget, but you can modify you carousel’s theme and add there a title. In next releases, you will be able to add a title to the widget.
Thanks for the suggestion!
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Two problems on version 0.5I think this bug is completely fixed in WP Carousel 0.5.3. Please, update your plugin’s version to this one and try to save. You should be able to do this with the AJAX mode instead of with the manual link.
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Two problems on version 0.5Yes, you can remove all the content added by WP Carousel by uninstalling it. It’s very unpleasant seeing content in your DataBase created by plugins that you’ve uninstalled a lot of time ago. WP Carousel can remove its content by only clicking on a link. Simply and effective ?? .
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Two problems on version 0.5WP Carousel uses the following code to create the path to wp-blog-header.php:
$folder = str_replace('/update_db.php', '', $_SERVER['PHP_SELF']); $folder_exploded = explode('/', $folder); $folder_count = count($folder_exploded); krsort($folder_exploded); $folder_count--; unset ($folder_exploded[$folder_count]); $folder_count -= 2; $folder_path = ""; $folder_temp = 0; for ($folder_temp = 0; $folder_temp < $folder_count; $folder_temp++) { $folder_path .= '../'; } if (!is_readable($folder_path . 'wp-blog-header.php')) { // ERROR THAT YOU GET }
The default path to update_db.php is: WORDPRESS_ROOT/wp-content/plugins/wp-carousel, so if the path you get is ../../wp-blog-header.php, WP Carousel is trying to load the file WORDPRESS_ROOT/wp-content/wp-blog-header.php. That file does not exists. The path should be ../../../wp-blog-header.php.
Don’t worry, I’m trying to fix this bug. Meanwhile, WP Carousel 0.5.2 offers a different solution: saving the content without AJAX. You’ll see a link to save the content when you get the error, so click it and don’t worry.
Sorry for the inconvenience and thanks for report!
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Two problems on version 0.5In a few minutes WP Carousel 0.5.2 will be available. In version 0.5.2 I’ve add support for save without AJAX. When you get the error message, you’ll get a link to save changes by clicking it.
I hope this solve the problem.
Sorry for the inconvenience and thanks for report!
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Two problems on version 0.5WP Carousel 0.5.1 is now online, please, update and try again.
Sorry for the inconvenience and thanks for report!
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Two problems on version 0.5About the second error, this is a problem with permissions, please, update to WP Carousel 0.5 and try to save changes. You’ll get an error message. That message will show the path to the file that WP Carousel is trying to load.
If the path is correct (to load the file wp-blog-header.php) check the permissions. This is a huge bug that has to be solved as soon as possible.
Thanks for report!
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Two problems on version 0.51. Solved in WP Carousel 0.5.1
2. Solved in WP Carousel 0.5.1, but you have a problem with permissions. That error says that WP Carousel can’t load the file wp-blog-header.php of your blog.
WP Carousel 0.5.1 will be available in a few minutes.
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Upgrade to 3.0 – lost functionI’m working in WP Carousel 0.5 and it works without any problem with WordPress 3.0.
Just wait for WP Carousel 0.5 or try WP Carousel 0.5 – Alpha (but make a backup before that).