Melissa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Make] Show comment on homepageHi there,
This kind of posts page layout isn’t supported in Make. You would need to edit your theme files to achieve this. Sorry that isn’t the answer you were hoping to hear.
Forum: Themes and Templates
In reply to: [Make] Feature requestsTotally. We keep a list of features our customers have requested and take that into consideration on all future developments and updates!
Forum: Themes and Templates
In reply to: [Make] multiple links in header barHi Isabelle,
The header bar does not support drop down menus. The primary navigation does though.
You can add a home link using the custom menus (select Add Link) — check the documentation I linked to in my previous post. 🙂
Have a lovely weekend!
Forum: Themes and Templates
In reply to: [Make] Header size for custom logoHi there,
There is no specific size. You can use any size logo you like! Depending on what header layout you choose though, it may scale it down (the Traditional header layout for example — the logo will take up half the container and the menu will take up the other. But the Centered layout — the logo can span the entire container).
I hope that makes sense (and helps)!
Forum: Themes and Templates
In reply to: [Make] multiple links in header barHello Isabelle!
You can change the links in the header bar using WordPress custom menus. You’ll want to have the pages created already, but once you do, you can link them in your navigation menus. 🙂
I hope that helps!
Forum: Themes and Templates
In reply to: [Make] Post ListHello! Thanks for your interest in Make Plus! I’m sure you’d love it.
Will the posts lists for example allow me to create a page using the builder with posts from a specific category
Yes! You can choose a category, tag, or keyword to filter your posts.
and also allow me to split the posts into pages with pagination
We don’t have this feature yet. What we are recommending for now is that you link to the category archive page if you want your visitors to be able to see past posts in those categories.
I hope that helps. Let me know if you have any other questions!
Forum: Themes and Templates
In reply to: [Make] Make Post Length on Home PageHello! To change the font size of your posts, you’ll want to change the default text size. You’ll find this in the Customizer under Typography → Global → Default.
To set your excerpts in Make, you can go to the Customizer and you’ll find it in Layout → Blog (Posts Page) → Content — and check that box to Generate excerpts automatically.
Really love the look and style of your site!
Hi Natalie,
In the stylesheet of your child theme or in a plugin like Simple Custom CSS, add this bit of code:
.form-allowed-tags { display: none; }I hope that helps! 🙂
Forum: Themes and Templates
In reply to: [Make] original Header tag sizesHi there,
You might want to install WordPress locally for a testing environment. Here are some tutorials in the WordPress codex that will show you how to do that. It’s not terribly difficult (even I managed it by myself!).
Make Plus has an option in the Customizer that lets you reset to the default styles, but that feature isn’t available in Make. So I would think that a fresh install would be the best route.
Best of luck with your site!
Forum: Themes and Templates
In reply to: [Make] Background pictHello Michael,
When making a banner as suggested I get a gap at the top and at the bottom of the banner pict.
You would need to edit the CSS files in your theme to remove these. Make Plus has an option to remove the padding, but that is not a feature of Make.
Also, how wide is the “main” column in pix at its widest position? (What width of the bg pict, in pix, is usually good to have when it is fully extended?).
I’m not entirely sure what you’re asking. I would recommend you use background images that are at least 1440 px wide though. The main content container is 1024 px wide.
And, how wide could the “site” column be at max? (What width of the bg pict, in pix, is good to have if you have the browser fully extended on a 30″ screen or bigger?).
The above applies when using the site on smaller screens aswell like Iphone, Ipad. Do you have any special features to adjust the pict for such sizes or does it work anyway?
We don’t have recommendations for image sizes beyond that. You’ll have decide what works best for your site and visitors based on content and purpose. Make was built on a responsive grid though, and as you will see by testing it out, the content does scale for any type of screen size.
Best of luck with your site build!
Forum: Themes and Templates
In reply to: [Make] Nav menu CSSvibeke37 – your site looks awesome already! Please let us know when you launch!
Forum: Themes and Templates
In reply to: [Make] Header Container HeightGlad to know it’s working for you!
The new blog header looks really lovely!
Forum: Themes and Templates
In reply to: [Make] Disable Site Plugin not workingWonderful! Glad you found a patch for this!
Forum: Themes and Templates
In reply to: [Make] Buddypress integration?As of BuddyPress 1.7, BuddyPress works with most any WordPress theme out of the box.
The documentation on the BuddyPress website might be better for you than the tutorial you linked above: Getting Started with BuddyPress
Forum: Themes and Templates
In reply to: [Make] Header Container HeightHmm. You could try something like this in the CSS of your child theme:
.site-header-main { min-height:200px; }Or however tall you want it to be. 🙂