Forum Replies Created

Viewing 15 posts - 166 through 180 (of 277 total)
  • Author
    Posts
  • in reply to: Accordion Widget #15578
    responsive-muse
    Keymaster

    Hello!

    Yes, try this snippet and change image URL for custom one.

    <img src='http://i.imgur.com/VZdmpy7.jpg'>

    in reply to: how to add Tax to the items #15546
    responsive-muse
    Keymaster

    We forgot to reply this question 🙂
    Yes, our last widget updates support taxes and shipping options!

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

    We just updated widget, can you please update and try if problem disappeared?
    Thanks

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

    We are looking at it, thanks!

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

    Sorry, I am afraid it would require to build a completely new widget. The problem is not only search inside database, but also build clickable links following your blog link procedure.

    If your blog was created using a Muse widget, maybe their creators can create a custom search inside their blog.

    What do you mean by “bypasses the blocked pages”?

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

    Hello again!

    Sorry, if post contents are inside SQlite they will not be searchable. They need to be present in physical files so scan.php can locate them.

    About replace string, maybe you can send us your .muse file so we can try it.

    Have a nice weekend!

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

    Hello. Thanks for your nice words!

    About searching in blog: our widget searchs inside .html files, and it seems your blog posts are not in .html format. Maybe you are using a widget from other provider? How do you create new posts there?

    About removing partial string from page names: we did not test both widgets together, but our free Search and Replace widget maybe can do the job. You should place it in search results page and replace your sufix “- Scouting H. de Montfort – De leukste scoutinggroep van Hoensbroek” for a empty string (spacebar).
    Tell us if it works!

    Kind regards.

    in reply to: Accordion Widget #15227
    responsive-muse
    Keymaster

    Hello!
    Yes, you should add them in HTML format. (with single quotes arround URL)
    Check image below.
    accordion with links

    in reply to: Change OK button colour #15197
    responsive-muse
    Keymaster

    Great!

    in reply to: password protect #15081
    responsive-muse
    Keymaster

    Great!

    in reply to: password protect #15033
    responsive-muse
    Keymaster

    I discovered the problem, double quotes were not in correct format.

    Please, replace old code with double quotes

    .formLogin input[type=”password”]:focus{
    box-shadow: 0 0 5px #000000!important;
    border: 1px solid #000000!important;
    }

    For this one with single quotes

    .formLogin input[type='password']:focus{
    box-shadow: 0 0 5px #000000!important;
    border: 1px solid #000000!important;
    }

    I hope this does the job!

    in reply to: password protect #15002
    responsive-muse
    Keymaster

    I cannot see any password in the URL you provided. Maybe you removed it?

    in reply to: password protect #14925
    responsive-muse
    Keymaster

    Mmmm, that should work!.

    Can you try with !important added?

    .formLogin input[type=”password”]:focus{
    box-shadow: 0 0 5px #000000!important;
    border: 1px solid #000000!important;
    }

    If still does not work:
    – What browser are you using?
    – Do you have a live URL to check it?

    in reply to: At the first call there is no connection #14924
    responsive-muse
    Keymaster

    Hello!
    It seems is working OK for us (tested in IE, Chrome and Firefox)
    Do you still see it bad?

    in reply to: password protect #14744
    responsive-muse
    Keymaster

    Do you mean this active state color?

    active input

    Try this:

    <style>
    .formLogin input[type="password"]:focus{
        box-shadow: 0 0 5px #000000;
        border: 1px solid #000000;
    }
    </style>
Viewing 15 posts - 166 through 180 (of 277 total)
Scroll to Top