sunchiller
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [JustWrite] Social Icons not openingThank you.
It works. I figured out that I only links you to the accounts, once you have made your website public/disabled site maintenance.Forum: Themes and Templates
In reply to: Hiding page title and description (Theme: justwrite)many thanks anyway for your time and help! ??
had to delete this bit here for it to work<div class=”logo”>
” title=”<?php bloginfo( ‘title’ ); ?>” class=”logo-contents<?php ac_logo_class(); ?>”><?php ac_get_logo(); ?>
<?php
// Ads variables – Options Panel
$ad728_show = of_get_option( ‘ac_ad728_show’ );
$ad728_code = of_get_option( ‘ac_ad728_code’ );if ( $ad728_code == ” ) :
?>
<h2 class=”description”><?php bloginfo( ‘description’ ); ?></h2>
<?php endif; ?>
</div><!– END .logo –>Forum: Themes and Templates
In reply to: [JustWrite] Header – Title and description hidingGreat! Thanks so much for that fast reply!
best regardsForum: Themes and Templates
In reply to: Hiding page title and description (Theme: justwrite)sorry,
still haven’t managed to implement this successfully.
Do I go to CSS Stylesheet Editor?
What exactly do I have to type in in order for it to work?
What would the programming code be, so that it fully works at the end?Forum: Themes and Templates
In reply to: Hiding page title and description (Theme: justwrite)Thank you!
Where would you add this code in the above php?
Sorry I am a freshman ??
by browser tap I mean the field above the adress line which includes the favicon e.g. WordPress > Support …I have the option to delete the page title and description from my header which is fine to only show the background image but then the title disappears also from the tap with the favicon in it.
Forum: Themes and Templates
In reply to: Hiding page title and description (Theme: justwrite)hello. thanks for your respone. you mean to my site? i am in the development process. so haven’t launched my page.
Forum: Themes and Templates
In reply to: Hiding page title and description (Theme: justwrite)<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
<meta name=”viewport” content=”width=device-width” />
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php wp_head(); ?>
</head><body <?php body_class(); ?>>
<?php
// After the <body> tag starts hook
ac_after_body();
?><header id=”main-header” class=”header-wrap”>
<div class=”wrap”>
<div class=”top<?php ac_mini_disabled() ?>”>
<div class=”logo”>
” title=”<?php bloginfo( ‘title’ ); ?>” class=”logo-contents<?php ac_logo_class(); ?>”><?php ac_get_logo(); ?>
<?php
// Ads variables – Options Panel
$ad728_show = of_get_option( ‘ac_ad728_show’ );
$ad728_code = of_get_option( ‘ac_ad728_code’ );if ( $ad728_code == ” ) :
?>
<h2 class=”description”><?php bloginfo( ‘description’ ); ?></h2>
<?php endif; ?>
</div><!– END .logo –>