Forum Replies Created
- AuthorPosts
- October 22, 2013 at 7:05 PM in reply to: Magazine-style start page with default sidebar and more – – Take 2 #1204
Not sure why you couldn’t reply to the other topic, but we’ve gone ahead and just merged the two.
Yes, with a little CSS styling we can help you make a magazine style layout, but first we need to understand exactly the following, are you trying to move the blog page to the homepage or you want posts on the homepage and the blog page as well?
It’s actually very common and respected to use different fonts for say headings and that of content paragraphs.
This won’t be changing out-of-the-box. This is definitely a job for custom CSS:
In our experience, post formats don’t have much use. In fact we’ve seen more instances of them causing annoyances than being popular.
Instead, we actually support full custom post templates to match that experience of custom page templates (http://codex.wordpress.org/Page_Templates) which is a much more robust, useful and satisfying approach.
If enough people still wanted post format support we would of course consider it.
October 21, 2013 at 6:10 PM in reply to: Magazine-style start page with default sidebar and more – – Take 2 #1194Here’s how to set a custom frontpage:
https://startupwp.com/topic/setting-a-static-frontpage-and-posts-page/
Since you’ll be using a static page, you’ll probably want a plugin like:
http://wordpress.org/plugins/list-category-posts/
For listing posts in it.
For the link colors, give this a try:
a { color: #FA73B6; }
For BuddyPress pages, try:
.buddypress #content { width: 92%; } .buddypress #sidebar { display: none; } .buddypress li:before { content: "" !important; }
For adding CSS, see https://startupwp.com/topic/customizing-your-theme/
Sorry, we’re not going to be able to help you.
You’ve been refunded.
Thank you.
Absolutely. Go ahead and start a new topic for that request (make sure to provide the link to your website) and if we’re not able to meet your satisfaction, return here to to confirm your refund request.
Thanks
Yes, the issue appears to be present in even the demo (https://startupwp.com/demo/feed/) so we’ll definitely look into fixing this.
For now, you might want to checkout an SEO plugin like:
We’ve never seen any theme offer that layout out-of-the-box, so no matter what it will likely require child theming. It almost sounds like you want a grid layout:
https://startupwp.com/demo/grid/
Which we could easily help you customize to have as many columns as you like. Or perhaps you’re more interested in a magazine style layout?
Could you share examples of sites using this layout which you like, would you be willing to let us see if we can create this for you, or would you simply like a refund now?
Thanks
Give this a try:
.post { background: none repeat scroll 0 0 #FFFFFF; border-bottom: 0 none; margin: 20px 0 0; padding: 1px 20px 20px; }
Fixed.
Give this plugin a try:
Okay, this is a confirmed bug, we can see it in the demo even:
https://startupwp.com/demo/author/chipbennett/
Hold tight, we’ll push an update by tonight or tomorrow.
Thanks
Here’s the CSS trick:
#container { background: rgba(255, 255, 255, 0.5); }
0.5
is 50% and0.7
would be 70%.Have you otherwise been hacking the theme code, perhaps child theming?
Are you using any author plugins?
Is everything up-to-date?
Link to your site please.
Are both your theme and WP install completely up-to-date?
https://startupwp.com/topic/upgrading/
You may also want to try deactivating all plugins and clearing all caches.
Yes, this is a WordPress issue.
But, there are a few plugins to consider for enhancing search:
http://wordpress.org/plugins/search-everything/
http://wordpress.org/plugins/relevanssi/You’ll probably just want to pick one.
September 30, 2013 at 11:49 AM in reply to: Option to render full post content in tag or search results? #1162This is coded in as the default as per how most expect this to function.
Besides child theming in a customization here, you could simply give this plugin a try:
Please see the link shared above:
https://startupwp.com/topic/customizing-your-theme/
Basically, you can just copy and paste into your theme options.
1. Because for example, there’s the left sidebar widget area. It wouldn’t make sense for it to appear any other time unless you specifically chose the left sidebar layout for a page. This is a logistics thing. Is it fair to assume you’re relatively new to WordPress? If so, please understand that this is how all themes handle such features and may make more sense the more time you spend with it.
2. Use:
#pages-2 { -moz-column-count: 4; -webkit-column-count: 4; column-count: 4; width: 100%; }
1. This can be adjusted under Settings > Reading.
2. You can have very specific control over excerpts with a plugin like:
1. Some widget areas are also dependent on the page template/layout used in order to show, found under Page Attributes when editing a page.
2. We’ll need a link to your site to see the issue live please.
3. Under Appearance > Menus you can create custom menus and then under Appearance > Widgets assign those menus to a Custom Menu widget. Furthermore, you might benefit from a plugin like:
Hi sydneysider,
Please start your own separate topic listing all your current issues.
Thanks
Hi sydneysider,
Please start your own separate topic listing all your current issues.
Thanks
This would only work if the homepage was static.
This will likely require child theming, which we’ve prepared an example for here:
We wish we could solve them all, but it’s just not practical :(.
Please, keep in mind that you’re of course welcome to still post other support requests here in the forum, we’ve just hit a wall on this particular issue.
Thanks
- AuthorPosts