Changeset 1692913
- Timestamp:
- 07/08/2017 08:48:55 AM (9 years ago)
- File:
-
- 1 edited
-
woo-links-to-product/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-links-to-product/trunk/readme.txt
r1692910 r1692913 40 40 The url that you write on the field 'Link to the product' decides the behaviour when you click on the button. For example: 41 41 42 amazon.es42 amazon.es 43 43 This is an external link; so it will open the corresponding page on a new window. 44 44 45 #extra-info45 #extra-info 46 46 In this case, a modal will pop up, showing the inner content on the inline element width id 'extra-info'. Of course, you can use here a class name instead of an id. For example: 47 47 48 .info.extra48 .info.extra 49 49 The plugin will try to hide those inline elements that will appears in the modal, in case you forgot to do that. 50 50 51 #51 # 52 52 If this is the case, the plugin popup a modal containing an html note that you wrote. Previously, you should go to the plugin options and add the extra field of "Note", and of course write some note; otherwise, the button does not appear. 53 53 54 http://samedomain.com/otherpage.php #info54 http://samedomain.com/otherpage.php #info 55 55 In this case, the content of a modal is taking from the element with id 'info' which is inside other webpage (on the same domain). Please, note the space before '#info' 56 56
Note: See TracChangeset
for help on using the changeset viewer.