Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #373238

    Hi,

    I want to create a page with galleries (albums) for instance this here:

    Photo gallery will be is constantly being expanded.
    How can I create this with Enfold tools? Or should I better use other a plugin?
    What for recommendations are there?

    Portfolio
    What is the benefit of a portfolio? When should be used it?
    Regards

    • This topic was modified 9 years, 10 months ago by Webmasterteam.
    #373266

    Hi Webmasterteam!

    You’ll probably want to use the portfolio post types for this. You can create portfolio posts and display them in a lot of different ways with our portfolio shortcode, http://kriesi.at/themes/enfold/portfolio/portfolio-3-column/.

    Or if your just wanting to display single images instead of albums then you can try out our Masonry Gallery shortcode, http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/, or use a combination of both.

    Best regards,
    Elliott

    #373448

    Hi Elloitt,
    I want to create a button to open a gallery on the same page. What is the link to open the gallery?
    This is my gallery:

    [av_gallery ids='351,350,349' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='shop_thumbnail' columns='5' imagelink='lightbox' lazyload='avia_lazyload']

    Where can I find more commands for customize the gallery?

    Best regards

    #373610

    Hey!

    When you say “open a gallery” do you mean you want a button that when clicked on will open a bunch of images inside the magnific popup?

    Go ahead and send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.

    Regards,
    Elliott

    #373881
    This reply has been marked as private.
    #373895

    Hey!

    I suppose you could use some CSS to hide the gallery and then add some javascript to the powerchords image to display it when clicked on. Send us a link and we’ll take a look.

    Best regards,
    Elliott

    #373904
    This reply has been marked as private.
    #373945

    Hi!

    Drag a codeblock element to the page and add this inside.

    <style type = "text/css">
    .avia-gallery { display: none; }
    </style>

    And then for your image drag another codeblock element over and add this inside.

    <img src = "URL to your image" onclick = "jQuery('.avia-gallery').show();" />
    

    Regards,
    Elliott

    #380395
    This reply has been marked as private.
    #380406
    This reply has been marked as private.
    #381027

    Hi!

    So when you open one of the portfolio items and have their content loaded via AJAX your wanting to hide all of the other portfolio items?

    I’m not sure I understand correctly. Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.

    Cheers!
    Elliott

    #381324
    This reply has been marked as private.
    #381328
    This reply has been marked as private.
    #382552

    Hi!

    Is this how your doing it?

    .main_color {
      background: url("/powerchords/wp-content/uploads/2015/01/DSC03599-be_Kopf_03.jpg") no-repeat scroll center top #ffffff;
    }

    Remove that and add it to the header background instead in Dashboard > Enfold > General Styling > Logo Area.

    Cheers!
    Elliott

    #382771
    This reply has been marked as private.
    #383262

    Hey!

    So your wanting to remove it on your homepage correct? Add this.

    .home #after_full_slider_1 {
      background: none repeat scroll 0 0 transparent !important;
    }

    Best regards,
    Elliott

    #383407

    thanks, it works so far.
    But the Background image of the other pages are not in “responsive design”?

    best regards

    #384276

    Hey!

    What do you mean by “are not in responsive design”? Let’s visit this page, http://www.ungecombo.de/powerchords/galerie/. Can you please provide a screenshot on how you want that page to look like? How you want the background to look like to be exact.

    Cheers!
    Ismael

    #384857

    Hi,

    when I reduce the screen, or I use a smartphone, – The background-image is not completely visible, only a part of this image.
    You can try it, with the link above.

    #385268

    Hey!

    Yes, we can see that. How do you want it to look like? Please remove this code from the Quick CSS field:

    .main_color {
    background: url("/powerchords/wp-content/uploads/2015/01/DSC03599-be_Kopf_03.jpg") no-repeat scroll center top #ffffff;
    background-size: 1310px 200px;
    }

    Replace it with:

    .main_color {
    background: url("/powerchords/wp-content/uploads/2015/01/DSC03599-be_Kopf_03.jpg") no-repeat scroll center top #ffffff;
    background-size: cover;
    }

    Regards,
    Ismael

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