Portfolio help: label names, project label and number of columns

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Portfolio help: label names, project label and number of columns

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #12981
    halffinn
    Member

    Hi,

    My testing site, running Agile, is at http://hidden.flockdata.com/solutions

    I have a portfolio set up here, where I want to display our company’s software solutions. The portfolio features in Agile provide the perfect framework, but I have 3 tweaks I need made:

    1. Although I’ve set the Portfolio column display to 4 (see https://www.evernote.com/shard/s144/sh/9c1a698f-809c-4e5b-9b93-e880e8da4689/a1067103c189430cef67a9f1d0b1a1da), it is only showing 3 columns even on a large screen resolution width. See http://hidden.flockdata.com/solutions/
    How can I fix this?

    2. I want change the slug for /portfolio/ to /solutions/. I changed line 204 of framework/presentation/custom-post-types.php, as described in http://support.livemeshthemes.com/forums/topic/renaming-portfolio-section/, and it now redirects from /solutions to /portfolio, but displays /portfolio, e.g. http://hidden.flockdata.com/portfolio/online-media/ and also the URLs in the http://hidden.flockdata.com/solutions page still point to /portfolio. How can I fix this?

    3. In each individual solution page, like http://hidden.flockdata.com/portfolio/online-media/, I’d like to change the label for “Previous project” and “Next project” to “Previous solution” and “Next solution”. Alternately, I’d like to just remove them.

    Thanks,
    – Jeremy

    #12995
    Veena
    Moderator

    1.Can you pls change the image_size to square and see if it helps.

    [show_portfolio number_of_columns=4 post_count=9 image_size='square' filterable=true no_margin=true]
    

    2. Not sure why this is happening. After updating the code hope you have visited Settings > Permalinks.Otherwise you’ll still see the old links.
    We will enquire into and get back to you.

    3. You can change it in file loop-nav.php line nos:22,23.
    or you can use translation tool(poedit).

    #12996
    halffinn
    Member
    This reply has been marked as private.
    #13021
    Veena
    Moderator

    4.Pls add the custom CSS as below in themeoptions –

    .single img.featured {
    width: auto;
    }
    

    or

    .single img.featured {
    width: 30%;
    }
    
    #13022
    halffinn
    Member
    This reply has been marked as private.
    #13028
    halffinn
    Member
    This reply has been marked as private.
    #13035
    Veena
    Moderator

    Pls try to change the image_size parameter value in shortcode.
    Possible image sizes are – mini, small, medium, large, full, square.

    Kindly go through the theme documentation once.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.