Horje
Version 1.0.0 Contributors: slescure Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7L447AWFGYRBU Tags: quotes, …

Noted That:

  • To install correctly this great-quotes.zip.
  • Fisrt Download the great-quotes.zip to your computer
  • Extract/Open great-quotes.zip to Your Computer.
  • Then, Find readme.txt file inside great-quotes.zip and Open readme.txt.
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.

Start the Tips:

1. First Download "great-quotes.zip" Plugin to your Local Computer. (Click Download)

2. Then, Login to your "yourdomain.com/wp-admin" Dashboard.

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on "Plugins" + "Add New" from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

5. Now, Browse "great-quotes.zip" Downloaded plugin from your computer, Where you downloaded great-quotes.zip According to Step – 1 Above then, click on "Install Now"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on "Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. "Great Quotes" folder is added on left sidemenu. Now, Click on "Great Quotes" folder.

   Noted that: If you do not see "Great Quotes" folder on left sidemenu then, see at left sidemenu "Settings" or "Tools".

8. Now you configure yourself oR Watch video tutorial below about Great Quotes Configurtions and Settings or How to work "Great Quotes" in your WordPress site.

 

oR

After Activated Plugin According to Step-6 then,

  1. Go to "Plugins" + "Installed Plugin" from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find "Great Quotes" Activated Plugin from Plugin List.
  4. Then, Click on "Settings" from Plugin that is Great Quotes
  5. Now, Edit/Add/Config the setting and Click on "Save Changes" button,
WP Plugin Setting


Guide
  1. Upload ‘great-quotes’ folder to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Updating Plugin

  • The database of quotations WILL NOT be deleted when the plugin is deactivated; it WILL BE DELETED when when the plugin is deleted.

Usage

  • To enter quotations, go to Tools > Great Quotes
  • To display the quotes on a web page you have 3 options:
  1. Add a shortcode to your page or post content (you CAN have more than one):
    [[GreatQuotes title="{optional title}" delay="{delay in milliseconds, optional}" fontsize="{optional}" textcolor="{optional}"
    ]
    e.g.1: [GreatQuotes]
    e.g.2: [GreatQuotes title="Great Quotes" delay="20000" fontsize="15" textcolor="maroon"]

  2. Create a widget(s) (Appearance > Widgets)

  • The settings can be edited at Settings > Great Quotes, or enter them in the widget form.

Visit this page to view a working example –> http://www.stevelescure.net/greatquotes

If you decide to enter quotations with more than 170 or so characters, or use a font size great than 20, you will probably need to modify the CSS.

To modify a shortcode, do something like the following:

Silder_holder# .bx-wrapper .bx-viewport {

height: 300px !important;
}

Use Google Chrome “Inspect” (right click on quote/Inspect)to determine what to substitute for the # above. It will be “1” unless you have more than one shortcode on your page.
Similarly, to modify a widget, do something like the following:

Silder_holdergreat_quotes_widget_# .bx-wrapper .bx-viewport {
height: 300px !important;
}

Reffered: https://wordpress.org/