Two icons instead of one
-
Hi,
I’m trying to set up the plug in so that external links on my website are marked with an icon.
The result so far is that an external link on a page is marked properly, but the same link shown in a side bar widget is displaying two icons. That’s a bit too much, but how do I get rid of the second?
Thanks for helping.
Jos
WP url: https://www.joslammers.nl WP version: 5.9.3 PHP version: 7.4.25 Active Plugins: - Cresta Posts Box PRO, version: 1.2.9 - Easy Custom Sidebars, version: 2.0.1 - Really Simple SSL, version: 5.3.1 - Recent Posts Widget With Thumbnails, version: 7.1.1 - WP Dark Mode, version: 2.3.0 - WP External Links, version: 2.51 WPEL Settings: array( 'wpel-external-link-settings' => array ( 'apply_settings' => '1', 'target' => '', 'target_overwrite' => '', 'rel_follow' => '', 'rel_follow_overwrite' => '', 'rel_noopener' => '', 'rel_noreferrer' => '', 'rel_external' => '', 'rel_sponsored' => '', 'rel_ugc' => '', 'title' => '{title}', 'class' => '', 'icon_type' => 'image', 'icon_image' => '13', 'icon_dashicon' => 'dashicons-menu', 'icon_fontawesome' => 'fa-address-book', 'icon_position' => 'right', 'no_icon_for_img' => '1', ), 'wpel-internal-link-settings' => array ( 'apply_settings' => '', 'target' => '', 'target_overwrite' => '', 'rel_follow' => '', 'rel_follow_overwrite' => '', 'rel_noopener' => '', 'rel_noreferrer' => '', 'title' => '{title}', 'class' => '', 'icon_type' => '', 'icon_image' => '1', 'icon_dashicon' => 'dashicons-menu', 'icon_fontawesome' => 'fa-address-book', 'icon_position' => 'right', 'no_icon_for_img' => '1', ), 'wpel-exceptions-settings' => array ( 'apply_all' => '1', 'apply_post_content' => '', 'apply_comments' => '', 'apply_widgets' => '', 'skip_post_ids' => '', 'ignore_classes' => '', 'subdomains_as_internal_links' => '', 'include_urls' => '', 'exclude_urls' => '', 'excludes_as_internal_links' => '1', 'ignore_script_tags' => '', 'ignore_mailto_links' => '', ), 'wpel-admin-settings' => array ( 'own_admin_menu' => '1', ), );
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Two icons instead of one’ is closed to new replies.