nonamer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Learning to change CSSNo I did not, unfortunately. I ended up changing my themes to make the layout fit to my liking. Good luck
Forum: Fixing WordPress
In reply to: site header being affected by .font-header changesthanks for your help, I had to adjust some other things but I appreciate you pointing out that I need to make changes in h1.entry-title
Forum: Fixing WordPress
In reply to: site header being affected by .font-header changesTheme: Make
http://www.localgreeneats.com/category/blog/
The spacing looks fine on laptop screens, it’s when the browser size or screen size is smaller the spacing increases.
Forum: Fixing WordPress
In reply to: scalable fontThanks- I have that however I want to be able to scale up and down based on devices and not have to write a media query for each device or orientation.
Forum: Themes and Templates
In reply to: blog post titleThanks for your response, I rarely have seen Make Theme makers actually answer any questions for those of us that have their theme.
Forum: Fixing WordPress
In reply to: header/footer scriptI was able to solve this on my own, with display none tags for all other pages. For the blog page, I wrote this which works:
header-content{
top: 0;
position: fixed;
}Forum: Fixing WordPress
In reply to: header/footer scriptI imagined that to be the case. Once the code is added to the header, can I make changes in CSS for the header to show only on one page? Also, how do I switch its position with my menu bar?
Forum: Fixing WordPress
In reply to: For creating my own headerCurrently in the header.php file, this is what I have:
<?php
/**
* @package Make
*/
?><!DOCTYPE html>
<!–[if lte IE 9]><html class=”no-js IE9 IE” <?php language_attributes(); ?>><![endif]–>
<!–[if gt IE 9]><!–><html class=”no-js” <?php language_attributes(); ?>><!–<![endif]–>
<head>
<?php wp_head(); ?>
</head><body <?php body_class(); ?>>
<div id=”site-wrapper” class=”site-wrapper”><?php ttfmake_maybe_show_site_region( ‘header’ ); ?>
<div id=”site-content” class=”site-content”>
<div class=”container”>Forum: Fixing WordPress
In reply to: For creating my own headerThanks for clarifying- I tried the code but it’s only showing in Mozilla and not in Chrome or IE. Do you think I need to add something for that?
Forum: Fixing WordPress
In reply to: header/footer scriptYes for this actual header, I am using header-footer-script plugin. Since it is a plugin, will it be okay to swap out old code for this? (I am hoping I don’t break my site.)
I am familiar with CSS and a little with HTML and not at all with php.
Do I add the code I posted in the header.php?
Forum: Fixing WordPress
In reply to: header/footer scriptI inserted this in the actual plugin- header- section, is that correct?
Forum: Fixing WordPress
In reply to: header/footer scriptSurya, thank you for the tip.
Is this what you mean?
<html><body style="background-color:white;"><div id="content"><h1 class="" style="text-align: center;">local Green Eats</h1> <h2 style="text-align: center;">Eat Fresh, Eat Healthy, Eat Well<img class="size-medium wp-image-2251" src="http://www.localgreeneats.com/wp-content/uploads/2016/07/IMG_3893-300x200.jpg" alt="IMG_3893" width="300" height="200" style="float: left; margin-left: 10px; margin-right: 10px;"/></h2> <p style="text-align: center;"><span style="color: #000000;">The blog will feature tried and true recipes from our kitchen. Additionally, we will seek out the best versions of recipes served in restaurants and recreate them in our home in order to share the secrets of signature dishes with you. </span></p> <p style="text-align: center;"><span style="color: #000000;">If you see a dish you want in your weekly menu, let us know. </span></p></div></body></html>Forum: Themes and Templates
In reply to: [Make] adding a second header widgetIf I create the child theme, what’s the best route to take for having a second header?
Forum: Themes and Templates
In reply to: [Make] adding a second header widgetanybody?
Forum: Fixing WordPress
In reply to: creating a custom, responsive headerCan this work for a category page? Essentially my blog posts will be categorized and sit on a ‘page’ that’s blog.
Thanks