how to add captions to Tumblr theme light box with this theme?Tumblr audio/video players not working when you add infinite scrolling codeTumblr: ask and custom pagesJQuery Masonry breaks after first image, loads with strange gapsTumblr Photo Captions in Slide Show mode cut offTumblr Theme- Container Doesn't Stretch to Match PostsRemove CSS from an element when that element isn't available in a Tumblr theme?Tumblr Theme photos - how to stop linking to larger image and link to permalinkHow to set social media buttons on Tumblr theme?How to make tumblr's “new post types” work with tumblr theme?Adjust the tumblr mobile theme
Gift for mentor after his thesis defense?
How to avoid making self and former employee look bad when reporting on fixing former employee's work?
What is the oldest instrument ever?
How can I test a shell script in a "safe environment" to avoid harm to my computer?
Creating Stored Procedure in local db that references tables in linked server
Is there an application which does HTTP PUT?
I'm attempting to understand my 401k match and how much I need to contribute to maximize the match
Emoji-Mutating Machines
What are these pads?
Two (probably) equal real numbers which are not proved to be equal?
When an electron around an atom drops to a lower state, is 100% of the energy converted to a photon?
How to append code verbatim to .bashrc?
Magical Modulo Squares
Can the president of the United States be guilty of insider trading?
Why is it wrong to *implement* myself a known, published, widely believed to be secure crypto algorithm?
Why doesn't Dany protect her dragons better?
Opposite party turned away from voting when ballot is all opposing party
While drilling into kitchen wall, hit a wire - any advice?
Company stopped paying my salary. What are my options?
Exactly which act of bravery are Luke and Han awarded a medal for?
Why did Ham the Chimp push levers?
Employee is self-centered and affects the team negatively
I need some help understanding the grammar of しのげそうな in この寒さをしのげそうな防寒服を手渡され
logo selection for poster presentation
how to add captions to Tumblr theme light box with this theme?
Tumblr audio/video players not working when you add infinite scrolling codeTumblr: ask and custom pagesJQuery Masonry breaks after first image, loads with strange gapsTumblr Photo Captions in Slide Show mode cut offTumblr Theme- Container Doesn't Stretch to Match PostsRemove CSS from an element when that element isn't available in a Tumblr theme?Tumblr Theme photos - how to stop linking to larger image and link to permalinkHow to set social media buttons on Tumblr theme?How to make tumblr's “new post types” work with tumblr theme?Adjust the tumblr mobile theme
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm trying to add some captions to the Klien tumblr theme. Ideally, when you click on the post image and the light box opens, I'd also like it to display the post caption/description.
Anyone able to help me out?
I know enough html to have a little tinker around but this is beyond me.
The site I'm playing around with is here:http://misftscaravan1.tumblr.com/
this is just a draft until I can get everything right.
I've been reading up for hours and am still scratching my head over this one.
tumblr tumblr-themes
add a comment |
I'm trying to add some captions to the Klien tumblr theme. Ideally, when you click on the post image and the light box opens, I'd also like it to display the post caption/description.
Anyone able to help me out?
I know enough html to have a little tinker around but this is beyond me.
The site I'm playing around with is here:http://misftscaravan1.tumblr.com/
this is just a draft until I can get everything right.
I've been reading up for hours and am still scratching my head over this one.
tumblr tumblr-themes
You have your work cut out. The theme currently takes the post content and when you click on an image to open the lightbox, it opens the content in a separate container. This container does not have access to the individual post data (caption and description). So you would have to either reverse engineer the lightbox so that it opens inside the post content (so you can then also access the caption etc) or you could use a hack and clone those contents to the lightbox (along with the image).
– lharby
Mar 26 at 22:22
Thank you so much for taking a look. Sounds beyond my skill level to be honest. Do you think it would be possible to hack it and install a different light box all together?
– A.Art
Mar 28 at 18:07
I was thinking about this. The best option is to try and find a template which loads posts via ajax. Try searching for Tumblr template post ajax (I couldn't find anything yesterday but I know they exist)
– lharby
Mar 29 at 10:20
Thank you- I'll take a look into that. This is great because I'm learning along the way. This is what I've got to so far- forgive my terrible hacking- I've changed a few things haha www.aimee-young.com
– A.Art
Mar 31 at 1:08
add a comment |
I'm trying to add some captions to the Klien tumblr theme. Ideally, when you click on the post image and the light box opens, I'd also like it to display the post caption/description.
Anyone able to help me out?
I know enough html to have a little tinker around but this is beyond me.
The site I'm playing around with is here:http://misftscaravan1.tumblr.com/
this is just a draft until I can get everything right.
I've been reading up for hours and am still scratching my head over this one.
tumblr tumblr-themes
I'm trying to add some captions to the Klien tumblr theme. Ideally, when you click on the post image and the light box opens, I'd also like it to display the post caption/description.
Anyone able to help me out?
I know enough html to have a little tinker around but this is beyond me.
The site I'm playing around with is here:http://misftscaravan1.tumblr.com/
this is just a draft until I can get everything right.
I've been reading up for hours and am still scratching my head over this one.
tumblr tumblr-themes
tumblr tumblr-themes
edited Mar 23 at 7:38
eyllanesc
91.6k123565
91.6k123565
asked Mar 23 at 7:35
A.ArtA.Art
1
1
You have your work cut out. The theme currently takes the post content and when you click on an image to open the lightbox, it opens the content in a separate container. This container does not have access to the individual post data (caption and description). So you would have to either reverse engineer the lightbox so that it opens inside the post content (so you can then also access the caption etc) or you could use a hack and clone those contents to the lightbox (along with the image).
– lharby
Mar 26 at 22:22
Thank you so much for taking a look. Sounds beyond my skill level to be honest. Do you think it would be possible to hack it and install a different light box all together?
– A.Art
Mar 28 at 18:07
I was thinking about this. The best option is to try and find a template which loads posts via ajax. Try searching for Tumblr template post ajax (I couldn't find anything yesterday but I know they exist)
– lharby
Mar 29 at 10:20
Thank you- I'll take a look into that. This is great because I'm learning along the way. This is what I've got to so far- forgive my terrible hacking- I've changed a few things haha www.aimee-young.com
– A.Art
Mar 31 at 1:08
add a comment |
You have your work cut out. The theme currently takes the post content and when you click on an image to open the lightbox, it opens the content in a separate container. This container does not have access to the individual post data (caption and description). So you would have to either reverse engineer the lightbox so that it opens inside the post content (so you can then also access the caption etc) or you could use a hack and clone those contents to the lightbox (along with the image).
– lharby
Mar 26 at 22:22
Thank you so much for taking a look. Sounds beyond my skill level to be honest. Do you think it would be possible to hack it and install a different light box all together?
– A.Art
Mar 28 at 18:07
I was thinking about this. The best option is to try and find a template which loads posts via ajax. Try searching for Tumblr template post ajax (I couldn't find anything yesterday but I know they exist)
– lharby
Mar 29 at 10:20
Thank you- I'll take a look into that. This is great because I'm learning along the way. This is what I've got to so far- forgive my terrible hacking- I've changed a few things haha www.aimee-young.com
– A.Art
Mar 31 at 1:08
You have your work cut out. The theme currently takes the post content and when you click on an image to open the lightbox, it opens the content in a separate container. This container does not have access to the individual post data (caption and description). So you would have to either reverse engineer the lightbox so that it opens inside the post content (so you can then also access the caption etc) or you could use a hack and clone those contents to the lightbox (along with the image).
– lharby
Mar 26 at 22:22
You have your work cut out. The theme currently takes the post content and when you click on an image to open the lightbox, it opens the content in a separate container. This container does not have access to the individual post data (caption and description). So you would have to either reverse engineer the lightbox so that it opens inside the post content (so you can then also access the caption etc) or you could use a hack and clone those contents to the lightbox (along with the image).
– lharby
Mar 26 at 22:22
Thank you so much for taking a look. Sounds beyond my skill level to be honest. Do you think it would be possible to hack it and install a different light box all together?
– A.Art
Mar 28 at 18:07
Thank you so much for taking a look. Sounds beyond my skill level to be honest. Do you think it would be possible to hack it and install a different light box all together?
– A.Art
Mar 28 at 18:07
I was thinking about this. The best option is to try and find a template which loads posts via ajax. Try searching for Tumblr template post ajax (I couldn't find anything yesterday but I know they exist)
– lharby
Mar 29 at 10:20
I was thinking about this. The best option is to try and find a template which loads posts via ajax. Try searching for Tumblr template post ajax (I couldn't find anything yesterday but I know they exist)
– lharby
Mar 29 at 10:20
Thank you- I'll take a look into that. This is great because I'm learning along the way. This is what I've got to so far- forgive my terrible hacking- I've changed a few things haha www.aimee-young.com
– A.Art
Mar 31 at 1:08
Thank you- I'll take a look into that. This is great because I'm learning along the way. This is what I've got to so far- forgive my terrible hacking- I've changed a few things haha www.aimee-young.com
– A.Art
Mar 31 at 1:08
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55311651%2fhow-to-add-captions-to-tumblr-theme-light-box-with-this-theme%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55311651%2fhow-to-add-captions-to-tumblr-theme-light-box-with-this-theme%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You have your work cut out. The theme currently takes the post content and when you click on an image to open the lightbox, it opens the content in a separate container. This container does not have access to the individual post data (caption and description). So you would have to either reverse engineer the lightbox so that it opens inside the post content (so you can then also access the caption etc) or you could use a hack and clone those contents to the lightbox (along with the image).
– lharby
Mar 26 at 22:22
Thank you so much for taking a look. Sounds beyond my skill level to be honest. Do you think it would be possible to hack it and install a different light box all together?
– A.Art
Mar 28 at 18:07
I was thinking about this. The best option is to try and find a template which loads posts via ajax. Try searching for Tumblr template post ajax (I couldn't find anything yesterday but I know they exist)
– lharby
Mar 29 at 10:20
Thank you- I'll take a look into that. This is great because I'm learning along the way. This is what I've got to so far- forgive my terrible hacking- I've changed a few things haha www.aimee-young.com
– A.Art
Mar 31 at 1:08