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

    Hi,

    Currently i am using the Ajax portfolio preview and i would like to give every static preview a different size. so for one part i want it to display with a 100% width

    #232181

    Hi Benjaminlivingthebrand!

    Can you please post a screenshot of what you’re trying to do? I think it is not possible to set different width for ajax portfolio preview without major css modifications.

    Cheers!
    Ismael

    #232224
    This reply has been marked as private.
    #232518

    Hey!

    Try using the .ajax_slide_xx class to differentiate them, where xx would be the portfolio ID.

    Best regards,
    Josue

    #232638

    The clients is loading his own items later on. And i still want it to behave according to how i inserted it. Is there a possibility to write a static code, without using the “xx” portfolio ID’s? or is it possible to format the portfolio id’s so the client doesn’t encounter problems with this when they are adding more portfolio items?

    #232848

    Hello!

    It is possible but that would require a heavy customization and unfortunately that’s beyond the scope of the support we can offer. If you really need it try hiring a freelancer for the job or if you prefer request a quote here.

    Cheers!
    Josue

    #240178

    Hey!

    Try using the .ajax_slide_xx class to differentiate them, where xx would be the portfolio ID.

    Can you explain little bit more which css i need to use for this?

    #240188

    What i do now is:

    .page-id-36 .avia-builder-el-7 .portfolio_preview_container .open_container .ajax_slide_data-portfolio-id=”2″

    this doesnt work…

    #240452

    Hey!

    The selector should be:

    .page-id-36 .avia-builder-el-7 .portfolio_preview_container .open_container .ajax_slide_2{
    }
    

    Best regards,
    Josue

    #240503

    In this line too, you guys had given me some code about using a fixed height but said it would like break the content. What is the best way to display photo albums with Enfold that can fit on the page?

    Thanks!
    Daniel

    #240512

    Hi Daniel,

    Can you post the link to your website please?

    Regards,
    Josue

    #240515

    Sorry… http://www.taitwebdesigns.com/photo-gallery. Just trying to find the best way to display these images without excessive load time or having it be bigger than a normal laptop screen when the gallery is open.

    Daniel

    #240520
    #240524

    Do you think I should try to resize them all down prior to uploading and that would help the size of the galleries?

    Daniel

    #240529

    Yes, but you’ll need to add this code to the Quick CSS:

    .portfolio-preview-image {
        width: 47.15% !important;
    }
    .portfolio-preview-content {
        width: 52.4% !important;
    }

    Result (568×460 image):

    Regards,
    Josue

    #240659

    The code provided doesn’t work as a css selector.. can you please help me get the right css code for this?

    #240856

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #241520

    Hmm.. I added the quick code but the image is still larger than my screen. Any thoughts?

    #241691

    Try the following:

    .portfolio-preview-image {
        width: 30% !important;
    }
    .portfolio-preview-content {
        width: 70% !important;
    }

    Adjust as needed.

    Cheers!
    Josue

    #241947

    Perfect thanks!

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Giving the ajax portfolio entries different sizes.’ is closed to new replies.