Forum Replies Created
- AuthorPosts
responsive-museKeymasterHello!
Yes, try this snippet and change image URL for custom one.
<img src='http://i.imgur.com/VZdmpy7.jpg'>
responsive-museKeymasterWe forgot to reply this question 🙂
Yes, our last widget updates support taxes and shipping options!
responsive-museKeymasterWe just updated widget, can you please update and try if problem disappeared?
Thanks
responsive-museKeymasterWe are looking at it, thanks!
responsive-museKeymasterSorry, 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”?
responsive-museKeymasterHello 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!
responsive-museKeymasterHello. 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.
responsive-museKeymasterHello!
Yes, you should add them in HTML format. (with single quotes arround URL)
Check image below.

responsive-museKeymasterGreat!
responsive-museKeymasterGreat!
responsive-museKeymasterI 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!
responsive-museKeymasterI cannot see any password in the URL you provided. Maybe you removed it?
responsive-museKeymasterMmmm, 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?
responsive-museKeymasterHello!
It seems is working OK for us (tested in IE, Chrome and Firefox)
Do you still see it bad?
responsive-museKeymasterDo you mean this active state color?

Try this:
<style> .formLogin input[type="password"]:focus{ box-shadow: 0 0 5px #000000; border: 1px solid #000000; } </style>- AuthorPosts


