Andykev

Forum Replies Created

Viewing 50 posts - 101 through 150 (of 266 total)
  • Author
    Posts
  • in reply to: Small Logo won't resize header #17119
    Andykev
    Customer

      Add this to your style.css at the bottom

      /* Full width header, no widgets */
      
      .title-area .site-title a {
          background-position: center center!important;
          float:none!important;
          margin-left:auto!important;
          margin-right:auto!important;
      }

      Then change this:

      .header-image .site-title a {
      	float: left;
      	min-height: 100px;
      	width: 100%;
      }
      

      The original “min-height: 164px” matches your theme settings. You can reduce it to 100.
      The default header image size can be found in your functions.php file.

      in reply to: Small Logo won't resize header #17116
      Andykev
      Customer

        You need to upload the image you want to have as your header “logo”. Then we can check it out. With your actual image missing, anything is a guess.

        If your logo does not size properly on smaller screens (responsive) you need to add this code:

        .header-image .site-title a {		
            background-size: contain !important;
        }

        What this does is it forces your image to resize to small screens so it is not “cut off”. But depending on what you use for the logo image, it could “increase” your gap (space) between the hamburger icon menu and the image.

        Need to see it.

        in reply to: Small Logo won't resize header #17114
        Andykev
        Customer

          Greg,

          Looking at your website, the header logo is text and it looks properly spaced. On Iphone screens, the text “stacks” above the hamburger menu icon. Did you wand almost no blue showing in your header?

          /*
          Site Header
          ---------------------------------------------------------------------------------------------------- */
          
          .site-header .wrap {
          	padding: 16px 0;
          }

          This code is the same on the demo site, and on your site. If you change the 16px to 0 for example, the header gets ultra thin.

          in reply to: Epik Logo at Mobile #17088
          Andykev
          Customer
            .header-image .site-title a {		
                background-size: contain !important;
            }

            place at end of your style.css

            in reply to: sliding menu feature?? #17062
            Andykev
            Customer

              It appears from looking at their page, Chase uses Slick Slider.

              https://wordpress.org/plugins/wp-slick-slider/

              The “menu” is actually a slider, with clickable images. You can make any image click to a link to a page, thus useing it as a menu. Just style the size and other appearances as you desire with .css

              in reply to: Custom archive page/Page Template #17028
              Andykev
              Customer

                On your page settings, the Layout has “Archive” as layout option. There is also an “Archive Widget” if you want to use that on your Home page.

                The Archive PHP is in the parent theme: Genesis. In your Geneis Theme Options you can make some choices on how the Archive appears.

                <?php
                /**
                 * Genesis Framework.
                 *
                 * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
                 * Please do all modifications in the form of a child theme.
                 *
                 * @package Genesis\Templates
                 * @author  StudioPress
                 * @license GPL-2.0+
                 * @link    http://my.studiopress.com/themes/genesis/
                 */
                
                //* Template Name: Archive
                
                //* Remove standard post content output
                remove_action( 'genesis_post_content', 'genesis_do_post_content' );
                remove_action( 'genesis_entry_content', 'genesis_do_post_content' );
                
                add_action( 'genesis_entry_content', 'genesis_page_archive_content' );
                add_action( 'genesis_post_content', 'genesis_page_archive_content' );
                
                /**
                 * This function outputs sitemap-esque columns displaying all pages,
                 * categories, authors, monthly archives, and recent posts.
                 *
                 * @since 1.6
                 *
                 * @uses genesis_a11y() to check for headings choice.
                 * @uses genesis_sitemap() to generate the sitemap.
                 *
                 */
                function genesis_page_archive_content() {
                
                	$heading = ( genesis_a11y( 'headings' ) ? 'h2' : 'h4' );
                
                	genesis_sitemap( $heading );
                
                }
                
                genesis();
                <!--formatted--><!--formatted-->
                in reply to: 5 column element #17020
                Andykev
                Customer

                  Easy. Add the code to your page of choice. You need to change it to this for the page, which ADDS one more column.

                  
                  Epik
                  
                  <div class="plans">
                  <div class="plan-col">
                          <div class="plan-col-wrap">
                  		<div class="plan-head"><h4>Simple</h4></div>
                  		<div class="plan-pricing">
                  			<span class="plan-price"><sup>$</sup>45</span><span class="monthly">/mo</span>
                  		</div>
                  		<ul class="plan-list">
                  			<li><strong>100</strong> Themes</li>
                  			<li><strong>Unlimited</strong> Bandwidth</li>
                  			<li><strong>300</strong> E-mail Accounts</li>
                  			<li><strong>Free</strong> 1-800 Number</li>
                  			<li><strong>5 Free</strong>Domains</li>
                  			<li><strong>Unlimited</strong> Downloads</li>
                  		</ul>
                  		<div class="plan-button"><a href="ADD_LINK_HERE.com">Buy Now</a></div>
                  	</div>
                  </div>	
                  	
                  <div class="plan-col-popular">
                  	<div class="plan-col-wrap">
                  		<div class="plan-head"><h4>Popular</h4></div>
                  		<div class="plan-pricing">
                  			<span class="plan-price"><sup>$</sup>59</span><span class="monthly">/mo</span>
                  		</div>
                  		<ul class="plan-list">
                  			<li><strong>200</strong> Themes</li>
                  			<li><strong>Unlimited</strong> Bandwidth</li>
                  			<li><strong>300</strong> E-mail Accounts</li>
                  			<li><strong>Free</strong> 1-800 Number</li>
                  			<li><strong>5 Free</strong>Domains</li>
                  			<li><strong>Unlimited</strong> Downloads</li>
                  		</ul>
                  		<div class="plan-button"><a href="ADD_LINK_HERE.com">Buy Now</a></div>
                  	</div>
                  </div>
                  
                  <div class="plan-col">
                  	<div class="plan-col-wrap">
                  		<div class="plan-head"><h4>Great</h4></div>
                  		<div class="plan-pricing">
                  			<span class="plan-price"><sup>$</sup>99</span><span class="monthly">/mo</span>
                  		</div>
                  		<ul class="plan-list">
                  			<li><strong>300</strong> Themes</li>
                  			<li><strong>Unlimited</strong> Bandwidth</li>
                  			<li><strong>300</strong> E-mail Accounts</li>
                  			<li><strong>Free</strong> 1-800 Number</li>
                  			<li><strong>10 Free</strong>Domains</li>
                  			<li><strong>Unlimited</strong> Downloads</li>
                  		</ul>
                  		<div class="plan-button"><a href="ADD_LINK_HERE.com">Buy Now</a></div>
                  	</div>
                  </div>
                  	
                  <div class="plan-col">
                  	<div class="plan-col-wrap">
                  		<div class="plan-head"><h4>Awesome</h4></div>
                  		<div class="plan-pricing">
                  			<span class="plan-price"><sup>$</sup>199</span><span class="monthly">/mo</span>
                  		</div>
                  		<ul class="plan-list">
                  			<li><strong>500</strong> Themes</li>
                  			<li><strong>Unlimited</strong> Bandwidth</li>
                  			<li><strong>300</strong> E-mail Accounts</li>
                  			<li><strong>Free</strong> 1-800 Number</li>
                  			<li><strong>20 Free</strong>Domains</li>
                  			<li><strong>Unlimited</strong> Downloads</li>
                  		</ul>
                  		<div class="plan-button"><a href="ADD_LINK_HERE.com">Buy Now</a></div>
                  	</div>
                  </div>
                  
                  <div class="plan-col">
                  	<div class="plan-col-wrap">
                  		<div class="plan-head"><h4>Awesome</h4></div>
                  		<div class="plan-pricing">
                  			<span class="plan-price"><sup>$</sup>199</span><span class="monthly">/mo</span>
                  		</div>
                  		<ul class="plan-list">
                  			<li><strong>500</strong> Themes</li>
                  			<li><strong>Unlimited</strong> Bandwidth</li>
                  			<li><strong>300</strong> E-mail Accounts</li>
                  			<li><strong>Free</strong> 1-800 Number</li>
                  			<li><strong>20 Free</strong>Domains</li>
                  			<li><strong>Unlimited</strong> Downloads</li>
                  		</ul>
                  		<div class="plan-button"><a href="ADD_LINK_HERE.com">Buy Now</a></div>
                  	</div>
                  </div><!--formatted-->

                  It won’t look right unless you change your .css “Pricing Plan” section. You reduce the column size to 20% (it was 25%, so shaving off 5% to use for the new column). Adjust the padding as well.

                  /* 
                  20 Pricing Plans 
                  ---------------------------------------------------------------------------------------------------- */
                  
                  .plans {
                  	clear: both;
                  	margin: 0 auto;
                  	padding: 10px 0 0;
                  	text-align: center;
                  }
                  
                  .plan-col {
                  	background: #eee;
                  	float: left;
                  	font-weight: 300;
                  	padding: 0;
                  	text-align: center;
                  	vertical-align: top;
                  }
                  
                  .plan-col-popular {
                  	background: #fff;
                  	float: left;
                  	font-weight: 300;
                  	padding: 0;
                  	position: relative;
                  	text-align: center;
                  	vertical-align: top;
                  }
                  
                  .plan-col, 
                  .plan-col-popular {		
                  	width: 20%;
                  }
                  
                  .plan-col-wrap, 
                  .plan-col-popular-wrap {
                  	border: 1px solid #d3d3d3;
                  	margin: 0 auto;
                  	padding: 40px 10px;
                  }
                  
                  .plans .plan-head h4 {
                  	font-size: 20px;
                  	font-weight: 300;
                  	margin: 0 0 20px;
                  	text-transform: uppercase;
                  	text-align: center;
                  }
                  
                  .plan-head em {
                  	font-size: 14px;
                  }
                  
                  .plan-pricing {
                  	background: url(images/border-img-x.png) repeat-x scroll center bottom;
                  	clear: both;
                  	margin: 0 0 20px;
                  	padding: 0 0 20px;
                  	text-align: center;
                  } 
                  
                  .plan-price {
                  	font-size: 60px;
                  }
                  
                  .plan-price sup {
                  	font-size: 24px;
                  }
                  
                  .plan-pricing .monthly {
                  	font-size: 14px;
                  }
                  
                  .plan-list {
                  	margin: 0 0 20px;
                  	overflow: hidden;
                  }
                  
                  .plan-list li,
                  .entry-content .plan-list li {
                  	list-style: none;
                  	margin: 0 0 20px;
                  }
                  
                  .plan-button {
                  	clear: both;
                  }
                  
                  .plan-button a,
                  .entry-content .plan-button a {
                  	border-radius: 3px;
                  	-moz-border-radius: 3px;
                  	-webkit-border-radius: 3px;
                  	background: #303236;
                  	color: #fff;
                  	font-size: 18px;
                  	font-weight: 400;
                  	padding: 6px 20px 8px;
                  }
                  
                  .plan-button a:hover {
                  	-moz-transition:all .5s ease;	
                  	-o-transition:all .5s ease;	
                  	-webkit-transition:all .5s ease;
                  	opacity: .7;
                  	transition:all .5s ease;
                  	text-decoration: underline;
                  }
                  	

                  Of couse adjust colors and shading as desired.

                  in reply to: Bug in Imagery Theme #16995
                  Andykev
                  Customer

                    Robert, the “Demo” Imagery theme does not do what is happing in your video. Do you have a link to the site?

                    Have you tried

                    http://whatismyscreenresolution.net/multi-screen-test

                    to see if there is a format problem upon arriving at the desired screen size, opposed to only happening as you shrink the screen size using the mouse?

                    in reply to: Highlight parent page as active in menu #16984
                    Andykev
                    Customer

                      YES!

                      Go to “inspect element” and look at the .id for the specific menu item.

                      Then use this code in your .css to make the menu item whatever color you want.

                      li.menu-item-95 a {
                      background: #ff0000 !important;
                      font-weight: bold !important;
                      padding-left: 5px !important;
                      padding-right: 5px !important;
                      }

                      This above example will make the box bright red with bold text.
                      Adjust the padding, etc. as necessary. The important thing
                      is the ‘li.menu-item-XX a ‘ …the XX is your specific target item

                      in reply to: Changing Read More Button in EPIK #16897
                      Andykev
                      Customer

                        This will not work. Check out the WordPress codex link for a full outline of what the “read more” tag is about.

                        <p>Methodist University – Professional MBA at Pinehurst – Enrollment <!–more Listen Now!–> Audio Production, Voice Casting, Voiceover <iframe src=”https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/237319232&color=0293b0&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false” width=”100%” height=”166″ frameborder=”no” scrolling=”no”></iframe></p><!--formatted--><!--formatted-->

                        https://codex.wordpress.org/Customizing_the_Read_More

                        From the link to your site, if you want to change the “READ MORE” in the button on ALL the portfolio boxes, you need to go into the THEME FUNCTIONS and change the text from “read more” to “Listen Now!”

                        It is in this section:

                        
                         * Custom Read More link.
                         *
                         * @author Wes Straham
                         * @since 1.0.0
                         */
                        	function portfolio_read_more_link() {
                        		return '<a href="' . get_permalink() . '" rel="nofollow">Read More</a>';
                        }
                        <!--formatted--><!--formatted-->

                        You are looking for the theme Portfolio page template. again….CAREFUL doing this.

                        Once changed, ALL the boxes will have “LISTEN NOW” instead of “READ MORE”

                        It is on line 54 of your page_portfolio.php Again be careful to type and change just the area between the > < and save.

                        in reply to: Changing Read More Button in EPIK #16862
                        Andykev
                        Customer
                          in reply to: Changing Read More Button in EPIK #16861
                          Andykev
                          Customer

                            Yes, one, not both.

                            The change can easily be made in your Portfolio Page Template in your functions (page_portfolio.php). BE CAREFUL when doing this!

                            Look in this section:

                            /**
                             * Custom Read More link.
                             *
                             * @author Wes Straham
                             * @since 1.0.0
                             */
                            	function portfolio_read_more_link() {
                            		return '<a class="more-link" href="' . get_permalink() . '" rel="nofollow">Read More</a>';
                            }
                            <!--formatted-->

                            The part

                            >Read More<

                            can be changed to something else, like “Continue…” or “More..”.

                            If you use “View More”, or “Listen Now” those terms will be on all boxes. So if some are for viewing, and others are for listening, you’ll need to come up with a fairly generic term (other than “READ”) to prompt the web visitor to continue on.

                            Changing the text works on ALL the portfolio in this example. I am sure there is a way to do it individually for every conceivable post type, but that is way beond the scope of this forum.

                            You might also try using the <!-more-> tag.

                            There’s a button for it in WordPress when you are editing a post… or, you can use this: <!–more–> wherever you want the “Read More” break to be. The “more” text can be changed to anything you want, as well.

                            Just make sure to keep the “more” spot at the beginning, add a space, and then type whatever you want, like this: <!–more But wait, there’s more!–>

                            in reply to: Centering Bullet Points in a Column #16853
                            Andykev
                            Customer
                              <div class="one-third first"><div style="width: 100%; left-margin: auto; right-margin: auto;">
                              <h3><p style="color:blue">Column One</H3></p style="color:blue">
                                  <ul>
                                      <li>List item 1</li>
                                      <li>List item 2</li>
                                  </ul>
                              </div></div>
                              
                              <div class="one-third"><div style="width: 100%; left-margin: auto; right-margin: auto;">
                              <h3><p style="color:red">Column Two</H3></p style="color:red">
                                      <li>List item 1</li>
                                      <li>List item 2</li>
                                  </ul>
                              </div></div>
                              
                              <div class="one-third"><div style="width: 100%; left-margin: auto; right-margin: auto;">
                              <h3><em><p style="color:green">Column Three</H3></em></p style="color:green">
                                  <ul>
                                      <li>List item 1</li>
                                      <li>List item 2</li>
                                  </ul>
                              </div></div>
                              

                              I removed the <center> and the column heading looks better. You can see adding the size <H3> or color attribute lets you be creative in customizing. Like highlighting certain categories, products, scores, etc.

                              Enjoy! Merry Christmas.

                              in reply to: Centering Bullet Points in a Column #16851
                              Andykev
                              Customer

                                You can set the columns (two, three, four…) by changing that part.

                                Put the Bullet Points inside each column (class).

                                In a responsive view (small screen) the text will change, so be aware design wise how many columns you add on a page, and what the contents are inside the column.

                                <div style="width: 100%; left-margin: auto; right-margin: auto;">
                                    <ul>
                                        <li>List item 1</li>
                                        <li>List item 2</li>
                                    </ul>
                                </div>
                                
                                <div class="one-third first"><div style="width: 100%; left-margin: auto; right-margin: auto;">
                                    <ul>
                                        <li>List item 1</li>
                                        <li>List item 2</li>
                                    </ul>
                                </div></div>
                                
                                <div class="one-third"><div style="width: 100%; left-margin: auto; right-margin: auto;">
                                    <ul>
                                        <li>List item 1</li>
                                        <li>List item 2</li>
                                    </ul>
                                </div></div>
                                
                                <div class="one-third"><div style="width: 100%; left-margin: auto; right-margin: auto;">
                                    <ul>
                                        <li>List item 1</li>
                                        <li>List item 2</li>
                                    </ul>
                                </div></div>
                                

                                The first bullet point is outside the columns, then there are the three columns.

                                in reply to: How to center logo in the header #16846
                                Andykev
                                Customer

                                  You’re welcome!

                                  At a minimum, you could simplify it by only using this part:

                                  .title-area .site-title a {
                                    background-position: center center!important;
                                    
                                    }

                                  The float and margin may not be necessary for all themes.

                                  in reply to: How to center logo in the header #16844
                                  Andykev
                                  Customer

                                    Hi!

                                    Do this:

                                    //* Remove the header right widget area
                                    unregister_sidebar( 'header-right' );

                                    (I added the .css below w/o doing the remove header widget and it worked, so try)

                                    Add this to your .css

                                    /* Full width header, no widgets */
                                    
                                    .title-area .site-title a {
                                        background-position: center center!important;
                                        float:none!important;
                                        margin-left:auto!important;
                                        margin-right:auto!important;
                                    }
                                    in reply to: Widget location map for EPIK theme #16836
                                    Andykev
                                    Customer

                                      https://appfinite.com/topic/epik-widgets-guide/

                                      The widget guide is in the “Epik Theme Support” section of this Fourm (where you just posted your question).

                                      Have fun …Epik is an wonderful web design.

                                      in reply to: Add Widget To Page #16830
                                      Andykev
                                      Customer

                                        Everything is possible, but you are going down the path of either hiring a web person to do the design or modification for you, or doing it yourself.

                                        These .php templates in the Epik theme show how the widgets are coded. Then you will need the .css to make it look the way you want. As you might guess, it’s more involved than the scope of a website chat forum.

                                        Theme Functions (functions.php)
                                        Home Page Template (page_home.php)
                                        Landing Page Template (page_landing.php)
                                        Portfolio Page Template (page_portfolio.php)

                                        This plugin might be what you are looking for if you simply want to control where widgets show up on a page. I have used it to show a widget on one page, but excude others.

                                        Display Widgets v. 2.05

                                        https://wordpress.org/plugins/display-widgets/

                                        in reply to: Add Widget To Page #16828
                                        Andykev
                                        Customer

                                          https://www.nutsandboltsmedia.com/how-to-add-a-widget-area-to-a-page-using-genesis/

                                          This is just one site which explains the steps to add a widget to a specific page. There are other tutiorials out there as well.

                                          Studio Press has one as well.

                                          in reply to: How to make landing page full width? #16822
                                          Andykev
                                          Customer
                                            .epik-landing .wrap {
                                            	margin: 0;
                                                width: auto;
                                            max-width: none;	
                                            }
                                            

                                            On this section, remove the “margin 0;” then the footers will align in the center.
                                            Change to:

                                            .epik-landing .wrap {
                                                width: auto;
                                            max-width: none;	
                                            }
                                            in reply to: Font size issue #16816
                                            Andykev
                                            Customer

                                              Your header image does not size on small screens so you might add this as well to your .css

                                              .header-image .site-title a {		
                                                  background-size: contain !important;
                                              in reply to: Font size issue #16815
                                              Andykev
                                              Customer

                                                Or…you could change the 100% to 70% or 60%… it’s on line 161 at the beginning of your style.css

                                                in reply to: Font size issue #16814
                                                Andykev
                                                Customer

                                                  OK your first link is this:

                                                  ”http:/nathanagoodman.com/fourteen/”

                                                  /* Typographical Elements
                                                  --------------------------------------------- */
                                                  
                                                  html {
                                                  	font-size: 14px;
                                                  }
                                                  
                                                  body {
                                                  	background: #f2f2f2;
                                                  	color: #333;
                                                  	font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
                                                  	font-size: 16px;
                                                  	font-weight: 300;
                                                  	line-height: 1.625;
                                                  }
                                                  

                                                  Your existing code says “100%” which is making it fill up the available space. If you want it to be as the demo site, change it back to 14px or something you prefer size wise.

                                                  in reply to: Font size issue #16812
                                                  Andykev
                                                  Customer

                                                    Nate, your link comes back

                                                    Not found, error 404

                                                    The page you are looking for no longer exists. Perhaps you can return back to the site’s homepage and see if you can find what you are looking for. Or, you can try finding it by using the search form below.

                                                    in reply to: Text Overflowing Widget Area #16808
                                                    Andykev
                                                    Customer

                                                      padding: 0px;

                                                      Change the padding to “0px”

                                                      the “50px” is causing it to overflow.

                                                      in reply to: Text Overflowing Widget Area #16807
                                                      Andykev
                                                      Customer

                                                        Sorry, missing something. Didn’t quite work. It contains the text, until the very smallest screen. Need to look again.

                                                        in reply to: Text Overflowing Widget Area #16806
                                                        Andykev
                                                        Customer
                                                          display: inline-block;
                                                          min-width: 100%;
                                                          color: #FFF;
                                                          font-size: 28px;
                                                          font-weight: 500;
                                                          padding: 50px;
                                                          text-shadow: 1px 1px #000;
                                                          text-align: left;
                                                          margin-top: 10px;
                                                          margin-right: 150px;

                                                          Yes, change the code to above. You have min-width: 203px which locks it from being responsive. Once the screen shrinks the code (203px) is what it’s being told to do…so it keeps the text that size. Using a percentage % commands that the text or image will adjust to that size based on given screen.

                                                          Hope that helps.

                                                          in reply to: Responsive Center Logo #16794
                                                          Andykev
                                                          Customer

                                                            I think you have it just about right. If you go to this nifty website and enter the URL for your website, it gives you a view (test) image on any device. Great to see how your site looks on different devices.

                                                            http://responsivetest.net/#u=http://www.loyelstudios.com/|640|1136|2

                                                            Happy Thanksgiving!

                                                            in reply to: Responsive Center Logo #16778
                                                            Andykev
                                                            Customer

                                                              I would go back to the width 100% or you could try 90%: (line 2055)

                                                              .header-image .site-title a {
                                                              float: left;
                                                              min-height: 164px;
                                                              width: 100%;
                                                              }

                                                              I looked and didn’t find this bit of code at the bottom of your css. This added code shrinks your logo when viewed on small screens:

                                                              .header-image .site-title a {
                                                              background-size: contain !important;

                                                              I just tried it on your site (using Chrome) and it looked fine, centered, and sharp image.

                                                              🙂

                                                              in reply to: Need Help – Urgent! #16768
                                                              Andykev
                                                              Customer

                                                                Line 155 add some padding “padding-top: 160px”

                                                                body {
                                                                	background-color: #fff;
                                                                	color: #333;
                                                                	font-family: Open Sans, sans-serif;
                                                                	font-size: 20px;
                                                                	font-size: 2.0rem;
                                                                	font-weight: 300;
                                                                	line-height: 1.625;
                                                                	margin: 0px;
                                                                	padding-top: 160px;
                                                                in reply to: Final Tweak #16760
                                                                Andykev
                                                                Customer

                                                                  Tony,

                                                                  I checked your URL on all three browsers and each looks the same. Do you have a cached issue?

                                                                  in reply to: Remove Secondary Nav from Homepage #16758
                                                                  Andykev
                                                                  Customer

                                                                    Since WordPress 2.1, when the static front page functionality was introduced, the blog posts index and site front page have been treated as two different query contexts, with is_home() applying to the blog posts index, and is_front_page() applying to the site front page.

                                                                    try if (is_front-page()

                                                                    ??

                                                                    in reply to: Header Logo Fuzzy #16756
                                                                    Andykev
                                                                    Customer

                                                                      Caroline,

                                                                      Per my email, you can size your logo smaller to 75% or even 50%, or any other percentage which gives you the look you want.

                                                                      Adding your “footer” image to the header was great, as the graphic part filled the container of 360px X 164px.

                                                                      Now the section you want to change from “100%” to the new size is on line 2055 of your .css

                                                                      /* Logo, hide text */
                                                                      
                                                                      .header-image .site-header .wrap {
                                                                      	padding: 0;
                                                                      }
                                                                      
                                                                      .header-image .site-title a {
                                                                      	float: left;
                                                                      	min-height: 164px;
                                                                      	width: 75%;
                                                                      }

                                                                      Now! This will look bad, the “L” at the end will be cut off..so to fix this..

                                                                      ADD THIS to the very bottom of your style.css:

                                                                      .header-image .site-title a {
                                                                          background-size: contain !important;

                                                                      Now, the newly loaded image you took from the footer and placed in the header area is responsive, and you can size it to your liking (within the container limitations, of course).

                                                                      I think it looks much sharper and fixes your concern. And I learned a lot on this playing with image formatting. Thats how I get better…working on these puzzles.

                                                                      in reply to: Header Logo Fuzzy #16755
                                                                      Andykev
                                                                      Customer
                                                                        This reply has been marked as private.
                                                                        in reply to: Header Logo Fuzzy #16753
                                                                        Andykev
                                                                        Customer
                                                                          This reply has been marked as private.
                                                                          in reply to: Change Header Color Only #16748
                                                                          Andykev
                                                                          Customer

                                                                            OK. I just checked Chrome, IE, and Firefox, and Iphone on your site. All are working fine with the space removed and the correct .css is showing.

                                                                            If you cleared your website cache, then you need to go to your website browser (computer) and clear cache / history, etc. and refresh.

                                                                            It’s been fixed and looks great..but you’ve got something stopping you from seeing your changes. This can goof things up as you make changes (the right ones) and don’t see them, so you mess with another area and so on…and that gets pretty frustrating. Sorry, can’t see what is up from your chair!

                                                                            in reply to: Change Header Color Only #16746
                                                                            Andykev
                                                                            Customer

                                                                              I just went to your site: it’s working.

                                                                              You need to clear your cache on your browser, and are you using a cache plugin? Like Yost or WP Super Cache??

                                                                              REFRESH!!

                                                                              in reply to: Change Header Color Only #16744
                                                                              Andykev
                                                                              Customer

                                                                                Bizarre

                                                                                Here is a screen shot. It works, the white space is done. This is using the “inspect element” on your browser.

                                                                                in reply to: Change Header Color Only #16742
                                                                                Andykev
                                                                                Customer

                                                                                  I just checked your website and the change is not showing up. I did it using “inspect element” and it worked, removing the white space.

                                                                                  Be sure too find the right section in your site.

                                                                                  It is line 1468 in your .css

                                                                                  Do you know how to find the line numbers?

                                                                                  Use “Better File Editor” , a plugin by Brian Petty. Install it to your website, and then using the editor will show you line numbers and you can change colors. It’s great.

                                                                                  https://wordpress.org/plugins/better-file-editor/

                                                                                  in reply to: Change Header Color Only #16740
                                                                                  Andykev
                                                                                  Customer
                                                                                    /* 
                                                                                    Home Feature BG Alt 
                                                                                    ---------------------------------------------------------------------------------------------------- */
                                                                                    
                                                                                    .home-feature-bg-alt {
                                                                                    	background: #fff;
                                                                                    }
                                                                                    
                                                                                    .home-feature-bg-alt .wrap {
                                                                                    	margin: 0 auto;
                                                                                    	overflow: hidden;
                                                                                    	padding: 120px 0 80px;
                                                                                    	width: 1140px;
                                                                                    }
                                                                                    

                                                                                    Tim,

                                                                                    Not sure where you are adding this to your .css. The above code is standard original from the Epik theme. Simply change the padding of 120 to 0px 0 80px;

                                                                                    This removes the white space. Is there a chance you are adding this to your “pink” section which you altered the colors? In other words, are you doing it twice? Or it’s causing a conflict if so?

                                                                                    I changed the color choices for my site by creating a whole new color selection, which then is available from the drop down menu in the WP customizer (Theme settings). I had to change the functions.php file to add the new “menu item”, and then I simply cut/pasted one of the existing color areas, and renamed it to my new color. This way any changes I did pertaining to color custimizations on the website would be retained in that “selection”.

                                                                                    // Create additional color style options
                                                                                    add_theme_support( 'genesis-style-selector', array( 
                                                                                    	'epik-black' 		=>	__( 'Black', 'epik' ),	
                                                                                    	'epik-blue' 		=>	__( 'Blue', 'epik' ),
                                                                                    	'epik-darkblue'		=>	__( 'Dark Blue', 'epik' ),
                                                                                    	'epik-gray' 		=> 	__( 'Gray', 'epik' ),	
                                                                                    	'epik-green' 		=> 	__( 'Green', 'epik' ),
                                                                                    	'epik-orange' 		=> 	__( 'Orange', 'epik' ), 
                                                                                    	'epik-pink' 		=> 	__( 'Pink', 'epik' ),
                                                                                    	'epik-sage' 		=> 	__( 'Sage', 'epik' ), 
                                                                                    	'epik-purple' 		=> 	__( 'Purple', 'epik' ), 
                                                                                    	'epik-red' 		=> 	__( 'Red', 'epik' ),	 
                                                                                    ) );<!--formatted--><!--formatted-->

                                                                                    The above is the color choices, and I added “sage” (a light green). Then I changed the .css to this:

                                                                                    /* Epik sage
                                                                                    --------------------------------------------- */
                                                                                     
                                                                                    .epik-sage a {
                                                                                     	color: #8f9779;
                                                                                    }
                                                                                    
                                                                                    .epik-sage .site-title a:hover {
                                                                                    	color: 	#ddd;
                                                                                    }
                                                                                    
                                                                                    .epik-sage .site-description {
                                                                                    	color: #ddd;
                                                                                    }
                                                                                    
                                                                                    .epik-sage .genesis-nav-menu a {
                                                                                    	color: #fff;
                                                                                    }
                                                                                    
                                                                                    .epik-sage .site-header .widget-area {
                                                                                    	color: #eee;
                                                                                    }
                                                                                    
                                                                                    .epik-sage .genesis-nav-menu a:hover,
                                                                                    .epik-sage .genesis-nav-menu .current-menu-item > a {
                                                                                        color: #5a604a;
                                                                                    }
                                                                                    
                                                                                    .epik-sage .nav-primary .sub-menu a:hover,
                                                                                    .epik-sage .nav-secondary .sub-menu a:hover,
                                                                                    .epik-sage .site-header .sub-menu a:hover,
                                                                                    .epik-sage .site-header .genesis-nav-menu .sub-menu .current-menu-item > a,
                                                                                    .epik-sage .genesis-nav-menu .sub-menu .current-menu-item > a,
                                                                                    .epik-sage .genesis-nav-menu .sub-menu .current-menu-item > a:hover { 
                                                                                    	color: #4a6050;
                                                                                    }
                                                                                    
                                                                                    .epik-sage h1 a,
                                                                                    .epik-sage h2 a {
                                                                                    	color: #333;
                                                                                    }
                                                                                    
                                                                                    .epik-sage h1 a:hover,
                                                                                    .epik-sage h2 a:hover {
                                                                                    	color: #8f9779;
                                                                                    }
                                                                                    
                                                                                    .epik-sage .head-wrap,
                                                                                    .epik-sage .welcome,
                                                                                    .epik-sage .home-feature-bg-dark,
                                                                                    .epik-sage .author-box,
                                                                                    .epik-sage .footer-widgets {
                                                                                    	background: #8f9779;
                                                                                    	color: #eee;
                                                                                    }
                                                                                    
                                                                                    .epik-sage .head-wrap a,
                                                                                    .epik-sage .welcome a,
                                                                                    .epik-sage .home-feature-bg-dark a,
                                                                                    .epik-sage .author-box-title,
                                                                                    .epik-sage .author-box a,
                                                                                    .epik-sage .footer-widgets a {
                                                                                    	color: #fff;
                                                                                    }
                                                                                    
                                                                                    .epik-sage .head-wrap p,
                                                                                    .epik-sage .welcome p,
                                                                                    .epik-sage .home-feature-bg-dark p,
                                                                                    .epik-sage .author-box p,
                                                                                    .epik-sage .footer-widgets p {
                                                                                    	color: #eee;
                                                                                    }
                                                                                    
                                                                                    .epik-sage .archive-pagination li a:hover,
                                                                                    .epik-sage .archive-pagination li.active a {
                                                                                    	background: #8f9779;
                                                                                    }
                                                                                    
                                                                                    .epik-sage .content .portfolio .more-link,
                                                                                    .epik-sage .plan-button a {
                                                                                    	background: #8f9779;
                                                                                    	color: #fff;
                                                                                    }
                                                                                    
                                                                                    .epik-sage .content .portfolio .more-link:hover,
                                                                                    .epik-sage .plan-button a:hover {
                                                                                    	-moz-transition: all .5s ease;
                                                                                    	-o-transition: all .5s ease;
                                                                                    	-webkit-transition: all .5s ease;
                                                                                    	opacity: .7;
                                                                                    	transition: all .5s ease;
                                                                                    }
                                                                                    
                                                                                    .epik-sage button,
                                                                                    .epik-sage input[type="button"],
                                                                                    .epik-sage input[type="reset"],
                                                                                    .epik-sage input[type="submit"],
                                                                                    .epik-sage .sidebar .enews-widget input[type="submit"],
                                                                                    .epik-sage a.button.small,
                                                                                    .epik-sage a.button.medium,
                                                                                    .epik-sage a.button.large,
                                                                                    .epik-sage .circle {
                                                                                    	background: #8f9779;
                                                                                    }
                                                                                    
                                                                                    .epik-sage .footer-widgets button,
                                                                                    .epik-sage .footer-widgets input[type="button"],
                                                                                    .epik-sage .footer-widgets input[type="reset"],
                                                                                    .epik-sage .footer-widgets .enews-widget input[type="submit"],
                                                                                    .epik-sage .footer-widgets a.button.small,
                                                                                    .epik-sage .footer-widgets a.button.medium,
                                                                                    .epik-sage .footer-widgets a.button.large,
                                                                                    .epik-sage .footer-widgets .circle {
                                                                                    	background: #111;
                                                                                    }
                                                                                    
                                                                                    .epik-sage .enews-widget input:hover[type="submit"] {
                                                                                    	-moz-transition: all .5s ease;
                                                                                    	-o-transition: all .5s ease;
                                                                                    	-webkit-transition: all .5s ease;
                                                                                    	opacity: .7;
                                                                                    	transition: all .5s ease;
                                                                                    }
                                                                                    
                                                                                    .epik-sage .footer-widgets input[type="submit"] {
                                                                                    	background: #111;
                                                                                    }
                                                                                    
                                                                                    .epik-sage .footer {
                                                                                    	background: #8f9779;
                                                                                    }
                                                                                    <!--formatted--><!--formatted-->

                                                                                    This gave me a new color scheme, added to the existing choices. I could have deleted or renamed “pink” since I would never use that (or purple).

                                                                                    Anyway, your site, when I changed just that padding, took out the white space.

                                                                                    in reply to: Header Logo Fuzzy #16738
                                                                                    Andykev
                                                                                    Customer

                                                                                      https://managewp.com/responsive-images

                                                                                      This site has some good info dealing with your fuzzy logo issue. There are a lot of things to look at, basically how you size the image, and if you are allowing WordPress to “resize” it.

                                                                                      The Epik theme, and .css are not causing the problem, and a bit more exploring is needed to check all the settings, etc.

                                                                                      On my sites, I size the logo and use Adobe to format it for the web as a .png, and when uploading I say NO to cropping. The functionts.php settings match the uploaded image exactly.

                                                                                      in reply to: How Do I Remove "View Mobile Site" Link #16737
                                                                                      Andykev
                                                                                      Customer

                                                                                        The “View Mobile Site” at the bottom (when viewed on my Iphone) gives you a toggle between two different versions of the mobile website.

                                                                                        You have a plugin (Jetpack?) which is creating their version of a mobile site, so you have two available.

                                                                                        Selecting “View Full Site” gives you the normal mobile responsive Epik site view. There is some plugin not related to Epik which is giving you that extra feature. Looks like you should disable it as it’s not necessary with Epik.

                                                                                        in reply to: Change Header Color Only #16736
                                                                                        Andykev
                                                                                        Customer

                                                                                          Tim,

                                                                                          The site looks fine when I just checked it. You remove the white space by changing just the
                                                                                          size in the padding, the first value.

                                                                                          .home-feature-bg-alt .wrap {
                                                                                              margin: 0px auto;
                                                                                              overflow: hidden;
                                                                                              padding: 0px 0px 80px;
                                                                                              width: 1140px;
                                                                                          }

                                                                                          Change the padding to 0px 0px 80px

                                                                                          in reply to: Header Logo Fuzzy #16732
                                                                                          Andykev
                                                                                          Customer

                                                                                            If I blow my screen up to bigger than 140% the header logo is a bit fuzzy. The footer logo doesn’t do this. They are not pulling the same media file from your library?

                                                                                            in reply to: Header Logo Fuzzy #16731
                                                                                            Andykev
                                                                                            Customer

                                                                                              They look the same to me…using a laptop to view.

                                                                                              in reply to: Site Not Sized Correctly For Mobile #16695
                                                                                              Andykev
                                                                                              Customer

                                                                                                On your website, right click, and a dialog box pops up. At the bottom is “inspect element”. Click that and you can see what is going on with a website. I prefer Firefox for this, but it also works in Chrome. The css shows up in the “inspection” windows, and you can change the code, colors, anything. The changes you make will vanish if you go to a different page or reload the window. This is a great way to “test” something (either finding a problem or trying a new color, or spacing, etc.). The changes do not affect the “real” website.

                                                                                                I just went to a different browser and loaded your website…it’s perfect. Your cache?

                                                                                                in reply to: Site Not Sized Correctly For Mobile #16694
                                                                                                Andykev
                                                                                                Customer

                                                                                                  Ok.

                                                                                                  At the bottom of the style.css just add this:

                                                                                                  .header-image .site-title a {
                                                                                                      background-size: contain !important;

                                                                                                  That is the code to “shrink” your image to “contain” it on small screens.

                                                                                                  The “360” part is here:

                                                                                                  /* Logo, hide text */
                                                                                                  
                                                                                                  .header-image .site-header .wrap {
                                                                                                  	padding: 0;
                                                                                                  }
                                                                                                  
                                                                                                  .header-image .site-title a {
                                                                                                  	float: left;
                                                                                                  	height: 164px;
                                                                                                  	width: 100%;
                                                                                                  }
                                                                                                  
                                                                                                  .header-image .site-title a {
                                                                                                  background-size: contain !important;
                                                                                                  }
                                                                                                  
                                                                                                  /* Widget Area
                                                                                                  --------------------------------------------- */

                                                                                                  This above section “header image site title a” is what you are looking for.

                                                                                                  In seeing your site, it works and you appear to have these in place. Clear your cache, and open up the browser again and it should work for you.

                                                                                                  in reply to: Site Not Sized Correctly For Mobile #16690
                                                                                                  Andykev
                                                                                                  Customer

                                                                                                    .css change line 2047 to “100%” you have it set at “360px” causing problem

                                                                                                    add this:

                                                                                                    .header-image .site-title a {
                                                                                                        background-size: contain !important;

                                                                                                    and the logo will properly size on small screens

                                                                                                    let me know if this worked!!

                                                                                                    Sorry but it took a bit to find this.

                                                                                                    in reply to: Site Not Sized Correctly For Mobile #16689
                                                                                                    Andykev
                                                                                                    Customer

                                                                                                      Ok I deleted your entire style.css and replaced it with a clean original Epik style.css.

                                                                                                      The site worked perfectly, and the logo properly sizes down. So that tells me that somewhere in your .css you made a change or left something out which is affecting the website.

                                                                                                      You might compare line by line and see what is causing the problem.

                                                                                                      in reply to: Site Not Sized Correctly For Mobile #16687
                                                                                                      Andykev
                                                                                                      Customer

                                                                                                        I did see the logo image (Power Law) does not “fit” on the small screen size (does not reduce fully) and tried this:

                                                                                                        .header-image .site-title a {
                                                                                                        background-size: contain !important;
                                                                                                        }

                                                                                                        This has worked for me, but something isn’t working for yours. Hummmm, still looking…

                                                                                                      Viewing 50 posts - 101 through 150 (of 266 total)