Chip Bennett
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Different menu background color for each tabNote that you can also apply custom CSS classes to menu items.
From the Dashboard -> Appearance -> Menus page, click “Screen Options”, and ensure that the checkbox is enabled for the custom CSS classes option. Then, in each menu item, you will find a text field in which you can add custom classes.
Forum: Fixing WordPress
In reply to: Not showing content in editor(Thanks; you can disable WP_DEBUG again if you wish.)
Do you observe the same behavior if you attempt to create a new post? Or only when you attempt to edit existing posts?
Forum: Themes and Templates
In reply to: Menu dropdowns Won't Showthe theme they setup the site with is twentyeleven.
Has the Theme been modified?
Forum: Fixing WordPress
In reply to: Not showing content in editorI have activated WP_DEBUG but can’t see how to run it or find errors etc.
Go to the edit post screen. If there are any errors, they will print out on the page itself – often at the very top of the page.
Forum: Fixing WordPress
In reply to: Junk text inserted at bottom of pages with porn linksAsk your user to check your site using a different computer, and report whether he still sees the links or not.
Forum: Fixing WordPress
In reply to: Not showing content in editorCan you enable WP_DEBUG, and report any errors or notices being generated?
Forum: Fixing WordPress
In reply to: Not showing content in editorWhat do you actually see?
Forum: Fixing WordPress
In reply to: Cannot install premium theme through wordpress dashboardI’ve done experiment to compare the results:
1) when I install the theme from wordpress by picking it directly from the theme option in the dashboard, I mean APPEARANCE>THEME>search for a theme there then pick one>INSTALL — it installs successfully.
2) but when I went to wordpress.org and downloaded that same theme then saved into my hard drive, then APPEARANCE>THEME>UPLOADED the theme from my hard drive — after uploading the file, now the error comes again.To me, this sounds like a problem with your server configuration. Your hosting provider will probably have to help you figure out what the issue is.
Forum: Themes and Templates
In reply to: Featured Image in my Blog not workOkay, so I’ll assume that it is in the Loop.
Next: have you actually assigned any featured images to any Posts?
If so (or if not): what actually appears? Does your fallback image appear? i.e. do you see this:
<img src="'.get_bloginfo('template_url').'/images/thumbnail.png" alt="'.get_the_title().'" class="wp-post-image"/>'You may need to view browser source to see what is actually being output.
Forum: Fixing WordPress
In reply to: When we will get simple and transparent templates?If you encounter specific error messages, you should report them on the Theme-specific support forum for Annotum-Base, so that the developer can see and address them.
Forum: Fixing WordPress
In reply to: Junk text inserted at bottom of pages with porn linksWhat Theme are you using, and where did you get it?
Forum: Fixing WordPress
In reply to: Cannot install premium theme through wordpress dashboardAs this is a commercial Theme, you will need to consult the support offerings of the Theme developer.
Forum: Fixing WordPress
In reply to: Comments not showing upThanks Chip, hos do i just let the “pending” comments go through when posted?
You need to change your comment-approval settings.
Go to Dashboard -> Settings -> Discussion and change settings as desired.
Forum: Fixing WordPress
In reply to: When we will get simple and transparent templates?Perhaps; perhaps not.
Are you using the Theme just out-of-the-box? Any configuration/settings changes? Any code changes?
Forum: Themes and Templates
In reply to: Featured Image in my Blog not workThat all looks fine.
For the
index.phpcode: where did you put it? Is it within the Loop?What currently displays for each post? Is your fallback image displaying?