121
chefry
Changing a Fixed Width Theme to a Floating Width Theme - A Tutorial
  • 2013/4/27 13:35

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


If you're like me you might be finding the width of Xoops themes fixed usually at 900 pixels as annoying given that much of the world is using resolutions up to 1600px wide.

Changing your theme to a variable width theme is simple:

1. Go to your theme subdirectory and open style.css in an editor (notepad, notepad++, etc).
2. Once your .css page is open, scroll down to the section called: #Main { or #MainWidth {
3. in the area: width: 775px; (eg) Change 775px to either 90%, 95% or 98% . And the width will say: width:95%; for example
4. Save the file, clear the site cache and your browser cache and away you go..

The reason why this works quite well is because the templates for visitors, etc, are pretty well created with variable widths and are only being restricted by the #Main { command in the style.css sheet. If not, you may have to do some experimenting with the other widths to get what you want.



122
chefry
Re: Waiting 0.97 beta 1
  • 2013/4/27 10:28

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


Looks good

Is there, or will there be a plugin for TDMPicture?



123
chefry
Re: SimpleNewsletter 2.32 Beta 1 released for testing
  • 2013/4/27 9:05

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


i created a newsletter, tested it by sending to webmaster group, then told it to send to all

it's been sending for 30 minutes and shows nothing sent

I had it set to send 1 email at a time.

Also, the CRON block doesn't appear

What commands to set a CRON for this?



124
chefry
Re: Waiting 0.97 beta 1
  • 2013/4/26 13:07

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


not to sound totally ignorant but...
what does it do?

i can't find it in the module repository



125
chefry
Re: Looking for a ' testing ' module.
  • 2013/4/26 12:58

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


I got it fixed

It's a great little module



126
chefry
Re: Looking for a ' testing ' module.
  • 2013/4/25 12:53

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


is anyone supporting this module? it's supposed to email the results to the admin but it doesn't



127
chefry
<TABLES> a tutorial
  • 2013/4/24 10:41

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


Xoops has always had a problem displaying tables. Part of that is due to theme settings

Here is a simple method of displaying tables properly..

1) in /theme/themename/ style.css add

/*
<table class="border" ... >
*/
table.border {
    
border-spacing0;
}

table.border td,th {
    
bordersolid 1px black;
    
padding4px;
}


this will make sure that your theme will allow tables

2) create your table with an html creation program such as htmlbeauty. Do NOT use a WYSIWYG editor

3) VERY IMPORTANT!!! In your <table> definition add class="border"
i.e. <table cellspacing="0" class="border" align="center">

4) make sure there are no blank spaces in your html commands
i.e. </td> NOT </td >

5) make sure all your html commands are LOWER case. No upper case encoding.

6) put all your table html on one line. If you use Notepad++ there is a command at menu EDIT > Blank Operations > Remove Unnecessary Blank and EOL.

7) cut n paste your table into the editor of the module you are using and submit.

Done!



128
chefry
Re: upload to server
  • 2013/4/24 10:21

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


Thanks

Just so everyone knows, that's a live version of 2.56 RC1 and the latest versions of all the modules



129
chefry
Re: upload to server
  • 2013/4/24 10:02

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


ok, live and all working without any problems (i hope)

check it out

http://zapenglishclub.com/



130
chefry
Re: 2.5.6 problem on uploading to server
  • 2013/4/24 8:35

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


Never mind, I fixed it

in modules admin I updated the module and now everything appears properly




TopTop
« 1 ... 10 11 12 (13) 14 15 16 ... 93 »



Login

Who's Online

133 user(s) are online (76 user(s) are browsing Support Forums)


Members: 0


Guests: 133


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits