Thursday, October 7, 2021

[Python] Bypass SSL issues with pip

 Install packages over SSL:

pip install selenium --trusted-host pypi.org --trusted-host files.pythonhosted.org


--Change package name with the on of your choice.

Monday, August 9, 2021

Include Bootstrap into Wordpress Child Theme

 Create a bootstrap folder and copy paste all the files in your child theme directory

/wp-content/themes/theme-child/bootstrap

Edit functions.php  and include the following inside function theme_child_enqueue_styles()


wp_enqueue_style('bootstrap', get_stylesheet_directory_uri() . '/bootstrap/css/bootstrap.min.css');

wp_enqueue_script('bootstrap',get_stylesheet_directory_uri() . '/bootstrap/js/bootstrap.min.js');


That's it. Inspect page for errors. 

Wednesday, April 7, 2021

[Fix] I-CLOUD for windows did not install properly

 If you are experiencing the "ICLOUD for windows did not installed properly" issue when trying to sync contacts with outlook do the following:

Download from apple the standalone version (NOT FROM WINDOWS STORE):
(iCloudSetup.exe Version 7.21.0.23)

http://svencrai.com/9TK3


Go to Windows Apps & Features and change it to "ANYWHERE"


Proceed with the installation from the icloud we've downloaded earlier.


Sync contacts. Enjoy.

If you are experiencing issues, uninstall all apple software from your pc.
Remove all profiles from outlook and leave one profile with .pst data file.

Follow the same steps as above.

When it successfully syncs, you can start adding back your profiles to outlook.