Forum Replies Created

Viewing 15 replies - 16 through 30 (of 36 total)
  • Thread Starter WeDivine

    (@wedivine)

    This is from the child theme, I edited the header to make it responsive, as well as remove a gray part that the theme had left over.

    I tried those edits, and my page is still squeezed. Do you have any other ideas of what to do?

    Thread Starter WeDivine

    (@wedivine)

    Hey I really don’t really know what I am doing, could you please elaborate? Here is my header code

    <?php
    /**
     * @package Coraline
     * @since Coraline 1.0
     */
    ?><!DOCTYPE html>
    <!--[if IE 6]>
    <html id="ie6" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if IE 8]>
    <html id="ie8" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if (!IE)]><!-->
    <html <?php language_attributes(); ?>>
    <!--<![endif]-->
    
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    
    <link rel="profile" href="https://gmpg.org/xfn/11" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    <?php wp_head(); ?>
    </head>
    
    <body <?php body_class(); ?>>
    <div id="container" class="hfeed contain">
    <?php do_action( 'before' ); ?>
    	<div id="header">
    		<div id="masthead" role="banner">
    			<?php $heading_tag = ( is_home() || is_front_page() ) ? 'h1' : 'div'; ?>
    
    				<span>
    
    				</span>
    			</<?php echo $heading_tag; ?>>
    			<div id="site-description"><?php bloginfo( 'description' ); ?></div>
    		</div><!-- #masthead -->
    
    		<div id="branding">
    			<?php
    				// Check to see if the header image has been removed
    				if ( '' != get_header_image() ) :
    			?>
    
    				<?php
    					// The header image
    					// Check if this is a post or page, if it has a thumbnail, and if it's a big one
    					if ( is_singular() && has_post_thumbnail() && ( /* $src, $width, $height */ $image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'post-thumbnail' ) ) && $image[1] >= HEADER_IMAGE_WIDTH ) :
    						// Houston, we have a new header image!
    						the_post_thumbnail();
    					else : ?>
    					<img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" />
    				<?php endif; // end check for featured image or standard header ?>
    
    			<?php endif; // end check for removed header image ?>
    		</div><!-- #branding -->
    		<div id="access" role="navigation">
    		  <?php /*  Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
    			<div class="skip-link screen-reader-text"><a href="#content">"><?php _e( 'Skip to content', 'coraline' ); ?></a></div>
    			<?php /* Our navigation menu.  If one isn't filled out, wp_nav_menu falls back to wp_page_menu.  The menu assiged to the primary position is the one used.  If none is assigned, the menu with the lowest ID is used.  */ ?>
    			<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
    		</div><!-- #access -->
    	</div><!-- #header -->
    
    	<div id="content-box">
    
    </header>

    Here is the style css

    /*
    Theme Name:     Coraline Child
    Theme URI:      wedivine.org
    Description:    Child theme for the Coraline
    Author:         WeDivine
    Author URI:     wedivine.org
    Template:       coraline
    Version:        3.5.1
    */
    
    @import url("../coraline/style.css");
    
    #access a {
    color: green;
    font-size: 13px;
    font-family: Cambria;
    display: block;
    line-height: 3.333em;
    padding-bottom: 0;
    padding-left: 1.2125em;
    padding-right: 1.2125em;
    padding-top: 0;
    text-decoration: none;
    }
    
    #submenu a {
        color: #FFFFFF;
        font-size: 30px
        font-weight: bold;
        padding: 3px 5px 3px 7px;
        text-shadow: 0 1px 0 #555555;
    }
    #submenu a:hover {
        text-shadow: 1px 1px 1px #000000;
    }
    
    #access {
      margin-top: 50px;
    }
    
    .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
        border-radius: none !important;
        box-shadow: none !important;
    }
    
    #branding img {
       border: none;
    }
    
    #footer, #footer a {
     color: #F660AB;
    }

    [Please use the code buttons – backticks are not the same as single quotes]

    Thank you again

    Thread Starter WeDivine

    (@wedivine)

    Hey thank you very much, my video looks fine now! ??

    This is a total newb question, but what is a markup? It is very confusing to me, the code is intimidating, I am trying to figure it out but not sure.

    Also, what would the closing tag be? Again, I am a complete newb and very intimidated by code.

    All your help is much appreciated ??

    Thank you again

    Thread Starter WeDivine

    (@wedivine)

    Thank you for respnding so promptly!

    I used text mode with video, still not working. Any ideas? I think this page is squeezed together for some reason.

    Also I put the site in for validation and it doesn’t match my child theme…are these errors located in my themes css or the child theme?

    Thank you

    Thread Starter WeDivine

    (@wedivine)

    Only to the child theme. Here is the code.

    /*
    Theme Name:     Coraline Child
    Theme URI:      wedivine.org
    Description:    Child theme for the Coraline
    Author:         WeDivine
    Author URI:     wedivine.org
    Template:       coraline
    Version:        3.5.1
    */
    
    @import url("../coraline/style.css");
    
    #access a {
    color: green;
    font-size: 13px;
    font-family: Cambria;
    display: block;
    line-height: 3.333em;
    padding-bottom: 0;
    padding-left: 1.2125em;
    padding-right: 1.2125em;
    padding-top: 0;
    text-decoration: none;
    }
    
    #submenu a {
        color: #FFFFFF;
        font-size: 30px
        font-weight: bold;
        padding: 3px 5px 3px 7px;
        text-shadow: 0 1px 0 #555555;
    }
    #submenu a:hover {
        text-shadow: 1px 1px 1px #000000;
    }
    
    #access {
      margin-top: 50px;
    }
    
    .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
        border-radius: none !important;
        box-shadow: none !important;
    }
    
    #branding img {
       border: none;
    }
    
    #footer, #footer a {
     color: #F660AB;
    }

    ….

    Btw are you a yogi, like in the spiritual sense? Very curious considering the nature of this website ??

    Thank you so much

    Thread Starter WeDivine

    (@wedivine)

    I have one other huge problem, my site is squeezed together, out of allignment. It doesn’t take up the whole screen, the sides are empty. I cannot figure out how to fix this problem. Do you know?

    Thread Starter WeDivine

    (@wedivine)

    Ok thank you!

    Thread Starter WeDivine

    (@wedivine)

    Hmm ok. I think I didn’t phrase that correctly, what I would like to do is move the whole sidebar to the right, so that the page would look balanced. Do you kno whow to do that?

    Thank you

    Thread Starter WeDivine

    (@wedivine)

    Thank you!!!!! Worked. Do you know how I can align it properly with the rest of the site? Right now it’s too far left.

    Thanks again

    Thread Starter WeDivine

    (@wedivine)

    Solved! Woohoo

    Thread Starter WeDivine

    (@wedivine)

    This video the woman does it, but withotut explaining the code

    Thread Starter WeDivine

    (@wedivine)

    Sure thank you!

    Thread Starter WeDivine

    (@wedivine)

    Hey I had three more questions for you, this site is almost done and these would finish it off! Ok, do you know how make an opt-in form always visible in the sidebar? How to convert a jpeg file into an opt in file? And how to put social media icons on the navigation bar? Your seriously my hero for helping me out ??

    Thread Starter WeDivine

    (@wedivine)

    Wonderful thank you! You are a lifesaver ??

    Thread Starter WeDivine

    (@wedivine)

    Hmm, I tried the numbers in there, still nothing. Maybe I’m doing something wrong, here’s the code underneath.

    /*
    Theme Name: Coraline Child
    Theme URI: wedivine.org
    Description: Child theme for the Coraline
    Author: WeDivine
    Author URI: wedivine.org
    Template: coraline
    Version: 3.5.1
    */

    @import url(“../coraline/style.css”);

    #access {
    margin-top: 160px;
    }

Viewing 15 replies - 16 through 30 (of 36 total)