Gene Robinson
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Thematic] How to use ThematicReally depends on what you mean by “update.” Both the parent and child theme are updated/upgraded individually.
Say your using a thematic child theme named ChildTheme v 1.0 and Thematic v 1.2 is released and you update Thematic. That upgrade did not affect the installed version or files contained in your child theme. The child theme was untouched.
Forum: Plugins
In reply to: [WP-FlyBox] IE[8-10] – tabs doesn't workThat script is not included with Thematic and it should not be added to Thematic’s directory structure since it will likely be overwritten next When Thematic is updated.
If you’re going to build off of Thematic you should create a child theme and not edit Thematic’s files or include your custom scripts from Thematic’s directories.
Forum: Plugins
In reply to: [WP-FlyBox] IE[8-10] – tabs doesn't workofsajd,
Are you using a child theme?
What version of Thematic is installed?
Forum: Fixing WordPress
In reply to: Broken posts pages causing 404'sI tested it and am getting the same results. I think that this is a normal behavior of WordPress.
You have created a page and assigned it as the front page in the reading settings. WordPress is treating paginated queries to the site’s root url as if they were the paginated results of that WP Page. In response to an invalid paginated request WordPress is sending you to the page itself instead of to a 404 error page.
Hope that helps demystify the odd user experience. It’s hard to say why the page views were showing up on your analytics. Oh well.
On a side note, your child theme could use some love. it looks like your loading all the super fish dropdown nav scripts for no reason. What child theme is your theme a derivative of? Sophia? Anyway if you’d like help removing those scripts serch the community forums over here Thematictheme.com i’m pretty sure that the removal of those scripts addressed over there before.
Forum: Fixing WordPress
In reply to: Broken posts pages causing 404'sHave you have tried flushing permalinks by changing the permalink structure in the wp-admin and changing them pack to your original preference?
Other than that I can see that you have used relative urls in the insterted table on the broken page. It would be better to use absolute urls.
WordPress provides plenty of help in that regard get_stylesheet_directory_uri and get_template_directory_uri for example.
It could be that your use of relative urls is leading Google’s spiders down a broken path somewhere on your site.
Forum: Themes and Templates
In reply to: [Thematic] Can't login to thematic website ?Sorry about that blue2x. It should be fixed now. If not you can contact me via thematictheme.com address it to: gene@
Forum: Themes and Templates
In reply to: Trouble Installing Thematic Child ThemeAnyone having similar issues should look here to see how Emma resolved her problem.
Forum: Themes and Templates
In reply to: [Thematic] [Theme: Thematic] Modifying post layoutHiding w/CSS. Put this in a child theme’s stylesheet:
.entry-meta, .entry-utility { display:none }OR
Removing the output completely using namespaced pluggable functions. Put this in a child theme’s functions.php
function childtheme_override_postheader_postmeta() { // defining this function overrides Thematic's thematic_postheader_postmeta() } function childtheme_override_postfooter() { // defining this function overrides Thematic's thematic_postfooter() }Sorry for the late response. Hopefully this’ll help someone else someday
Forum: Themes and Templates
In reply to: [Thematic] overriding thematic_validate_opt needlessly hardThis has been addressed here and will be in the upcoming release.
Forum: Themes and Templates
In reply to: [Thematic] Remove RSS links from Archives page?Right on. I’m glad it all worked out for you.
It’d be awesome if you have the time to give Thematic a review to let us know what your experience with the theme has been like.
Forum: Themes and Templates
In reply to: [Thematic] Remove RSS links from Archives page?I tested Scott’s code just now and it works great to remove the RSS links using the archives template in a Thematic child theme.
Are you using a child theme?
You should be placing the code Scott shared in your child theme’s functions.php
Forum: Themes and Templates
In reply to: [Thematic] Remove RSS links from Archives page?@kzaremba are you still having trouble?
Forum: Themes and Templates
In reply to: Trouble Installing Thematic Child ThemeStill no joy? I see that Scott had responded to you at ThematicTheme.com
Forum: Themes and Templates
In reply to: Trouble Installing Thematic Child ThemeYou mentioned above:
The original style.ccs
The file should be named “style.css” not “style.ccs” or was that a typo in the comment above?
Forum: Themes and Templates
In reply to: Trouble Installing Thematic Child ThemeCould is be a file naming issue. Is the stylesheet neamed style.css?
Could it possibly be a permissions issue. Is the style.css word readable? Try 644 on the stylesheet.
Also the link WPyogi offered up doesn’t work Try this one: http://thematictheme.com/forums