Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #210174

    Hi
    Is it possible to make a set of templates – each with different headers – that I can select for Enfold portfolio entries? I need to show different logos in the header for certain portfolio entries. The logo on each of the new templates will have the same dimensions as the main one in use throughout the rest of the site.
    I would be able to do that fairly easily with pages however I am not sure how to approach this with the portfolio.
    Many thanks in advance.
    Chris

    #210387

    Hello!

    It is possible but that customization is 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

    #210599

    Hi Josue
    Thanks for looking into this. I need to achieve a simple result but it could be approached in a number of ways, I think.
    Perhaps there is a simpler way of changing the logo shown on certain portfolio items?
    I could use categories if it was possible to show them in a grid (like the portfolio option)?
    If either of these is not possible and there’s no other way you can think of, could you offer me a quote and timescale please?
    Many thanks
    Chris

    #210928

    Hey Chris!

    It may be done using categories (a different logo for each category).

    Regards,
    Josue

    #211144

    Thanks Josue – that could work.
    Is there a simple edit to the (alternative) header file that you could offer please to show a different logo? There’s a lot of code referring to functions in there where the logo is placed!
    Many thanks again
    Chris

    #211304

    Hi!

    Look for:
    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    You could add that into a series of conditionals for your various categories or a new function that checks what the page is and if its a category load a specific image for that category.

    Its not a quick customization but shouldn’t take more than 1-2 hours for a developer to write it out.

    Regards,
    Devin

    #211345

    Hi Devin
    Many thanks! I think I have it sorted out now.
    Just wondered how to align an easy slider in a 3/4 column with the top of the text in the 1/4 column to the right? The text appear higher than the slider. I have tried everything I can think of from custom css (which doesn’t work well in mobile browser) to specific height for the .avia-slideshow-inner which also didn’t work.
    Any thought on a fix please?
    Thanks
    Chris

    #211374

    Hey!

    Can you post the link to your page where you have these elements so we can take a look?

    Best regards,
    Yigit

    #211426

    Hey!

    I made a test, using these setup:

    Result:

    Best regards,
    Josue

    #212157

    Hi Josue and Yigit
    Thanks for looking at this for me. The test looks perfect – can you tell me what your settings were please? Mine are:
    Images 700 x 392px placed in 3/4 column
    No scaling (Original width x Original height)
    Fade
    Yes
    3
    The 1/4 column to right contains text with some styling applied.
    Are these settings correct?
    Thanks in advance
    Chris

    #212374

    Hey!

    Same settings, maybe the issue resides on the styling applied to the text on the right, can you post a link to it?

    Cheers!
    Josue

    #212379

    Hi Josue
    I don’t think so as I also made that just plain text and the result was the same.
    The site is under construction at the moment. If you are around, I could send you the link and open it up for 30 mins or so…?
    Thanks
    Chris

    #212385

    Hi
    I removed the text formatting for the text on the right and it has helped it align better – but there still seems to be a gap between the top of the slider div and the top of the slider images. Have I got the image size or aspect ratio wrong somehow?
    Thanks again
    Chris

    #212397

    Hey!

    Send the link as a private reply.

    Regards,
    Josue

    #212443
    This reply has been marked as private.
    #213038

    Hey!

    Unfortunately I’m not sure any of us have a specific time frame of availability. You can use something like a coming soon plugin to keep it open for non-logged in users which should give the same effect without the need for us giving out IP’s.

    Best regards,
    Devin

    #213279
    This reply has been marked as private.
    #213466

    Hi!

    I see them at the same height:

    But if you want the slideshow to be higher, add this to the Quick CSS:

    .flex_column .avia-slideshow{
    margin-top: 0 !important;
    }

    Result:

    Regards,
    Josue

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Custom portfolio template’ is closed to new replies.