lettergrade
Forum Replies Created
-
Forum: Hacks
In reply to: Categories that have extra info to themHere is a discussion about how to display the category description that you can set on the Dashboard > Post > Categories page for each category.
http://wordpress.org/support/topic/display-category-description-1?replies=6
And the function reference: http://codex.wordpress.org/Function_Reference/category_descriptionI don’t think you can set a featured image for a category in the same edit screen. What method were you planning to assign images to categories?
Forum: Plugins
In reply to: Pop-up Gallery will not openHi Icaro Vieira, you’ll probably get a quicker answer if you post your question in the support forums for your plugin. Good luck!
Forum: Fixing WordPress
In reply to: Want Decrease the Spacing after a Specific Line of TypeFor the list on the Welcome page, it looks like you’ve accidentally placed a list within a list. It’s going:
<ul> <ul> <li></li> (and so on) </ul> </ul>Try to remove the extra containing
<ul>either in the visual editor or by editing it out of the html.The span value you placed on the big W on your Web Design page is definitely causing you spacing problems. I’m not sure how to fix it as is. Why don’t you try styling a drop cap technique instead?
A few ideas:
http://css-tricks.com/snippets/css/drop-caps/
http://www.smashingmagazine.com/2012/04/03/drop-caps-historical-use-and-current-best-practices/
http://www.htmlgoodies.com/primers/html/article.php/3888236Forum: Hacks
In reply to: Grab featured images from members area?What code or method are you using to pull the featured images to your static html page?
Hi @hladdha, sounds doable but I’m a little fuzzy on details:
When you say ‘defining the class with the background manually,’ do you mean in the CSS? In that case, wouldn’t the images be uploaded in advance as part of your /images/ folder in the theme?
If you preset your different classes to correspond with different images, you wouldn’t have to upload new images by post, you could just have a custom field that allows you to select a class name.
OR, is it necessary to be able to upload new images on a post-by-post basis?
Forum: Fixing WordPress
In reply to: Village Hall Booking SystemI haven’t used any myself, but did you check out the free plugins repository? There should be a number of free ones here: http://wordpress.org/plugins/search.php?q=booking
Would love to hear what you choose in the end, and how it goes!
Forum: Fixing WordPress
In reply to: articles moved from one page to anotherMedia X’s suggestion would also work, if your category structure hasn’t been disrupted. Here’s some more info on changing your menus, if that works for you: Appearance Menus
Forum: Fixing WordPress
In reply to: articles moved from one page to anotherHave you changed your category structure at all? It looks like now ‘sales – vendite’ is a subcategory of News, which might be affecting where it shows up.
Check out the category breadcrumbs display on this post: http://www.nauticplanet.com/marinello-fisherman-16-17/
Home » News » sales – vendite » Marinello – Fisherman 16 & 17Your ‘sales – vendite’ page or template must be set up to draw a certain category, so you might have to change your category structure back to the way it was, or look at the code and see if it’s set to only grab the parent.
Forum: Themes and Templates
In reply to: Trying to Ad section/Widget to Avenue ThemeHi rockinrolla61, the Avenue theme is a commercial theme, so you can find help in your developer’s support forums.
(Just fyi: the wordpress.org forums can only support wordpress.org repository themes.)
Forum: Fixing WordPress
In reply to: The wrong back up!Hi robthemiller, what is it that you want to try to do?
Forum: Fixing WordPress
In reply to: How to Automate Posts Going to LinkedIn and TwitterWere you using a plugin, and was this plugin deactivated? Check your plugins list: Dashboard > Plugins
There, you should see which plugins are installed and which are activated. Tell us what you find, if you still need help. Might give us some clues.
Forum: Installing WordPress
In reply to: WordPress install from cPanelNo need to move it, necessarily. Once it has been built in the /wordpress/ folder, you can keep that folder name from displaying as part of the url by following the instructions here:
Giving WordPress Its Own DirectoryForum: Fixing WordPress
In reply to: Can't Edit Pages from Blog ViewIn 2013, the ‘Edit’ link appears under the page, rather than under the title (the way it does in posts). Maybe you missed it for that reason. Perhaps check again?
Forum: Fixing WordPress
In reply to: The wrong back up!If the backup your plugin provided is a database backup, then you could drop all the files from your SQL and import the correct backup files instead. (I’m sort of unclear on your answer about whether you have the RIGHT backup that you want to restore.)
Here are the details: Restoring Your Database from Backup
If there was no content to begin with anyway, you could just drop the files and reinstall, but you would lose your initial settings, if that matters.
Forum: Fixing WordPress
In reply to: Hidden text – can't expandCould you provide the url of the page you’re worried about?