Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #227296

    What is this? Widget? Or custom programming?
    http://www.goodingco.com
    Id like to do something like this over the top of my full screen slider. How do I go about doing it?

    • This topic was modified 10 years, 9 months ago by lengleson.
    #227315

    Hi lengleson!

    You can’t create portfolio over a fullscreen slider. However, you can use the Color Section. Apply a background image on the section then insert the Portfolio Grid element.

    Regards,
    Ismael

    #227751

    Would you happen to know how they created the portfolio look?

    When creating a text frame over a full image/color section is there a way to make the background of that text box a color (white) not clear?

    http://eliengleson.com/wordpress/?p=734

    Still in progress… I’d like to be able to put a white box under the the type on the right side. As well Id like to use a caption under the photos…and timed scroll. Any ideas?

    • This reply was modified 10 years, 9 months ago by lengleson. Reason: Added example page
    #228514

    Hey!

    They have another page loading into that section through an iframe. What you can do on your site is give that color section a unique ID in the developers ID field (at the bottom of the color section options when editing its information.

    Then add a background to that ID with css. For example:

    
    #my-custom-colorsection {
    background-color: #fff;
    }
    

    Regards,
    Devin

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