compatibility
5 years ago
currency-switchers
2 weeks ago
multi-currency
1 year ago
multilingual
1 year ago
setup
9 months ago
status
1 year ago
store-urls
5 years ago
custom-files.twig
5 years ago
languages-notice.twig
5 years ago
menus-wrap.twig
1 year ago
nav-menus-full.twig
1 year ago
nav-menus-standalone.twig
4 years ago
pointer-ui.twig
1 year ago
removed-cart-items.twig
5 years ago
settings-ui.twig
2 months ago
st-taxonomy-ui.twig
5 years ago
sync-taxonomy.twig
5 years ago
trnsl-attributes.twig
5 years ago
troubleshooting.twig
1 year ago
pointer-ui.twig
19 lines
| 1 | <div class="wcml-pointer-block" data-selector="{{ selector }}" data-insert-method="{{ insert_method }}" style="display:none;"> |
| 2 | <a id="wcml-pointer-target-{{ pointer }}" href="javascript:void(0)" class="otgs-ico-wpml wcml-pointer-link" |
| 3 | data-wcml-open-pointer="wcml-pointer-{{ pointer }}" title="{{ description.trnsl_title|e }}">{{ description.trnsl_title|e }}</a> |
| 4 | |
| 5 | <div id="wcml-pointer-{{ pointer }}" style="display:none;"> |
| 6 | <div class="wcml-pointer-inner"> |
| 7 | <p class="wcml-information-paragraph"> |
| 8 | {{ description.content|raw }} |
| 9 | </p> |
| 10 | {% if description.doc_link %} |
| 11 | <p class="wcml-information-link"> |
| 12 | <a class="wcml-external-link" href="{{ description.doc_link }}" target="_blank"> |
| 13 | {{ description.doc_link_text }} |
| 14 | </a> |
| 15 | </p> |
| 16 | {% endif %} |
| 17 | </div> |
| 18 | </div> |
| 19 | </div> |