Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
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!
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?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!
Well, comments or disqus, preferably disqus 😛
I think I got it, had to edit the functions.php file.
-
Posted in: We hit Power Elite.