Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Search Forums

Notices

Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: Dinocanid
Forum: Questions and Supports 04-06-2018, 12:10 PM
Replies: 48
Views: 52,992
Posted By Dinocanid
To edit a page that wasn't made in the ACP, you...

To edit a page that wasn't made in the ACP, you have to edit it's view file, found in public_html/view/somescriptview.php.
Forum: Questions and Supports 04-06-2018, 11:46 AM
Replies: 48
Views: 52,992
Posted By Dinocanid
I'll be busy today, but I can start on it. What...

I'll be busy today, but I can start on it. What would it look like? Would it be similar to the new theme?
Forum: Questions and Supports 04-06-2018, 10:33 AM
Replies: 48
Views: 52,992
Posted By Dinocanid
You would use html, like this: <a...

You would use html, like this:
<a class="dropdown-item" href="URL">SomeText</a>

Each dropdown is seperated into a list. For example, this is the "adoptables" dropdown:
<li class="nav-item...
Forum: Questions and Supports 04-06-2018, 10:01 AM
Replies: 48
Views: 52,992
Posted By Dinocanid
Yeah, unless you mean the theme for the ACP...

Yeah, unless you mean the theme for the ACP itself?
The menu doesn't match the links because it's using html instead. To change the links, just go into the template.tpl and edit them. I had to make...
Forum: Questions and Supports 04-06-2018, 09:55 AM
Replies: 48
Views: 52,992
Posted By Dinocanid
It works the same way, you just copy-paste the...

It works the same way, you just copy-paste the code from the files and use that inside the fields that are on the add new theme page. (Copy the code from header.tpl, paste it in the header field....
Forum: Questions and Supports 04-06-2018, 09:45 AM
Replies: 48
Views: 52,992
Posted By Dinocanid
You should try switching themes on a test account...

You should try switching themes on a test account with changestyle first before you set it as the default, because otherwise you have to reset it manually again if it's an error.
Are all the files...
Forum: Questions and Supports 04-06-2018, 09:06 AM
Replies: 48
Views: 52,992
Posted By Dinocanid
You can reset the main theme by going into...

You can reset the main theme by going into phpMyAdmin and going to the adopts_settings table (not sure of the exact name...the table where the main theme is set)
You may have to click on the...
Forum: Questions and Supports 04-06-2018, 08:00 AM
Replies: 48
Views: 52,992
Posted By Dinocanid
Did the error show up right after you installed...

Did the error show up right after you installed it or after you made it the main theme?
Does the error go away if you go to "yoursite.com/changestyle/index/main"?
Forum: Questions and Supports 04-05-2018, 05:44 PM
Replies: 48
Views: 52,992
Posted By Dinocanid
I added the font in this latest picture. I also...

I added the font in this latest picture. I also tested different screen sizes with F12 and it appear to show up fine.

http://www.clipular.com/c/4896902332809216.png?k=ueb37uRQcbRE4wPdy9K22C7qUv0...
Forum: Questions and Supports 04-05-2018, 04:20 PM
Replies: 48
Views: 52,992
Posted By Dinocanid
OH, I got it: ...

OH, I got it:
http://www.clipular.com/c/5748279204380672.png?k=PmUVyxfgqtV94DtWeVhQ8y_lEfY
Forum: Questions and Supports 04-05-2018, 04:13 PM
Replies: 48
Views: 52,992
Posted By Dinocanid
Like this?: ...

Like this?:
http://www.clipular.com/c/6480797687873536.png?k=SfI2GxQ-1Vz6O-ScNZAeRcu2Hdg
Forum: Questions and Supports 04-05-2018, 02:53 PM
Replies: 48
Views: 52,992
Posted By Dinocanid
This is what it looks like so far: ...

This is what it looks like so far:
http://www.clipular.com/c/5389741105872896.png?k=xSqXQk2pI2R_0MDnyP1yZ-rhny4
(Testing it on my abandoned "adopttes" site, which is why there are extra links and...
Forum: Questions and Supports 04-05-2018, 01:22 PM
Replies: 48
Views: 52,992
Posted By Dinocanid
I just started today, lol. I'll send a screenshot...

I just started today, lol. I'll send a screenshot in a minute.
Forum: Questions and Supports 04-04-2018, 10:59 AM
Replies: 48
Views: 52,992
Posted By Dinocanid
I might have it ready for you by the weekend, but...

I might have it ready for you by the weekend, but I'll send progress screenshots as I go along. Most of the time will be making sure everything scales well on smaller/mobile devices, since that's the...
Forum: Questions and Supports 04-04-2018, 10:18 AM
Replies: 48
Views: 52,992
Posted By Dinocanid
Sure! How would you want it to look layout-wise...

Sure! How would you want it to look layout-wise though?
Forum: Questions and Supports 04-03-2018, 05:45 PM
Replies: 48
Views: 52,992
Posted By Dinocanid
Sure! I would need an example or something of how...

Sure! I would need an example or something of how you want the theme to look though.
Forum: Questions and Supports 04-03-2018, 03:49 PM
Replies: 48
Views: 52,992
Posted By Dinocanid
I could do it without charge honestly, since I'm...

I could do it without charge honestly, since I'm not really confident enough in my CSS skills to commission themes regularly (I still need a lot of practice).
Forum: Questions and Supports 04-03-2018, 01:51 PM
Replies: 48
Views: 52,992
Posted By Dinocanid
To customize it, you'll have to tamper with the...

To customize it, you'll have to tamper with the css and template.tpl file. The template file is where most of it will be though. Here's an example of a template using the tutorial layout from...
Forum: Questions and Supports 04-03-2018, 01:41 PM
Replies: 48
Views: 52,992
Posted By Dinocanid
$10 maybe? You could also make your own theme...

$10 maybe? You could also make your own theme like this:

Create a new subfolder inside "templates" and name it whatever you want (I don't recommend names with spaces)
Create 3 new files:...
Forum: Questions and Supports 04-03-2018, 01:17 PM
Replies: 48
Views: 52,992
Posted By Dinocanid
It should go above {$menu} so it will show at the...

It should go above {$menu} so it will show at the top, since it would show at the bottom if you placed it at the end. Since it looks like you're using the main theme, you would have to go into the...
Forum: Questions and Supports 04-03-2018, 01:00 PM
Replies: 48
Views: 52,992
Posted By Dinocanid
I've made themes from scratch before, but I...

I've made themes from scratch before, but I wouldn't say I'm very good at it :S
I would consider this one to be my best yet, but it's still pretty simple:...
Forum: Questions and Supports 04-03-2018, 12:41 PM
Replies: 48
Views: 52,992
Posted By Dinocanid
Go to templates->your theme->template.tpl. In...

Go to templates->your theme->template.tpl. In there is where you can place a logo for your site with regular html, like this:
<a href='/index'><img src="IMAGE_URL"></a>
Depending on what theme you...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT -5. The time now is 07:20 AM.

Currently Active Users: 454 (0 members and 454 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