Melissa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Make] Social IconsHey there,
Can you post a link to your site so I can take a peek at what’s going on?
Forum: Themes and Templates
In reply to: [Make] Reverse column display on mobileHey there,
I don’t think that’s possible without some custom coding to your child theme — writing media queries for those columns, etc.
Forum: Themes and Templates
In reply to: [Make] Remove Comments on Media Attachment PageHey there!
That’s a bug in the theme. We have a fix in the next release, which should be out in a week or so. 🙂
Forum: Themes and Templates
In reply to: [Make] Adding Shopify Buy Button using Make themeHey there,
Sorry you’re having trouble with this. We haven’t tested Make with this plugin, so I’m afraid I’m not going to be much help here. What you’re describing definitely sounds like a theme/plugin conflict.
For what it’s worth, we built Make to be fully compatible with WooCommerce.
Good luck with your project!
Forum: Themes and Templates
In reply to: [Make] Changing column widthsHello!
That feature is only available in Make Plus, not the free theme.
Let us know if you have any other questions!
You can use this plugin to export and then import your customizer settings!
https://ww.wp.xz.cn/plugins/customizer-export-import/
Hope that helps!
Forum: Themes and Templates
In reply to: [Make] Mobile MenuIf you remove this customization:
.site-header-main { height: 150PX; }It should work. Setting the height is cropping everything that would fall outside that available space. Alternately you could write a media query so the height only applies to desktop.
The site looks great!
Forum: Themes and Templates
In reply to: [Make] is MAKE responsive?Hi Maurizio,
It’s definitely responsive. What’s going on is that it’s cropping and scaling the images to fit the viewport of the screen. This means that certain kinds of images just aren’t as effective in the slider. In every case, we recommend you design with a “mobile first” strategy, choosing images and designing your layouts by considering the implications for smaller screens first.
I think the slider on the Drawing Change website would do better with the aspect ratio set.
I’ve also seen users tweak their child themes to scale the banner sections differently. So that’s also an option.
If using the logo isn’t an option, I’d say you’ll need to edit the header partials in your child theme. Recreate the
partialsfolder in the child theme, then copy overheader-layout.phporheader-layout3.phpdepending on the header layout you’ve selected in the Customizer. 🙂Good luck!
Forum: Themes and Templates
In reply to: [Make] reduce slideshow width on gallery pagesYou might also use the Gallery Slider in a Columns section on your inner pages. 🙂
Forum: Themes and Templates
In reply to: [Make] is MAKE responsive?Okay, are you talking about the slideshow?
Have you tried using the “Aspect” ratio instead in the configure options for the banner section?
Forum: Themes and Templates
In reply to: [Make] How to put Facebook Comments on Make ThemeHi Barbara,
You’ll need to ask for plugin support in the forum for that plugin. This forum is for troubleshooting theme related issues.
Forum: Themes and Templates
In reply to: [Make] Modifying the theme in simple ways (hopefully)Hey there!
Welcome to WordPress! I think you’ll find answers to many of your questions in our Simple Start Handbook. I’d start there and make sure you check out the other Make docs.
For your questions:
1. Widgets live in sidebars, not on the header… So I’m not entirely clear what you’re asking.
To remove the header bar, go to Customizer → Layout → Header and uncheck the boxes to display search and social icons in the Header Bar.
Try the “Centered” or “Navigation below” header layouts (in the Customizer under Layout → Header) to achieve the look you’re wanting with your navigation menus, and place your menus in the Primary Navigation location.
2. What do you mean header image? The background image? The dimensions depend on how you’re setting it up and what screen you’re viewing it on… I’d recommend you choose images that are at least 1440px wide if you’re not tiling your images.
3. There is no simple way to change the width of the content container without heavily modifying the CSS. We do not recommend you do this, as it can create problems in the builder sections also.
Good luck with your site build! I hope that gets you started with Make!
Forum: Themes and Templates
In reply to: [Make] is MAKE responsive?Hello Maurizio,
Can you either provide a link to your page or explain exactly how you configured the Banner section? We can definitely help you out. 🙂
Forum: Themes and Templates
In reply to: [Make] Remove except…You’d need to code this into a child theme. There are no settings in Make to create this kind of blog posts or archive page.