Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Geek Culture / HTML Code help

Author
Message
NIlooc223
13
Years of Service
User Offline
Joined: 27th Aug 2010
Location: Heaven
Posted: 13th Apr 2015 04:54 Edited at: 13th Apr 2015 04:56
Hello, So I am trying to finish making my portfolio site

http://caexposure.com

But I am bumping into a problem over and over. When you click on any of the other pages (such as the contact me page) when you exit out the page (X out button is on the top right) the page turns into a tile along side the other pictures on the homepage and I can not seem to figure out how to stop it. Here is the html code for the theme.

Dark Java Dude 64
Community Leader
13
Years of Service
User Offline
Joined: 21st Sep 2010
Location: Neither here nor there nor anywhere
Posted: 13th Apr 2015 05:18
Ah that's interesting. Seems it's treating the entire page as an image when you close it out, and it takes a screenshot and makes a tile out of that. You probably already figured that bit out, though. What platform are you making this with? I am guessing you didn't code it all yourself?

You're currently reading a post signature on an Internet forum -- get a life!
NIlooc223
13
Years of Service
User Offline
Joined: 27th Aug 2010
Location: Heaven
Posted: 13th Apr 2015 05:46
I am using tumblr for the html code and simply forwarded it to a custom dominan. I edited some of the code myself and the code used on the about me,store and contact me I did myself for the most part. I believe the issue is somewhere in the main source code though and not in the other pages I created.
BiggAdd
Retired Moderator
19
Years of Service
User Offline
Joined: 6th Aug 2004
Location: != null
Posted: 14th Apr 2015 02:30
Why not contact the people who made the theme?
http://www.tumblr.com/theme/38379

As it seems like a feature they've coded in.

RedFlames
16
Years of Service
User Offline
Joined: 25th Aug 2007
Location: Germania
Posted: 14th Apr 2015 22:14
I just put

in the Firefox console to remove the event handler on the Close button, and it successfully prevented lookbook from jamming the "Contact Me" page into the main view. The redirect is handled by the <a href="/"> anyways, right?...

In http://static.tumblr.com/3cvhfpr/bo3nmiet0/lookbook.min.js there's this at line 4346:


Either make it so that it doesn't attach that handler on the custom pages, or try commenting it out entirely... I don't quite understand what it does because some of the sources are pretty obfuscated. Seems to work just fine without it?...
NIlooc223
13
Years of Service
User Offline
Joined: 27th Aug 2010
Location: Heaven
Posted: 15th Apr 2015 00:33
Quote: "Why not contact the people who made the theme?
http://www.tumblr.com/theme/38379

As it seems like a feature they've coded in.
"


Their support email no longer exists/works. I tried that first.

Quote: "in the Firefox console to remove the event handler on the Close button, and it successfully prevented lookbook from jamming the "Contact Me" page into the main view. "


Where exactly would I copy and paste the
in the html? Or am I removing something?
NIlooc223
13
Years of Service
User Offline
Joined: 27th Aug 2010
Location: Heaven
Posted: 20th Apr 2015 01:47
Bump. Can anyone else give me some input? Problem is still unresolved
RedFlames
16
Years of Service
User Offline
Joined: 25th Aug 2007
Location: Germania
Posted: 20th Apr 2015 05:03
What parts of the sites framework/theme can you edit yourself?
NIlooc223
13
Years of Service
User Offline
Joined: 27th Aug 2010
Location: Heaven
Posted: 21st Apr 2015 01:10
All of it, I have access to the entire HTML of the theme.
RedFlames
16
Years of Service
User Offline
Joined: 25th Aug 2007
Location: Germania
Posted: 22nd Apr 2015 02:49
I just went to the Lookbook preview page and noticed that even there when you click the "Customize" / "Features" links at the bottom of the sidebar and close them they do exactly the same thing.

Honestly as BiggAdd said just try contacting them at lookbook-support@wantering.com and describe the issue to them... they can probably help you more than we can.

((Or as I said comment out the function/jquery event handler I mentioned before... although the demo page also uses http://static.tumblr.com/3cvhfpr/bo3nmiet0/lookbook.min.js so I doubt you can change that file. Might paste the other snippet I gave you in a <script>-tag in the header somewhere so that it get's called on every page after the lookbook has loaded [probably via $(document).ready(...); or some such] but I have no idea if that would work... would be a crude hack either way ))

Login to post a reply

Server time is: 2024-03-29 13:23:33
Your offset time is: 2024-03-29 13:23:33