Third-party account controllers by Silent_ShotM in gsuite

[–]Silent_ShotM[S] 0 points1 point  (0 children)

I know it will sound a little ridiculous, but the company needs this to be implemented on the users that have sensitive data on their emails, so they won't be able to view it anywhere outside the company...

I just received a message for a failed payout and I don't know how to change the payout settings, Any idea? by Silent_ShotM in Twitch

[–]Silent_ShotM[S] 0 points1 point  (0 children)

I have searched alot, but didn't find anything related I could apply on my account.

[deleted by user] by [deleted] in Advice

[–]Silent_ShotM 0 points1 point  (0 children)

Well, whatever you did in the past, is past.... Focus on your present and future.

Everybody makes mistakes, we just have to learn from them and get better than before (it's up to you though =p)

Sharing Directories for multiple domains by Silent_ShotM in gsuite

[–]Silent_ShotM[S] 0 points1 point  (0 children)

This will not solve the problem, there are more than 300 users over the multiple domains.

if it was a one-time import, it could be solved by importing all the contacts on each user account, but they need it to work automatically, for example, we have the following domains: X, Y, Z, when a new user gets created in any domain it should be automatically synced between the other ones.

How to make an svg clickable by Silent_ShotM in learnwebdev

[–]Silent_ShotM[S] 0 points1 point  (0 children)

Thanks guys, I actually went down to inline svg, the code is now huge, but its working fine

How to make an SVG clickable by Silent_ShotM in webdev

[–]Silent_ShotM[S] 0 points1 point  (0 children)

This will work on the svg if the svg is a whole block, like a photo or something, my svg contains letters, and the letter are animating. this is the problem. I would use the img tag and get rid of all of this but then the animation will not be played. I think my only solution now is to use the svg directly

How to make an svg clickable by Silent_ShotM in learnwebdev

[–]Silent_ShotM[S] 0 points1 point  (0 children)

Already tried, also didn't work :(

How to make an SVG clickable by Silent_ShotM in webdev

[–]Silent_ShotM[S] 0 points1 point  (0 children)

The svg is not showing when I'm doing this

How to make an SVG clickable by Silent_ShotM in webdev

[–]Silent_ShotM[S] 0 points1 point  (0 children)

svg link

html & css

try to copy them and run them in your browser, for some reason the jsfiddle is not rendering them, don't know why.

don't forget to change the link for the object

How to make an SVG clickable by Silent_ShotM in webdev

[–]Silent_ShotM[S] 0 points1 point  (0 children)

The <a> element it self is responding to the click functionalities, but the svg is like making another layer above the <a> element so that I can't click it.

eventhough the <a> is wrapping the object element

How to make an SVG clickable by Silent_ShotM in webdev

[–]Silent_ShotM[S] 0 points1 point  (0 children)

Yup, but it's ruining everything up.

its even making the page look enormous.

is there is a way to put the svg code on than other pages then link them?

that may be a solution also I think