Plugin Directory

source: wrapper-link-elementor/trunk/readme.txt @ 3106772

Last change on this file since 3106772 was 3106772, checked in by frantorres, 5 weeks ago

PRT Creating new release

File size: 2.0 KB
Line 
1=== Wrapper Link Elementor ===
2Contributors: pedrogusmao02
3Donate link: https://www.paypal.com/donate/?hosted_button_id=BDA26H487WE2Q
4Tags: elementor, link
5Requires at least: 5.0
6Tested up to: 6.2
7Stable tag: 1.0.4
8Requires PHP: 7.0
9License: GPLv2 or later
10License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
12Elementor Link Wrapper allow you to place custom links into sections and columns on Elementor.
13
14== Description ==
15
16Elementor Link Wrapper allow you to place custom links into sections and columns on Elementor. You can choose the link implementation method and you can also use dynamic links for internal links.
17
18For backwards compatibility, if this section is missing, the full length of the short description will be used, and Markdown parsed.
19
20== Frequently Asked Questions ==
21
22= What is the difference between HTML and JS implementation methods? =
23
24On the HTML implementation method, after setting the link a <a> tag will be created as the wrapper parent. On JS, the link redirect will be set through jQuery (onclick() method). On the JS method, you may have to insert the "cursor: pointer" manually on the wrapper to display it's clickable. On the HTML <a> tag injection, you may experience some trouble because of the CSS styling of this tag, so you may customize it also.
25
26= Which link settings are being transported to the frontend? =
27
28On link settings, you can set multiple features: Link in new tab or not (target), nofollow, custom values and others.
29At this time, the plugin will only read the target setting, not the others.
30
31= Which plugins are compatible with Wrapper Link Elementor? =
32
33At this time you may experience some difficulties using the dynamic link with other plugins that extend Elementor, such as Elementor Custom Skin and others. I'm working on improvements for the next releases.
34
35
36== Screenshots ==
37
381. Elementor advanced tab, where the Wrapper Link can be set through implementation method and custom link.
39
40== Changelog ==
41
42= 1.0.1 =
43
44* Tested with WordPress 6.2
45
46= 1.0 =
47* Official release
Note: See TracBrowser for help on using the repository browser.