Forum Replies Created

Viewing 15 replies - 1 through 15 (of 35 total)
  • Thread Starter paco8723

    (@paco8723)

    Hi steve, I’ll try that and see how it looks,i put the same image at 400×300 in there and it looked exactly the same. So tried ultra large to see if it changed.

    I really don’t know any coding, I was wondering if there is a plugin to change fonts in the sidebar area? Or where do I add code to change the fonts after adding text module ?

    Thanks for your help !

    I’m also using yoast seo and it works excellently !

    Forum: Fixing WordPress
    In reply to: Reduce Header Size
    Thread Starter paco8723

    (@paco8723)

    Listen buddy, If i had the premium theme why would i post it here i have the free theme, here you go here is the FREE DOWNLOAD LINK

    instead of arguing about whether I have a paid of FREE theme, which I have the FREE theme as in the above link.

    Can you not just help me reduce my header size ?? If you know how to which I’m sure you do !

    If you don’t want to click the link google colorway theme FREE and you will see.
    Thanks paco

    Forum: Fixing WordPress
    In reply to: Reduce Header Size
    Thread Starter paco8723

    (@paco8723)

    I’m actually using the free version.

    Many Thanks Paco

    Thread Starter paco8723

    (@paco8723)

    Hi i’ve been changing this code but nothing ? <!–Start Container Div–>
    <div class=”container_24 container”>
    <!–Start Header Grid–>
    <div class=”grid_24 header”.{
    height:260px;
    }

    Have i deleted some code in error ? I just want a little smaller if possible, i think i’m doing something wrong.

    Many Thanks Paco

    Thread Starter paco8723

    (@paco8723)

    Great it worked, i’m still learning but getting there slowly ?? would you know how to make the header area smaller, reduce the height ?

    Many Thanks Paco

    Thread Starter paco8723

    (@paco8723)

    MrYawn,

    Thanks a million, I will do a full site back up tomorrow before doing the complete changes, however I was putting the code in custom css I feel stupid, however thanks to your support the image now lines up in the middle.

    Again thanks a million and also thanks dadman !!

    My site

    Thread Starter paco8723

    (@paco8723)

    Thanks Dadman !!

    Thread Starter paco8723

    (@paco8723)

    <?php
    /*
    Simplify Theme’s Front Page
    Simplify Theme’s Front Page to Display the Home Page if Selected
    Copyright: 2012-2014, D5 Creation, https://www.d5creation.com
    Based on the Simplest D5 Framework for WordPress
    Since Simplify 1.0
    */

    get_header(); ?>
    <div id=”header-bottom”> </div>
    <div id=”container”>

    <h1 id=”heading”><?php echo esc_textarea(of_get_option(‘heading-text’, __(‘Welcome to the World of Creativity!’,’simplify’))); ?></h1>
    <p class=”heading-desc”><?php echo esc_textarea(of_get_option(‘heading-des’, __(‘WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.’,’simplify’))); ?>
    </div>

    <div id=”page-content”>

    </div>

    <div id=”featured-boxes”>
    </div>
    <div id=”slide”>
    <img src=”<?php echo esc_url(of_get_option(‘banner-image’, get_template_directory_uri() . ‘/images/slide-image/slide-image1.jpg’)); ?>”/>
    <?php if ( esc_url(of_get_option(‘slide-image’, get_template_directory_uri() . ‘/images/slide-image/slide-image2.jpg’)) != ” ) : ?>
    <img src=”<?php echo esc_url(of_get_option(‘slide-image’, get_template_directory_uri() . ‘/images/slide-image/slide-image2.jpg’)); ?>”/>
    <?php endif; ?>
    <?php if ( esc_url(of_get_option(‘extra-image’, get_template_directory_uri() . ‘/images/slide-image/slide-image3.jpg’)) != ” ) : ?>
    <img src=”<?php echo esc_url(of_get_option(‘extra-image’, get_template_directory_uri() . ‘/images/slide-image/slide-image3.jpg’)); ?>”/>
    <?php endif; ?>

    </div> <!– slide-container –>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class=”post” id=”post-<?php the_ID(); ?>”>
    <div class=”entry”>
    </div>
    <?php the_content(‘
    Read the rest of this entry »’); ?>
    </div>

    <?php wp_link_pages(‘before=<div id=”pagination”><b>Continue reading: </b>&after=</div>&next_or_number=number’); ?>
    <?php endwhile; else: ?>
    <?php endif; ?>
    </div>

    <?php get_template_part( ‘featured-box’ ); ?>

    <div class=”clear”></div><div class=”content-ver-sep”></div>

    <?php if (esc_html(of_get_option(‘fpost’, ‘0’)) != ‘1’): get_template_part( ‘front-page-blog’ ); endif;?>

    <?php if ( esc_textarea(of_get_option(‘bottom-quotation’, __(‘All the developers of D5 Creation have come from the disadvantaged part or group of the society. All have established themselves after a long and hard struggle in their life —– D5 Creation Team’,’simplify’))) != ” ) : ?>

    <div id=”customers-comment”>

    <?php echo esc_textarea(of_get_option(‘bottom-quotation’, __(‘All the developers of D5 Creation have come from the disadvantaged part or group of the society. All have established themselves after a long and hard struggle in their life —– D5 Creation Team’,’simplify’))); ?>

    </div>
    <?php endif; ?>

    <?php get_footer(); ?>

    Thread Starter paco8723

    (@paco8723)

    Hi both,

    my css now looks like this but no change
    13 #slide{margin: 0 auto;/*to center the slide*/}#post-16{margin: 0 auto;/*to center the About text*/
    14 }

    I know i’ve not done something correct !

    Many Thanks – Much Appreciated

    Thread Starter paco8723

    (@paco8723)

    Hi MrYawn,

    I’ve tried to add the code but I’m unsure where to insert it to align the image central,I’m a real novice so I do really appreciate your help !!

    </div>

    <div id=”page-content”>

    </div>

    <div id=”featured-boxes”>
    </div>
    <div id=”slide”>
    <img src=”<?php echo esc_url(of_get_option(‘banner-image’, get_template_directory_uri() . ‘/images/slide-image/slide-image1.jpg’)); ?>”/>
    <?php if ( esc_url(of_get_option(‘slide-image’, get_template_directory_uri() . ‘/images/slide-image/slide-image2.jpg’)) != ” ) : ?>
    <img src=”<?php echo esc_url(of_get_option(‘slide-image’, get_template_directory_uri() . ‘/images/slide-image/slide-image2.jpg’)); ?>”/>
    <?php endif; ?>
    <?php if ( esc_url(of_get_option(‘extra-image’, get_template_directory_uri() . ‘/images/slide-image/slide-image3.jpg’)) != ” ) : ?>
    <img src=”<?php echo esc_url(of_get_option(‘extra-image’, get_template_directory_uri() . ‘/images/slide-image/slide-image3.jpg’)); ?>”/>
    <?php endif; ?>

    </div> <!– slide-container –>

    Thread Starter paco8723

    (@paco8723)

    Hi Dadman great work !
    I’m a real novive to be honest and just deleted </p>
    <div id=”slide-container”> and my site now looks like this my site

    However would you be able to advise how I get the image and also move the image more central ?

    Also what do you think of the site is there any errors you can spot or improvements which can be made ??

    It is my very 1st site ever for a friend !

    Many Thanks – Much Appreciated

    Thread Starter paco8723

    (@paco8723)

    Thanks MrYawn,

    It’s nearly there I put it where you said, the text is great except I want the blue image brought to the top to replace the large empty grey space. Here

    Again Many Thanks for you help

    It’s much appreciated !!

    Thread Starter paco8723

    (@paco8723)

    Hi MrYawn,

    No mate as it ended up like this

    Thread Starter paco8723

    (@paco8723)

    Thanks Mr Yawn, I followed your help

    It looks like this

    How do I get the text lower ?

    Many Many Thanks Paco8723

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