lettergrade
Forum Replies Created
-
Have you gone to Appearance > Menus to make sure your preferred menu is selected and saved? That might solve the issue with the menus.
For the slideshow, can you provide your site url so we can take a look?
Forum: Themes and Templates
In reply to: Numbers scrolling across page/sGood news!
Forum: Fixing WordPress
In reply to: wordpress barNot sure if this covers everything you need, but it might be a good start to cover customization!
How to Customize the WordPress Admin Area
How to Customize the WordPress Admin EasilyForum: Fixing WordPress
In reply to: Menu items won't highlightHey @cforcasual, you’ll be able to find specific help for this at the WooThemes Support area.
At wordpress.org, we don’t provide support for commercial themes, we leave that to the developers responsible. But good on you for digging into it!
Forum: Plugins
In reply to: [Admin Block Country] Can't download Admin Block Country 2.0Try again? It just worked for me…
Not sure myself, but here is a good source.
Forum: Fixing WordPress
In reply to: Categories wont display on home pageHi @jordangoalie! You’re using a commercial theme, so you’ll have the best luck looking for support with the theme developers or support community here: AgentPress
Unfortunately, the wordpress.org forum doesn’t support commercial themes, here’s a brief explanation:
If you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations. Doing this will provide the developer with the income they need to make WordPress awesome.
Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.
Forum: Fixing WordPress
In reply to: Can't login – redirect to HomepageI assume you’re talking about deactivating your plugins by changing the folder name using ftp? (Great first step, by the way..)
Your ftp program should allow you to do that, no problem, by selecting ‘Rename’ from your options when you have the folder selected.
If this option isn’t available to you, then you might have a server permissions problem. Are you logged in as the main admin on your hosting account?
Forum: Fixing WordPress
In reply to: WYSIWYG editor questionNo worries! Glad you were able to sort it out.
Forum: Themes and Templates
In reply to: change images in a widget via child themeEesh, sounds like you’ve exhausted all the ideas I can give you. Anyone else?
Forum: Fixing WordPress
In reply to: Providing multiple content areas in Page EditorGood luck! It’s really fun once you get going. 🙂
Forum: Themes and Templates
In reply to: Numbers scrolling across page/sSorry for the confusion, I don’t see a list of numbers on any of the pages. Have you tried in other browsers?
Forum: Everything else WordPress
In reply to: How can i create a directory in WordPress?Sorry, @thief_pl, that could mean a lot of things. Could you explain in more detail?
Forum: Themes and Templates
In reply to: Remove blank spaces!Okay, I notice that you’ve fixed the href error, but the inline styles still add a pile of space there:
<img class="alignnone size-full wp-image-232" width="200" height="206" style="position: relative; bottom: 400px; left: -45px; z-index: 99;" alt="logo" src="http://primal.fightagency.co/wp-content/uploads/2013/08/outback-logo.png">I think the space has something to do with the
bottom: 400px;
You may want to recode this template so that the image with the z-index is before the splash box, so it’s relative position isn’t sticking the placement down below. It’s a weird problem I haven’t seen before.Have you used Firebug to inspect your live css and test edit things on screen? Without access to the theme files, I can’t say why your backgrounds are missing from the reverted template, but you might be able to get some insight by using it: Inspecting WordPress with Firebug
Forum: Plugins
In reply to: Widgets and Photos GONE!I would try a fresh install of your WordPress files manually using ftp right on your server.
There are instructions here at Updating WordPress, but MAKE SURE you do not overwrite your wp-config.php file or any part of your /wp-content/ folder from your original install. You should save a copy of that folder and everything in it to yur hard drive first, just in case.