Problem:
That the icon for links to external sites comes from a non https source
body .modman-inline-module-manager .modman_learn_about_modules a[href^="//"]::after, body .modman-inline-module-manager .modman_learn_about_modules a[href^="http://"]::after, body .modman-inline-module-manager .modman_learn_about_modules a[href^="https://"]::after { content: url(http://upload.wikimedia.org/wikipedia/commons/6/64/Icon_External_Link.png); margin: 0 0 0 5px; }
Solution:
Thanks for the details, I can see the problem in plugin "toolset-module-manager", the codes are in two files:
\toolset-module-manager\embedded\views\templates\inline.tpl.php
Line 31:
And
\toolset-module-manager\views\templates\inline.tpl.php
Line 31:
currently you can change the above two line codes to:
content: url(//upload.wikimedia.org/wikipedia/commons/6/64/Icon_External_Link.png);
Relevant Documentation:
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | - |
- | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | - |
Supporter timezone: Asia/Hong_Kong (GMT+08:00)
This topic contains 5 replies, has 2 voices.
Last updated by 6 years, 9 months ago.
Assisted by: Luo Yang.