pkl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Several “front pages” by topicThank you. I will have to look at it more closely since my coding skills are a bit rusty after 15 years of not using them. The post is about having multiple templates, so on the surface it looks like another topic, but maybe the solution can be adapted to having multiple front pages.
Forum: Fixing WordPress
In reply to: Page disappearedYes, it’s the same problem with twentytwenty
Forum: Fixing WordPress
In reply to: Page disappearedThank you. No, it’s just a blank page, no error message.
I’ll try the debug + disabling plugins.
Also – after experimenting with recreating the page, I found another clue:
The new page works fine until I add a FEATURED IMAGE. As soon as I do that, the same problem happens again.For now, I recreated the page with the help of the Web Archive and without any featured image so it works. But it would be good to figure out why the page disappears as soon as I add a featured image.
POSTS work fine with featured images. Seems the problem is only with PAGES.
Forum: Fixing WordPress
In reply to: Special characters in post titleYes, that’s one of the things I have tried. My problem is that in the title, foreign letters (not on my English keyboard) turn into ? after upload, and when I go back to the post to edit, foreign letters in the text also turn into ?.
It looks fine before I post or update the post, but – as said above – the title gets messed up right away, and the text gets messed up as soon as I got back to edit the post and update it.
Forum: Plugins
In reply to: [GR Progress Widget] Cover art missingThank you! It works very well now. Thank you for creating a great plugin.
Forum: Plugins
In reply to: [GR Progress Widget] Cover art missingUpdate: I created a “favorites” shelf and set the widget to point to that shelf (with about 60 books), and now it works. I set it to point to a shelf with too many books initially, and I assume it timed out before fetching all the book covers.
Forum: Plugins
In reply to: [GR Progress Widget] Cover art missingThe URL is https://absentofi.org – and the Goodreads list is at the bottom of the right sidebar.
Shelf: read
User ID: 4822893
API Key: Zmy2e4bfjTpg0VcQHdYhAI have about 150 books on that shelf in Goodreads, I don’t know if that’s too many.
- This reply was modified 6 years, 3 months ago by pkl.
Forum: Plugins
In reply to: [kPicasa Gallery] Title before galleryThank you! That works, and makes sense. I appreciate it.
Yes, I am using Simple Tags 2.3.2 and WordPress 3.7.1. The autocomplete still doesn’t work (just the spinning icon).
I have the same problem and am confused.
Do I need to install an older version of the plugin?
I also see that the plugin author mentions JQuery UI autocomplete script. What do I need to do to make it work?
Thank you, I appreciate it very much. I will give it a go.
“In order to achieve what you want it would need a totally new form that collects the data and processes it on your server adding the subscriber email address to both subscribe2 and Virtual Response.”
Yes, I think I can do that. Can you let me know how to add the subscriber email address to subscribe2? I assume it would be just one line of code? Thanks!
Thanks. This is the code that asks users to submit their email to subscribe to the newsletter. Is there a way to send the same email address to subscribe2 as well?
The other option would be to use subscribe2 as the plugin that asks for the email, and then add some code there to also submit the email address to vertical response.
<form method="post" action="https://oi.vresp.com?fid=62c0b66827" target="vr_optin_popup" onsubmit="window.open( 'https://www.verticalresponse.com', 'vr_optin_popup', 'scrollbars=yes,width=600,height=450' ); return true;" > <div style="font-family: verdana; font-size: 11px; width: 110px; padding: 7px; margin: 0 12px; border: 1px solid #8D8368; background: #8D8368"> <strong><span style="color: #ffffff;">Sign Up For Leslie Davenport's Newsletter</span></strong><br/><br/> <label style="color: #ffffff;">Email Address:</label><br/> <input name="email_address" size="12" style="margin-top: 5px; border: 1px solid #999; padding: 3px;"/><br/> <input type="submit" value="Subscribe" style="margin-top: 5px; border: 1px solid #999; padding: 3px;"/><br/> </div> </form> <br /> <div style="width: 120px; margin: 0 12px;"> <form name="eMailer">
Forum: Fixing WordPress
In reply to: All tags gone after upgrade to 2.7hm… this is strange but the tags now returned. I am not sure why. All I did was making backups to prepare for a reinstall of WP.
Forum: Fixing WordPress
In reply to: All tags gone after upgrade to 2.7I disabled all plugins and deleted TinyMCE but still no tags.
To summarize:
I upgraded to WP 2.7 a few days ago and the tags worked fine.
A few days later, the tags are not to be seen on the public blog and the edit post view. (Although they do show up in the tag auto-suggest.) I can type in tags in the edit post view, but when I click update/publish and the page refreshes, the tags are gone.
The only thing I can think of that happened just before the tags disappeared was installing TinyMCE Advanced plugin. I have since disabled and deleted this plugin, but still the same problem with missing tags.