Jgrabowski1
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF.js Viewer] PDF URL changes http:// to httpApologies I may not have explained that very well. Yes, when I press the insert in the “Insert a PDF” I get the encoded version.
I have just tested it now and it works with the encoded version. Previously when I did this it did not display the PDF correctly; has this been resolved now? Apologies for the confusion.
JanForum: Plugins
In reply to: [List category posts] Update spits out codeYeah I had the same problem as well this morning. Any ideas on the turn around time for the update…?
Forum: Plugins
In reply to: [Wordpress Feedback Form] WordPress Feedback form in not workingI am having the same issue! is it an WordPress 4.3.1 issue?
Forum: Themes and Templates
In reply to: [Kindergarten] Menu CollapsedHi appieace,
I have managed to solve this issue now by changing the following line of CSS in the style.css file on the Kindergarten theme:
at approximately line 614 change the css:
from:
@media screen and (min-width: 799px) {
to:
media screen and (max-width: 10px) {also change line 1904:
from:
@media only screen and (max-width: 799px) {
to:
@media only screen and (max-width: 10px) {Hope this helps
Jan