gregfielding
Forum Replies Created
-
Forum: Plugins
In reply to: [CPT Bootstrap Carousel] Theme Conflict… How do I add JS files?That worked! thanks!
Forum: Plugins
In reply to: [CPT Bootstrap Carousel] Theme Conflict… How do I add JS files?sure. I just added it to this page
It’s the huge pics halfway down. There are a couple of dummy pics just to test.
There is a header image that isn’t loading. However, if you click on the side of the pic (where the arrow would be) then the header loads. Weird.
Forum: Fixing WordPress
In reply to: Mobile Conditional Tags… Am I Doing This Right?Here’s a simpler code to check. Is this proper usage? For some reason it only works properly about half of the time…
<?php if (wp_is_mobile() ) : ?> <div id="main" class="wrapper" style="margin:0px 2px"> <?php else : ?> <div id="main" class="wrapper"> <?php endif; ?>Thanks!
Forum: Fixing WordPress
In reply to: Mobile Conditional Tags… Am I Doing This Right?Here’s the site, if that helps… Bay Area Real Estate Trends
Forum: Fixing WordPress
In reply to: Mobile Conditional Tags… Am I Doing This Right?The first endif works IF the header image isn’t empty…
I think.
Forum: Themes and Templates
In reply to: conditional mobile tag only works sometimesJust giving this one a polite bump… is anyone else having trouble with the wp_is_mobile conditional tag? Is there a better way to do it?
Thanks!
Forum: Themes and Templates
In reply to: How Can I Make This Avatar Smaller On Mobile Devices?That did it. Thanks!
Forum: Themes and Templates
In reply to: How Can I Make This Avatar Smaller On Mobile Devices?I just played with the css, trying to change the width to a percentage. The problem is then the avatar is no longer square.
Forum: Themes and Templates
In reply to: How Can I Make This Avatar Smaller On Mobile Devices?Yeah but how would I make use of that so that it only changed on mobile devices?
I’ve used conditional tags to make my site (child theme of twenty twelve) mobile-friendly.
Like this:
‘<?php if (wp_is_mobile() ) : ?>
NEED CODE HERE
<?php else : ?>
<?php endif; ?>’The problem is that I’m trying to make it easy for my users, who are mostly novices. Asking them to activate and configure the plugin is unreasonable.
Yoast can know All In One for it’s automation, but it is much more user-friendly for novices…
Getting this as well, along with errors adding widgets in new blogs. Do you get those errors as well?
Just so it’s clear… this is with Yoast’s WordPress SEO plugin.
Works. Thanks!
Forum: Plugins
In reply to: [WP Super Cache] The pages do not match! Timestamps differ or were not found!Found the culprit: WP Survey And Quiz Tool
Thanks!
Forum: Plugins
In reply to: [WP Super Cache] The pages do not match! Timestamps differ or were not found!What’s more, this is from the code on my front page:
Array ( [headers] => Array ( [date] => Tue, 21 Jun 2011 15:29:18 GMT [server] => Apache [x-powered-by] => PHP/5.2.14 [expires] => Thu, 19 Nov 1981 08:52:00 GMT [cache-control] => no-store, no-cache, must-revalidate, post-check=0, pre-check=0 [pragma] => no-cache [vary] => Cookie,Accept-Encoding [x-pingback] => http://housingstorm.com/xmlrpc.php [set-cookie] => Array ( [0] => PHPSESSID=9d8dcfaaa070473e236a196321280aae; path=/ [1] => bp-activity-extras=value%3D25%26context%3Dmapology; expires=Wed, 22-Jun-2011 15:29:20 GMT; path=/ [2] => invite-anyone-error-data=+; expires=Fri, 17-Jun-2011 11:29:20 GMT; path=/; domain=.housingstorm.com [3] => bp-message=deleted; expires=Mon, 21-Jun-2010 15:29:19 GMT; path=/ [4] => bp-message-type=deleted; expires=Mon, 21-Jun-2010 15:29:19 GMT; path=/ ) [connection] => close [content-type] => text/html; charset=UTF-8 )Is it possible the cache-control or pragma settings are preventing caching?