sahatmrt
Forum Replies Created
-
Hi, I also have the same problem so i tried the code, but it did not work well. So i tried again and find the code that work is :
/*change pagination color*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
z-index: 2;
color: #FFF;
background-color: YOUR_COLOR;
border-color: YOUR_COLOR;
cursor: default;
}It works well for me 🙂
Forum: Fixing WordPress
In reply to: Images don't show in post in version 4.2.2@kbenik – oh so curious, perhaps updating the permalink could fix the problem, it seems the problem could be related to broken permalink, if you dont mind, please update the permalink.
Forum: Fixing WordPress
In reply to: Images don't show in post in version 4.2.2perhaps it’s related to the size of the image. try to scale down the image size. my experience on my site if the image size too big, like 2544 x 1577 etc then it will not displayed correctly. it seems image displaying handled by the themes, not by wordpress.
Forum: Fixing WordPress
In reply to: Error when upgrade to wordpress 4.2.2After discussion with support team from my hosting provider it turn out that my problem came out from the themes (fraction themes version 1.1.2) that not compatible wordpress 4.2.2. And actually fraction themes has release an update to fix this.
So for fraction themes users should update the fraction themes to version 1.1.4 before update wordpress to version 4.2.2
Forum: Fixing WordPress
In reply to: Error when upgrade to wordpress 4.2.2Dear Sirs, somehow my website running again. Now I can login to dashboard again and my website show up again. The only problem only the post doesnot shown up. So i update the permalink and the posts shown up.
I seem the update process take quite a time so i think it get stuck/error.
Perhaps i got so panic.