Forum Replies Created
-
AuthorPosts
-
beoleary1
MemberSusan, I found a work around, by moving the logo to a different area, thanks.
beoleary1
MemberWhere do I access this information to make the change in Sixteen Nine?
beoleary1
MemberSusan,
I would love your help. I have a solution, but the results are not fantastic. I used a Text widget in the header section to insert an image of my logo. Looks fine when you are either wide screen or iPhone, but if you are using a tablet or small monitor it looks terrible since the logo scales to fill the entire screen. You will see what I mean if you play around with your browser window size. Do you have a possible solution that can "fix" or constrain the image size?
January 11, 2014 at 11:48 am in reply to: Site no longer accessible through WordPress after Genesis update #84633beoleary1
MemberNew update, it is working fine now.
January 10, 2014 at 6:08 pm in reply to: Site no longer accessible through WordPress after Genesis update #84551beoleary1
MemberAfter deleting Genesis out of my FTP theme directory, I was able to reload and everything seems to be OK.
January 10, 2014 at 5:38 pm in reply to: Site no longer accessible through WordPress after Genesis update #84544beoleary1
MemberThanks, we had to uninstall Genesis to get back in. I am going to reload and hopefully it doesn't break.
beoleary1
MemberI contacted Google directly and they say the code needs to go directly above the closing head tag??
beoleary1
Membersolved, thanks
beoleary1
MemberSwitcher worked flawlessly, thanks!!!!!
beoleary1
MemberAndrea,
I've been running with your suggestions and settings for Super Cache for a few weeks now. When I perform a site Audit using Raven Tools, I get failing marks for my Cache Controls. Here is what it says:
RECOMMENDATION: Add an Expires or a Cache-Control Header
There are two aspects to this rule:
For static components: implement "Never expire" policy by setting far future Expires header
For dynamic components: use an appropriate Cache-Control header to help the browser with conditional requestsWeb page designs are getting richer and richer, which means more scripts, stylesheets, images, and Flash in the page. A first-time visitor to your page may have to make several HTTP requests, but by using the Expires header you make those components cacheable. This avoids unnecessary HTTP requests on subsequent page views. Expires headers are most often used with images, but they should be used on all components including scripts, stylesheets, and Flash components.
Browsers (and proxies) use a cache to reduce the number and size of HTTP requests, making web pages load faster. A web server uses the Expires header in the HTTP response to tell the client how long a component can be cached. This is a far future Expires header, telling the browser that this response won't be stale until April 15, 2010.
beoleary1
MemberAndrea,
I contacted Big Scoots and waiting to hear back, I'll let you know how it goes.
By the way, I dumped W3 Total Cache and installed instead Super Cache following your set-up instructions. My upload speed was cut to a third of what it was before. BRAVO!
I did notice my performance grade took at hit. It was 92, now it is 86. I suppose for speed there are trade-offs. On balance wouldn't speed be more important that a downgrade in performance. 86 I assume is pretty good?
Brian
beoleary1
MemberMy site was down because Bluehost botch a SSL install. Anyway, I'm back up and running. Can you suggest a good good alternative?
beoleary1
MemberIt worked! Thank you very much.
beoleary1
MemberNo effect. I tried deleting the code you supplied. Replaced it and change the color value and even played around with some other code.
blockquote,
block quote::before {
color: #999;
}blockquote {
margin: 40px 40px 24px;
margin: 4rem 4rem 2.4rem;
}blockquote::before {
content: "\201C";
display: block;
font-size: 30px;
font-size: 3rem;
height: 0;
left: -20px;
position: relative;
top: -10px;
}beoleary1
MemberWilliam - awesome advice. I installed the W3 Total Cache plug-in and my site instantly dropped from 15 secs to 4!
beoleary1
Membermy site is http://www.microsprayinternational.com
Can you recommend any plug-ins that help clean up the errors. I do not know code.
beoleary1
MemberI am looking for my footer to say:
COPYRIGHT 2013 PRIVACY POLICY
I'd like to get rid of everything else.
beoleary1
MemberThis is the second time I totally nuked my site, I had to restore from a back up. Do I totally eliminate the entire code below?
//* Customize the footer
add_filter( 'genesis_footer_output', 'sixteen_nine_custom_footer' );
function sixteen_nine_custom_footer( $output ) {$output = sprintf( '<p>%s%s</p>', __( 'Powered by ', 'sixteen-nine' ), __( 'Genesis', 'sixteen-nine' ) );
return $output;}
beoleary1
MemberNot very comfortable, but simple edits does not allow me to enter a custom link. I am not sure where in the functions file I insert this code? Do I enter all of the code shown below?
<?php
//* Do NOT include the opening php tag//* Change the footer text
add_filter('genesis_footer_creds_text', 'sp_footer_creds_filter');
function sp_footer_creds_filter( $creds ) {
$creds = '[footer_copyright] · Privacy Policy · ';
return $creds;
}beoleary1
MemberStill no luck. Could the post title have something to do with how it resizes in Sixteen Pro depending on the screen size and/or device? This aspect of it is something I like, just wish the title didn't show up as gigantic on my PC.
-
AuthorPosts