Reseller

Started by Daniel, July 28, 2014, 09:19:18 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Daniel

Quote from: akshtsaklani7 on October 04, 2014, 01:12:07 PM
The nav bar issue will be visible if you log in and read any topic.
That ap
It appears that not finding a button to activate it so it creates one. Do this:
Add to the end of Reseller.css:
#button_forum{display: none;}

AkShit

Thanks a ton mate. All worked  :)

windsor

Hi there,
   
    It's a great responsive theme but I think my website isn't compatible with it, so it's possible to disable responsive on Reseller theme ?

    If can't, how can I set to show 100% width on a mobile phone (Please see in a attach file) ?

    Thank you so much, sorry for my bad English.

AkShit

Hey,

I was trying to experiment with the color scheme of the theme. I've placed a dark background, and I'm stuck at a few things.

1. nextlinks, bottom next links need to be of #EEE without affecting other links


2. Navpage links (simpleportal block) needs to be #EEE


3. Bottom breadcrumb going out at right side

AkShit

Quote from: windsor on October 06, 2014, 10:51:48 PM
If can't, how can I set to show 100% width on a mobile phone (Please see in a attach file) ?


The issue is with simple portal.

themes/default/css/portal.css

find
body
{
min-width: 750px;
}


And replace
body
{
min-width: device-width;
}
Last Edit: October 13, 2014, 08:24:15 AM by AkShit

windsor

Quote from: akshtsaklani7 on October 08, 2014, 05:31:41 AM
The issue is with simple portal.

themes/default/css/portal.css

find
body
{
min-width: 750px;
}


And replace
body
{
min-width: device-width;
}


For my site I use
body
{
min-width: 500px;
}


Oh It work!! Thank you,

now I need to tune a simple portal to make it responsive. So hard right ?

Noelle

Hello, first of all thank you for this great theme, I am totally in love with it.

I have one question, is it possible to use the normal buttons again instead of the green "+" to create new topics, new polls etc? Same goes for the buttons in threads such as reply, add poll, notify etc?


AkShit


AkShit

Alright, I completely removed the bottom breadcrumb by commenting out
theme_linktree()

in display.template.php and MessageIndex.template.php

Daniel

Index.css (Themes/Reseller/css)
Search:
.pagelinks
{
        color: #EEE;
padding: 0.6em 0 0.4em 0;
}

Add after:
.pagelinks a, .nextlinks a
{
    color: #EEE;
}

AkShit

Quote from: Daniel on September 29, 2014, 08:29:09 PM
Try with this mod for the 3: http://custom.simplemachines.org/mods/index.php?mod=3580

Thanks for the mod. Works fine. Although I have one question, How do I get the buttons on login Dialogbox that appears via header button?

Login Page

Login Dialog box

AkShit


AkShit

Also, I'd suggest to add at the end of your portal.css (...themes/default/css/portal.css)

@media only screen and (max-width: 480px)
{
#sp_left, #sp_right
{
display: none;
visibility: hidden;
}
}

This will remove the side blocks when viewed on smaller screens

moopasa

Hi all,

Need your help. There seems to be a bug in the "Poll" options menu.

When I click on the + button under the poll, the options do not show up or are hidden.

See attached screenshot.