tlueers
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty Fourteen Featured Images Resized dimensionsFound a solution by adjusting the value
.featured-content .post-thumbnail {padding-top:[higher value];
in the child themes’ style sheet.Forum: Networking WordPress
In reply to: Multisite: Path problem for images and style sheetI decided to restart my project.
With a complete new install, the new beginning it is now working.
I guess too many trials and errors have wrecked the installation.
Thanks for helping…!Forum: Networking WordPress
In reply to: Multisite: Path problem for images and style sheetYes, switched back to the original Twenty Eleven theme with all plugins [off].
Did not help, no change.Forum: Networking WordPress
In reply to: Multisite: Path problem for images and style sheet> Ipstenu: yes, I did try with all other plugins switched off.
Site#1: still broke,
Site#2: okWPMP is a mistype, I meant WPMU…sorry!
Forum: Networking WordPress
In reply to: Multisite: Path problem for images and style sheetYes, How shall I transfer your password?
Forum: Networking WordPress
In reply to: Multisite: Path problem for images and style sheetSorry, no – did not help.
Also, this codes is also in the other child’s css, and working on the tammo-lueers.de-site.The double and triple http://-marks must be generated automatically for the frontend output, right?
Forum: Networking WordPress
In reply to: Multisite: Path problem for images and style sheetHere you go:
@charset "utf-8"; /* CSS Document */ /* Theme Name: Twenty Eleven Child SOC Theme URI: http://structocom.de/wp-content/themes/twentyeleven-soc Description: Child theme for the Twenty Eleven theme Author: Tammo Lueers URI: http: //structocm.de/ Template: twentyeleven Version: 0.0.2 */ @import url("../twentyeleven/style.css");Forum: Networking WordPress
In reply to: Multisite: Path problem for images and style sheetIt’s right in there, as you posted it earlier!
Line 49-52:<link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <!--[if lt IE 9]>Forum: Networking WordPress
In reply to: Multisite: Path problem for images and style sheetActually I’m using a child theme for adjustments.
I’ve now re-activated the header.php of that child theme with the code you provided.
Using Chrome, too.Forum: Networking WordPress
In reply to: Multisite: Path problem for images and style sheetThere’s 2 pages running via WPMP:
#1 http://structocom.de/
#2 http://tammo-lueers.de#1 = links of stylesheets and images are broken, multiple ‘http://’ – only in the frontend though!
#2 = no problem, the [wp-blogroll]-info is because I switched all other plugins offline while trying to find the error.