Forum Replies Created
- AuthorPosts
responsive-museKeymasterHello Lesley!
Unlike other widgets, this one is thought to place just one unit per page. That’s reason you cannot style two of them.
Maybe we can update it in future to allow multiple units.
While waiting, you could try to add Custom CSS to the secondary widget.
Kind regards.
- This reply was modified 8 years, 10 months ago by
responsive-muse.
responsive-museKeymasterHello.
Probably mailchimp submit URL is wrong or being blocked for any reason.
Do you have a live site we can check?
Thanks!
responsive-museKeymasterYou could also target search button with something like this:
<style> #idFormBox .btn { /*your styles here*/ } </style>
responsive-museKeymasterGo to Page properties -> Metadata and paste this in HTML for
To add transparency add this:
<style> .inputsearch { background: transparent!important; } </style>To add color paste this:
<style> .inputsearch { background: #CECECE!important; } </style>- This reply was modified 8 years, 10 months ago by
responsive-muse. - This reply was modified 8 years, 10 months ago by
responsive-muse.
responsive-museKeymasterIt seems you have added widget twice, that is probably the reason.

Please, remove one widget and try again!
responsive-museKeymasterV5 was released today!
– Bugs fixed when using multiple forms in different breakpoints.
– Multiple files submission is now allowed.
– Added a loading bar when file is uploading, you can customize its color.
– Added option to redirect to any URL after upload is succesful.
responsive-museKeymasterHello!
If button does nothing, probably your site has any javascript error that disables javascript events.
Do you have a URL we can see?
responsive-museKeymasterHello Ellen!
About results accuracy, could you please send us your .muse file and some examples of search keywords that should work in your site?
So we can clone it and do some tests.
The text fragment option involves some technical problems, but we are working on it for the next versions.
Thank you.
Kind regards.
responsive-museKeymasterHello Marten.
It’s not something easy, but I’ll pass a note to developers to test it for next version.
Thank you!
responsive-museKeymasterHello!
My colleagues tell me they already replied you in Youtube.
Please, submit a support ticket so we can solve your problem.
Thank you!
responsive-museKeymasterHello megyjo!
Can you maybe send us a sample URL where the problem is happening? So we can check code.
Thank you.
Kind regards.
responsive-museKeymasterHello Marten!
Are you sure it’s showing blocked pages?
We were doing some tests trying to see any results pointing to your blocked pages: “index,cookie,oeps,zoeken” but that pages never appeared in our tests.
Can you tell us any search word which it’s failing? Maybe a screenshot?
Thank you!
responsive-museKeymasterHello!
This widget was designed to keep always that effect, so it is no possible to make slides full width.
Anyway, we are coding a new slider widget. If you are agree to beta-test it, please, submit a ticket and we can send it for free.
Kind regards.
responsive-museKeymasterVisit Font Awesome site to check all the icons available
You just need to copy and paste the name. It is usually something like “fa-bed”, “fa-camera”
responsive-museKeymasterHello!
You would need some jQuery code knowledge to achieve this.
When editing your .html source code, you should locate this conditional:
if (resp.result === 'success') {}And add a new jQuery/javascript redirection line there, something like:
window.location.replace("http://responsive-muse.com");Theory says that should work! 🙂
- This reply was modified 8 years, 10 months ago by
- AuthorPosts

