Deborah
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding query string on WordPress permalinks causes 404Thanks for sharing your solution!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] disable snow by userIt looks like you got help for this issue in another thread:
Forum: Plugins
In reply to: [Jetpack Holiday Snow Opt-In] plugin is not workingI tested this and found the plugin to work on my site. However the button was partially obscured by the black border on my theme. I used CSS to place the div of the button on a higher level:
#jetpack-holiday-snow-opt-in { z-index: 100; }The default CSS places the snowflake button at the top of the window, just a bit over from the right side:
Hi there! This is a bug, and it’s being tracked here:
https://github.com/Automattic/jetpack/issues/5769
It should be fixed in the next release. Until then, you can change those options under Settings > Discussion in your dashboard, at the bottom of the page.
Hi there, it looks like the iframe containing the Twitter timeline widget is not appearing in the source code within the page on your site at http://www.lefsvj.nl. I tried entering your widget ID into a test site and can see the Tweets appearing for your account @LeFsvj.
I suggest to compare the plugins or hosting environment between your two sites. Is it possible that a security plugin or hosting account setting on lefsvj.nl is blocking embedded iframe content from being displayed?
You might test this by embedding a google map code into a text widget, to see if the iframe loads — I’ve saved an example you can try here:
http://pastebin.com/5Vm4kYdKForum: Plugins
In reply to: Featured Image not showing on Facebook through Jetack PublicizeHi there, Sometimes Facebook doesn’t detect an image the first time they check your post. Then they use a cached version of your post for a while afterwards and so the image still doesn’t show up.
You can force Facebook to check your post again to get the image by entering the full link to your post in their debugging tool here:
https://developers.facebook.com/tools/debug
I already entered the link to your Man-y post and confirmed that its featured image now appears if I share the post on Facebook.
Forum: Plugins
In reply to: Jetpack plugin: subscriptions settings?I see. No, the default RSS feed doesn’t include any information about who is following it. Jetpack does show you who has subscribed but the subscriber has to subscribe by using the Subscribe widget on your site.
Forum: Plugins
In reply to: Jetpack plugin: subscriptions settings?All WordPress sites include a feed of your posts and comments. Usually you can see this by simply adding /feed to the end of your site URL, like this:
And comments would be here:
http://yoursite.com/comments/feed/
You don’t need Jetpack for that, but please let me know if I’ve misunderstood your question 🙂
Forum: Plugins
In reply to: Jetpack plugin: subscriptions settings?I would suggest to set your Reading Settings “For each article in a feed” to show a summary instead of full text. This sets your notifications to also display only an excerpt instead of your full post content. Your followers can then click through to read the full post.
That way if you do notice a typo or something else you want to change, you still can. If you make an update a minute or two after first publishing your post, it’s likely that most of your subscribers probably won’t have received the email notification and clicked through already.
Forum: Plugins
In reply to: Jetpack plugin: subscriptions settings?If your subscribers have not changed their settings for delivery, notifications of your new posts will be delivered to them immediately. In practice this normally means within about a minute or two after you click the “Publish” button on a new post.
Forum: Plugins
In reply to: Change Jetpack contact form outputHi there, You can customize the field labels or hide them by targeting them directly with CSS. You shouldn’t need to add any additional classes. If you’d like to provide a link to your site, I’ll be happy to help with specific details.
Here’s an example of how you could target the label for the name field to change it to red text:
#contact-form-12 label.name {
color: red;
}In my example the contact form ID is contact-form-12. On your own site you’ll need to make sure to change the number there to match your own contact form’s assigned number.
Also, you can add this custom CSS directly to the custom style sheet included as a feature of Jetpack. This will keep it separate from your site’s own theme so that it won’t get over-written if there’s an update to your theme. You can find this style sheet by going to Appearance -> Edit CSS. There’s more information about this feature here:
http://jetpack.me/support/custom-css/
Let me know if I can be any further help 🙂
Forum: Plugins
In reply to: Jetpack plugin: subscriptions settings?It’s currently not possible to set the delivery schedule for your new post notifications. However you subscribers can set their own preference for receiving instant, daily, or weekly updates by visiting https://subscribe.wordpress.com .
You can exclude the number of subscribers from appearing in the subscription widget by un-checking the box “Show total number of subscribers?” in the widget options.
This error can occur when there’s a problem with accessing your site’s xmlrpc.php file.
There’s more information and troubleshooting steps to try in this thread:
http://ww.wp.xz.cn/support/topic/error-code-32700-cannot-connect-social-networkgs?replies=14If you get stuck, you can post your site URL on this thread or contact us here:
http://en.support.wordpress.com/contact/?jetpack=needs-service