MyBB Community Forums

Full Version: MyTrade theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
I have another problem. when users click on register and fill in the form and then submit, nothin happens so people are unable to register.

can you help please? forum is www.tvblizz.com
That's a problem with your forum not the theme.

I recommend to you asking for support here: http://community.mybb.com/forum-176.html
Hi

It is indeed with the theme. I have switched back to my old theme which you can view here: www.tvblizz.com and it works fine, yet when i switch to the mytrade theme it doesnt work.

any ideas?
I have tested on mine and it works fine... also tested on another site which use the same theme and works fine too.

Try reinstalling the theme.
Hi

Is there anywhere that i can change so that the background colour of the threads are a different colour to make the text easier. Im still playing with the theme but cant get it to look right. As it stands the text is a bit hard to read.

Steve

or better still, to change the text style so its a bigger font making it easier to read.

Steve

This theme doesnt work properly. I have installed everything as it should be and still it doesnt let anyone register. I have even re-uploaded the theme and when clicking on submit on the registration form it doesnt do anything.

Yet on every other theme i have installed it works perfectly so not sure why its happening.
The theme works fine, you can ask to all the members here who has installed it and works perfect. I didn't touch the registration templates, this are defaults of MyBB.

To change the colour of the text, I wrote this before:

(2014-10-07, 08:58 PM)eNvy Wrote: [ -> ]Classes you need to change the "color:  #969696":

global.css

body
table
.tcat
.tcat a:link, .tcat a:visited 
.trow_sep
input.textbox
textarea
select
button, input.button
.popup_menu .popup_item
.reputation_neutral
.pagination a

MyTrade.css

.searchbox
.breadcrumb
.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb
.thead
.thead a:link, .thead a:visited
.thead a:hover, .thead a:active
.buttons
.clickedbuttons
.news
.welcomeguest
.guestlogin
.welcomebox
.textlog
.useroptions
.wrapper-dropdown-5 .dropdown
#finalfooter
.moderatedby
.userbrowsing
.pagination2 a:link, .pagination2 a:visited
.pbheader
.postbit_one

This is the same all grey color, if you change the "color: #969696" with another one more dark on all of this classes and ids, all the grey will turn darker ^^.

--------------------------------------------------------------------------------------------------------------------------------------------------

Also, you're using MyBB 1.6 or 1.8? Do you have any mod installed? Because 2 o 3 guys who installed it before tells me the same about registration and all the problem was caused by an external plugin...
sorry, but how do i change the text logo? when i did it on the header template it wont shows.
i will disable all plugins and check if it works. 5 minutes
(2014-10-12, 03:21 PM)Tallow Wrote: [ -> ]sorry, but how do i change the text logo? when i did it on the header template it wont shows.

ACP > Template & Styles > Templates > MyTrade templates > Header templates > open header template

Search this:

<div id="header">
  	<div class="wrapper">
      	<div class="logo"><i class="fa fa-comments fa-lg"></i> {$lang->xstyled_mytrade}</div>
  	</div>
</div>

Delete this: "<i class="fa fa-comments fa-lg"></i> {$lang->xstyled_mytrade}", and put your custom logo inside the "<div class="logo"></div>"

Something like this:

<div id="header">
  	<div class="wrapper">
      	<div class="logo"><img src="your path to your custom image" alt="My logo" /></div>
  	</div>
</div>
hi

i disabled all plugins and it works. so guess its going to be pain staking as to find out which one it is.

Hi

I have found the plugin causing the problem, its: Registration Security Question (1.2)

So I have disabled it and will look at getting a replacement or a similar addon. The forum works fine now.

question is though why is it only doing it on this theme and not any of the others. My only conclusion is that this is the only 1.8 theme i have so maybe it has something to do with the new theme layout.

Steve
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17