Topic-icon The linkedin popup image is below other modules

Active Subscriptions:

None
10 years 8 months ago #35365 by iveth
HI

The linkedin popup image is below other modules

please see image what is t

he fix
The topic has been locked.
Support Specialist
10 years 8 months ago #35442 by alzander
Iveth,
Sorry I missed this post. Your image isn't attached above. Can you re-post the image or let us know more about what's going wrong (or where we can test)?

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago #35450 by iveth
Official Company Profile

on: los-roques.com/archipelago/contact-us
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago #35451 by iveth
and to the right on that page if you move it up and down you will see that the recommend bar to the left is under the horisontal buttom Facebook comments
The topic has been locked.
Support Specialist
10 years 8 months ago #35523 by alzander
The Company Insider widget isn't loading for me at all. It seems like the LinkedIn Javascript isn't fully loading. The likely cause is the following Javascript error on the page, but I'm not sure what's throwing it:
Uncaught TypeError: Cannot read property 'length' of undefined jquery.min.js:2

For the Recommendations bar, your loading the module in the left sidebar, which has a z-index lower than the right 'main content' area. I'd recommend loading that module in the footer or some other area that likely won't cause that problem. Alternatively, you can update the following block in your template file los-roques.com/templates/jsn_sky_pro/css/template.css at line 394:
#jsn-leftsidecontent, #jsn-rightsidecontent {
z-index: 99;
margin: 10px 0 20px 0;
}
The change there is updating the z-index to 99.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #35559 by iveth
I fixed the Java script error - but the left: Official Company Profile is still below
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #35587 by iveth
The popup below other images has the same problem on other templates - maybe a good idea to change it permanently
The topic has been locked.
Support Specialist
10 years 7 months ago #35596 by alzander
Iveth,
I just tried to look again, but the widget isn't showing. I'm pretty sure it's related to this post . Please let me know when that other issue is worked out and we'll gladly help try to fix this one as well.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #35603 by iveth
The Widget is working now - but the Company Profile is still below even after adding the fix...
The topic has been locked.
Support Specialist
10 years 7 months ago #35669 by alzander
Sorry for the delay in getting back to this one. The issue looks to be 2 styles in your template that are preventing the iFrame from expanding as much as it should. The easiest solution is to add the following to your template's stylesheet:
.jlinkedcompanyprofile iframe {
max-width: none;
}
That will let it overflow properly.

Let me know if that helps, or not, and best of luck.

Thanks,
Alex
The topic has been locked.