This plugin allows you to create and publish quotes of your customers about your work and helpful tips for the website visitors.
FAQ SupportFeatures
* 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).
- Upload the folder
quotes-and-tips to the directory /wp-content/plugins/. - Activate the plugin via the 'Plugins' menu in WordPress.
- The site settings are available in 'BWS Plugins'->'Quotes and Tips'.
How to use the plugin?
Click 'Add New' in the 'Quotes' menu and fill your page.
Click 'Add New' in the 'Tips' menu and fill your page.
Add this code to your theme where you'd like to display the block 'Quotes and Tips' `<?php if( function_exists( 'qtsndtps_get_random_tip_quote' ) ) qtsndtps_get_random_tip_quote(); ?>`.
The settings are available on the page 'BWS Plugins'->'Quotes and Tips'.
How to change background or text color?
Go to the Settings Page in the menu 'BWS Plugins'->'Quotes and Tips'.
Choose `Additional options`.
Apply the necessary settings (choose the text color, background color, upload a background image).
What should I do if I don't want to use a block background image anymore?
Go to the Settings Page in the menu 'BWS Plugins'->'Quotes and Tips'.
Choose `Additional options`.
Unmark the item `Use background image`.
I want to choose a background image position. How can I do that?
Go to the Settings Page in the menu 'BWS Plugins'->'Quotes and Tips'.
Choose `Additional options`.
Apply the necessary settings in the blocks Background image repeat, Background image horizontal alignment, Background image vertical alignment.
How to use the other language files with Quotes and Tips?
Here is an example for the German language files.
In order to use another language for WordPress it is necessary to switch the WP version to the required language and in the configuration wp file - `wp-config.php` in the line `define('WPLANG', '');` type `define('WPLANG', 'de_DE');`. If everything is done properly the admin panel will be in German.
Make sure that the the files `de_DE.po` and `de_DE.mo` are present in the plugin (in the languages folder which is in the root of the plugin).
If there are no such files you should copy the other files from this folder (for example, for the Russian or Italian language) and rename them (you should write `de_DE` instead of `ru_RU` in both files).
You can edit the files using the program Poedit - http://www.poedit.net/download.php - please download this program, install it, open the file with this program (the necessary language file) and for each line in English add translation in German.
If everything is done properly all lines will be in German in the admin panel and in the front-end.

Basic option for Quotes and Tips.

Basic and Additional options for Quotes and Tips.

Frontend page with Quotes and Tips block.
V1.09 - 06.05.2013
* NEW : The German language file is added to the plugin.
V1.08 - 17.04.2013
* Update : The English language is updated in the plugin.
V1.07 - 31.01.2013
* Bugfix : The admin menu are fixed.
* Update : We updated all functionality for wordpress 3.5.1.
V1.06 - 24.07.2012
* Bugfix : Cross Site Request Forgery bug is fixed.
V1.05 - 10.07.2012
* NEW : The Hebrew language file is added to the plugin.
* Update : We updated all functionality for wordpress 3.4.1.
V1.04 - 27.06.2012
* Update : We updated all functionality for wordpress 3.4.
V1.03 - 05.04.2012
* Bugfix : The conflict of our javascript with javascript of other plugins is fixed.
* Changed : BWS plugins section.
V1.02 - 12.03.2012
* Changed : BWS plugins section.
V1.01 - 01.03.2012
* NEW : Additional options for pluign are added.
* NEW : The Russian language file is added to the plugin.
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(); ?>"
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();
?>
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.
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
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