wpweaver
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Weaver II] pages with posts are not paging correctlyPlease address all support questions about this theme to the main support site: http://forum.weavertheme.com
You will usually get an answer within a couple of hours.
Forum: Themes and Templates
In reply to: [Weaver II] Wrapper image only shows on home pagePlease address all support questions about this theme to the main support site: http://forum.weavertheme.com
You will usually get an answer within a couple of hours.
Forum: Themes and Templates
In reply to: [Weaver II] Header Horizontal Widget AreaPlease address all support questions about this theme to the main support site: http://forum.weavertheme.com
You will usually get an answer within a couple of hours.
Forum: Themes and Templates
In reply to: [Weaver II] Weaver II Theme for mobile is NOT WorkingPlease address all support questions about this theme to the main support site: http://forum.weavertheme.com
You will usually get an answer within a couple of hours.
Forum: Themes and Templates
In reply to: [Weaver II] User picture on postsPlease check out the support forum: http://forum.weavertheme.com for answers to Weaver II theme issues.
But you need to set up a Gravatar associated with the e-mail address you associate with your user account. This isn’t theme related, but a general WordPress feature.
Search the WordPress.org forum for more information about Gravatars.
Forum: Reviews
In reply to: [Twenty Twelve] IE7, IE8 Incompatibility Serious IssueI guess it depends on whose stats you believe, but http://www.w3counter.com/globalstats.php shows about 15% for the combined IE7/8.
And the fact that IE7/8 suck doesn’t mean one wants one’s site to look broken for over 1 in 10 of the visitors.
Whatever – I do think it is important that people considering 2012 know that it currently does not work right for a significant share of browsers.
And the reason 2012 is broken is because of the conditional CSS that IE7/8 can’t parse. So the only way to fix it in CSS would be to completely redo the 2012 menu model.
Forum: Plugins
In reply to: [RTL Tester] [Plugin: RTL Tester] weaver ii hebrew supportPlease ask on the Weaver support forum.
But the answer would be the same for any theme – how to have the visitor side and admin side use different language. I would think there were plugins for that, but there is no built-in theme support.
Forum: Plugins
In reply to: [Plugin: Tribulant Newsletter]: Some bad experiences with the companyHmm..
Weaver II follows all WP coding standards and is completely compliant. It does not do any of those things – it follows all standards with wp_head and wp_footer and enqueues scripts as per standards.
If Antionie would like to tell me specifically what he believes is non-compliant, I’d like to know.
Actually, Tribulant Newsletter is one of the very few plugins I’ve had reported as incompatible with Weaver, and most others that didn’t work required manual modification of theme code as part of their installation.
Forum: Themes and Templates
In reply to: Can't install theme. HELP!!For what it is worth, unless you have a VPS or other dedicated server, getting the message for FTP credentials means you host is running out of date and dangerous versions of a web server.
While WordPress supports FTP file access to the site, it is an indication of other issues.
I would recommend switching to a host that keeps its customers using up to date software that uses safe shared server file systems.
Forum: Themes and Templates
In reply to: [Weaver] [Theme: Weaver] how to exclude a page from the menu?Please see http://weavertheme.com/support/forum
Forum: Themes and Templates
In reply to: [Weaver] [Theme: Weaver] item slider possible?Please see http://weavertheme.com/support/forum
Forum: Themes and Templates
In reply to: How do I change themes?Please see http://weavertheme.com/support/faq – upgrade topic, or visit the support forum: http://weavertheme.com/support/forum
Forum: Themes and Templates
In reply to: [Weaver] [Theme: Weaver] Display post titlesThere is an extensive support forum: http://weavertheme.com/support/forum
We will see where the problem is. I predict this will become a commonplace issue as themes start to include advanced mobile support.
I really don’t think each and every theme should have to write a complicated plugin for each and every cache plugin to get them to work. What you propose is a very complicated task – it involves double detection of the mobile device, all without using and WordPress capabilities – which means cookies. Providing my users with yet another plugin to install and track, and so on. Not the least bit user friendly.
It does turn out that it was totally TRIVIAL to solve the problem with Quick Cache – and it even provided two different, easy solutions. But I could not solve it with W3TC, and some others either.
After beating my head against the wall over this issue, I actually believe that Quick Cache presents the easiest to use solution for most WordPress users, plus it is totally trivial to make it compatible with Weaver II. So that is my solution for my users.
Sorry. I am 100% convinced that more and more themes will be having this issue – generating multiple views from the same mobile browser and the same session. Just today I added essential user features that will mean there can be THREE or more views from the same visit from the same browser. At this point, I think it is up to you to provide the tools for modern themes to handle this situation easily.
While not ideal, this whole issue could be solved by allowing a setting to disable caching when a mobile agent is detected. Admittedly your list and my list won’t be the same (I just added a whole bunch of new tablets, for example), but it would be better than nothing.
At this point, I am going to add a notice to my theme that it will not work with WP Super Cache, and suggest an alternative cache that does have a runtime API to handle the problem.