Forum Replies Created

Viewing 15 posts - 151 through 165 (of 277 total)
  • Author
    Posts
  • in reply to: 2 Forms on same page must be identical? #20904
    responsive-muse
    Keymaster

    Hello 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.

    in reply to: Stuck in state of "Submitting…" #20478
    responsive-muse
    Keymaster

    Hello.
    Probably mailchimp submit URL is wrong or being blocked for any reason.
    Do you have a live site we can check?
    Thanks!

    in reply to: Add color or transparencies to Search box #20219
    responsive-muse
    Keymaster

    You could also target search button with something like this:

    <style>
    #idFormBox .btn {
       /*your styles here*/
    }
    </style>
    in reply to: Add color or transparencies to Search box #20145
    responsive-muse
    Keymaster

    Go 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>

    in reply to: Problem with button OK #19086
    responsive-muse
    Keymaster

    It seems you have added widget twice, that is probably the reason.

    cookie widget capture

    Please, remove one widget and try again!

    in reply to: Add two attachments #18952
    responsive-muse
    Keymaster

    V5 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.

    in reply to: Problem with button OK #18900
    responsive-muse
    Keymaster

    Hello!
    If button does nothing, probably your site has any javascript error that disables javascript events.
    Do you have a URL we can see?

    in reply to: Inaccurate results #18438
    responsive-muse
    Keymaster

    Hello 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.

    in reply to: Facebook Album Gallery #18311
    responsive-muse
    Keymaster

    Hello Marten.

    It’s not something easy, but I’ll pass a note to developers to test it for next version.

    Thank you!

    in reply to: Real Search not scanning all pages #17918
    responsive-muse
    Keymaster

    Hello!
    My colleagues tell me they already replied you in Youtube.
    Please, submit a support ticket so we can solve your problem.
    Thank you!

    in reply to: Breaking my Full Screen Slide Show #17482
    responsive-muse
    Keymaster

    Hello megyjo!

    Can you maybe send us a sample URL where the problem is happening? So we can check code.

    Thank you.

    Kind regards.

    in reply to: Search widget function #17353
    responsive-muse
    Keymaster

    Hello 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!

    in reply to: Just one Picture is seen on the site? #16966
    responsive-muse
    Keymaster

    Hello!

    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.

    in reply to: How to change the icon #16535
    responsive-muse
    Keymaster

    Visit Font Awesome site to check all the icons available

    http://fontawesome.io/icons/

    You just need to copy and paste the name. It is usually something like “fa-bed”, “fa-camera”

    in reply to: Mail Chimp Form redirect? #16249
    responsive-muse
    Keymaster

    Hello!

    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! 🙂

Viewing 15 posts - 151 through 165 (of 277 total)
Scroll to Top