ebonystinger
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Catalogue] Page Link In CategoryHi, for a particular category there are four (4) pages. Numbers displayed at the bottom of the screen. If I click on page 2,3 or 4 I am directed to an error page. Basically, page not found.
Version 1.7.2 when I’m on page 1 and select page 3, “page_id=14&paged=3”. This does not work. The number “14” should not be there.
http://127.0.0.1:4001/wpccategories/science-fiction/?page_id=14&paged=3Version 1.7.1 when I’m on page 1 and select page 3, “page_id=&paged=3”. This works.
http://dwight.host22.com/wpccategories/science-fiction/?page_id=&paged=3Thanks.
Forum: Plugins
In reply to: [WP Catalogue] Page Link In CategoryDowngrade to version 1.7.1 completed. I’ll continue to test version 1.7.2 locally using “Server2go”.
Forum: Plugins
In reply to: [Flickr Photostream] V3.1.4 Photos not displayingTo get back to version 3.1.2 I did the following steps:
– Using Filezilla (or any other file manager, ftp client) I renamed the “flickr-photostream” directory to something else;
– I then uploaded the “flickr-photostream” directory from a previous backup;
– Reactivate the plug-in if needed;Thanks,
Forum: Plugins
In reply to: [Flickr Photostream] V3.1.4 Photos not displayingI cleared the cache in the phpFlickr folder. But I have the same problem.
As a test, I copied my site to my local machine and I’m running it locally using “server2go”. I upgraded to 3.1.4 and now I get API Key is not valid that everyone is talking about.
I checked all the threads for a solution but nothing works.
I’ll stay with 3.1.2.
Thanks.
Forum: Plugins
In reply to: [IMDB Info Box] Updating to V1.2Well since I don’t have access to my php.ini file, I simply modified line 24 as described in the error message above.
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, FALSE);
I changed the line from TRUE to FALSE.
The movie info displays without any errors now.
Thanks.
Forum: Plugins
In reply to: [IMDB Info Box] Updating to V1.2Even though I get an error message, the movie information still displays.
Retrieving movie information is also much slower than before.
Here’s a link to my site in case anyone wants to have a look.
Thanks,
Forum: Plugins
In reply to: [Flickr Photostream] V3.1.4 Photos not displayingWell, I downgraded back to version 3.1.2 and everything is back to normal and working fine !! I guess that I won’t be upgrading any time soon.
Thanks.
Forum: Plugins
In reply to: [WP Catalogue] Error 404 on my-script.jsTo get around the problem I added “/wp-content/plugins/wp-catalogue/my-script.js” to my 404 File/Folder White List.
I’m no longer getting the error 404.
Thanks.
Forum: Plugins
In reply to: [IMDB Info Box] WP 3.8.2Well, it seems that the speed is back to normal this morning. After checking the source code for the plugin, I noticed that it uses information from the website http://www.omdbapi.com/. Accessing imdb information directly from the site was also very slow. I left feedback on the site and now everything seems okay.
Thanks,
For some reason, since upgrading to “ithemes” from “Better wp Security” the update crashes when done from WordPress Admin. I might actually downgrade back to version 3.6.x as other users have done.
Forum: Plugins
In reply to: [IMDB Info Box] WP 3.8.2I restored a backup of WP 3.8.1. The plugin works but it takes a long time to return the data from imdb.com.
The problem might be on their end. Maybe they upgraded their site.
It might be time for a version 2.0 of the plugin.
Thanks.
Forum: Plugins
In reply to: [BigContact Contact Page] Seeking To Remove Appointments COMPLETELYCan you clarify.
Do you want to use the form without the option to add an appointment or do you want to be be able to check the appointment box without displaying the calender?
If you don’t want to use the appointment option simply don’t display it in the shortcode. [bigContact form=on map=on].
I’m guessing using the appointment option without the calender will entail modifying the source code. I’m curious so I’ll have a look at the code and see what I can find.
Thanks,
Forum: Plugins
In reply to: [WP Catalogue] Single Product View 404 Error With PermalinksHello,
I had the same problem a couple of days ago. My test site (locally) using “server2go” the “pretty permalinks” were not working. Only the default (ugly) format worked. The following site solved my problem: http://codex.wordpress.org/Using_Permalinks
Make sure that if you are using Apache, the “rewrite module” is being loaded. That was my problem.
Thanks.
Forum: Plugins
In reply to: [IMDB Info Box] Full plotProblem solved: I deleted the files in “/wp-content/plugins/imdb-info-box/cache” directory and the full plot displays now.
Thanks.
Forum: Plugins
In reply to: [IMDB Info Box] Full plotI’m having the exact same problem. I’m using WordPress 3.8.1.
However, after some testing. I’m able to see the full plot on my local site using “server2go” but not on my live site.
I’ll do some more tests.