Melissa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Make] Title not responsive?You certainly could make your text responsive, but you’ll lose the customizer functions if you do so. You’ll need to make sweeping changes to the theme’s CSS.
I’d recommend you just experiment with your font sizes (start with the smallest screen first). There’s no way to address this in one-fell swoop for everyone’s individual site needs unfortunately.
Forum: Themes and Templates
In reply to: [Make] Keeping customizations when switching to paid themeHi there,
Because Make Plus is a plugin that just supercharges the Make theme, you don’t have to worry about losing your customizations. 🙂
Let us know if you have any other questions!
Forum: Themes and Templates
In reply to: [Make] Right side bar will not removeYou’re very welcome! 🙂
Forum: Themes and Templates
In reply to: [Make] slider sizeHey there, for the full-width site we recommend at least 1440px wide. You can specify the Banner Slider height in the Configure Options panel.
Here’s some documentation that might help: Banner section
Forum: Themes and Templates
In reply to: [Make] Right side bar will not removeHey there,
Can you try temporarily disabling your caching plugin to see if that resolves it?
Forum: Themes and Templates
In reply to: [Make] Title not responsive?Hi there,
The site title text is responsive in that it’s set to break in order to fit on smaller screens. If you don’t want to write custom CSS to deal with this, you might consider using an image that will scale responsively. Unfortunately text won’t shrink as nicely for mobile devices.
Sorry I couldn’t be more helpful in this instance!
Forum: Themes and Templates
In reply to: [Make] Home Page Banner not responsive?Hello!
When you click the gear icon in the Banner section to configure it’s options, try setting the responsive behavior to “Aspect” to see if that works better for you.
Forum: Themes and Templates
In reply to: [Make] Home Page Banner not responsive?Hello there!
Your banners should be responsive. 🙂 Can you post a link so we can see what’s up?
Happy to help. 🙂 Glad this worked for you!
Forum: Themes and Templates
In reply to: [Make] Portfolio Demo SiteOther than what’s available on the Quick Start templates with Make Plus, no. There are many places you can download WordPress test XML files to import though!
Forum: Themes and Templates
In reply to: [Make] Mobile Menu unresponsive for Make themeHello Bryan,
We believe this is a bug in our theme. Unfortunately it’s proving quite tricky to troubleshoot as it’s not happening with any kind of consistency. We have a ticket opened for it and will let you know when we have an answer for you.
Terribly sorry for the inconvenience.
If you do reinstall the theme, your customizer settings should not be affected. You might want to back up your site first though anyway.
Forum: Themes and Templates
In reply to: [Make] Mobile View – Make ThemeHello matgallagher – we believe this is a bug in our theme. Unfortunately it’s proving quite tricky to troubleshoot as it’s not happening with any kind of consistency. We have a ticket opened for it and will let you know when we have an answer for you.
Terribly sorry for the inconvenience.
Hi Julien,
I understand now. Unfortunately the More tag is a function of WordPress, not the theme.
It looks like you can customize the way this works by adding some code to your child theme’s functions.php file. According to the Codex documentation, this will remove the page scroll on the Read More link:
function remove_more_link_scroll( $link ) { $link = preg_replace( '|#more-[0-9]+|', '', $link ); return $link; } add_filter( 'the_content_more_link', 'remove_more_link_scroll' );I hope that helps!
You’re very welcome.
Thanks for marking this resolved!
Hello there!
I hope you had a lovely weekend!
I’m not entirely sure what you’re trying to accomplish. Can you post a link to an example?