Plugin Directory

Changeset 3005411


Ignore:
Timestamp:
12/05/2023 06:04:44 AM (2 years ago)
Author:
vistawp
Message:

Update to version 1.3.1 from GitHub

Location:
vistawp
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • vistawp/tags/1.3.1/css/admin.css

    r2999820 r3005411  
    1 
    2 
    31.vsta-btn-danger {
    42  background-color: #BD272D !important;
     
    97  cursor: pointer;
    108}
    11 
    129
    1310.vsta-btn-go {
     
    2017 }
    2118
    22 
    2319.vsta-license-link {
    2420  float:right;
     
    2622  padding-right:25px;
    2723}
    28 
    2924
    3025.vsta-active{
     
    3429}
    3530
    36 
    3731.vsta-disabled {
    3832  color: #BD272D;
     
    4135}
    4236
    43 
    4437.vsta-license-h2{
    4538  font: 27px 'Noto Sans', sans-serif;
     
    4740}
    4841
    49 
    50 .vsta-license-text{
    51   font: 17px 'Noto Sans', sans-serif;
    52   color: #808080;
    53  }
    54 
    55 
    56 .vsta-license-label{
    57   font: 17px 'Noto Sans', sans-serif;
     42.vsta-license-text,
     43.vsta-license-label {
     44  font: 16px 'Noto Sans', sans-serif;
     45  font-weight: 300;
     46  line-height: 22px;
    5847  color: #808080;
    5948}
     
    7059}
    7160
    72 
    7361.vsta-settings-text{
    74   font: 17px 'Noto Sans', sans-serif;
     62  font: 16px 'Noto Sans', sans-serif;
     63  font-weight: 300;
     64  line-height: 22px;
    7565  color: #808080;
    7666 }
    7767
    7868.vsta-settings-steps{
    79   font: 17px 'Noto Sans', sans-serif;
     69  font: 16px 'Noto Sans', sans-serif;
    8070  color: #808080;
    8171  text-decoration: underline;
     
    10090.vsta-forms-display{
    10191  display: grid;
    102   grid-template-columns: auto auto auto;
     92  grid-template-columns: auto;
     93  grid-template-rows: 35px 35px 20px;
    10394  width: 70%;
    10495}
    10596
    10697#vistawp-banner{
    107 display: grid;
    108 grid-template-columns: 40px auto;
     98  display: grid;
     99  grid-template-columns: 40px auto;
    109100}
    110101
    111 
    112102.vsta-text-error {
    113     color: #d63638;
    114     font-weight: bold;
     103  color: #d63638;
     104  font-weight: bold;
    115105}
    116106
    117107.vsta-text-success {
    118     color: #00a32a;
    119     font-weight: bold;
     108  color: #00a32a;
     109  font-weight: bold;
    120110}
    121111
     112.vsta-settings-info {
     113  background: #fff;
     114  margin-top: 20px;
     115  padding: 5px 20px 20px 25px;
     116  width: 80%;
     117  border-radius: 3px;
     118  box-shadow: #0000001a 0px 0px 12px 0px;
     119}
  • vistawp/tags/1.3.1/readme.txt

    r2999820 r3005411  
    55Requires at least: 4.7 
    66Tested up to: 6.4 
    7 Stable tag: 1.3.0 
     7Stable tag: 1.3.1 
    88Requires PHP: 7.4.1 
    99License: GPLv2 or later 
  • vistawp/tags/1.3.1/templates/pages/main_page.php

    r2999820 r3005411  
    2828  <p class="vsta-settings-steps">Step 2</p>
    2929  <h2 class="vsta-settings-h2">Create Necessary Pages</h2>
    30   <p class="vsta-settings-text">Generate <b>Listing</b> and <b>Individual Listing</b> pages with all shortcodes configured by clicking the button.</p>
     30  <p class="vsta-settings-text">By clicking the button below, the <b>essential basic pages</b> will be created. <br/>
     31    <small>(Note: If you click it more than once, another set of identical pages will be generated. You may need to delete any unnecessary ones <br />
     32    and ensure that the slugs are correct: 'listings' and 'individual-listing').</small><br /><br />
     33    The following pages will be generated: <br />
     34    - <b>Listings</b> (property listings) <br />
     35    - <b>Individual Listing</b> (Individual Property): This page will display results when viewed using <br />
     36    the 'view property' button on the previous page (refer to video in step 1)
     37  </p><br />
     38
    3139  <form method="post" action="<?php echo esc_url($_SERVER['REQUEST_URI']); ?>">
    3240    <input type="submit" name="generate_pages" value="Generate Vista Pages" class="button-primary vsta-gen-btn">
    3341  </form>
    34   <br /><br />
    35 
     42  <br />
     43 
    3644  <!-- Display generated page link -->
    3745<?php
    3846  $message = '';
    3947  if ($listings && $individual) {
    40     $message = 'Within the WordPress page list, <a href="edit.php?post_type=page" target="_blank">view the generated pages</a>.';
     48    $message = '<a href="edit.php?post_type=page" target="_blank">View the generated pages</a>.';
    4149  } else {
    4250    $message = 'The page was not generated -';
     
    5664  <p class="vsta-settings-steps">Step 3</p>
    5765  <h2 class="vsta-settings-h2">Set up the Search Form</h2>
    58   <p class="vsta-settings-text"> Copy the shortcodes below and insert them in pages where you'd like users to search for properties</p><br />
     66  <p class="vsta-settings-text">Now, simply <b>add a property search form to any page</b>, like the Home page, by inserting one of these shortcodes. <br />
     67    <small>(Note:  Ensure consistent page names to maintain link functionality. Refer to step 1 video).</small>
     68  </p><br />
    5969  <div class="vsta-forms-display">
    6070    <div>
    61       <code>[vista_basic_form]</code>
     71      <code>[vista_basic_form dest="/listings/"]</code>
    6272    </div>
    6373    <div>
    64       <code>[vista_advanced_form]</code>
     74      <code>[vista_advanced_form dest="/listings/"]</code>
    6575    </div>
    6676    <div>
    67       <code> [vista_search_form] </code>
     77      <code> [vista_search_form dest="/listings/"] </code>
    6878    </div>
    6979  </div>
    7080  <br />
    71   <p class="vsta-settings-text">You can use VistaWP without a license key to see dummy data.</p>
    72   <p class="vsta-settings-text">Need help? Please read the article <span><a href="https://vistawp.com/tutorials/setting-up-search-results-and-listing-templates/">Setting Up Search Results and Listing Templates</a></span> </p>
    73   <br /><br />
    7481
    75   <!-- Step 4 -->
    76   <p class="vsta-settings-steps">Step 4</p>
    77   <h2 class="vsta-settings-h2">Create Your Account and Setup Your License</h2>
    78   <p class="vsta-settings-text">VistaWP is FREE for the first year.</p>
    79   <p class="vsta-settings-text">You'll still need to set up an account and get your license key.<span><a href="https://vistawp.com"> Sign up here </a></span></p>
    80   <p class="vsta-settings-text">Next, complete the form <span><a href="https://vistawp.com/mls-activation/">here </a></span>(in the user portal) to connect to your MLS data.</p>
    81   <p class="vsta-settings-text">You will need an IDX feed agreement with your MLS before we can connect your listings to VistaWP.</p>
    82   <p class="vsta-settings-text">Need Help? Please Read the Article <span><a href="https://vistawp.com/tutorials/connecting-your-mls-to-vistawp/">Connecting Your MLS to VistaWP</a></span></p>
    83   <br /><br /><br />
    84 
    85   <p class="vsta-settings-text">Need more info? <a href="https://vistawp.com/contact/" target="_blank">Contact us</a> or check out our <a href="https://vistawp.com/docs/" target="_blank">documentation</a> on our website.</p>
     82  <div class="vsta-settings-info">
     83    <h2 class="vsta-settings-h2">All good? Need a license or MLS help? Reach out!</h2>
     84    <p class="vsta-settings-text">Got questions on connecting your MLS or snagging a VistaWP license?<br />
     85      Hit us up! Whether it's plugin quirks or just a chat, we're here for you. We can even jump on a video call if needed.
     86    </p>
     87   
     88    <p class="vsta-settings-text">
     89      <a href="https://vistawp.com/contact/" target="_blank">Contact us</a><br />
     90      <a href="https://vistawp.com">Check out our website</a><br />
     91      <a href="https://vistawp.com/docs/" target="_blank">Documentation</a><br />
     92    </p>
     93  </div>
    8694</div>
  • vistawp/tags/1.3.1/vista.php

    r2999820 r3005411  
    33* Plugin Name: VistaWP
    44* Description: Retrieves and displays real estate listings
    5 * Version: 1.3.0
     5* Version: 1.3.1
    66* Author: VistaWP
    77* Author URI: https://vistawp.com/
  • vistawp/trunk/css/admin.css

    r2999820 r3005411  
    1 
    2 
    31.vsta-btn-danger {
    42  background-color: #BD272D !important;
     
    97  cursor: pointer;
    108}
    11 
    129
    1310.vsta-btn-go {
     
    2017 }
    2118
    22 
    2319.vsta-license-link {
    2420  float:right;
     
    2622  padding-right:25px;
    2723}
    28 
    2924
    3025.vsta-active{
     
    3429}
    3530
    36 
    3731.vsta-disabled {
    3832  color: #BD272D;
     
    4135}
    4236
    43 
    4437.vsta-license-h2{
    4538  font: 27px 'Noto Sans', sans-serif;
     
    4740}
    4841
    49 
    50 .vsta-license-text{
    51   font: 17px 'Noto Sans', sans-serif;
    52   color: #808080;
    53  }
    54 
    55 
    56 .vsta-license-label{
    57   font: 17px 'Noto Sans', sans-serif;
     42.vsta-license-text,
     43.vsta-license-label {
     44  font: 16px 'Noto Sans', sans-serif;
     45  font-weight: 300;
     46  line-height: 22px;
    5847  color: #808080;
    5948}
     
    7059}
    7160
    72 
    7361.vsta-settings-text{
    74   font: 17px 'Noto Sans', sans-serif;
     62  font: 16px 'Noto Sans', sans-serif;
     63  font-weight: 300;
     64  line-height: 22px;
    7565  color: #808080;
    7666 }
    7767
    7868.vsta-settings-steps{
    79   font: 17px 'Noto Sans', sans-serif;
     69  font: 16px 'Noto Sans', sans-serif;
    8070  color: #808080;
    8171  text-decoration: underline;
     
    10090.vsta-forms-display{
    10191  display: grid;
    102   grid-template-columns: auto auto auto;
     92  grid-template-columns: auto;
     93  grid-template-rows: 35px 35px 20px;
    10394  width: 70%;
    10495}
    10596
    10697#vistawp-banner{
    107 display: grid;
    108 grid-template-columns: 40px auto;
     98  display: grid;
     99  grid-template-columns: 40px auto;
    109100}
    110101
    111 
    112102.vsta-text-error {
    113     color: #d63638;
    114     font-weight: bold;
     103  color: #d63638;
     104  font-weight: bold;
    115105}
    116106
    117107.vsta-text-success {
    118     color: #00a32a;
    119     font-weight: bold;
     108  color: #00a32a;
     109  font-weight: bold;
    120110}
    121111
     112.vsta-settings-info {
     113  background: #fff;
     114  margin-top: 20px;
     115  padding: 5px 20px 20px 25px;
     116  width: 80%;
     117  border-radius: 3px;
     118  box-shadow: #0000001a 0px 0px 12px 0px;
     119}
  • vistawp/trunk/readme.txt

    r2999820 r3005411  
    55Requires at least: 4.7 
    66Tested up to: 6.4 
    7 Stable tag: 1.3.0 
     7Stable tag: 1.3.1 
    88Requires PHP: 7.4.1 
    99License: GPLv2 or later 
  • vistawp/trunk/templates/pages/main_page.php

    r2999820 r3005411  
    2828  <p class="vsta-settings-steps">Step 2</p>
    2929  <h2 class="vsta-settings-h2">Create Necessary Pages</h2>
    30   <p class="vsta-settings-text">Generate <b>Listing</b> and <b>Individual Listing</b> pages with all shortcodes configured by clicking the button.</p>
     30  <p class="vsta-settings-text">By clicking the button below, the <b>essential basic pages</b> will be created. <br/>
     31    <small>(Note: If you click it more than once, another set of identical pages will be generated. You may need to delete any unnecessary ones <br />
     32    and ensure that the slugs are correct: 'listings' and 'individual-listing').</small><br /><br />
     33    The following pages will be generated: <br />
     34    - <b>Listings</b> (property listings) <br />
     35    - <b>Individual Listing</b> (Individual Property): This page will display results when viewed using <br />
     36    the 'view property' button on the previous page (refer to video in step 1)
     37  </p><br />
     38
    3139  <form method="post" action="<?php echo esc_url($_SERVER['REQUEST_URI']); ?>">
    3240    <input type="submit" name="generate_pages" value="Generate Vista Pages" class="button-primary vsta-gen-btn">
    3341  </form>
    34   <br /><br />
    35 
     42  <br />
     43 
    3644  <!-- Display generated page link -->
    3745<?php
    3846  $message = '';
    3947  if ($listings && $individual) {
    40     $message = 'Within the WordPress page list, <a href="edit.php?post_type=page" target="_blank">view the generated pages</a>.';
     48    $message = '<a href="edit.php?post_type=page" target="_blank">View the generated pages</a>.';
    4149  } else {
    4250    $message = 'The page was not generated -';
     
    5664  <p class="vsta-settings-steps">Step 3</p>
    5765  <h2 class="vsta-settings-h2">Set up the Search Form</h2>
    58   <p class="vsta-settings-text"> Copy the shortcodes below and insert them in pages where you'd like users to search for properties</p><br />
     66  <p class="vsta-settings-text">Now, simply <b>add a property search form to any page</b>, like the Home page, by inserting one of these shortcodes. <br />
     67    <small>(Note:  Ensure consistent page names to maintain link functionality. Refer to step 1 video).</small>
     68  </p><br />
    5969  <div class="vsta-forms-display">
    6070    <div>
    61       <code>[vista_basic_form]</code>
     71      <code>[vista_basic_form dest="/listings/"]</code>
    6272    </div>
    6373    <div>
    64       <code>[vista_advanced_form]</code>
     74      <code>[vista_advanced_form dest="/listings/"]</code>
    6575    </div>
    6676    <div>
    67       <code> [vista_search_form] </code>
     77      <code> [vista_search_form dest="/listings/"] </code>
    6878    </div>
    6979  </div>
    7080  <br />
    71   <p class="vsta-settings-text">You can use VistaWP without a license key to see dummy data.</p>
    72   <p class="vsta-settings-text">Need help? Please read the article <span><a href="https://vistawp.com/tutorials/setting-up-search-results-and-listing-templates/">Setting Up Search Results and Listing Templates</a></span> </p>
    73   <br /><br />
    7481
    75   <!-- Step 4 -->
    76   <p class="vsta-settings-steps">Step 4</p>
    77   <h2 class="vsta-settings-h2">Create Your Account and Setup Your License</h2>
    78   <p class="vsta-settings-text">VistaWP is FREE for the first year.</p>
    79   <p class="vsta-settings-text">You'll still need to set up an account and get your license key.<span><a href="https://vistawp.com"> Sign up here </a></span></p>
    80   <p class="vsta-settings-text">Next, complete the form <span><a href="https://vistawp.com/mls-activation/">here </a></span>(in the user portal) to connect to your MLS data.</p>
    81   <p class="vsta-settings-text">You will need an IDX feed agreement with your MLS before we can connect your listings to VistaWP.</p>
    82   <p class="vsta-settings-text">Need Help? Please Read the Article <span><a href="https://vistawp.com/tutorials/connecting-your-mls-to-vistawp/">Connecting Your MLS to VistaWP</a></span></p>
    83   <br /><br /><br />
    84 
    85   <p class="vsta-settings-text">Need more info? <a href="https://vistawp.com/contact/" target="_blank">Contact us</a> or check out our <a href="https://vistawp.com/docs/" target="_blank">documentation</a> on our website.</p>
     82  <div class="vsta-settings-info">
     83    <h2 class="vsta-settings-h2">All good? Need a license or MLS help? Reach out!</h2>
     84    <p class="vsta-settings-text">Got questions on connecting your MLS or snagging a VistaWP license?<br />
     85      Hit us up! Whether it's plugin quirks or just a chat, we're here for you. We can even jump on a video call if needed.
     86    </p>
     87   
     88    <p class="vsta-settings-text">
     89      <a href="https://vistawp.com/contact/" target="_blank">Contact us</a><br />
     90      <a href="https://vistawp.com">Check out our website</a><br />
     91      <a href="https://vistawp.com/docs/" target="_blank">Documentation</a><br />
     92    </p>
     93  </div>
    8694</div>
  • vistawp/trunk/vista.php

    r2999820 r3005411  
    33* Plugin Name: VistaWP
    44* Description: Retrieves and displays real estate listings
    5 * Version: 1.3.0
     5* Version: 1.3.1
    66* Author: VistaWP
    77* Author URI: https://vistawp.com/
Note: See TracChangeset for help on using the changeset viewer.