kokojumbo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Sixteen] How to remove background page color?body {
background: transparent;
}Forum: Themes and Templates
In reply to: [Twenty Sixteen] .entry-footer placement in one lineHello kpowed,
Change this file: twentysixteen – template-parts – content.php.??
themes – twentysixteen – style.css
@media screen and (min-width: 44.375em){
.site {
background-color: transparent;
}
}and:
.site-inner {
background-color: rgba(255, 255, 255, 0.45);
}Like this?
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Sidebar From Right to LeftNone of the suggestions above are real solutions. Here you are the exact answer ??
themes – twentysixteen – style.css
@media screen and (min-width: 56.875em) {
.content-area
{
float: right;
margin-right: 0;
}#secondary,
.sidebar widget-area{
float: left;
margin-left: 0;
}
}Forum: Themes and Templates
In reply to: [Twenty Sixteen] .entry-footer placement in one lineVery good job! ?? Functions perfectly!
Many Thanx Erik!Forum: Themes and Templates
In reply to: [Twenty Sixteen] Move entry_footer to bottom of entryYou need to increase the width of the entry-content in the theme style.css for example with this code:
@media screen and (min-width: 61.5625em) {
body:not(.search-results) article:not(.type-page) .entry-content {width: 100%!important;
}
}?? Thx!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Secondary menu on front page only1, Find your page id (xxx), and open the style.css Use this code:
.page-id-xxx .menu-menuleft-container{ display:none }
2, https://premium.wpmudev.org/blog/how-to-make-twenty-fourteen-or-any-other-wp-theme-super/
Dear Matteo,
thank you for your suggestion for using this addition:
jQuery.isMobile = jQuery.isMobile && !jQuery.browser.windowsMobile;
It works perfectly on Windows Phone 8.
Have a nice holiday!
Thank you Matteo!
I had a try with jPlayer demo (https://jplayer.org/latest/demo-01-supplied-mp3/) and it works perfectly. I cannot say anything else concerning the problem mentioned above that it doesn’t start to play the audio file.
I hope a solution will be found because yours is otherwise a great player.CIAO ??
Dead unbroken silence under Windows Phone 8.
Non funziona sotto WinPh8. ?? -come scritto bbc_admin. (Ho provato sotto diverso tipo Nokia Lumia)