Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1310096
    knightvision
    Participant

    I just installed the “agency” demo and it’s absolutely AMAZING!!

    I just have some concerns with how the porfolio items work. I don’t like how it is split into separate columns with the text on the right and the “see it live” button on the right as well.

    I would like to be able to have a see it live button on the right, but all text and content on the left side so that when I add text it goes below the image or video.

    I’m also wondering if it;s possible to have both video and photo in one portfolio item. I’m showcasing work I’ve done for individual companies so for one company I did both video and photo and I can’t find a way to have them show off equally well. I tried adding an envira gallery, but that adds it below the text on the right hand side and the left has a single video with nothing below.

    Could you please advise as to what could be done πŸ™‚

    This is my 3rd license and I absolutely love what is being done !

    Thanks!

    #1310229
    Rahul
    Moderator

    Hi there,

    Thank you for contacting us πŸ™‚

    Would you mind providing us with login credentials and Link to URL so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1310252
    knightvision
    Participant
    This reply has been marked as private.
    #1310676
    Rad
    Moderator

    Hi there,

    Hmm, it’s a bit confusing. Not sure if you wish to put text on left or right. On your first requirement, you wish the text to be added along with the photo on left column then the button on right. But now, you wish to keep the description which is also the content on right.

    And for moving the gallery on right, please add this code to Admin > Appearance > Customizer > Custom > Javascript

    jQuery('.single-x-portfolio .envira-gallery-wrap').appendTo('.entry-featured');

    You may also provide the final mockup design of what it should be πŸ™‚

    Thanks!

    #1311050
    knightvision
    Participant

    Sorry I didn’t really explain it the best!

    I would like to have the ability to have multiple videos and galleries on the left side, with the description still on the right with the button.

    IF this isn’t possible,

    I would like to have everything in one column with text, video, photo, and the button.

    Are either of these possible?

    With the code you provided me, I don’t see an option for “Admin>Appearance>Customizer>Custom>Javascript. I can get into customize and get to custom CSS, but it sounds like this is something different? I just don’t see Admin on my dashboard.

    #1311051
    knightvision
    Participant

    Figured out the Custom Java! Thanks that’s exactly what I was looking for for that aspect!!

    I assume I would just use html to format a space between video and gallery if I need?

    Is there an option to add text to the left side as well or does text default to the right? Like say I wanted to label the video underneath with an H2, and then same for the photos?

    Thanks for your help, It’s fitting my needs perfectly outside of the portfolio πŸ™‚

    #1311052
    knightvision
    Participant

    So there doesn’t seem to be a way to make space between the video link and gallery, I’m wanting to be able to add multiple videos and multiple galleries or photos to the portfolio, but I can only see one place to add video link and gives no option for more than one

    #1311067
    knightvision
    Participant

    I managed to figure out adding the multiple videos, but for some reason the second one goes into some sort of frame inside a frame.

    I also decided I didn’t want to use envira gallery, but have found this great code someone from X posted to another question and it looks/works great, but for some reason it gets added to the right, which I don’t want. Is there not the ability to add text to the right side What I currently have there), and then also add text/code to the left side(add galleries, individual photos, text)?

    Thanks so much for your help!

    I’ve included two photos to show the problem with the video frame, as well as where the gallery goes if I add the block grid lightbox code:

    #1311072
    knightvision
    Participant

    Photos were too big so reuploaded

    #1311392
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .with-container {
        border: none;
        padding: 0;
    }

    Block grid is part of content and content is being displayed on right side. Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
    You can make content area full width by adding following code :

    .single-x-portfolio .entry-wrap {
        float: left;
        width: 100%;
    }

    Galleries, videos and other elements should be added to content area.

    Hope it helps.

    #1311748
    knightvision
    Participant

    Thanks! That worked great for removing the frame, but now the videos have no space between them. Is there a way to make the top and bottom behave the same? For some reason the code only affects the second one. I would like some sort of space between them just so it looks clean.

    I tried the full width code you provided but the videos still are shifted to the left instead of in the centre, and I have no ability to add text above the videos. I love the theme, I’m just trying to figure out why this isn’t easier to do! It should be a portfolio entry, and have the ability to add text where I need to and items where I need to, but it feels very forced.

    If I can’t use the portfolio how I need to, I won’t be able to use this theme, as my business is based on video and photo and being able to showcase them both equally, but as it stands they are both shown off very bland with these portfolios.

    I appreciate all the help so far!
    Any other insight you could provide would be amazing, thanks!

    #1311749
    knightvision
    Participant

    I have a potential workaround that may work if you could advise!

    Is there a way to still display my portfolio items as “recent” under case studies like they are, but when you click on one, instead of taking you to the portfolio page that I’m having trouble with, is there a way to redirect that click to a custom page? and then I can add content as I please to that page and make it feel like a portfolio

    #1312062
    Rad
    Moderator

    Hi there,

    Please add this CSS as well,

      .entry-featured .x-video:first-child {
      margin-bottom: 20px !important;
      }
    .entry-featured .x-video:last-child {
      margin-bottom: 0px !important;
      }
    .single-x-portfolio .entry-featured {
        float: none;
        padding-right: 0px;
        width: 100%;
    }
    

    About the last question, you can install the plugin Page links to. Then you can manually assign link to your portfolio item.

    Thanks!

    #1312882
    knightvision
    Participant

    Thanks so much πŸ™‚ You’ve been a massive help and I really appreciate it!

    #1312974
    Joao
    Moderator

    Glad to hear it πŸ™‚

    Joao

  • <script> jQuery(function($){ $("#no-reply-1310096 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>