Tips

You can contact us right now and get a quote on your project, ask questions and get recommendations. This is totally FREE!

Quotes from our clients

"THANK YOU for your captcha plugin! Before I had up to 100 spam comments per day - now it's one within 3 weeks! I'm really thankful for your work! That's all. Regards from Germany Birgit."

Birgit Engelhardt

This plugin allows you to create and publish quotes of your customers about your work and helpful tips for the website visitors. FAQ Support

Features

* Display: Set a background image for the block, change background color and text color.

* Actions: Add quotes & tips to any place on your website .

* Label: Change a label for the Quotes block and Tips block - user custom label or title of the quotes & tips posts.

Translation

* German (de_DE) (thanks to Arnold Montjoie)

* Hebrew (he_IL) (thanks to Sagive SEO)

* Russian (ru_RU)

If you create your own language pack or update the existing one, you can send the text in PO and MO files for BWS and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files Poedit.

Technical support

Dear users, our plugins are available for free download. If you have any questions or recommendations regarding the functionality of our plugins (existing options, new options, current issues), please feel free to contact us. Please note that we accept requests in English only. All messages in another languages won't be accepted. If you notice any bugs in the plugins, you can notify us about it and we'll investigate and fix the issue then. Your request should contain URL of the website, issues description and WordPress admin panel credentials. Moreover we can customize the plugin according to your requirements. It's a paid service (as a rule it costs $40, but the price can vary depending on the amount of the necessary changes and their complexity). Please note that we could also include this or that feature (developed for you) in the next release and share with the other users then. We can fix some things for free for the users who provide translation of our plugin into their native language (this should be a new translation of a certain plugin, you can check available translations on the official plugin page).

There are 12 comments:

  1. I Find your plugin extremely useful. Do you by any chance intend to upgrade your plugin so that it would support HTML tags?

    I wish to insert links into my tips & quotes and it would be great to do that by using your plugin.

    • For now, the function strip_tags is set up when outputting text in this block in the plugin, this function deletes all tags in order to avoid the distortion of html in this block but you can delete it – please open the file quotes-and-tips.php and find the lines 187:

      < ?php echo strip_tags(get_the_content()); ?>


      and 209:

      "< ?php echo strip_tags(get_the_content()); ?>"

      Please delete strip_tags( and closing bracket in both lines. You should get the following.

      For 187:

      < ?php echo get_the_content(); ?>


      and for 209:

      "< ?php echo get_the_content(); ?>"

  2. Michael Battaglia said:

    Can this be used in a sidebar? I can’t seem to ge it to show the quotes

    • it is necessary to add the following code to the template in order to see the block Quotes and Tips on the website
      < ?php if( function_exists(
      'qtsndtps_get_random_tip_quote' ) ) qtsndtps_get_random_tip_quote();
      ?>

  3. I like the plugin, but I don’t want both the tip and the quote to show; I just want the quote. How do, or can I, get this to work without the division

    • Hello,

      The plugin envisages the displaying only the two together. I you want to display something one, must edit the plugin code.

      Kind regards.

  4. Floyd van Boksel said:

    Hey, love your plugin so far ^^. Just got a small question, is it/how is it possible to set an image per quote?

    • Hello Floyd,

      You can implement only text there. But you can edit a plugin code and add images to content, so that it will be displayed in the block quote.

      Kind regards

  5. Is it possible to assign tips & quotes to a specific post? Meaning, I wish certain tips to be shown in a specific post and others in another post. Is it possible?

    • Hello Yaron,

      Do you want that some certain tips will appeared on a page of certain post? And other tips will always appeared on the other post page?

      Kind regards

      • I want to attach certain tips to specific post… Meaning, some tips will only appear in post 1 and some other tips will appear in post 2.. .

        • Hello Yaron,

          Unfortunately, this opportunity doesn’t exist.

          Kind regards

Leave a Reply

Your email address will not be published. Required fields are marked *

+ five = 7