lorbach
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] SliderHello JJHaar. Happy to help. Can you provide the link to your site and/or theme?
Cheers.
Forum: Themes and Templates
In reply to: [Suits] Hide page namesSounds good Andrew. Thx!
Forum: Themes and Templates
In reply to: [Suits] Hide page namesHello toddaumann. Without knowing your site/theme, I would first suggest the following…
1. Go to your Post/Page
2. View source code
3. Ctrl+F and type your Post/Page title and search
4. Then you’ll come to a line like…
<h1 class=”entry-title”>Post/Page Title</h1>5. Above entry-title is the class you need
6. Go to your Theme Editor ► style.css
7. Ctrl+F type ‘entry-title’ and search
8. If there’s no such a class, just paste this code there and save
.entry-title {
display:none;
}
9. Now the Post/Page title should be hiddenIn many cases the class is ‘entry-title’. So if it changes in Step 4, just replace ‘entry-title’ with that class.
Let us know if that helps.
Forum: Themes and Templates
In reply to: [Customizr] Social icons in each postsHello. I see Google+, Facebook Like, and Twitter on your page above the comments. Are you looking to add something else… or move those?
Forum: Themes and Templates
In reply to: [Spasalon] How remove "Home page four services section"?Hello tybocad. Happy to help… can you send over your site url and/or theme?
Cheers.
Forum: Themes and Templates
In reply to: [Customizr] Social icons in each postsI see the icons a couple of times on your page. You just need to tweak your code to reposition underneath the post.
Forum: Themes and Templates
In reply to: [Customizr] Social icons in each postsGot it. Can you share your url?
Forum: Themes and Templates
In reply to: [Customizr] Social icons in each postsOr if you’re using WordPress.com… you’ll want to use the very awesome “Publicize” feature. Which can be found in your dashboard at Settings > Sharing.
You can do some personalization here. Make sure to click the “Show buttons on > Posts” check box.
Cheers.
Forum: Themes and Templates
In reply to: [Customizr] Social icons in each postsHello. I think this plugin would probably do the trick…
http://wordpress.org/plugins/simple-social-buttons/If you’re thinking of something else, let me know.
Cheers.
Forum: Your WordPress
In reply to: Feedback on PortfolioHello reggie_winters. It looks to me like the images on the homepage may be stock art. Although they very well may be yours… their aesthetic is very different than that of your theme.
As a designer you’re going to want to infuse your own unique artwork and style into the page. Get peoples attention. Get them excited to see what you can do for them. Give them a reason to click around and ultimately hire you!
Keep at it! Cheers.
Forum: Themes and Templates
In reply to: [Sorbet] Hide author nameHello Afsori.
Should be an easy fix. Update your CSS to…
.entry-meta .meta-sep, .entry-meta .author { display: none; }
[added code tags around CSS – moderator]Cheers.
Forum: Themes and Templates
In reply to: [Parament] Parament theme More tagThe Interwebs are broken! I blame the Russians and the Olympics. Everything is a mess.
Glad to hear you’re back on track.
Forum: Themes and Templates
In reply to: [Spasalon] Font homepageHello paulinelephew. Let’s figure this out. Can you pass along your site url and/or theme?
Cheers.
Forum: Fixing WordPress
In reply to: Categories Suddenly Missing from Published PostsHello daphnedelay. Let’s figure this out!
So you’ve deleted any new and potentially troublesome plugins. That’s a good start. Which theme are you using?
Forum: Your WordPress
In reply to: New to WP – need some criticisimI would suggest sticking with a sans serif font. Mix up your sizes. Nice big H1s. Bold colors.
Here’s a good link for font usage…
http://www.hongkiat.com/blog/top-10-fonts-designers-love/Happy WPing!