Melissa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Make] make theme not responsiveHey there,
I’m not seeing a problem on your site… can you tell me what device you’re having trouble with and maybe get a screencap?
Forum: Themes and Templates
In reply to: [Make] How to turn off related posts in Make theme?Oh that is not a related posts… that’s the post navigation. The previous post and next post.
Unfortunately, there’s no theme option to remove it. If you just want to hide it with a bit of CSS, you can add this snippet to your child theme’s style.css file:
.nav-links { display: none; }
Forum: Themes and Templates
In reply to: [Make] Header Bar Navigation menu not showing sub menu itemsIt is by design.
The menu that supports drop-downs and is mobile responsive is the Primary Navigation Location.
Hope that clarifies things!
Forum: Themes and Templates
In reply to: [Make] How to turn off related posts in Make theme?Hey there, great website!
I don’t see a related posts feature on the bottom of the post you linked — but Make doesn’t have this baked in the theme. It’s likely another plugin, like Jetpack, that’s adding this.
Let us know if you continue to need help!
Forum: Themes and Templates
In reply to: [Make] Changing the header background color for homepage onlyTry this:
.page-id-3 .site-header-main { background-color: #f8f5c8;}
Forum: Themes and Templates
In reply to: [Make] Image guide?I’d recommend you use an actual image editor to edit and crop your images before you upload them. No pixel guide, but it usually works best if all your images are the same size/aspect ratio.
Forum: Themes and Templates
In reply to: [Make] Social icon facebookUnfortunately it’s only possible to change that with some custom code and a child theme. :\
Forum: Themes and Templates
In reply to: [Make] Popup plugin not popping…Hey Daniel,
Sorry about that. We’re not able to provide support for plugins (except the ones we explicitly support). You’ll want to find another plugin to use. I know Make works with other email popups, so I’m not sure what this one is doing different.
Forum: Themes and Templates
In reply to: [Make] Banner images too big on smartphonesHey there,
If you’re a Make Plus user, you’ll get faster (and better) support on our site’s Help Center…
But sounds like you have your Banner images responsive behavior set to default rather than aspect. This setting is in the configure options.
If you have any other questions, post in our forums. We’re not here everyday on the free forums. ??
I would try in the Troubleshooting forum. They’ll be able to provide better help there.
Good luck!
If you switch to the default theme (2015 or 2015) does the issue persist?
The theme has no affect on this at all.
Have you tried disabling all your plugins?
Forum: Themes and Templates
In reply to: [Make] Popup plugin not popping…Hi there,
Hmm. Make doesn’t have modules… we have sections. Are you saying you put the code into a Columns section column via the text editor?
I can’t think of a reason your class would be stripped from a link from the theme itself… Can you disable your other plugins to see if there’s a conflict?
Forum: Themes and Templates
In reply to: [Make] Banner Edits Not SavingI’m not sure why your layout would change unless you’re using another builder plugin on top of Make… But you should disable them to see if the issue persists. Then if it goes away, re-activate them one by one till you find the conflict. Then you’ll know the cause for sure.
Forum: Themes and Templates
In reply to: [Make] Popup plugin not popping…Can you be more specific? I’m not sure why the code is being stripped out, but it would help to know if you’re using a particular section or widget to add the link.