Showing posts with label Solved. Show all posts
Showing posts with label Solved. Show all posts

Sunday, January 31, 2016

Redirect loop on admin login WordPress [Solved]



Once i faced the problem i googled and found some topics about the problem.


Result of the discussion I found solutions which might help you in same cases.

If you still haven't figured out how to skip the loop - add "index.php" in address bar after "youdomain.com/wp-admin/" ( In result you will get "http://www.yourdomain.com/wp-admin/index.php" ) . It will allow you to access normally wordpress admin page without loop.

Solutions

Method 1

Check general settings ( settings -> general ). And make sure your addresses are same ( make them lowercase ).

Method 2

Go to Permalinks settings ( settings -> permalinks ) and change to plain.

Method 3 ( My situation )

None of first methods worked for me ( Method 1 was correct for me, and method 2 - i didn't wanted to change permalinks ). So i have checked code what is happening there... and noticed that index.php isn't loading on wp-admin/ ( which should.. ). So I have checked ".htaccess" file in dir ( and in root dir later ). And I found old code in .htaccess which ruined login process.

I have removed everything but wordpress comment surounded code, saved and wuallia... everything worked.


Let me know if it worked for you. Thanks for comment <3 p="">

Saturday, November 21, 2015

Windows doesn't detects my nokia lumia

Ill tell you how i solved my problem with nokia lumia 930 and maybe it will help you.

First of all i had nokia lumia 635 which worked as charm when i was connecting it to my laptop with windows. But i have changed my phone and now when i was connecting with another cabel which i found at home it was charging but not connecting so i could copy photos.

After searching internet for help, I couldn't find any proper solution how to fix it. Mostly they offer to check devices and update drivers. But problem is that it doesn't show up there. So finally I have tried to change cabel i was using. And you know what? It worked... I was using cabel from my JBL sound system. I guess it supports only devices like that. For similar problems you might check this officia nokia lumia support page https://support.microsoft.com/en-us/kb/2749484 . It possible that you have only 1 left usb cabel, so i suggest to buy original nokia lumia cabels - Find cabel for your nokia lumia.

Then devices showed up in my devices list I have tried to update drivers with simple "update drivers software". But no success... It says "Windows could not find driver software for your device.".

Finally I found solution how to solve it but checking "Driver software installation" popup which shows up when you unplug and plugin your device. There was messages near each driver that It can't find drivers. But there was small button that says I can change settings where to check drivers. And I found out that my it doesn't searched for online windows update. So i have changed settings by simple checking checkbox - to search drivers with windows update. Saved settings; Unpluged device; Plugged in device and waited until drivers was found online with windows update.


After few moments my phone appeared in my computer and I could access files in it.

P.S. I suggest to set lock screen on your device to be without time limit. So it's screen be always turned on while you install your device, else it might not shown up on your computer too...

Please "like" my article so it could shown up higher in search engine, so it could help other people to solve the problem.

Also please write in comments if it worked for you or maybe i skipped some part which was not understandable for you - so write how to solve it, so other people might not have problem in that place.

Thanks



Tuesday, February 18, 2014

JQuery remove !important

I have searched a lot. And i couldn't find solution how to remove the option. But i found that you can set another one attribute with jquery with important option, so you could overlap old style.

Here is code i have used for changing background-color of element - body which had background-color attribute with important option.

$("body").css("cssText","background-color: #FFF !important");

Tuesday, November 12, 2013

How to sync other calendars to iPhone


Problem

Idea is I have added "other calendar" to my Google Calendar, but it doesn't not appears on my iPhone. I have found out that the issue is pretty popular, but answer is hidden very good.

Other common topics might sounds like this

  • How can I sync multiple google calendars with iphone in the calednar app
  • Some Google calendar events not syncing on iPhone
  • How to Sync Shared Google Calendars With Your iPhone
  • How to Setup Google Calendar on Your iPhone
  • Some Google calendar events not syncing on iPhone

Solution

Solution for this is pretty simple. Google made page for iPhone users which uses calendar, so they could select which calendar to sync.
  1. Go to https://www.google.com/calendar/iphoneselect
  2. Check/Uncheck calendars which you want to sync to your iOS device
  3. Press Save
  4. Done.