jauntberry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change Font For Page Titles?Any help would be appreciated!!
Forum: Fixing WordPress
In reply to: How To Insert A Logo/Image Into My Title Header?great, thanks all!!
Forum: Fixing WordPress
In reply to: Inserting A JPG Image Into My Blog Titlegreat , thank you!
Forum: Fixing WordPress
In reply to: How To Insert A Logo/Image Into My Title Header?Hi Anton,
I tried that but it only allows me to place an image in the corners of center of the page. I was looking to have it just to the righthand side of the title of my blog “jauntberry”. Website is: https://www.jauntberry.com . Thanks!
Forum: Fixing WordPress
In reply to: Inserting A JPG Image Into My Blog Titlesure!
i was thinking of replacing the existing “jauntberry” title with a jpg image that would have the same copy plus a small logo..
Forum: Fixing WordPress
In reply to: Upgrade Typography ?Great, thank you. I downloaded the Google Web Font plug-in. The only thing I’m trying to figure out is how to make the font for my page’s different from everything else.
Forum: Fixing WordPress
In reply to: How To Insert A Logo/Image Into My Title Header?No worries Thejas!
Can anyone help me upload / insert a jpg image into my blog title?
Forum: Fixing WordPress
In reply to: How To Insert A Logo/Image Into My Title Header?Hi –
I’m thinking that it would be easier to upload an image in replacement of my title. Currently it says “jauntberry” with a berry fruit behind the copy. I would like to remove and upload a jpg image that has my headline and image together. Is this possible?
Thanks!
Forum: Fixing WordPress
In reply to: Upgrade Typography ?i found myself on the “edit themes” area of my page. the code lists the different font styles. how do i go about downloading & adding new ones? code appears as the following:
<?php
/**
* @package WordPress
* @subpackage Constructor
*/
return array(
// sans-serif
‘Arial,Helvetica,sans-serif’,
‘”Arial Black”, Gadget,sans-serif’,
‘”Comic Sans MS”,Helvetica,sans-serif’,
‘Impact,Charcoal,sans-serif’,
‘”Lucida Sans Unicode”,”Lucida Grande”,sans-serif’,
‘”MS Sans Serif”,Geneva,sans-serif’,
‘”MS Serif”,”New York”,sans-serif’,
‘Symbol,sans-serif’,
‘Tahoma,Geneva,sans-serif’,
‘”Trebuchet MS”,Helvetica,sans-serif’,
‘Verdana,Geneva,sans-serif’,
‘Webdings,sans-serif’,
‘Wingdings,”Zapf Dingbats”,sans-serif’,// serif
‘”Book Antica”,Times,serif’,
‘”Bookman Old Style”,Times,serif’,
‘Garamond,Times,serif’,
‘Georgia,Times,serif’,
‘”Palatino Linotype”, “Book Antiqua”, Palatino, serif’,
‘”Times New Roman”,Times,serif’,// monospace
‘”Courier New”,Courier,monospace’,
‘”Lucida Console”,Courier,monospace’,
‘”Monotype Corsiva”,Courier,monospace’,
);
?>Forum: Fixing WordPress
In reply to: Upgrade Typography ?appreciate the response! like i said earlier, i’m completely new to this. anyway of walking me through how to go about this?
Forum: Fixing WordPress
In reply to: How To Insert A Logo/Image Into My Title Header?Hi, thanks for the response! Below is the code. One thing to note: I uploaded a photo to my header which I can’t figure out how to remove. It’s currently behind the title (www.jauntberry.com).
<?php
/**
* @package WordPress
* @subpackage Constructor
*/
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php wp_title(‘»’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
<link rel=”stylesheet” type=”text/css” media=”screen” href=”<?php bloginfo(‘stylesheet_url’); ?>”/>
<link rel=”stylesheet” type=”text/css” media=”print” href=”<?php echo CONSTRUCTOR_DIRECTORY_URI; ?>/print.css” />
<link rel=”stylesheet” type=”text/css” media=”only screen and (max-device-width: 480px)” href=”<?php echo CONSTRUCTOR_DIRECTORY_URI; ?>/style-480.css” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo(‘name’); ?> Atom Feed” href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>><div id=”body”>
<div id=”wrapheader” class=”wrapper”>
<div id=”header”>
<?php get_constructor_menu() ?>
<div id=”title”>
<?php if (is_home() || is_front_page()) { ?>
<h1 id=”name”>/” title=”<?php bloginfo(‘name’); echo ” » “; bloginfo(‘description’);?>”><?php bloginfo(‘name’); ?></h1>
<?php } else { ?>
<div id=”name”>/” title=”<?php bloginfo(‘name’); echo ” » “; bloginfo(‘description’);?>”><?php bloginfo(‘name’); ?></div>
<?php } ?>
<div id=”description”><?php bloginfo(‘description’);?></div>
</div>
</div>
</div><div id=”wrapcontent” class=”wrapper”>
<?php get_constructor_slideshow() ?>Forum: Fixing WordPress
In reply to: How To Insert A Logo/Image Into My Title Header?Haha, I’m new to this so not 100% sure how to go about that..