Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #41  
Old 03-21-2016, 10:26 AM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 88,540
Kyttias is on a distinguished road
Default

Alright right at the top of your file, check that there is not a blank space before <?php - because in what you copy pasted above there is and that could cause the issue. Maybe. Probably not, though.

See, the thing is, I just replaced my entire file with yours and everything still works fine - I can log in and out.

Might I suggest clearing your browser's cache/cookies?
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.

Last edited by Kyttias; 03-21-2016 at 10:30 AM.
Reply With Quote
  #42  
Old 03-21-2016, 10:29 AM
Ittermat's Avatar
Ittermat Ittermat is offline
The awesomesauce
 
Join Date: Feb 2016
Location: in front of my laptop
Posts: 272
Gender: Female
Credits: 33,721
Ittermat is on a distinguished road
Default

ah okay....LEmme try that...

Sorry to cause so much trouble...Im trying to learn.. XD

thank you for your patience with me.

EDIT nope... that did not solve the problem.... still gives me the errors...?
Reply With Quote
  #43  
Old 03-21-2016, 10:30 AM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 88,540
Kyttias is on a distinguished road
Default

Made an edit above.

But yeah I'm completely baffled by this one.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Reply With Quote
  #44  
Old 03-21-2016, 10:34 AM
Ittermat's Avatar
Ittermat Ittermat is offline
The awesomesauce
 
Join Date: Feb 2016
Location: in front of my laptop
Posts: 272
Gender: Female
Credits: 33,721
Ittermat is on a distinguished road
Default

I'll try clearing my cookies XD one moment... XD

EDIT: Nope still the same problem..

Last edited by Ittermat; 03-21-2016 at 10:37 AM.
Reply With Quote
  #45  
Old 03-21-2016, 01:46 PM
Ittermat's Avatar
Ittermat Ittermat is offline
The awesomesauce
 
Join Date: Feb 2016
Location: in front of my laptop
Posts: 272
Gender: Female
Credits: 33,721
Ittermat is on a distinguished road
Default

I just wanted you to see how much of a ***** I am... the problem?

Apparently was an unseen space at the END of the coding....

so there was a space after-?>

Im an idiot... it works now.. XD
Reply With Quote
  #46  
Old 03-22-2016, 01:03 PM
Ittermat's Avatar
Ittermat Ittermat is offline
The awesomesauce
 
Join Date: Feb 2016
Location: in front of my laptop
Posts: 272
Gender: Female
Credits: 33,721
Ittermat is on a distinguished road
Default

Also I have a question I was going to message you about but i have to post in here-- The active pet widget works- but I dont get the "speech bubbles" telling me something happened.. do you happen to know what in my browser settings/internet settings might prevent that from happening?
Reply With Quote
  #47  
Old 03-22-2016, 03:26 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 88,540
Kyttias is on a distinguished road
Default

??? The text is appearing, right? (And it should only appear sometimes, not all the time. If you really want something to appear all the time I'll have to modify the code.) If you want the text to appear in a speech bubble, you're going to need to style the div the text is in with css. I already told you that the div has a css class of "speechbubble". You can add something like this to your template theme's css:

Code:
.speechbubble {
position: relative;
padding: 15px;
text-align: center;
background: #FFFFFF;
-webkit-border-radius: 53px;
-moz-border-radius: 53px;
border-radius: 53px;
border: #7F7F7F solid 2px;
}

.speechbubble:after {
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
margin-left: -15px;
bottom: -15px;
left: 50%;
}

.speechbubble:before {
content: '';
position: absolute;
border-style: solid;
border-width: 16px 16px 0;
border-color: #7F7F7F transparent;
display: block;
width: 0;
z-index: 0;
margin-left: -16px;
bottom: -18px;
left: 50%;
}
Here's a neat site where you can use a generator to style a speech bubble. When you're done, look at the very top edge of the page for a button that "CSS" and it'll pull down the code - change the class name from .bubble to .speechbubble and then that should work. Above, I've also done three other things that their generator doesn't do - I removed the width and height, for one, and two, I centered the text. This way it'll be only as big as it needs to be.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Reply With Quote
  #48  
Old 03-22-2016, 05:51 PM
Ittermat's Avatar
Ittermat Ittermat is offline
The awesomesauce
 
Join Date: Feb 2016
Location: in front of my laptop
Posts: 272
Gender: Female
Credits: 33,721
Ittermat is on a distinguished road
Default

well I havent seen the pet say anything yet.. XD (I know it doesnt happen ALL the time) but I havent noticed if there was text? I just kinda was clicking around to test it and then went to my inventory to find I had gained the items without anything that I noticed telling me...

I'll check this out! thanks.. I thought maybe I was just blocking it somehow because im paranoid and blocked stuff from appearing on webpages

EDIT: another quick question- if Im using bootstrap- which CSS File do I add this to?

Last edited by Ittermat; 03-22-2016 at 06:04 PM.
Reply With Quote
  #49  
Old 03-22-2016, 08:34 PM
Ittermat's Avatar
Ittermat Ittermat is offline
The awesomesauce
 
Join Date: Feb 2016
Location: in front of my laptop
Posts: 272
Gender: Female
Credits: 33,721
Ittermat is on a distinguished road
Default

Also no...apparently none of the text is appearing for me... my money amount changed but I saw no "(pet) has found some money!"

Or whatever it says..?

No speechbubbles for me either (though I admit I havent added the css you gave me since I dont know in which boostrap css to put it XD)
Reply With Quote
  #50  
Old 03-22-2016, 08:59 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 88,540
Kyttias is on a distinguished road
Default

??? Send me your file, I guess. I tested your file previously, your exact file, and it was working just fine on mine.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 05:07 PM.

Currently Active Users: 9800 (0 members and 9800 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636