Okay, trotzdem danke. Ich werde es bemühen und nicht aufgeben.
Beiträge von JUE6
-
-
Oder hier "style.css":
/*
Theme Name: Sportimo Premium Theme Child
Theme URI: DIBF
Description: Sportimo Theme Child
Author: Kaz Noble
Author URI: http://dibf.org
Template: sportimo-theme
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: sportimo-theme-child
*/
.header {
height: 125px;
}
.vertical-middle {
height: 125px;
}
.header .left-side-header {
height: 125px;
}
.header p.descr-text-header {
margin: 0px;
}
.header h1.with-logo-bg {
height: 76px !important;
}
.main-block .panel-block > h2 {
font-size: 20px;
color: #ffffff;
background: none;
background-color: #ED6D00;
text-shadow: 1px 1px #2b2b2b;
}.main-block .panel-block > div {
background-color: #fff;
}
.sidebar-block .panel > h3 {
color: #ffffff;
background: none;
background-color: #ED6D00;
text-shadow: 1px 1px #2b2b2b;
}#nsu-email-0 {
width: 450px;
}div.menu {
background-color: #ed6d00 !important;
}
.menu ul.ul-main-menu li ul {
background-color: #ed6d00 !important;
}
.menu ul.ul-main-menu li ul li > a {
background: none !important;
}
.menu ul.ul-main-menu li ul li > a:hover {
background: rgba(0, 0, 0, 0.1) none repeat scroll 0% 0% !important;
}.read-more-link a {
color: #ED6D00;
}
.read-more-link a:hover {
text-decoration: underline;
}.div_video {
margin-bottom: 20px;
text-align: center;
}
.tha-content table td {
padding: 0px !important;
border: none !important;
}
.footer-copy a {
color: #fff;
}
.tha-content p {
font-size: 1.4em;
text-align: left !important;
}
.result_table td {
border: none;
padding: 5px !important;
}
.content {
background-color: #ffffff !important;
/*background: url(images/new-background-body.png) repeat-x top;*/
}
.wpb_accordion_section h3 {
background-color: #ED6D00 !important;
}
.wpb_accordion_section h3 a {
font-size: 1.5em;
color: #fff;
text-shadow: none;
}
.slider .slider-image a .slider-overlay strong {
font-family: "oswald";
}
.footer {
background: none !important;
background-color: #3d3d3d
}
.footer .info-text {
width: 220px;
}
.footer .footline {
background-color: #ed6d00 !important;
}
.really_simple_twitter_widget li {
padding-bottom: 10px;
margin-bottom: 10px;
line-height: 17px;
/*border-bottom: 1px solid #fff;*/
/*height: 55px;*/
}
#reallysimpletwitterwidget-3 {
list-style: none;
color: #b3b3b3;
}
#reallysimpletwitterwidget-3 h2 {
margin-bottom: 10px;
}
#reallysimpletwitterwidget-3 h2 a {
color: #fff;
}
#reallysimpletwitterwidget-3 li a {
color: #fff;
}
#reallysimpletwitterwidget-3 li a:hover {
text-decoration: underline;
}
.really_simple_twitter_widget img {
/*float: none !important;*/
margin-top: 0px !important;
}
#login .form-group {
margin-bottom: 10px;
}
#login input[type=text], #login input[type=password], input[type=email] {
display: inline-block;
background: #f9f9f9;
border: 1px solid #fff;
-moz-border-radius: 2px;
border-radius: 2px;
box-shadow: 0px 0px 0px 1px #d3d3d3, inset 0px 1px 2px #efefef;
padding: 6px 9px 7px 9px;
width: 210px;
text-shadow: 0px 1px 0px #fff;
color: #797979;
font-size: 11px;
-moz-transition: all 0.1s;
-webkit-transition: all 0.1s;
-o-transition: all 0.1s;
}
.error_wid_login {
width: 87%;
background: none !important;
z-index: 1;
border: none !important;
}
-
Meine Schwierigkeit ist, den richtigen php zu finden, um die CSS dort zu ändern bzw. einzufügen. Wie kann man den PHP richtig finden?
Vielleicht hier "footer.php":
<?php
$social_footer = get_option(THEME_NAME."_social_footer");
$logoFooter = get_option(THEME_NAME."_footer_logo");
$footerText = get_option(THEME_NAME."_footer_text");
$twitter = get_option(THEME_NAME."_twitter");
$facebook = get_option(THEME_NAME."_facebook");
$googlepluss = get_option(THEME_NAME."_googlepluss");
$pinterest = get_option(THEME_NAME."_pinterest");
$flickr = get_option(THEME_NAME."_flickr");
$vimeo = get_option(THEME_NAME."_vimeo");
$linkedin = get_option(THEME_NAME."_linkedin");if ( get_option( THEME_NAME."_rss_button" ) == "on" ) {
$rss = get_option(THEME_NAME."_rss_url");
if($rss == "") {
$rss = get_bloginfo("rss_url");
}
} else {
$rss = false;
}//footer background
$footerBg = get_option(THEME_NAME."_footer_bg");
// pop up banner
$banner_type = get_option ( THEME_NAME."_banner_type" );
$banner_fly_in = get_option ( THEME_NAME."_banner_fly_in" );
$banner_fly_out = get_option ( THEME_NAME."_banner_fly_out" );
$banner_start = get_option ( THEME_NAME."_banner_start" );
$banner_close = get_option ( THEME_NAME."_banner_close" );
$banner_overlay = get_option ( THEME_NAME."_banner_overlay" );
$banner_views = get_option ( THEME_NAME."_banner_views" );
$banner_timeout = get_option ( THEME_NAME."_banner_timeout" );
$banner_text_image_img = get_option ( THEME_NAME."_banner_text_image_img" ) ;
$banner_image = get_option ( THEME_NAME."_banner_image" );
$banner_text = stripslashes ( get_option ( THEME_NAME."_banner_text" ) );
if ( $banner_type == "image" ) {
//Image Banner
$cookie_name = substr ( md5 ( $banner_image ), 1,6 );
} else if ( $banner_type == "text" ) {
//Text Banner
$cookie_name = substr ( md5 ( $banner_text ), 1,6 );
} else if ( $banner_type == "text_image" ) {
//Image And Text Banner
$cookie_name = substr ( md5 ( $banner_text_image_img ), 1,6 );
} else {
$cookie_name = "popup";
}if ( !$banner_start) {
$banner_start = 0;
}
if ( !$banner_close) {
$banner_close = 0;
}
if ( $banner_overlay == "on") {
$banner_overlay = "true";
} else {
$banner_overlay = "false";
}?>
<div class="clear-float"></div>
</div>
<!-- END .wrapper -->
</div>
<!-- BEGIN .content -->
</div>
<!-- BEGIN .footer -->
<div class="footer"<?php if($footerBg) { ?> style="background:url(<?php echo $footerBg;?> ); background-repeat:repeat;"<?php } ?>>
<div class="footline"></div>
<!-- BEGIN .wrapper -->
<div class="wrapper"><div class="footer-top">
<div style="float:left;width:25%;" ><?php dynamic_sidebar( 'Sitemap1' ); ?></div>
<div style="float:left;width:25%;" ><?php dynamic_sidebar( 'Sitemap2' ); ?></div>
<div style="float:left;width:25%;" ><?php dynamic_sidebar( 'Sitemap3' ); ?></div>
<div style="float:left;width:25%;" ><?php dynamic_sidebar( 'Sitemap4' ); ?></div>
<div class="clear-float"></div>
</div>
<div class="footer-top">
<div style="float:left;width:75%;" ><?php dynamic_sidebar( 'Newsletter' ); ?></div>
<div style="float:left;width:25%;" ><?php dynamic_sidebar( 'Contact' ); ?></div>
<div class="clear-float"></div>
</div>
<div class="footer-top">
<div class="logo" style="margin-right:60px;">
<?php if($logoFooter) { ?>
<a href="<?php echo home_url(); ?>"><img src="<?php echo $logoFooter; ?>" alt="<?php bloginfo('name'); ?>" title="<?php bloginfo('name'); ?>" /></a>
<?php } else { ?>
<a href="<?php echo home_url(); ?>"><strong><?php bloginfo('name'); ?></strong></a>
<?php } ?>
<br /><br />
<p class="info-text" style="margin-left:0px;padding:0px;" ><?php echo $footerText;?></p>
</div>
<div style="float:left;width:350px;" ><?php dynamic_sidebar( 'Footer-1' ); ?></div>
<?php if ($social_footer == "on") { ?>
<div class="soc-icons">
<?php if($flickr) { ?><a href="<?php echo $flickr;?>" class="icon-text"></a><?php } ?>
<?php if($vimeo) { ?><a href="<?php echo $vimeo;?>" class="icon-text"></a><?php } ?>
<?php if($twitter) { ?><a href="<?php echo $twitter;?>" class="icon-text"></a><?php } ?>
<?php if($facebook) { ?><a href="<?php echo $facebook;?>" class="icon-text"></a><?php } ?>
<?php if($googlepluss) { ?><a href="<?php echo $googlepluss;?>" class="icon-text"></a><?php } ?>
<?php if($pinterest) { ?><a href="<?php echo $pinterest;?>" class="icon-text"></a><?php } ?>
<?php if($linkedin) { ?><a href="<?php echo $linkedin;?>" class="icon-text"></a><?php } ?>
<?php if($rss) { ?><a href="<?php echo $rss;?>" class="icon-text"></a><?php } ?>
</div>
<?php } ?>
<div class="clear-float"></div>
</div>
<!-- END .wrapper -->
</div><?php
if ( function_exists( 'register_nav_menus' )) {
$args = array(
'container' => '',
'theme_location' => 'ot-menu-1',
'items_wrap' => '<ul class="footer-menu">%3$s</ul>',
'depth' => 1,
"echo" => false
);
if(has_nav_menu('ot-menu-1')) {
?>
<div class="footer-middle">
<div class="wrapper">
<?php echo add_menu_arrows(wp_nav_menu($args));?>
</div>
</div>
<?php
}}
?>
<div class="footer-copy">
<!-- BEGIN .wrapper -->
<div class="wrapper">
<p>© Copyright <?php echo date('Y'); ?>. All rights reserved worldwide. No portion of DIBF.org may be duplicated, redistributed or manipulated in any form.<span class="copy-brake"> </span>Designed & developed by <a href="http://pph.me/kaznoble" target="_blank">Spikydesign</a></p>
<!-- END .wrapper -->
</div>
</div>
<!-- END .footer -->
</div>
<div class="bottom-back"></div>
<!-- END .boxed -->
</div>
<div class="lightbox">
<div class="lightcontent-loading">
<h2 class="light-title"><?php _e("Loading..", THEME_NAME);?></h2>
<a href="#" onclick="javascript:lightboxclose();" class="light-close"><span>❎</span><?php _e("Close Window", THEME_NAME);?></a>
<div class="loading-box">
<h3><?php _e("Loading, Please Wait!", THEME_NAME);?></h3>
<span><?php _e("This may take a second or two.", THEME_NAME);?></span>
<span class="loading-image"><img src="<?php echo THEME_IMAGE_URL;?>loading.gif" title="" alt="" /></span>
</div>
</div>
<div class="lightcontent"></div>
</div>
<?php
//pop up banner
if ( $banner_type != "off" ) {
?>
<script type="text/javascript">
<!--
jQuery(document).ready(function($){
$('#popup_content').popup( {
starttime : <?php echo $banner_start; ?>,
selfclose : <?php echo $banner_close; ?>,
popup_div : 'popup',
overlay_div : 'overlay',
close_id : 'baner_close',
overlay : <?php echo $banner_overlay; ?>,
opacity_level : 0.7,
overlay_cc : false,
centered : true,
top : 130,
left : 130,
setcookie : true,
cookie_name : '<?php echo $cookie_name;?>',
cookie_timeout : <?php echo $banner_timeout; ?>,
cookie_views : <?php echo $banner_views ; ?>,
floating : true,
floating_reaction : 700,
floating_speed : 12,
<?php
if ( $banner_fly_in != "off") {
echo "fly_in : true,
fly_from : '".$banner_fly_in."', ";
} else {
echo "fly_in : false,";
}
?>
<?php
if ( $banner_fly_out != "off") {
echo "fly_out : true,
fly_to : '".$banner_fly_out."', ";
} else {
echo "fly_out : false,";
}
?>
popup_appear : 'show',
popup_appear_time : 0,
confirm_close : false,
confirm_close_text : 'Do you really want to close?'
} );
});
-->
</script>
<?php } ?><?php wp_footer(); ?>
<!-- END body -->
</body>
<!-- END html -->
</html> -
Hallo allerseits,
ich möchte die HTML-Code für Linksfarbe "weiß" und für mouseover Farbänderung auf "orange" haben, die HTML-Code liegt bei "Widgets" -> "Sitemap" -> "Text".
Hier die aktuelle HMTL-Code:
<h3>INSIDE DIBF</h3>
<br />
<ul>
<li><a href="http://www.dibf.org/about-us/organization"><font color="white">Organization</font></a></li>
<li><a href="http://www.dibf.org/about-us/central-board"><font color="white">Central Board</font></a></li>
<li><a href="http://www.dibf.org/zones"><font color="white">Zones</font></a></li>
<li><a href="http://www.dibf.org/about-us/commission"><font color="white">Commission</font></a></li>
<li><a href="http://www.dibf.org/about-us/administration"><font color="white">Administration </font></a></li>
</ul>Und hier das Bild (siehe in den Anhang).
Würde mich auf eure Hilfe freuen, danke.
-
Danke für eure Antworten, ich habe noch mal bei 1&1 Mail gelesen. PHP Version 5.5 ist kostenpflichtig, bei 5.6 nicht. Da habe ich schnell übergesehen. Nun ist meine Website auf PHP Version 5.6 eingestellt (alte war 5.5) und hat´s gut geklappt.
Hille: In Ordnung, ich werde diese Plugin entfernen weil ich auf PHP Version 7.0 upgraden möchte.
Danke nochmal für Eure Mühe! :)
-
Die Website ist schon mit WordPress 4.7 Upgrade gemacht worden. (nicht mit 1&1 verbunden, sondern manuell mit FTP installiert/updated) Heute habe ich die Mail von 1&1 bekommen, dass ich die PHP von 5.6 auf 7.0 upgraden soll, sonst wird die Gebühr anfallen.
Nach der PHP-Upgrade auf Version 7.0 bei 1&1 ist die Website down. Die Webseite zeigt nur diesen Text:
Fatal error: Redefinition of parameter $foo in /homepages/3/d595730925/htdocs/wp-content/plugins/simple-subscribe/libs/Nette/Nette.min.php on line 6920
Was soll ich nun machen? Backup durch VaultPress habe ich schon durchgeführt, es bleibt gleiche Meldung in der Website.
Danke für eure Hilfe! -
Mein Wunsch ist, die Linksfarbe inkl. mouseover Linksfarbänderung und unterstreichende Linkstexte in der Fußseite (Spalte) (Theme -> Widgets -> Sitemap -> Text) einzubauen. OHNE die Einfluss von Linksfarbe etc. auf die andere Widgets, usw. zu machen.
Versuche ständig mit verschiedene Codes, es klappt aber nicht.
Welche html-code wäre richtig?
Hier HTML:
<h3>INSIDE DIBF</h3>
<br />
<ul>
<li><a href="http://www.dibf.org/about-us/organization"><font color="white">> Organization</font></a></li>
<li><a href="http://www.dibf.org/about-us/central-board"><font color="white">> Central Board</font></a></li>
<li><a href="http://www.dibf.org/zones"><font color="white">> Zones</font></a></li>
<li><a href="http://www.dibf.org/about-us/commission"><font color="white">> Commission</font></a></li>
<li><a href="http://www.dibf.org/about-us/administration"><font color="white">> Administration </font></a></li>Danke für Eure Hilfe!