anyates25
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Why is the word "English" in my footerGolly, seems intensive, all of that for one little word.
I did deactivate all plugins. Caused a fatal error.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Why is the word "English" in my footerThere is no word English in footer file.
I deactivated newly installed plugins and checked front end after each one. Still there.
Any other suggestions. Also, no clue how to change themes and wouldn’t want to.
Thanks.
Forum: Themes and Templates
In reply to: remove header and footer from one page of my websiteGenius. Worked great. Thank you!!
Forum: Themes and Templates
In reply to: remove header and footer from one page of my websiteThe purple bar at the bottom
Forum: Themes and Templates
In reply to: remove header and footer from one page of my websiteWow, thank you! Worked like a charm. I’m wondering though, is there anyway to leave the very bottom of the footer where it says the copyright Amber&Steph…. ??
Thanks again
Forum: Themes and Templates
In reply to: change width on one page of my websiteWorked like a charm. Thank you!
Forum: Themes and Templates
In reply to: change width on one page of my websiteOk, i will update.
I entered the code above in my child css and nothing happened. :/ Please advise.
Forum: Themes and Templates
In reply to: change width on one page of my websiteI have firebug, have tried it, nothing works. And how do I upgrade? Will it affect my files at all?
Forum: Themes and Templates
In reply to: [Kvarken] How To Change Content Width On a Single Pagei’ve tried all kinds of suggestions on the forums. can’t seem to fix it. i need the width of my page https://www.amberandsteph.com/creating-your-vision to look like this page https://www.amberandsteph.com/coaching
can someone please assist me in fixing this? thanks!
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Header image isn't responsiveso you are saying i should change this:
if ( ! empty( $header_image ) ) {
echo ‘background: url(‘ . esc_url( $header_image ) . ‘) no-repeat scroll top; background-size: 1600px auto;’;to this: (what will this do?
if ( ! empty( $header_image ) ) {
echo ‘background: url(‘ . esc_url( $header_image ) . ‘) no-repeat scroll top; background-size: 1800px auto;but to get the image to be mobile responsive change it to this:
if ( ! empty( $header_image ) ) {
echo ‘background: url(‘ . esc_url( $header_image ) . ‘) no-repeat scroll top; background-size: 100% 100%;
_____________________________________________________this is all in my child’s functions.php file. if i make this change i’m not gonna cause any problems am i?
also, i went to plugin editor and all files were php. no css. :/
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Header image isn't responsivei can’t find:
/wp-content/plugins/contact-form-7/includes/css/styles.cssi went to contact form 7 plugin editor and all files are php.
that form on header is a mailchimp optin (currently non-functioning) not sure if that makes a difference.
anyway, i went to my child’s theme file funtions.php (the scary place i went last times and crashed my site! :P) and found:
<style type=”text/css” id=”twentythirteen-admin-header-css”>
.appearance_page_custom-header #headimg {
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
<?php
if ( ! empty( $header_image ) ) {
echo ‘background: url(‘ . esc_url( $header_image ) . ‘) no-repeat scroll top; background-size: 1600px auto;’;
____________________________________________Then I found the image (assitebanner121) in my header.php file of child theme. here is the file:
* Displays all of the <head> section and everything up till <div id=”main”>
*
* @package WordPress
* @subpackage Twenty_Thirteen
* @since Twenty Thirteen 1.0
*/
?><!DOCTYPE html>
<!–[if IE 7]>
<html class=”ie ie7″ <?php language_attributes(); ?>>
<![endif]–>
<!–[if IE 8]>
<html class=”ie ie8″ <?php language_attributes(); ?>>
<![endif]–>
<!–[if !(IE 7) | !(IE 8) ]><!–>
<html <?php language_attributes(); ?>>
<!–<![endif]–>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
<meta name=”viewport” content=”width=device-width”>
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<link rel=”profile” href=”https://gmpg.org/xfn/11″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
<!–[if lt IE 9]>
<script src=”<?php echo get_template_directory_uri(); ?>/js/html5.js”></script>
<![endif]–>
<?php wp_head(); ?><?php if (!is_front_page()): ?>
<style type=”text/css”>
.site-header {
background-image: url(/wp-content/themes/twentythirteen-child/images/assitebanner121-slate.jpg);
}
</style>
<?php endif; ?>
</head><body <?php body_class(); ?>>
<div style=”background: rgba(255, 255, 255, 0.25);z-index:5; width:100%; height:50px; position:relative;”>
<div style=”width:335px; height:50px; position:absolute; left: 8.75%; top: 1px; “>
<?php if (is_front_page()): ?>
<img src=”https://amberandsteph.com/wp-content/uploads/2014/04/AMBERSTEPHPNG125hearts2.png” alt=”Amber & Steph” height=”60px” width=”105%”>
<?php else: ?>
<img src=”<?php echo get_stylesheet_directory_uri(); ?>/images/AmberAndSteph-slate.png” alt=”Amber & Steph” height=”35px” width=”100%”>
<?php endif; ?>
</div><div id=”theresmore” style=”top: 0px; position: absolute; left: 57%; float: right;”>
<?php if (is_front_page()): ?>
<img src=”https://amberandsteph.com/wp-content/uploads/2014/04/somethingmorecordia125.png” width=”75%” height=”55″ alt=”Raising Consciousness” height=”30px”>
<?php else: ?>
<img src=”<?php echo get_stylesheet_directory_uri(); ?>/images/TheresMore-slate.png” alt=”Raising Consciousness” height=”30px”>
<?php endif; ?>
</div>
</div><div id=”page” class=”hfeed site”>
<header id=”masthead” class=”site-header” role=”banner”>
<?php echo do_shortcode(‘[contact-form-7 id=”50″ title=”Contact”]’) ?>
</header>
<div id=”navbar” class=”navbar” style=”background-color: #ffffff;”>
<nav id=”site-navigation” class=”navigation main-navigation” role=”navigation”>
<h3 class=”menu-toggle”><?php _e( ‘Menu’, ‘twentythirteen’ ); ?></h3>Not sure where to change since it doesn’t look exactly like you said and I have much fear of crashing my site again. ?? Thanks a million!
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Header image isn't responsiveI just put it back in, still no change so far
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Header image isn't responsiveI went back in and deleted it after it didn’t work. Does is take time or is it immediate?
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Header image isn't responsiveI pasted this at the bottom of the child’s css and nothing happened.
.site-header {
background-size: 100% 100% !important;
}any other suggestions?
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Header image isn't responsivei have 2013 with child already created. my header is a picture of me and my partner on the right side with words and opt in form on left. (see https://www.amberandsteph.com) on laptop looks fine. on a tablet/mobile it cuts me off but if i add a mobile responsive plugin it totally takes header off. i must have opt in form and image showing on mobile/tablet. do i just add code below to my child’s style.css fine?:
.site-header {
background-size: 100% 100% !important;
}i don’t want to take chances with coding the functions.php as i recently caused the “white screen of death” and had to hire someone to fix it for me.
when viewing on mobile/tablet, i want it to look like this person’s site https://www.marieforleo.com