Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #808556

    Hi guys,

    My client wants this kind of affect on the website I’m creating for them: https://www.servicenow.com/company/executive-team.html
    At the moment, this is what I’ve done: http://serviceintegrators.co.uk/building-it-systems/why-us/
    (Scroll to the bottom)
    Is there anyway I can stop people clicking to the next person when the Ajax opens and just stay contained on the one profile?

    Thanks

    #809348

    Hey Krissie,
    The url seems to be 404 now, do you still need help with this?

    Best regards,
    Mike

    #809864

    Hi Mike, Don’t worry I found another plugin to display the team now.
    Thanks

    #810159

    Hi,

    Great, glad you found a solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #810288

    Well, I do have one more query. Regarding your own Ajax portfolio pop-up, is there a way to just show the featured image and not have anything else appear in the box next to the text? The Slider option is the closest I can get to what I want but it’s sooo big. Is there anyway of reducing the size of the slider option, so that the text is more dominant?

    Thanks

    #810623

    Hi Krissieg,

    Which page are you talking about here? Or for what do you want to implement it? For the team?

    Best regards,
    Victoria

    #810873

    It’s for this page: http://serviceintegrators.co.uk/clients/

    If you select the active logos which have a link the logo is massive when you open the ajax. Is there a way of reducing the logo down?
    Please check out the NHS one as an example -it’s huge!

    Thanks

    #810917

    See screengrab: http://prntscr.com/fmcooo

    Also, is there a way of disabling the arrows from scrolling through each entry within the portfolio grid? At the moment the links on the majority of logos have been deactivated using the following code:

    .page-id-3344 .grid-entry .inner-entry {
    pointer-events:none !important;
    }
    .page-id-3344 .post-entry-4552.grid-entry .inner-entry,
    .page-id-3344 .post-entry-4583.grid-entry .inner-entry,
    .page-id-3344 .post-entry-4575.grid-entry .inner-entry {
    pointer-events:auto !important;
    }

    However, when the Ajax pop-up appears you can still view the posts of the deactivated logos. I would like these hidden and just show the posts that have content please. If it is easier to deactivate the arrows completely on the Ajax pop-up then this is fine.

    Thanks

    #811540

    Hi Krissieg,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css, this will reduce the logos and hide the next and prev buttons.

    
    .avia-gallery-big .avia-gallery-big-inner img, .active-slide img { width: 30% !important; }
    .ajax_controlls.iconfont .ajax_next, .ajax_controlls.iconfont .ajax_previous{ display: none; }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    • This reply was modified 7 years, 5 months ago by Victoria.
    #811548

    This is great! Thanks very much! :)

    #811557

    One more thing, if it’s possible… is there a way of showing the writing underneath the image, rather than to the right?
    And why isn’t there the option to have an overlay on Portfolio items? Like in the Masonry grid?
    :)

    #811772

    Hi Krissieg,

    The easiest thing to do is this:

    
    .portfolio-preview-image {
        width: 34%;
    }
    .portfolio-preview-content {
        width: 66%;
    }
    

    Let me know what you think :)
    Best regards,
    Victoria

    #813384

    Hi guys,

    Sorry to be a pain but can you just help me with the code for hiding the arrows on this portfolio entry?
    http://prntscr.com/fop4ag

    The web page is: http://serviceintegrators.co.uk/careers/

    And is there any way of getting the share code to share the actual career post rather than the page?

    Thanks very much!

    #814173

    Hi,
    Try this code in the General Styling > Quick CSS field to remove the arrows:

    .ajax_next, .ajax_previous {display:none !important; }

    Sorry I didn’t find a solution to share the actual career post rather than the page, sense it is page based.
    Please clear your cache :)

    Best regards,
    Mike

    #814315

    Great! Thanks Mike, it worked!
    You can close this thread now. :)

    #814361

    Will do, Krissie. :) As always, just let us know here in the forums if you need further help.

    Cheers!
    Sarah

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Ajax pop up’ is closed to new replies.