Viewing 15 replies - 1 through 15 (of 23 total)
  • Plugin Author Jorge A. Gonzalez

    (@nasium)

    csigncsign, Can you search your HTML for /* WP Links Plugin */ and paste here what is directly below for the wp-links-icon css class. Thx

    Plugin Author Jorge A. Gonzalez

    (@nasium)

    csigncsign, I uploaded a new version 1.9. I believe this will fix the issue with multisite. Let me know if this fixes the problem.

    Thread Starter BeeCee

    (@csigncsign)

    Thank you, Jorge, but unfortunately, it still does not show any icon. Here a link to my site (still in maintenance mode) with Firebug Screenshot:

    https://screencloud.net/v/i9zS

    The function itself works, the site is opening in a new tab. Only the icons are not showing at all.

    This is the source code of this site and part with wp-links:
    https://screencloud.net/v/ETWI

    I use WP 4.1 with ENFOLD theme, multisite, blogs in subdirectories and this one blog is mapped to another domain name.

    When I take a look in my backend of WordPress to your plugin settings, the path of the icons, that I correctly see there, is:

    https://mysite.de/wp-content/plugins/wp-links/icons/external-link-red-dark02.png

    But actually, in my WordPress network installation, the original path of this sub-blog is https://mynewdomain.de/subblog1/ for example.

    So I suppose that your plugin-URL path in wp-links.php is probably not working that way with
    a) WordPress multisite together with
    b) domain mapping

    ?

    Plugin Author Jorge A. Gonzalez

    (@nasium)

    Appears the biggest issue is the correct path of the image when written to the page while using domain mapping, since the domain of the image that is being shown is on a separate domain.

    I currently use define('WPLINKS_IMAGE_PATH', plugins_url( 'icons/'.WPLINKS_IMAGE, __FILE__ ) ); in version 1.9.1 which should solve any multi issues, but domain mapping is a bigger monster.

    The only resolve I can think of is adding a text field of the domain map, but will that work for multi?

    Thread Starter BeeCee

    (@csigncsign)

    Hm, I don’t know ??

    Plugin Author Jorge A. Gonzalez

    (@nasium)

    csigncsign, version 1.9.1 fixes this problem. I have added a checkbox to the image options that display an image hosted by imgur.com. This should fix an problem with multi / domain mapping.

    Let me know how this works for you, I believe this is the best way to handle this problem.

    Thread Starter BeeCee

    (@csigncsign)

    Thanks for your ongoing help, I have installed the update and marked that option with imgur. So far the external links still do not show icons. Do I need to make further steps?

    Isn’t it possible to upload own icons for example through the WP media library and using in the WP LINKS settings these ones in a way?

    For example if you provide an “upload icon” within the plugin settings – perhaps then the path could be right for multisites?

    Plugin Author Jorge A. Gonzalez

    (@nasium)

    Have you selected an icon from the list as well well as selected the imgur option?

    Thread Starter BeeCee

    (@csigncsign)

    yes, I have tried it WITH and WITHOUT selecting an icon from the list, together with the imgur option – in both cases, no icon is shown at all.

    With selected icon + imgur option set:
    https://screencloud.net/v/vtXY

    No icon, no CSS for the icon available when I check it with Firebug.

    Plugin Author Jorge A. Gonzalez

    (@nasium)

    csigncsign, Can you search your HTML source for /* WP Links Plugin */ and paste here what is directly below for the wp-links-icon css class. The code should be in the <head>,

    Thread Starter BeeCee

    (@csigncsign)

    Ah okay, I don’t have anything like that in the header part.

    When I search for “links” in the source code, the first code appearing with that is this, but I think you mean something other?

    https://screencloud.net/v/BAyy

    These are the settings, that I’ve made for the plugin:
    https://screencloud.net/v/yQJj

    Plugin Author Jorge A. Gonzalez

    (@nasium)

    csigncsign, any chance you can provide me with the HTML source of that page? Would make things much easier. Any pastbin will work…

    Thread Starter BeeCee

    (@csigncsign)

    Plugin Author Jorge A. Gonzalez

    (@nasium)

    I have narrowed the issue down, the problem is when the css is written to the head section of your theme. I looked into your theme and it supports wp_head(). I added a priority to one of the actions in the plugin to see if that helps. 1.9.2 is the latest version, you should be pushed an update shortly.

    BTW – have you tried disabling all other plugins to see if that fixes the problem (if it works might help me narrow the problem down)? Are you running any caching plugins?

    Thread Starter BeeCee

    (@csigncsign)

    Thank you, appreciate your help, Jorge!

    No, no caching plugin and yes, I had disabled all other plugins, especially the maintenance plugin (“MINIGO”), to see if that helps, but still no success.

    I will wait until the next update and will report here back, thank you!

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘Icons are not shown’ is closed to new replies.