cwgservices
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Styling an embedded spreadsheetThanks Jose, but that did not work either. On another forum someone suggested I try a plugin, http://tidyrepo.com/google-doc-embedder/, since it apparently has styling options. I’m going to give that a shot, will reply here with the result of the experiment.
Forum: Fixing WordPress
In reply to: Post and Page with same name => WordPress gets mixed upThanks for the clarification, esmi. I still think it’s a bug π
I guess that I have always had unique names for pages and posts, so it has not been an issue for me in the past. I have almost always used %postname% in order to have simple urls.
I am now recommending that my clients use %category%/%postname% which makes the url for the post different from the url for the page if the same name is used. However I think the test for slug uniqueness when adding a new post or page should not be restricted by post type…that would be a very simple change and would resolve this issue completely.
Forum: Plugins
In reply to: [WordPress Advanced Hook Sniffer] PHP Error on activationHey Mirco, I have a modified plugin.php file that has the missing functions restored. I can provide by email, please contact me by replying to the [accidentally sent prematurely] email to you via contact form on your site.
I put my new file in place of your ‘modified’ version, and I was able to activate the plugin on 3.9.1 without getting a fatal error. Unfortunately I didn’t get any output either, even after checking all possible types of output in the settings page. So there’s something else wrong but at least this avoids manual replacement of plugin.php to restore normal site operation.
Thanks for your work on this. I hope you will contact me for the file, and that it will help. There are two sections where functions had to be added, and I commented the beginning and end of each section with my initials so you can easily zero in on the changes.
I tried that but it did not work.
I found that the feed for the calendar page is at foursisterswinery.com/monthly-calendar/feed/
The link generated by the plugin is
http://foursisterswinery.com/feed/my-calendar-rssThe iCal link generated by mycalendar is
http://foursisterswinery.com/feed/my-calendar-ics/?yr=2013&month=10So it looks as though the url is being put together in the wrong order.
Please advise what we should do.
I feel incredibly obtuse not to have found that! Thanks for the quick reply. Very cool plugin, obviously I’m still learning to use it.
This had been bothering me and I really appreciate the fix, makes my life easier. What seems a bigger problem for me is that the player has stopped showing up in firefox! That’s a really big problem.
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] popup displays improperlyI found and removed that line–I had to edit the actual css file for the theme, unusual since almost everything in the weaver theme can be controlled with css overrides and the assortment of code injection areas. Thanks for your help.
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] popup displays improperlyI see your comment re: .header-widget and removed the setting from the theme…it did not help.
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] popup displays improperlypopup size is set to 150px. I made an image of the entire settings page which you can see here: http://awesomescreenshot.com/0805c2p78
Please note: a widget area is used to display the album, and I’m using the widget provided with the plugin.
Thanks for looking into this for me!
Forum: Plugins
In reply to: [The Piecemaker 2] [Plugin: The Piecemaker 2] invalid headerUpdate: I did manage to install, finally. I unzipped it locally, then uploaded via ftp. The trick is, there is a folder called the-piecemaker-image-rotator inside the-piecemaker-image-rotator.1.1 and it is that inner directory that needs to be uploaded to the site’s plugins directory. If you do that activation works and takes care of the rest.
Forum: Plugins
In reply to: [The Piecemaker 2] [Plugin: The Piecemaker 2] invalid headerI have had this, plus the management panel is giving me trouble. Used this on a test site (version before the latest update) and it worked well. Have not been able to get it to work with latest version on the real site that is now late as a result. Very disappointed.
Clarification:
–got the error on installation, downloaded / uploaded instead, that gave trouble, unpacked downloaded version and installed inner zip file, that installed okay but management panel not working.Forum: Requests and Feedback
In reply to: password reset not workingI thought it was tedpenner but the system says that doesn’t exist. So I tried to recover the information via my email which is the same at gmail.com. When I try to put that it, the system apparently sends a message. At least I am told that I will get the information via email. It never shows up in my spam box.
Forum: Fixing WordPress
In reply to: Sorry, that file cannot be edited, with 2.9I found the cause of this error, which will occur in random configurations of wp. It’s a variable left uninitialized.
See more here:
http://core.trac.wordpress.org/ticket/11974