We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Background image not see on tablet - Pandora - Responsive theme | Forum

Marcel
Marcel Apr 17 '16
Hi,

When i look on the tablet (ipad) i see not the backgroud images?
Also the sign in button are wierd?

Test site:

http://layout.highfive.tips/

On the computer look fine.
What can i do about this?
Marcel
Marcel Apr 17 '16
Also when i sign out the site go not to the landings page
Marcel
Marcel Apr 19 '16
Hi

I do not see the backgrounds of the images on the ipad see screenshots.
I see this on your demo page that there is no backgrounds are loaded the same what I have
Also the sign-inn button are wierd.


When I look on my home PC, I can see everything just right.

http://layout.highfive.tips/


Attachments:
  image1.PNG (175Kb)
  image2.PNG (1702Kb)
  image3.PNG (517Kb)
Marcel
Marcel Apr 19 '16
is the same see screenshots
Also the button a wierd on the demo
Attachments:
  IMG_2317.PNG (173Kb)
  IMG_2318.PNG (401Kb)
  IMG_2319.PNG (864Kb)
Marcel
Marcel Apr 20 '16
Oke i wait for the update

The images in the news feed also sometimes give an error.
Especially the great images.
I get the message fill out the form completely.
Sometimes has not refrech when i scroll down than he load the images.


Marcel
Marcel Apr 23 '16
problem is that background attachment fixed not work on ipad?
Marcel
Marcel Apr 23 '16
i have fixit now on the ipad only i have a wierd inlog button on the ipad view?
Marcel
Marcel Apr 23 '16
Yes i load the from the media


@media only screen and (device-width: 768px)
{
#background  {
background: url(images/wall1.jpg);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-webkit-overflow-scrolling: touch !important;
-webkit-backface-visibility: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: cover !important;
font-weight: bold;
font-size: 20px;
 min-height: 300px;
}

}
 and i give a id background in the blank.html page
(<section class="last-line-background" id="background">)

that works.
 Now the newsfeed issus lol
The Forum post is edited by Marcel Apr 23 '16
Marcel
Marcel Apr 23 '16
only the sign-in button is wierd on the ipad only on the ipad orther device are now also good
Marcel
Marcel Apr 28 '16
On my website I have the theme exodus
If I upload a picture to the newsfeed the picture remains pretty big
No standard format as Pandora theme

You can see it when you have a large picture upload on my website
(www.highfive.tips)

Now I want to do the same with the Pandora theme but do not get it done
I thought this script would do it.

<script type="text/javascript">
{literal}
$(document).ready(function() {
    $("#place_sections .clearfix").css("overflow", "visible");
    $('input[name=userPhoto]').attr("size", "5");
});
{/literal}
</script>

Do you have an idea how I get the same with Pandora newsfeed?
You do not have permission to reply this topic