Melissa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Make] Child theme after parent theme has been customized?Also, wow!! I love your blog!
Forum: Themes and Templates
In reply to: [Make] Child theme after parent theme has been customized?Hi Meghan,
So WordPress sees the parent and child themes as separate, so customizer settings are what would be lost. If you’ve recreated them, you should be fine!
Good luck!
Forum: Themes and Templates
In reply to: [Make] Different theme colors for different pagesHello! That’s a great idea. It’s not a feature of Make or Make Plus though, you would need to write some custom CSS to accomplish that.
Best of luck with your project!
Forum: Themes and Templates
In reply to: [Make] RSS Feed BrokenGreat! Thanks for letting us know!
Forum: Themes and Templates
In reply to: [Make] Column WidthThat’s great! Let me know if I can be helpful while you’re getting set up with Make & Make Plus! 🙂
Forum: Themes and Templates
In reply to: [Make] Read moreAwesome! Happy to help 🙂
Forum: Themes and Templates
In reply to: [Make] 'Customize' page not workingHey eckh20, sorry I didn’t realize I was responding to another user!!
There has been a new version of Make released. If you update your theme does the issue persist?
Forum: Themes and Templates
In reply to: [Make] Column WidthHi there,
I hope you had a nice weekend!
While Make Plus includes variable column widths, that’s not a feature you can adjust in Make.
Let us know if you have any other questions!
Forum: Themes and Templates
In reply to: [Make] RSS Feed BrokenHey Jon,
Hope you had a nice weekend! Welcome to WordPress!
I checked your feed and it doesn’t appear broken — and it validates. Did you resolve this problem?
Forum: Themes and Templates
In reply to: [Make] How to use an image as background for columns on my page?Hello! Your best bet to make the changes you want is to learn how to use a Web Inspector or Firebug or the like. We have a few tutorial on our site that will empower you to find and changes these things on your site:
* Editing your CSS and theme files
* Making Style Changes with Firebug or Web InspectorI use Chrome, so I highlight the place on the page and then right click and Inspect Element to find the right ID to target element.
You’ll be looking for this one:
#builder-section-1424229244811-column-2Good luck!
Forum: Themes and Templates
In reply to: [Make] Mobile Menu unresponsive for Make themeHey Emma,
Well that’s odd! But I’m glad it’s resolved. Let us know if anything else crops up!
Forum: Themes and Templates
In reply to: [Make] Read moreHi there,
Can you update your theme files? It sounds like you’re running an older version of Make.
Forum: Themes and Templates
In reply to: [Make] How to use an image as background for columns on my page?Hey there,
Sorry about that. WordPress considers child themes separate entities… So if you’ve made customizations to your site through the Customizer, switching to the child theme would result in those being lost, sorry to say.
BUT if you can recreate those, it’s a much better idea to have that installed, because customizations you’ve made to your theme files won’t be lost when you run theme updates.
If you’re using the child theme still, you’d want to add your custom CSS to the
style.css fileof your theme files. We have some tutorials on our site that will probably help you out!Good luck!
Forum: Themes and Templates
In reply to: [Make] RSS brokenHi there,
Sorry, I’m just not able to replicate this and we don’t have any other users reporting this…
Have you made any edits to your theme files?
Are you using a child theme of Make?
Is the parent theme/Make up to date?
Forum: Themes and Templates
In reply to: [Make] How to remove white space between header and postHello!
You can add some custom CSS to your child theme to accomplish this. I would try:
.site-header-main { padding-bottom: 0px; }and
#site-content { padding-top: 0px; }Best of luck with your project! It’s looking great!