71
studioC
Re: playing with stylesheets - what do you think
  • 2006/3/19 9:11

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


thanks for feedback. It's pure fun to play with CSS these days with frozen temperatures here!

Michael



72
studioC
playing again ...
  • 2006/3/19 9:09

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


don't want to waste your time, but i did it again. Some changes on css and images to switch layout. This is one of the advantage of CSS layouts.

In this case i'm using some images from openclipart.org and a horizontal CSS dropdown from solardreamstudios.com to make layout idea a bit more interesting.

here it is:

Select xf_YelloW from themebox on demosite.

and a preview:

Resized Image

Your Opinion?
happy XOOPSing

michael



73
studioC
playing with stylesheets - what do you think
  • 2006/3/18 9:29

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


I played with styles and files from a last theme. What do you think of this kind? Theme is fully CSS driven and does not use any table for positioning things.

Not all blocks are set in the order i would do on a live page but i had to set them fit for all themes showing there.

Please visit xoopsfactory theme demo and select xf_2toBlue from theme box.

on the front i have 2 columns same width:

Resized Image


but we can show different arrangement of columns too:

Resized Image

happy xoopsing
michael



74
studioC
Re: new xoops factory or ...
  • 2006/3/12 9:32

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


thanks for feedback

@jensclas:
of course, you are right, i wouldn't use the blockpositions (eg. login) on a real site this way. If it is a community page, the login should always be a visible field on the whole site. This is a test site with dummy content only to show the "blockarangement". For there are themes with different arrangements, this is a small problem there. Glad to know that we can manage positions of blocks each within his aera in blockadmin. In this example the right blocks are used in "centerarea". We can use the blocks as "content divs" but "blocks only".

@gestroud:
thanks for feedback too. Yes, they may look strange a first view. Making themes for dl i try to give theme no unique look. This is what you should do making it unique on your site Use the source

what do you mean with studioc_2005? This was a basic css example theme with a small pdf tutorial for basic theming.

you can find it here:

studioC_2005 basic css example and howto

but i think you mean the actual theme from xoopsfactory? I released xf_colourBlue which is nearly the same css like xoopsfactory (without some special things)

you can find the dl here:

xf_colourBlue


thanks again, feedback is always needed!
michael



75
studioC
new xoops factory or ...
  • 2006/3/11 8:33

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


I’m playing with a new layout for XOOPS factory. It’s job will be to hold clean content and some images, which can easily be placed within blockadmin. It does not contain that much smarty stuff so it will be easy to port this theme to other templateengines or php stuff and , of course, prepared for what may come on 2.4 (?)

Two diffenrent backgrounds i'm actually thinking about. Visit the DEMO page and select theme xf_myxoopsfactory or xf_learning-linux.

It's a bit different blockstructure but basicly following the source of the former examples.

What do you think?
michael



76
studioC
Re: what does this mean in a theme
  • 2006/3/8 15:55

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


some of the modules do need some scripts or eg. own stylesheets. These are assigned in header.php of a module.

<{$xoops_module_header}> loads these files eg. stylesheets within the head section of your theme.



77
studioC
Re: Imago Theme 8
  • 2006/3/3 17:45

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


You can view the theme live and download it on the theme-viewer-page of the german community:

http://themes.myxoops.de/



78
studioC
need help on rewriting urls from base of wordpress
  • 2006/3/1 15:45

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


Anyone willing and able to help me on rewriting the base url from wordpress module xpress?

actually it is domain/modules/wordpress/ ...

and what i need is:
domain/blog/ ...
(without "modules/wordpress")

wordpress's own rewrites should stay as it is now, while using the options from permalink.

michael



79
studioC
Re: How to center page
  • 2006/2/27 11:13

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


the easiest way to do so for both browser IE and firefox is to set your body to center and then align the next container to left.

Look into the files of the actual theme!

First, Open your theme.html, add a <div> around your content, put <div id="xoopscontent"> right after the opening <body> tag and one </div> right before the closing </body> tag.

In short it should look like this :

<body>
<div id="xoopscontent">
...... your content ....

</div>
</body>


Then open and edit your style.css and add:


body {
text-align:center;
}

#xoopscontent {
margin: 0 auto 0 auto;
text-align:left;
}


Happy theming



80
studioC
Re: Multiple tags ok?
  • 2006/2/23 18:08

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


to answer in short

Quote:
Re: Multiple head tags ok?


NO!
only one document, one document type, one head and one body

it's not a valid document structure.

one of both should be ignored by search engines, or, in worst case, both. This is not valid source, though searchengines don't validate source and do not care much of it.

But Think! What yould be the goal of it? 2 different descriptions for one document? 2 different titles, meta etc. for the same url?

michael




TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 46 »



Login

Who's Online

149 user(s) are online (91 user(s) are browsing Support Forums)


Members: 0


Guests: 149


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