color-style theme: how to remove rectangular boxes color-style theme: how to remove rectangular boxes
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

color-style theme: how to remove rectangular boxes

Started by GH, September 25, 2008, 03:59:55 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

GH

I modified the theme as follow on

template.php:


<link title=White media=screen href="themes/color_style/white.css" type=text/css rel=stylesheet>
<!--<link title=Default media=screen href="themes/color_style/style.css" type=text/css rel=stylesheet">-->
<!--//<link title=Black media=screen href="themes/color_style/black.css" type=text/css rel="alternate stylesheet">
//<link title=Red media=screen href="themes/color_style/red.css" type=text/css rel="alternate stylesheet">
//<link title=Green media=screen href="themes/color_style/green.css" type=text/css rel="alternate stylesheet">
//<link title=Blue media=screen href="themes/color_style/blue.css" type=text/css rel="alternate stylesheet">
//<link title=Purple media=screen href="themes/color_style/purple.css" type=text/css rel="alternate stylesheet">
//<link title=Yellow media=screen href="themes/color_style/yellow.css" type=text/css rel="alternate stylesheet">
//<link title=Brown media=screen href="themes/color_style/brown.css" type=text/css rel="alternate stylesheet">
//<link title=Violet media=screen href="themes/color_style/violet.css" type=text/css rel="alternate stylesheet">
//<link title=Gold media=screen href="themes/color_style/gold.css" type=text/css rel="alternate stylesheet">-->
<SCRIPT src="scripts.js" type=text/javascript></SCRIPT>
<SCRIPT src="themes/color_style/styleswitcher.js" type=text/javascript></SCRIPT>
<meta http-equiv=imagetoolbar content=no>
<meta content="MSHTML 6.00.3790.88" name=GENERATOR></head>
<body onkeydown=onKeyDown()>
<SCRIPT language=JavaScript type=text/javascript>
<!--
document.oncontextmenu=new Function("return false")

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
-->
</SCRIPT>


and I suppressed the script for changing colors as a variante of the theme.

Above all that lines of code there is:

<link rel="stylesheet" href="themes/color_style/white.css" />

when I outcomment the code, I have the result I want - no more boxes - but also the little user menu on the right where the user can sort the thumbnails (title, filename, position and date) is bigger and no more formatted.

So probably I don't have to outcomment this line

a) how to eliminate this little menu on the rigth, which is embarassing for a nice  look of the page
b) where is the place where the boxes are defined

Thanks in advance for every solution, even to outcomment the "<link rel="stylesheet" href="themes/color_style/white.css" />" if there is the possibility only to erase  the little user menu.



Gizmo

This link is bad, it forwards me to a localhost machine. See my post here to help you with these issues since I can't see what they are.
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

Joachim Müller

From the other thread you posted in:
Quote from: GH on September 26, 2008, 03:12:30 PM
ok, i think I did too much for that I'm able to know for the moment.
Sorry for the bad link, I try to search what's the reason, I transfered the local site to the remote host, there were relative links inside  ./blabla  but that doesn't work, I replace by the real domain adresse, no change, I am curious to see if I find something with the saerch fonction here.
thank you
Self-hosting is not recommended at all.

GH

hm, I use apache as a local test system, not for self-hosting, and this already a little while. I used before 4images with apache server as local testing system and later Data Becker web to shop with  their built-in apache and never had problems.

The adress where the remote domain links to my localhost is an article of minicms which I linked manually to "home". Is there any way trying to identify the reason?

When I try to make a login on the remote domain, the answer is Coppermine critical error:
Unable to connect to database !


MySQL said: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

The last complete transfer of the coppermine was tody, before I veryfied all links introduced manually, after this i made the FTP, after I loaded the syl base......before I erased the remote sql...

When there is no answer to turn around, I should install a fresh coppermine to the remote host, re-do the configuration with albums/categories and remake all modifications and also do all the work to re-create cms content, pouh, it's a lot of work to do.

Thank You for any idea, if there is. I'll ask the same question on the minicmsforum, but I fear that nobody can say what happened in my system.





GH

ok, for the use of apache server as localhost I became an answer in a similiar topic, in fact, this topic here was initially (I say, that's not well done) the issue to remove boxes in the theme color-style.

But I solved it because I found out how to do with the cos theme, also there is no more need to leave open this topic!