Chip Bennett
Forum Replies Created
-
Forum: Themes and Templates
In reply to: 2011 Theme .entry-title is being overridden somewhere..Have you tried using Chrome Developer Tools or Firefox Firebug to determine what rule is taking precedence, and where that rule is being defined?
Forum: Fixing WordPress
In reply to: Malicious code?What @jan Dembowski said.
Also: what should differentiate a minified/packed version of jquery.easing from malicious, obfuscated code is that the Theme should include the non-minified/unpacked version of the file, along with the packed version.
Forum: Fixing WordPress
In reply to: How do I cancel hosting but save all website data?Backing up (and/or moving) a site consists of two aspects:
1. The files
2. The databaseYou can backup the files using FTP, or the HostGator control panel’s file manager.
You can backup the database using PHPMyAdmin or the WordPress exporter.
There are also several Plugins (free and commercial) that handle one, the other, or both of these aspects for you.
Forum: Themes and Templates
In reply to: Creating a child theme – style.css file creation problem@rachel J:
Please start your own topic. Thread-hijacking is considered highly inconsiderate, and doing so on a topic marked as “resolved” is generally ineffective, as most people will ignore “resolved” topics.
Given that this is a commercial Theme, we won’t be able to provide any Theme-specific assistance with fixing the Theme’s issues.
That said: pretty much any Theme can be fixed, if you know how to fix it. Is it worth the effort? That’s a question that only you can answer: is it cost-effective either to pay someone to fix it, or else to invest the time required to learn how to fix it yourself?
Forum: Themes and Templates
In reply to: Probleme copyright FooterUse a better Theme, rather than this one, which obviously adds spammy footer links (and probably via obfuscated code, at that), and kill code that shuts the Theme down if that code is modified.
Forum: Themes and Templates
In reply to: I'm looking theme like thisI checked 100 pages of most popular themes. But there is nothing like this.
I don’t say this to be rude: if you can’t find a Theme that resembles what you’re looking for, when you look through the most comprehensive list of free WordPress Themes available, how on earth could anybody else possibly find such a Theme?
If you’ve browsed the Theme repository, even using filters to narrow your search based on your criteria, and you still can’t find what you’re looking for, then you need to expand your search to commercial Themes, or else to custom Theme development.
Forum: Themes and Templates
In reply to: I'm looking theme like thisHave you looked through the Free Themes Directory:
http://wordpress.org/extend/themesTry filtering by color, or features, or layout, or whatever else it is that you want to emulate:
http://wordpress.org/extend/themes/tag-filter/Forum: Fixing WordPress
In reply to: Malicious code?My personal belief is that obfuscating code in a WordPress Theme template file is inherently malicious, and I would never use a Theme that has such code.
Forum: Themes and Templates
In reply to: Parse Error: .php on line 1Hi Kazzak,
As this is a commercial Theme, you should consult the support offerings of FoxhoundBandThemes, who developed this Theme.
Forum: Themes and Templates
In reply to: Looking for a theme with multiple top bar optionsAny Theme that supports Custom Navigation Menus should meet your needs, as Custom Navigation Menus can display links to Categories.
Forum: Themes and Templates
In reply to: Changing the set word header to a logoCan someone please provide some assistance as to how i remove the search box and then place the logo nicely in the centre?
One topic, one issue. You should mark this topic as resolved, and then create a new topic for this separate question.
Forum: Themes and Templates
In reply to: Creating Custom TemplatesForum: Themes and Templates
In reply to: Unable To Install ThemesWhen you say “uploading through the cpanel“, do you mean via the WordPress admin?
From the error message, it sounds like you have a file/directory permissions error.
Forum: Fixing WordPress
In reply to: Footer linksFirst, do not bump.
The Nest Theme does not include a footer navigation menu. You will have to modify the Theme in order to add one. I strongly recommend making such a change via a Child Theme.
Also, this will be a non-trivial change, as you will need to make PHP, HTML, and CSS changes in order to add a footer navigation menu.