Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Forum: Fixing WordPress
    In reply to: Header image link

    Dear thehutc71,

    Please ignore any advice I have given, as I am clearly very ignorant in suggesting to change the code for a single image.

    Don’t worry. I will not give any more advice as I am a bit confused about the tone in this thread. Maybe esmi and WPyogi would consider to make suggestions in a more polite manner, as we are here to share information?

    @ thehutc71. Good luck on the project. I am sure the others can help you from here. I was actually not try to stir things up.

    Best,

    Mia

    Forum: Fixing WordPress
    In reply to: Header image link

    Hi,

    Great to make aware of a child theme. However, since it is a minor change I simple suggested to amend the image tag to include a link, as it will not interfere with any updates, etc. But to be on the save side; have at least a back up of your header.php before amending. Or create a child theme as suggested by Esmi

    Thanks.

    Thread Starter mianelle

    (@mianelle)

    Hi,

    Thanks for your feedback. I am using this plugins: https://www.ads-software.com/plugins/galleria/ called Galleria, but not sure how to find the correct page in the Plugin Repository?

    Thanks

    Forum: Fixing WordPress
    In reply to: Header image link

    hello,

    To create an image link from your header, you will first need to go to your header.php file, which can be done via edit:

    _______

    Find:
    <img src=”https://thebayhorsemasham.co.uk/wp-content/uploads/2013/07/cropped-HEADER11.jpg&#8221; class=”header-image” width=”2000″ height=”524″ alt=””>

    Replace:

    <img src=”
    https://thebayhorsemasham.co.uk/wp-content/uploads/2013/07/cropped-HEADER11.jpg&#8221; class=”header-image” width=”2000″ height=”524″ alt=”Go to bookings”/>

    _________

    This will open a new window linking to: https://securebooking.eviivo.com/MyWebsite/details.aspx?shortname=BayHorseHG44DX

    Hope it works.

    Best,

    Mia

    Hi there,

    I have had exactly the same problem and am very puzzled by it. The way I get aorund it is to hit space for every blank line I make. So, I click enter > space

    as many times I want a blank line. I too find it a bit strange but it looks to be a bit easier than the Notepad thing.

    Good luck

    Mia

    Thread Starter mianelle

    (@mianelle)

    Hmm…. I seem to avoid the problem by making a space for every line space I want. But I will still like to get some feed back in case a clever plug-in or similar should be around for editing text and images.

    Thank you

    Forum: Fixing WordPress
    In reply to: Search Page

    Hi there,

    Your search page has it’s own php file ans is normally called search.php. This file calls to the coding in your stylesheet normally called style.css. You can from these two files edit your search page in any way you like.

    Good luck

    Mia

    Hi there,

    I have been in similar situation. If you have some plugins installed one of these could cause the problem. Try to deactivate a plug-in one by one to see whether this could cause the problem.

    Forum: Fixing WordPress
    In reply to: Search Results

    Hi there,

    You need to edit your style.scc by opening it in a text edit programe or Dreamweaver. You need to have some knowledge on PHP and HTML in order to do so. Are you familiar with this?

    Mia

    Thread Starter mianelle

    (@mianelle)

    Hi again,

    I did it! All I had to do was to modify the stylesheet. Phew…. slowly but safely. Should anyone else run into similar problems then please drop a line as it has taken me many hours to get this far ??

    thanks again

    Mia

    Thread Starter mianelle

    (@mianelle)

    hi there,

    Thank you so much for your feed back. Yes, the front page is using its own template. I have tried as suggested, and it now comes up with this:
    https://www.signsalad.com/wordpress/

    So, it has deleted the image and moved the navigation to the right. I think this has to with the style.css which I have tried to modify. But I do it in blind and have therefor pasted my coding in below:

    New tamplate file for frontpage called Indexnew.php
    <?php /* Template Name: Indexnew
    */ ?>

    <?php get_header(index); ?>

    <div id=”content”>

    <div id=”contentleft”>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <h1>” rel=”bookmark”><?php the_title(); ?></h1>
    <?php the_content(__(‘Read more’));?><div style=”clear:both;”></div>

    <!–
    <?php trackback_rdf(); ?>
    –>

    <?php endwhile; else: ?>

    <p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p><?php endif; ?>
    <?php posts_nav_link(‘ — ‘, __(‘« go back’), __(‘keep looking »’)); ?>

    </div>
    </div>

    <!– The main column ends –>

    <?php get_footer(); ?>

    Style.css (where I have inserted nav1)

    body {
    background: #FFFFFF url(images/bg.gif) repeat-x;
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0px auto 0px;
    padding: 0px;
    }

    #wrap {
    background: #FFFFFF;
    width: 960px;
    margin: 0px auto 0px;
    padding: 0px;
    }

    /************************************************
    * Hyperlinks *
    ************************************************/

    a, a:visited{
    color: #000000;
    text-decoration: none;
    }

    a:hover {
    text-decoration: underline;
    }

    /************************************************
    * Navbar *
    ************************************************/

    #navbar img a{
    margin: 0px;
    border: none;
    }

    #navbarright {
    width: 800px;
    float: right;
    text-align: right;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    }

    #navbarright li {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    }

    #navbarright ul {
    margin: 0px;
    padding: 0px;
    }

    #navbarright a, #navbarright a:visited {
    color: #000000;
    font-weight: bold;
    margin: 0px;
    padding: 6px 10px 6px 10px;
    text-decoration: none;
    }

    #navbarright a:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    }

    #navbar {
    background: #FFFFFF url(images/header.gif);
    width: 960px;
    height: 283px;
    margin: 0px auto 0px;
    padding: 0px;
    overflow: hidden;

    }

    /************************************************
    * Navbar1 *
    ************************************************/

    #navbar img a{
    margin: 0px;
    border: none;
    }

    #navbarright {
    width: 800px;
    float: right;
    text-align: right;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    }

    #navbarright li {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    }

    #navbarright ul {
    margin: 0px;
    padding: 0px;
    }

    #navbarright a, #navbarright a:visited {
    color: #000000;
    font-weight: bold;
    margin: 0px;
    padding: 6px 10px 6px 10px;
    text-decoration: none;
    }

    #navbar1right a:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    }

    #navbar1 {
    background: #FFFFFF url(images/header.gif);
    width: 960px;
    height: 283px;
    margin: 0px auto 0px;
    padding: 0px;
    overflow: hidden;
    }

    /************************************************
    * Content *
    ************************************************/

    #content {
    width: 960px;
    margin: 0px auto 0px;
    padding: 0px;
    }

    #content p{
    padding: 0px 0px 15px 0px;
    margin: 0px;
    line-height: 20px;
    }

    #content h1 {
    color: #000000;
    font-size: 16px;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    margin: 25px 0px 0px 0px;
    padding: 20px 0px 10px 0px;
    border-top: 2px solid #000000;
    }

    #content h1 a {
    color: #000000;
    text-decoration: none;
    }

    #content h1 a:hover {
    color: #00adef;
    text-decoration: none;
    }

    #content p img{
    float: left;
    border: none;
    margin-right: 15px;
    margin-bottom: 10px;
    }

    #content h2 {
    color: #000000;
    font-size: 14px;
    font-family: Arial, Verdana, Sans-Serif
    font-weight: normal;
    padding: 20px 0px 5px 0px;
    margin: 0px;
    border-bottom: 1px solid #C0C0C0;
    }

    #content h3 {
    color: #000000;
    font-size: 22px;
    font-family: Arial, Verdana, Sans-Serif
    font-weight: normal;
    margin: 25px 0px 0px 0px;
    padding: 20px 0px 10px 0px;
    }

    #content img.wp-smiley {
    float: none;
    border: none;
    padding: 0px;
    margin: 0px;
    }

    #content img.wp-wink {
    float: none;
    border: none;
    padding: 0px;
    margin: 0px;
    }

    #contentleft {
    float: left;
    width: 630px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    }

    #contentleft ol{
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 10px 0px;
    }

    #contentleft ol li{
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    }

    #contentleft ul{
    list-style-type: square;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 10px 0px;
    }

    #contentleft ul li{
    list-style-type: square;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    }

    blockquote{
    margin: 0px 25px 10px 25px;
    padding: 0px 25px 0px 10px;
    background: #E8E8E8;
    border-bottom: 1px solid #000000;
    }

    #content blockquote p{
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 0px 0px;
    }

    /************************************************
    * Left Sidebar *
    ************************************************/

    #l_sidebar {
    float: left;
    width: 225px;
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    border-top: 2px solid #000000;
    }

    #l_sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    }

    #l_sidebar ul li {
    display: inline;
    padding: 0px;
    margin: 0px;
    }

    #l_sidebar ul li a {
    display: block;
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #C0C0C0;
    }

    #l_sidebar ul li a:hover {
    background: #EFEFEF;
    color: #990000;
    }

    #l_sidebar p{
    padding: 3px 0px 0px 0px;
    margin: 0px;
    line-height: 20px;
    }

    /************************************************
    * Right Sidebar *
    ************************************************/

    #r_sidebar {
    float: right;
    width: 225px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 20px 0px;
    }

    #r_sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    }

    #r_sidebar ul li {
    display: inline;
    padding: 0px;
    margin: 0px;
    }

    #r_sidebar ul li a {
    display: block;
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    border-bottom: 0px solid #C0C0C0;
    }

    #r_sidebar ul li a:hover {
    background: #FFFFFF;
    color: #00adef;
    }

    #r_sidebar p{
    padding: 3px 0px 0px 0px;
    margin: 0px;
    line-height: 20px;
    }

    /************************************************
    * Footer Background *
    ************************************************/

    #footerbg {
    background: #555555;
    }

    /************************************************
    * Footer *
    ************************************************/

    #footer {
    width: 960px;
    height: 400px;
    background: #555555;
    color: #FFFFFF;
    margin: 0px auto 0px;
    text-align: left;
    position: relative;
    line-height: 17px;
    }

    #footer p {
    color: #FFFFFF;
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    }

    #footer h2 {
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    border-bottom: 2px solid #666666;
    padding: 0px 0px 2px 0px;
    margin: 15px 0px 0px 0px;
    text-transform: uppercase;
    }

    #footer h3 {
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    border-bottom: 2px solid #666666;
    padding: 0px 0px 2px 0px;
    margin: 15px 0px 3px 0px;
    text-transform: uppercase;
    }

    #footer a {
    color: #AAAAAA;
    text-decoration: none;
    }

    #footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
    }

    #footer ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    }

    #footer ul li {
    display: inline;
    padding: 0px;
    margin: 0px;
    }

    #footer ul li a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #666666;
    }

    #footer ul li a:hover {
    background: #333333;
    color: #FFFFFF;
    }

    #footerleft {
    background: #555555;
    float: left;
    width: 225px;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    }

    #footermiddle1 {
    background: #555555;
    float: left;
    width: 225px;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    }

    #footermiddle2 {
    background: #555555;
    float: left;
    width: 225px;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    }

    #footerright {
    background: #555555;
    float: right;
    width: 225px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    }

    /************************************************
    * Search Form *
    ************************************************/

    #searchdiv {
    margin: 0px;
    padding 0px;
    }

    #searchform {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    }

    #s {
    background: #EFEFEF url(images/search.gif);
    color: #333333;
    font-size: 11px;
    font-family: Verdana, Helvetica, Sans-Serif;
    padding: 2px;
    margin: 4px 0px 0px 0px;
    border: 1px solid #C0C0C0;
    }

    #sbutt {
    background: #878787;
    color: #FFFFFF;
    font-size: 11px;
    font-family: Verdana, Helvetica, Sans-Serif;
    padding: 1px;
    margin: 0px 0px 0px 5px;
    border: 1px solid #333333;
    }

    /************************************************
    * Comments *
    ************************************************/

    #commentblock {
    width: 430px;
    background: #E8E8E8;
    color: #000000;
    float: left;
    padding: 20px 20px 10px 20px;
    margin: 10px 0px 0px 0px;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #000000;
    }

    #commentblock ol{
    list-style-type: square;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    }

    .commentdate {
    font-size: 12px;
    padding-left: 0px;
    }

    #commentlist li p{
    margin-bottom: 8px;
    line-height: 20px;
    padding: 0px;
    }

    .commentname {
    color: #333333;
    margin: 0px;
    padding: 5px 5px 5px 0px;
    }

    .commentinfo{
    clear: both;
    }

    .commenttext {
    clear: both;
    margin: 3px 0px 10px 0px;
    padding: 20px 10px 5px 10px;
    width: 380px;
    background: #FFFFFF url(images/comment.gif) no-repeat top;
    }

    .commenttext-admin {
    clear: both;
    margin: 3px 0px 10px 0px;
    padding: 20px 10px 5px 10px;
    width: 380px;
    background: #FFFFFF url(images/comment.gif) no-repeat top;
    }

    #commentsformheader{
    padding-left: 0px;
    }

    #commentsform{
    text-align: center;
    margin: 0px;
    padding: 0px;
    }

    #commentsform form{
    text-align: left;
    margin: 0px;
    }

    #commentsform p{
    margin: 0px;
    }

    #commentsform form textarea{
    width: 99%;
    }

    p.comments_link img{
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    }

    My new header file
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml”&gt;
    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”distribution” content=”global” />
    <meta name=”robots” content=”follow, all” />
    <meta name=”language” content=”en, sv” />

    <title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ :’; } ?> <?php bloginfo(‘name’); ?></title>
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <!– leave this for stats please –>

    <link rel=”Shortcut Icon” href=”<?php echo get_settings(‘home’); ?>/wp-content/themes/vertigo-electrified/images/favicon.ico” type=”image/x-icon” />
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_get_archives(‘type=monthly&format=link’); ?>
    <?php wp_head(); ?>
    <style type=”text/css” media=”screen”>
    <!– @import url( <?php bloginfo(‘stylesheet_url’); ?> ); –>
    </style>
    </head>

    <body>

    <div id=”navbar1″>

    <div id=”navbarleft” onclick=”location.href='<?php echo get_settings(‘home’); ?>’;” style=”cursor: pointer;”>
    </div>

    <div id=”navbarright”>

      <?php wp_list_pages(‘title_li=&depth=1’); ?>

    </div>

    </div>

    I hope it makes sense and that you have the patience with me ??

    Thank you

    Hi there,

    Did chech the background image for your body? I am not familiar with your theme but maybe it calls on an image for the background, if it does you can remove the dots you dont fancy in Photoshop or an other photo editor by creating a new image you prefer.

    Hope it makes sense

    good luck

    Mia

    Thread Starter mianelle

    (@mianelle)

    erm… sorry… I didnt have the correct link to the php file… if anyone runs into similar problem drop a line as it took me a while to tweak the design ??

    Hi there, wordpress for dummies is an excellent book and the one which gave me the insight for getting started with WordPress. I think this is the easiest way for now ?? Good luck!

    Thread Starter mianelle

    (@mianelle)

    Hi again

    OK, I think its the code in the header, but I seem to get it wrong. Is this the code I need to change and if so what is the correct code if I want the Home link to call a page called frontpage.php

    <li class=”<?php echo($home_menu); ?>”>” href=”<?php echo get_settings(‘home’); ?>/”><?php _e(‘Home’, ‘inove’); ?>

    Thanks again

Viewing 15 replies - 1 through 15 (of 17 total)