Dominik Schilling
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress GUI Changes little suggestionWhich browser are you using? Is this the default width or are you resizing the textarea?
Forum: Plugins
In reply to: [Public Post Preview] Need link expiration setting!!Feel free to use the https://wordpress.org/plugins/public-post-preview-configurator/ plugin.
Forum: Alpha/Beta/RC
In reply to: Warning explode()Thanks for the report. We already have a ticket for this: https://core.trac.wordpress.org/ticket/31636
Forum: Plugins
In reply to: [Public Post Preview] SSL?@chmars It does, but only if the home URL is https.
Forum: Plugins
In reply to: [Public Post Preview] SSL?I see, you can use the
ppp_preview_linkfilter to replacehttpwithhttpsin the preview link:function ds_https_preview_link( $link ) { return str_replace( 'http:', 'https:', $link ); } add_filter( 'ppp_preview_link', 'ds_https_preview_link' );Forum: Plugins
In reply to: [Public Post Preview] SSL?Does either your backend or frontend already has SSL enabled?
I can’t reproduce this. Do you have any other plugins installed?
Forum: Plugins
In reply to: [Public Post Preview] Not compatible with latestIt still works for me, do you have any other plugins installed?
Forum: Alpha/Beta/RC
In reply to: Tag added to post when saved as draftThis already fixed in trunk: https://core.trac.wordpress.org/changeset/31392
Forum: Alpha/Beta/RC
In reply to: Maintenance in other language – bugForum: Alpha/Beta/RC
In reply to: Twenty Fifteen: 8 social: how 4 4 and not 5 3As Mika said, custom CSS and/or a child theme is the way to go. But have in mind, that Twenty Fifteen is a mobile-first theme.
Forum: Plugins
In reply to: [Spotify Embed] responsive embedsThat’s correct, but there is nothing I can do here.
Forum: Alpha/Beta/RC
In reply to: Contact Form Shortcodes don't workSee https://core.trac.wordpress.org/ticket/29557#comment:61 and follow comments.
Forum: Alpha/Beta/RC
In reply to: Too many redirects on updateForum: Everything else WordPress
In reply to: Post editor reversion