WordPress Segítség! Nem jó a téma!?
Miért lesz ilyen a téma? [link]
Ha ezt a témát álitom be akkor mindig ilyen lesz pedig végig megyek azon amit ír illetve még ez az írás szokott kijönni: [link]
Minden paddsolution készítette témánál ez van. Most konkrétan erről van szó: [link]
Köszönöm annak aki tud segíteni.
Csak tipp, de lehet ez nem stimmel:
@import 'styles/style.php?c=1';
Azt kéne megnézni, hogy az adott hivatkozás jó-e, és ha jó, akkor az állomány valójában mit tartalmaz.
Ebben a CSS-ben van:
Ott minden rendben viszont itt a style.php-ba nem tudom de nekem kicsit sok a "0" és a "none". Ha esetleg rá pillantanál.
<?php
require '../../../../wp-load.php';
$out = '';
if (function_exists('ob_start') && function_exists('ob_end_flush')) {
ob_start();
}
if (file_exists('fonts.css')) {
include 'fonts.css';
}
include 'base.css';
include 'required.css';
include 'layout.css';
include 'header.css';
include 'navigation.css';
include 'slideshow.css';
include 'content.css';
include 'content-comments.css';
include 'pagination.css';
include 'sidebar.css';
include 'footer.css';
?>
<?php $sitename = Padd_Option::get('sitename_mode','1'); ?>
/** Branding **/
<?php if ('0' == $sitename) : ?>
#branding {
margin: 0 0 0;
padding: 0;
float: left;
}
#branding #site-title {
display: block;
margin: 16px 0 0 20px;
padding: 0;
}
#branding #site-title a {
display: block;
margin: 0;
padding: 0;
color: #fff;
font: normal 32px/50px 'Actor', sans-serif;
text-shadow: 0 -1px 1px rgba(39,37,31,0.3);
text-decoration: none;
text-transform: uppercase;
letter-spacing: -0.02em;
}
#branding #site-title a:hover {
text-decoration: none;
}
#branding #site-description {
display: none;
}
<?php else : ?>
<?php
$image_url = Padd_Option::get('sitename_logo_url');
$image_dir = Padd_Option::get('sitename_logo_dir');
$val = getimagesize($image_dir);
?>
#branding {
margin: 92;
padding: 43;
float: left;
}
#branding #site-title {
display: block;
margin: 0;
padding: 0;
}
#branding #site-title a {
display: block;
margin: 0;
padding: 0;
width: <?php echo $val[0]; ?>px;
height: <?php echo $val[1]; ?>px;
text-indent: -99999px;
background: transparent url('<?php echo $image_url; ?>') left center no-repeat;
}
#branding #site-description {
display: none;
}
<?php endif; ?>
<?php
if (function_exists('ob_start') && function_exists('ob_end_flush')) {
$out = ob_get_clean();
}
$compress = (isset($_GET['c']) && $_GET['c']);
$force_gzip = ($compress && 'gzip' == $_GET['c']);
$expires_offset = 31536000;
header('Content-Type: text/css');
header('Expires: ' . gmdate( "D, d M Y H:i:s", time() + $expires_offset ) . ' GMT');
header("Cache-Control: public, max-age=$expires_offset");
if ( $compress && ! ini_get('zlib.output_compression') && 'ob_gzhandler' != ini_get('output_handler') && isset($_SERVER['HTTP_ACCEPT_ENCODING']) ) {
header('Vary: Accept-Encoding'); // Handle proxies
if ( false !== strpos( strtolower($_SERVER['HTTP_ACCEPT_ENCODING']), 'deflate') && function_exists('gzdeflate') && ! $force_gzip ) {
header('Content-Encoding: deflate');
$out = gzdeflate( $out, 3 );
} elseif ( false !== strpos( strtolower($_SERVER['HTTP_ACCEPT_ENCODING']), 'gzip') && function_exists('gzencode') ) {
header('Content-Encoding: gzip');
$out = gzencode( $out, 3 );
}
}
echo $out;
Lehet, hogy nem igazán értjük egymást!
A style.php ott van, ahova a hivatkozás mutat,? Szvsz nem.
Az itt behúzott tartalmak is a helyükön vannak?
include 'base.css';
include 'required.css';
include 'layout.css';
include 'header.css';
include 'navigation.css';
include 'slideshow.css';
include 'content.css';
include 'content-comments.css';
include 'pagination.css';
include 'sidebar.css';
include 'footer.css';
Egyébként ez biztos, hogy stíluslap gond lesz.
Hogy érted hogy a helyükön van? Illetve melyik hivatkozásra gondolsz?
Ez a style.css:
/*
Theme Name: Nobeliumful
Theme URI: http://www.paddsolutions.com/wordpress-theme-nobeliumful/
Description: Nobeliumful is a freemium WordPress theme. This special WordPress theme is packed with a better framework, an admin options panel and an awesome design to boot. Download more <a href="http://www.paddsolutions.com">free WordPress Themes</a>.
Version: 1.0
Author: Padd Solutions
Author URI: http://www.paddsolutions.com
Tags: custom front page, fixed width, advertisement ready, valid css, valid xhtml, feature content gallery, twitter, social bookmarks, popular posts
*/
@import 'styles/style.php?c=1';
A style.php-t meg az előzőbe bemásoltam.(Kicsit próbáld meg laikusabban el mondani. :)
Kapcsolódó kérdések:
Minden jog fenntartva © 2025, www.gyakorikerdesek.hu
GYIK | Szabályzat | Jogi nyilatkozat | Adatvédelem | Cookie beállítások | WebMinute Kft. | Facebook | Kapcsolat: info(kukac)gyakorikerdesek.hu
Ha kifogással szeretne élni valamely tartalommal kapcsolatban, kérjük jelezze e-mailes elérhetőségünkön!