Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • in reply to: Comments on the Portfolio pages #4004
    montis
    Member
    Post count: 5

    You Sir, are fantastic!

    After a day or so of being an idiot (who would have guessed that having display:none; in the ajax-close class would display nothing at all :P) and having to figure out how to get the “‘portfolio’ == get_post_type()”. I have finally managed to get a home button on the portfolio pages!

    Again, thanks for your patience and your answers!

    in reply to: Comments on the Portfolio pages #3809
    montis
    Member
    Post count: 5

    Yeah, had a look into as well, and couldn’t find anything either 🙁 had to take what you suggested to another user and changed to the following section so they are just normal pages.
    $j(‘.view-link’).on(‘click’, function(e) {
    return e;
    });
    Question now being, how would I implement an X button or back button in the top right hand corner like on the ajax functional portfolio pages, so then the user can go back a page in the history so they go back to the main site?

    in reply to: Portfolio Image size #3807
    montis
    Member
    Post count: 5

    I edited “single-portfolio.php” and changed the // META VARIABLES section, around line 77,  so that this line now reads: $media_width = 1600;

    Plus the section uunder line 67 in “functions.php” – THEME SUPPORT and the full-width-image and full-image sections I changed to 1600 as well.

    Also changing the settings for the media to accept a maximum image uploadable is 1600 by 1600.

    I think that is all. Hope this helps!

    in reply to: Comments on the Portfolio pages #3483
    montis
    Member
    Post count: 5

    Well, comments or disqus, preferably disqus 😛

    in reply to: Portfolio Image size #3313
    montis
    Member
    Post count: 5

    I think I got it, had to edit the functions.php file.

Viewing 5 posts - 1 through 5 (of 5 total)