Big picture

Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #5367
    sam33joy
    Customer

      Hello how can I put Big picture on top 1920×1200

      its possible? can you tell me if I need add or remove some code?

      Sam

      #5387
      Eric
      Customer

        Yes this is possible, but you’ll have to be a little bit more specific (what type of pic, location, etc)….and we’d need a link as well.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #5416
        sam33joy
        Customer

          http://www.doulos.iglesiaapostolicacc.com/

          Here sample I like to add big picture on the top and make scroll, can you help me with that?
          and all slice go to under nav bar menu, i like remove the slider and add big picture!

          Sam

          #5417
          sam33joy
          Customer

            I want the photo is standing on top, like background, and the pages to move below the menu bar.

            I just want to remove the top on top. or make it transparent and photo tranparente can be seen in the background

            here another sample http://www.lalalasalon.com

            #5419
            Eric
            Customer

              That’s actually something you’d probably need to hire someone to do, since that would be considered a “Customization” that goes beyond the scope of support. It will take quite a bit of code, and possibly some jquery/javascript.

              I’ve seen other sites do this before, but I’m not sure how, or what it’s called. If I knew of a tutorial or plugin somewhere I’d let you know, but I haven’t seen anything that explains how they do that…..I thought you were talking about adding a basic image.


              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

              #5420
              sam33joy
              Customer

                can I add full image on top?

                #5423
                sam33joy
                Customer

                  http://mikeisspeaking.com/

                  can I add some picture like this sample how can I do

                  #5433
                  Eric
                  Customer

                    Yes take a look here – https://appfinite.com/topic/background-image-in-slider-widget-area/

                    Once you add your image in the slider area (which will look the same as the link you provided) then it will show up at full width as long as you set it that way in your css.


                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                    #5556
                    sam33joy
                    Customer

                      I ready change the picture on the top slider-inner but I can see white spot top and bottom how can i CHANGE THAT?

                      #5561
                      Eric
                      Customer

                        Do you have a link to your site so I can see what the issue is?


                        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                        #5569
                        sam33joy
                        Customer

                          http://homeapostolifaithchurch.com/epikchurch/

                          around the photo there is a gray or white space. how could cover with a photo that space. the photo size is 2000×536. I want to cover with the photo on the top and bottom of the space that show up white or grey color. I dont want see that.

                          #5572
                          Eric
                          Customer

                            You would need to remove the bottom margin on the #head-wrap….but you’ll only want to do that on the home page since you’ll need that space on other pages. Add this to your css file –

                            .home #head-wrap {
                                margin: 0;
                            }

                            For the space at the bottom of your slider, look for .slider-inner around line 2570 in your css file and change the padding to “0” –

                            .slider-inner {
                                margin: 0 auto !important;
                                overflow: hidden;
                                padding: 0 !important;
                                width: 100%;
                            }

                            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                            #5573
                            sam33joy
                            Customer

                              Exellent! what happen if the image is 2200×780 What I need to go?

                              Can add on the section: with widget

                              [ accordions ]

                              #5585
                              Eric
                              Customer

                                I’m not sure what you’re asking exactly…


                                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

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