Plugin Directory

Changeset 2017517


Ignore:
Timestamp:
01/23/2019 10:55:35 AM (7 years ago)
Author:
autonomash
Message:

izmena readme.txt

Location:
vc-simple-all-responsive/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vc-simple-all-responsive/trunk/readme.txt

    r2011531 r2017517  
    1111Stable tag: 1.1.1
    1212
    13 Turns on and off the visibility of WPBakery Page Builder (formerly Visual Composer) elements depending on the chosen screen sizes. Works on elements within rows and columns.
     13VC Simple All Responsive makes it easier to develop responsive websites when using WPBakery (former Visual Composer) Page Builder. Works on elements within columns.
    1414
    1515== Description ==
    1616VC Simple All Responsive Plugin provides full responsiveness to sites created with Page Builder. So far, we have been able to determine the screens on which some Row and Columns will appear (or not appear). From now on, thanks to this plugin, this type of control is obtained over all Page Builder elements.
    1717
    18 VC Simple All Responsive plugin creates a new element of the Page Builder that can be found in All and in the Content section. It works as a wrapper that determines when the content that is placed in it will be visible (or not).
     18VC Simple All Responsive plugin creates a new element of the Page Builder that can be found in All and in the Content section. It works as a container that determines when the content that is placed in it will be visible (or not).
    1919
    20 Envelopes are placed inside the column. Within a single column we can place an arbitrary number of envelopes, and it is possible that they have different settings. Also, they can be arbitrarily combined with free elements (elements without a envelope).
     20VC Simple All Responsive conatiners are placed inside the column. Within a single column we can place an arbitrary number of containers, and it is possible that they have different settings. Also, they can be arbitrarily combined with free elements (elements outside the container).
    2121
    22 It is possible to set several elements within a single envelope. In this case, the same rules for displaying apply to all elements within a single envelope.
     22It is possible to set several elements within a single container. In this case, the same rules for displaying apply to all elements within a single container.
    2323
    24 When you drag the element inside the envelope, it behaves quite commonly, in the way it would behave that the envelope does not have. The envelope has only one type of setting, which determines the conditions for displaying the content.
     24When you drag the element inside the container, it behaves commonly, in the way it would behave outside of the container. The container has only one type of setting, which determines the conditions for displaying the content.
    2525
    26 The envelope can be left unfilled (without content), and then he will have no visible effect. Also, similar to the Page Builder rows, the envelope can be completely excluded from the view (regardless of the display screen).
     26The container can be left unfilled (without content), and then he will have no visible effect. Also, similar to the Page Builder rows, the container can be completely excluded from the view (regardless of the screen size).
     27
     28**Benefits of Use:**
     29WPBakery Page Builder in the original version provides the option to set the visibility depending on the screen sizes of the device, but only at the level of Rows and Columns. In addition, it is not possible to set up two or more competitive columns (competitive, in the sense that they fill the same space). The interior elements do not have this possibility of visibility adjustments. This is sufficient for rough adjustment of the responsiveness, however, it is not practical in cases of finer tuning, when only a partially different content is displayed on different resolutions. Plugin VC Simple All Responsive allows complete freedom in this regard. The ability to choose when it will be displayed is enabled at the level of a single element or an arbitrary group of elements. The back-end display is of a competitive type (in the same column), which facilitates visibility.
     30
     31Example: With the VC Simple All Responsive Plugin, it is possible to set up in the same column: element visible only on desktop screens (in the first All Responsive container), then a group of elements seen only on tablets and on mobile phones (in the 2nd All Responsive container) and finally (at any place, whatever) the elements that are visible on all screens (free elements placed in the usual way, outside of the container). Without the use of All Responsive Elements plugin, it would be necessary to form three separate rows, each with its own setting and copying repeating elements (in other columns, for example). Great advantages are also that the Websites Back End with using of the VC Simple All Responsive Plugin is much more readable and the memory and processor load of the site is reduced.
     32
     33VC Simple All Responsive element can equally apply to additional elements of independent manufacturers, as well as to the basic elements of Page Builder. For this reason, the implemented solution is superior to some other that are applied in some WP themes.
     34
     35------
    2736
    2837Please, when evaluating this plugin, you understand that it is free and that customer support is adequate to that.
  • vc-simple-all-responsive/trunk/vc-simple-all-responsive.php

    r2007133 r2017517  
    33* Plugin Name: VC Simple All Responsive
    44* Plugin URI: https://wordpress.org/plugins/vc-simple-all-responsive/
    5 * Description: Turns on and off the visibility of WPBakery Page Builder (formerly Visual Composer) elements depending on the chosen screen sizes. Works on elements within rows and columns
     5* Description: Makes it easier to develop responsive websites when using WPBakery (former Visual Composer) Page Builder. Works on elements within columns.
    66* Version: 1.1.1
    77* Author: Obren Markov
Note: See TracChangeset for help on using the changeset viewer.