digitalnature
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Creating a simple widgetok, I found the problem.
It was a name conflict in WP_Widget(‘categories’ …Forum: Themes and Templates
In reply to: Disable or move quote feature?problem is a conflict between the theme’s js quote function and the plugin quote function. both have the same name 🙂
so just change quote with fusion_quote or something..
Forum: Themes and Templates
In reply to: Disable or move quote feature?span.quote{ display: none !important; }Forum: Themes and Templates
In reply to: FUSION – Can’t upload logo image!it looks like your wordpress installation (not you) doesn’t have the permissions to write in that directory.
try setting a new upload directory from Settings > Misc.
Forum: Themes and Templates
In reply to: FUSION – Can’t upload logo image!can you upload stuff from the “Media” page?
Forum: Themes and Templates
In reply to: Fixed Width?the code to make the page have a fixed width:
#page{ width: 960px; }the code to make only the page content have a fixed width:
.block-content{ width: 960px; /* <- for IE6 */ max-width: 960px; }paste this in Arclite settings > user css
Forum: Themes and Templates
In reply to: Full Theme Not Loadingit looks like you mixed files from the Kubrick theme with files from Arlicte. obviously it won’t work…
Forum: Themes and Templates
In reply to: Can’t change font-size for <p> tag in Fusionyes, on the Themes page you can check if there’s a new version and upgrade automatically.
all changes you do to the theme files are lost on update. that’s why I encourage people to use that feature. if you know css you can change almost annything related to the appearance…
Forum: Themes and Templates
In reply to: Can’t change font-size for <p> tag in Fusionoh I forgot there’s some code related to this in the fusion.js file, you need to change that too.
better wait for an update, I’ll add a better ‘layout controls’..
Forum: Themes and Templates
In reply to: Can’t change font-size for <p> tag in Fusionchange the values from the left side too.
and click the “aA” link so the font-size cookie from your computer gets updated.Forum: Themes and Templates
In reply to: Can’t change font-size for <p> tag in FusionI think the top “layout controls” are interfering with the css. either disable them from the theme settings, or change the font size values from header.php
Forum: Themes and Templates
In reply to: removing the home buttonin the theme settings paste
li#nav-homelink{ display: none; }(user CSS)
Forum: Themes and Templates
In reply to: How do I add Non-Widgetized Column as Sidebaror just replace all code from sidebar-secondary.php with the content you want…
Forum: Fixing WordPress
In reply to: category pages / homepage link in top navthe code you posted above is correct, the one you wrote before wasn’t – missing }
that’s probably why he gets errorsForum: Themes and Templates
In reply to: Arclite Theme Comments Offthis already exists in Arclite 1.5+
update…