WebDev22
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Creating subdirectories without an actual pageAren’t categories just for posts? These will be pages.
Forum: Fixing WordPress
In reply to: Creating subdirectories without an actual pageIt’s not really for navigation. It’s my understanding they want to group some content into a separate section from the rest of the site. Most of the content falls under the root, but they’d like the new stuff under a subdirectory.
Forum: Fixing WordPress
In reply to: Clicking on fourth-level nav shrinks left navigationMore on this: we’re using the Genesis Menu system to create this left navigational menu, which sits in “Sitemap Left Menu” and goes four levels deep.
Forum: Fixing WordPress
In reply to: Clicking on fourth-level nav shrinks left navigationYep, sorry. This is a site that’s sitting on a test server at the moment and uses the Genesis framework. Plugins include the following:
Custom Post Type Order
Gravity Forms
Modernizr
NextGEN Gallery
Posts 2 Posts
Sociable for WordPress 3.0
Twitter Facebook Social Share
WordPress SEOForum: Plugins
In reply to: Plugin for invoicingI actually just read about those two plugins, but wanted to make sure I wasn’t missing anything else that might be worth considering. Thanks for the post.
Forum: Fixing WordPress
In reply to: Job Recruiting software for recruiting company@threestyler – Thanks for the suggestion. I’ll check it out. So far everything I’ve found seems to be for companies wanting to post job openings for their own company. We’re building this for an actual recruiting company.
Forum: Fixing WordPress
In reply to: Best video players that support smilIt’s been a few days. I just thought I’d post something to see if anyone had any suggestions.
Forum: Fixing WordPress
In reply to: Best video players that support smilActually, I have the videos hosted on a CDN, so there’s not a need to upload the videos to WordPress. I just need a player to plug in the smil file. Thanks for any advice.
Forum: Fixing WordPress
In reply to: How to use Custom Redirect URI field?Thanks for the heads up.
Forum: Fixing WordPress
In reply to: How to use Custom Redirect URI field?I tried to register, but I’m just a hired person on a development team and don’t want to ask for the necessary requirements regarding the theme purchase.
Forum: Fixing WordPress
In reply to: How to use Custom Redirect URI field?Does Genesis have a built-in redirect function?
I added the plugin to our WordPress site. Where can I find information on how to add/edit/delete the categories and products? Thanks.
Forum: Fixing WordPress
In reply to: Developing on live WordPress siteI’m so inclined to just install Catablog on the live site and forget about having to install everything locally. The site doesn’t get a ton of traffic and I should only be affecting part of the site.
Forum: Fixing WordPress
In reply to: Developing on live WordPress site1. use a local address with the same number of characters as the real site and do the search & replace on the text file as before – so if the real site is “http://www.thisistheurl.com” make the local site: “http://www.thisistheurl.loc” and add a rule to the PC’s hosts file to point that domain at 127.0. 0 1 so the PC doesn’t go off to a dns server look up for a non-existent address.
@cubecolour – I’m going to try this approach and am just wondering how the number of characters factors in.
Forum: Fixing WordPress
In reply to: Developing on live WordPress siteI didn’t see anything out of order under settings -> media. Both ‘Uploading Files’ fields are blank. I’m looking into cubecolour’s suggestions.