Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • #595586

    Hi everybody, let me start to say i’m newbie and i know almost nothing so i apologize in advance.

    I’m working in large layout not box layout.

    my questions are:

    1) How can i put for each page of my site one different background image that is fullscreen image?

    2) if i have to write somthing in CSS i have to tell you i’ve already used Quik Css in “general style… Logo Area” to replace My logo, so i don’t know if i can write somthing else. What do i have to do?

    3) Well, if you tell me i’ll write down below my web site and credentials to let you have a look

    thanks so much

    #595589

    why are you using the stretched layout?
    If you want something behind your Content to see – you have to have something semitransparent on your site!

    this here is a handmade yaml4 site which is made by a trainee of mine. you want that this effect is on your page ?

    http://webers-testseite.de/example/index.html

    #595599

    hi Guenni ,yes i’m using stretched layout , no i don’t want a thing like that. i wolud like to put different background images for each page of my site.

    i show you…. look the link….http://studiopsicologoverona.it when you are on the home page clik on the menu STUDIO, there is a image background (even if is not full screen but vertically aligned and i’d like it’s be fullscreen) , now go to HOME and u can see that there is the same background image, ok now i’d like to change background image without changing it on STUDIO page.

    i hope i was able to explane myself…..

    thanks Guenni if you or others have other suggestions are welcome

    #595635

    it is now in maintenance mode !

    #595651

    sorry , you are right, try now :-)

    #595658
    .main_color {
        background-attachment: fixed;
        background-clip: border-box;
        background-color: #ffffff;
        background-image: url("//studiopsicologoverona.it/wp-content/uploads/2016/03/PSICOLOGO-VERONA-GIORGIO-DAL-MASO.jpg");
        background-origin: padding-box;
        background-repeat: no-repeat;
        background-size: cover;
    }

    cover means that it stretches the image to the limitating size and the other one goes to auto

    see difference to contain instead of cover

    #595662

    thanks Guenni, where do i have to go to write that thing you have posted? can copy/paste from here to where u’ll tell me to paste it?

    #595666

    Guenni, i still need help? how can i change background image for every page of my site?

    iIf i understood in the right way what you paste up there could be useful to size the image, isn’t it?

    #595680

    by the way : maybe this is a nice little plugin – http://inoplugs.com/portfolio-item/wp-backgrounds-lite-version/

    on every page or post you can choose a different background image – and i think it is set to cover and fixed allready

    #595682

    Hey!

    Yes the CSS code that was pasted before will help in sizing the image full screen. Please copy and paste the code in the Quick CSS field under the Styling tab of the theme options.

    Let me know if you require further assistance.

    Best regards,
    Jordan

    #595687

    But the CSS code you wrote where i have to write? may I change for every page background image without using plugin? if yes, how can i do that?

    #595688

    you can see it here : http://webers-testseite.de/enf02/ and here http://webers-testseite.de/enf02/company/

    and i only set up in quick css :

    #wrap_all, #main  {
        background: transparent !important
    }
    
    .main_color {
        background: rgba(255, 255, 255, 0.8) 
    }
    #595691

    hi Jordan can i leave in private Content somethin can help u to help me?

    if i have to write somthing in CSS i have to tell you i’ve already used Quik Css in “general style… Logo Area” to replace My logo, so i don’t know if i can write somthing else. What do i have to do?

    Jordan how can i put one different background image on each single page?

    Jordan if u can and if u want use what i left in Private Content let me know …. thanks so much in advance

    #595694

    nice the first one Guenni…

    #595780

    if someone can tell me how change background on every single page without using plugin … i’ll wait for him thanks

    #596600

    Hi everybody, dose anyone know how i can have one different image for each page of my site without using plugin?

    Thanks . Great theme

    #596958

    every page of your site has its own page-id in form of a class to body ! (look to the source code of the concerning website page)
    so if you don’t want to install a plugin the only way is to set up for each page-id a unique rule in quick css

    so if you have the code above set up first the non-changing rules:

    .main_color {
        background-attachment: fixed;
        background-clip: border-box;
        background-color: #ffffff;
        background-origin: padding-box;
        background-repeat: no-repeat;
        background-size: cover;
    }

    and than for every page (even if home page got it) for example.

    .page-id-31 .main_color {
        background-image: url("//studiopsicologoverona.it/wp-content/uploads/2016/03/PSICOLOGO-VERONA-GIORGIO-DAL-MASO.jpg");
    }
    .page-id-65 .main_color {
        background-image: url("//studiopsicologoverona.it/wp-content/uploads/2016/03/PSICOLOGO-ROMA-GIORGIO-DAL-MASO.jpg");
    }
    #596975

    Hi Guenni you are really kind. I don’t want a plugin because i tried which one you have suggested but it doesn’t work, i mean i upload image but it doesn’t upload… Do u know why?

    #596978

    no

    #596997

    Guenni, you are the best!!!!!!!!!!! your CSS codes work fantastic … can i still take advantage of you ? please:-)maybe by mail :-)

    #597333

    Hey @giorgiosilvia,

    Not sure if you got your problem fixed or not? Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #597370

    Hi Rikard, i used Guenni’s trick😉, anyway i need to know how can exactly adpapt image background, because one of them is biggest and it goes out from the edges of the top. Can you help me?

    Thamks so much

    #598209

    Hi,

    You will always lose some image data when setting and image as a background covering the whole of the containing element, could you post a screenshot of what you think the problem is please? We can have a look after that.

    Regards,
    Rikard

    #598367

    hi Rikard

    i cant’t post a screenshoot but i can put in private my web site and credential and u can have a look , is it ok for you. the problem is on home page image background. i leave them in private!

    #598388

    without opening another topic i think i can ask here for other issues i have. i put some points to make things easier.

    premise: i’m using this CSS code:

    div. logo { top: 5px; }
    .responsive .logo { margin: 5px auto; }
    .main_color {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: #ffffff;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    }
    #wrap_all, #main {
    background: transparent !important
    }
    .page-id-3310 .main_color {
    background-image: url(“////studiopsicologoverona.it/wp-content/uploads/2016/03/psicologo-verona-dr.-giorgio-dal-maso-1.png”);
    }
    .page-id-3341 .main_color {
    background-image: url(“//studiopsicologoverona.it/wp-content/uploads/2016/03/PSICOLOGO-VERONA-GIORGIO-DAL-MASO.jpg”);
    }

    now i have these points to solve:

    1) on Iphone and android device: there’s no parallax scrolling effect between background image and section of text instead on desktop there is that effect . How can i have parallax scrolling on mobile devices?

    2) On android devices ONLY: image background which i seted up by CSS code (Home page background) appears like vertically aligned instead a one single wide image! Why? How can i modify this thing?

    3) on desktop: Home background image (that is the one i seted by CSS code) goes out of the edges of the page! Is there a solution for this issue? What is it?

    4) on iphone and android devices: Logo and main menu area aren’t trasparent, as on desktop, but it’s white and doesn’t change dimension when scrolling, instead on desktop it happens! what can i do? is there a possybility?

    thanks for everthing, you are really competent and kind. i absolutely need help

    #600387

    Hey!

    please open a new ticket for a new question.

    1.) refer to: https://kriesi.at/support/topic/no-parallax-effect-in-mobile-devices/#post-259000

    2.) This does not happen for me or I don’t know what you mean exactly. Please use screenshot to highlight.

    3.) I checked your home page but can’t see the issue. Can you highlight using screenshots please? to make things clear for us. Use imgur.com or dropbox.

    4.) This is the expected behavior. If you want to customize it feel free to hire a freelance developer for this job: kriesi.at/contact/customization

    Best regards,
    Andy

    #600453

    Thank Andy… This is a screenshoot about my question on point 2

    View post on imgur.com

    I can’t understand exactly what you mean at point 4, could you explain me better please, my english isn’t so good

    Thanks Andy

    #600460

    Hey!

    I checked your website again, but can’t see what you are showing on your screenshot. Could you fix it already? Please send us a precise link where we can inspect the elements in question.

    Please use google translator or something similar if you don’t understand english very well.

    Best regards,
    Andy

    #600476

    hi Andy, i don’t know what i can post because the background image appears like in the screenshot only on android device using google chrome as a browser, so i did that screenshoot from an S3 device

    tell me exactly how i can post to explain better

    #602624

    Hi!

    Sorry for the late reply!

    Can you please update Enfold to the latest version 3.5.1 and check it once again – http://kriesi.at/documentation/enfold/updating-your-theme-files/?
    We have made improvements regarding background images. You can see other highlighted features here – http://kriesi.at/archives/enfold-version-3-5-woocommerce-bookings-integration-a-new-layout-mode-5-new-demos-and-more

    Regards,
    Yigit

Viewing 30 posts - 1 through 30 (of 30 total)
  • You must be logged in to reply to this topic.