WeDivine
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Moving Sidebar to the Right (Page is Squeezed)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?
Forum: Themes and Templates
In reply to: Moving Sidebar to the Right (Page is Squeezed)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
Forum: Themes and Templates
In reply to: Moving Sidebar to the Right (Page is Squeezed)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
Forum: Themes and Templates
In reply to: Moving Sidebar to the Right (Page is Squeezed)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
Forum: Themes and Templates
In reply to: Remove Gray Bar On Top of Header-CoralineOnly 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
Forum: Themes and Templates
In reply to: Remove Gray Bar On Top of Header-CoralineI 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?
Forum: Themes and Templates
In reply to: Remove Gray Bar On Top of Header-CoralineOk thank you!
Forum: Plugins
In reply to: Allign Magic Action Box Properly In SidebarHmm 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
Forum: Fixing WordPress
In reply to: Email Opt-In Form In SidebarThank 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
Forum: Fixing WordPress
In reply to: Menu In Footer That Looks Exactly Like In HeaderSolved! Woohoo
Forum: Plugins
In reply to: Creating an Opt in Form From a PowerPoint FileThis video the woman does it, but withotut explaining the code
Forum: Themes and Templates
In reply to: [Coraline] Moving Pages Below HeaderSure thank you!
Forum: Themes and Templates
In reply to: [Coraline] Moving Pages Below HeaderHey 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 ??
Forum: Themes and Templates
In reply to: [Coraline] Moving Pages Below HeaderWonderful thank you! You are a lifesaver ??
Forum: Themes and Templates
In reply to: [Coraline] Moving Pages Below HeaderHmm, 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;
}