wpweaver
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Edit meta tags – description and keywordsThese are found on the Advanced Options page in the Site Options section. If you want to use a SEO plugin, then check the box telling Weaver that you are doing that.
Forum: Themes and Templates
In reply to: 2010 Weaver SupportSorry – this sort of issue is nearly impossible to diagnose from your description – especially given they worked under XAMPP. If they worked there, then transferring to the equivalent directories on a live site should work.
Forum: Themes and Templates
In reply to: Fluid WidthWeaver is fixed width, although you can change what that width is.
The upcoming version of 2010 Weaver (1.6) will allow you to add specific posts via a shortcode to any static page. You will also be able to add an arbitrary top widget to any page.
Forum: Themes and Templates
In reply to: 2010 Weaver SupportThere is an issue with 2010 Weaver 1.5.1 and using all 4 widgets in the footer. A new version is available at http://wpweaver.info if that is your problem. (Should be here on wp.org soon).
If there is another issue, please visit the forum at http://wpweaver.info and post there, including a link to the problem if possible.
Weaver 1.5 has 5 different table styles, including no borders. The table issue is difficult. Essentially, if you want to build your own style, pick the no border version, then add your own table style rules to the <HEAD> section, being sure to style every aspect – table, tr, td, th – and every option – border, margin, padding, etc. Styling tables seems to be one of the most difficult CSS challenges there is.
Forum: Fixing WordPress
In reply to: Changing the background Image of Weaver child themeWith Weaver, you should never edit the style.css file. You can do everything you might want using the <HEAD> Section on the Advanced Options page. Weaver had made tweaking the style.css file obsolete. Don’t do it!
And your background issue is solved very simply: Use the standard Appearance->Background menu from the dashboard.
Forum: Fixing WordPress
In reply to: 2010 Weaver Header problemsSorry, but govpatel gave two pieces of bad advice. First, it is ALWAYS a bad idea to mess with any style.css, and especially style-weaver.css. If you look at that file, you’ll see that it warns that the file is generated dynamically. Any time you use the Weave admin panel, that file will be refreshed. So don’t edit it!
And you really can’t edit the header.php code to move the menus because there is some complex logic that makes that really difficult. And, again, as soon as you update the Weaver theme, your changes will be lost.
——————-
You have to set the header height 0 to get rid of the default header.
If you check hide the header and description, the top space will be gone. And it looks like you already have the menu at the bottom. If you need more customizatoin, use the new HTML boxes on Advanced Options.Forum: Themes and Templates
In reply to: How To Change Menu Text Size in 2010 Weaver?Did you look at the Snippets section of the admin page? There are instructions there in Header #7. Also, in Weaver 1.5, this is very easy to do by adding a CSS rule to the Menu Text option.
Forum: Fixing WordPress
In reply to: table borders not right weaver 2010There’s a whole section on tables in the snippets tab of the Weaver admin interface.
And the new Weaver 1.5 has several alternate table styles.
Forum: Themes and Templates
In reply to: Floating Weaver menu to rightTry posting to the Weaver forum: http://wpweaver.info/forum
Forum: Themes and Templates
In reply to: 2010 Weaver SupportThere was a broken link on the download page I missed checking – the theme is there now, and should be available from wp.org soon.
It is possible that there are some plugins that don’t work with Weaver, but out of the many thousands of Weave users, that never has been a big issue. It usually has to do with something else, like not correctly setting up the plugin.
There is one of the google translation widgets that seems to want to grab the admin page, but other google translation widgets work fine.
Forum: Themes and Templates
In reply to: This Theme Doesn't render right in IE!2010 Weaver does not work properly with IE 6. Apparently a few features don’t work quite right with IE 7, but everything works with IE 8. The issue in question involves placing the header over the header image. This is the first report of that issue, and I will see if there that can be fixed.
I guess most users have given up on the attack vulnerable IE7 by now.
Forum: Themes and Templates
In reply to: 2010 Weaver SupportThe latest versions of dark sub-themes have the comment/sticky/search etc colors fixed to have good background colors.
Forum: Themes and Templates
In reply to: 2010 Weaver SupportCSS goes in the < HEAD > Section on the advanced options page.
Please see this tutorial.This was a bug, and has been fixed.