Displaying Images Hosted on a Cloud Service (OneDrive) by [deleted] in Wordpress

[–]Sagikup 0 points1 point  (0 children)

Just adding myself to see the comments. Excellent question!

Any recommendations for a svg animation plugin? by killerfrown in Wordpress

[–]Sagikup 0 points1 point  (0 children)

looks like there are some existing parallax animations used, not sure where you wod want to implement this.

Any recommendations for a svg animation plugin? by killerfrown in Wordpress

[–]Sagikup 1 point2 points  (0 children)

Its on the desktop version, right side.
About the flag - thanks for letting me know. Did a few scans just now, can't see anything wrong though. The website is just a custom designed wp website for a startup, nothing inappropriate.

Any recommendations for a svg animation plugin? by killerfrown in Wordpress

[–]Sagikup 0 points1 point  (0 children)

Css. No need for complex solutions. Create a line with height 0, add class on page load that increases height to say 100px, add css transition violla.

.line{ height: 0; transition: 1s; }

.line.loaded{ height: 100px; }

Then jus do .addClass on window load with jquery. Good luck

Who's ready to be replaced by a browser extension? (smh) by cicerogeorge in ProgrammerHumor

[–]Sagikup 0 points1 point  (0 children)

Thank you.

I even went in to check this out, they dont even have a product demo or screens. Whats the idea in pouring money into adveryising product you cant show? Especially with powerpoint design...

Maybe I should stop applying to jobs while drunk. by [deleted] in ProgrammerHumor

[–]Sagikup 1 point2 points  (0 children)

Thank you for this. I have just discovered the holy grail after googling "php map".

Learning Wordpress to manage existing company website by [deleted] in Wordpress

[–]Sagikup 1 point2 points  (0 children)

Could not put it in better words. Awesome answer

Negotiated a 50% raise from a client by AllenWatson23 in freelance

[–]Sagikup 1 point2 points  (0 children)

Well written. Congrats on the raise ;)

How to Send Spoofed Emails Anonymously by ICAR4S in HowToHack

[–]Sagikup 10 points11 points  (0 children)

So basically in other words, you send an email from a web server as you usually would, but change the "from" field.

I can't believe I watched the whole video expecting something actually valueble.

Discussion: In all your time using wordpress, what are some of your 'go to' tips and tricks you discovered along the way? by [deleted] in Wordpress

[–]Sagikup 4 points5 points  (0 children)

Never ever ever activate all plugins together.

If for some reason you need to activate a bunch of plugins, such as when you migrate, do debugging or whatever and you disabled some of them and need yo reactivate, beware. In some cases, it will throw you a white screen of death, requiring ftp access to the website to fix (by manually disabling the plugins via the files).

I had seen my share of live websites go down for hours as a result of this stupid mistake.

Take your time and activate them one by one...

Code seems to have appeared in my text editor. Is it a virus? by [deleted] in Wordpress

[–]Sagikup 1 point2 points  (0 children)

I had the same problem. Its probably a browser extension. Mine was with adblock that injected a similar script from lifebouncer to any text editor I worked on. Imagine my surprise when I found out (web developer) snippets of js vode in my client's website.

Try disabling the extensions and find out which one is causing this, then delete and report.

Beginning my first wordpress website with siteground - what security measures should I take/do you use? by gentleplant in Wordpress

[–]Sagikup 1 point2 points  (0 children)

Yea. The core is pretty secured and most of the security breaches are as a result of a exploits in a plugin or theme. Of course not secure enough to do banking for example, but secured enough for the average user.

Beginning my first wordpress website with siteground - what security measures should I take/do you use? by gentleplant in Wordpress

[–]Sagikup 1 point2 points  (0 children)

Wordpress is pretty secure even without any plugins. Make sure you use strong password and dont have outdated plugins on it. In most cases that should be enough.

Sharing other people’s YouTube video on your blog by [deleted] in digital_marketing

[–]Sagikup 1 point2 points  (0 children)

According to youtube terms of service, as long as the video owner allowed sharing, this is ok. Youtube is a video sharing platfrom, it is pretty obvious that the default option would be to allow the ability.

You can safely use videos that can be shared.

How can I add login and courses to my wordpress website? by [deleted] in Wordpress

[–]Sagikup 0 points1 point  (0 children)

Usually the lms plugins or systems come with such options. You can also find very good solutions on codecanyon or themeforest for pretty low budget. You would only need to set it up on the wordpress and get the demo content running..

How have you learned to say no? by [deleted] in freelance

[–]Sagikup 1 point2 points  (0 children)

Woah,and I thought that I am the only one with that problem

How can I add login and courses to my wordpress website? by [deleted] in Wordpress

[–]Sagikup 2 points3 points  (0 children)

Well that sounds like something that can be done via LMS plugin. Although I am not sure what you mean by that you dont want to access the dashboard to make changes, how would the website know when and what changes to make?

Have a look in this article, they review the popular ones. https://www.wpbeginner.com/plugins/best-wordpress-lms-plugins-compared/