WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Remove Meta Data on One PostAppearance -> Editor
Select Style.CSS on the right side.
Add this at the bottom.
.meta { display: none; }Forum: Fixing WordPress
In reply to: Not having access to dashboardI’d try to reset plugins first.
Forum: Fixing WordPress
In reply to: Add Text Box For Customers For Product Personalization?Link is broke
Forum: Fixing WordPress
In reply to: Allowing comments on some old postsNever tested but manually set the post to allow posts when you edit the post. You might need to enabled Discussion setting under Screen Options on top right to see it.
Forum: Fixing WordPress
In reply to: A notification bar above the (sticky) posts)This is a complex answer, that is why I am saying you probably won’t find the answer here and might want to contact the plugin developer or to hire someone.
Forum: Fixing WordPress
In reply to: A notification bar above the (sticky) posts)You aren’t going to find an easy answer besides you need to find a plugin that does the notification bar and then modify it to go above the sticky post.
Forum: Fixing WordPress
In reply to: Should I back date new posts?I am not a Google employee or know what the algorithm says and neither does everyone else making claims for or against it.
With that said there are plenty of people that are for and against it based on their personal experience. It is up to you to research and decide if you want to go with it or not.
Forum: Fixing WordPress
In reply to: Should I back date new posts?No benefit in back dating.
Would actually be the opposite if you are looking for SEO value. The more current the post the higher the rankings. This is one reason why many people disable displaying the date/time on their posts so Google can’t tell it is old news.
Forum: Fixing WordPress
In reply to: Header errorI don’t know much about ithemes but if you didnt buy the theme from them then you probably didn’t buy the support that comes with it.
Forum: Fixing WordPress
In reply to: homepage slider not workingLooks like it is a custom theme.
Forum: Fixing WordPress
In reply to: Header errorYou would need to ask support from ithemes since this is a premium theme and we don’t have access to the code in order to help.
Forum: Fixing WordPress
In reply to: Need a quick way of creating pagesI used this plugin a few times
http://wordpress.org/extend/plugins/bulk-page-creator/
You can do all of that but I am not sure you can do different content for the pages. Just something to check out.
Forum: Fixing WordPress
In reply to: remove recent posts on home pageWhat I would do is create a new category called Featured, Sticky, Home, or whatever and attach to the posts you want on the homepage then use the plugin to exclude every other category.
Forum: Fixing WordPress
In reply to: additional url after i clicked the submit buttonWould need more info.
Can you paste the HTML that creates this link or a link to the page where it is?
Forum: Fixing WordPress
In reply to: Layout problem on forum pageIn style.css add
#spMainContainer { float: left; width: 100%; }How does that look?