forum.coppermine-gallery.net

Support => cpg1.5 themes (visuals) => cpg1.5.x Support => cpg1.5 theme contributions => Topic started by: allvip on April 16, 2015, 04:40:15 am

Title: Simple theme (white with a little black)
Post by: allvip on April 16, 2015, 04:40:15 am
Simple theme. .

You can find the responsive version here Simple theme (white with a little black) responsive coppermine theme http://forum.coppermine-gallery.net/index.php/topic,78617.0.html (http://forum.coppermine-gallery.net/index.php/topic,78617.0.html)

Changes for v1.1

1) I included the navbar folder in the images folder (the dispayimage page arrows and images).
2) I added define('THEME_HAS_NAVBAR_GRAPHICS',1); in theme.php for the navbar folder.
3) I deleted backdrop.png, frame_repeat.png, main_block.png, menu_gfx.png from the images folder because the themes is not using them. I forgot to delete them in v1.0
4) I deleted from style.css all:   background: url(images/menu_gfx.png) no-repeat 100% 0; because the themes is not using them. I forgot to delete them in v1.0

Changes for v1.2

See Reply #6
Title: Re: Simple theme (white with a little black)
Post by: allvip on April 16, 2015, 04:45:00 am
I made some screenshoots for preview:the home page and the image page.
Title: Re: Simple theme (white with a little black)
Post by: phill104 on April 16, 2015, 09:45:53 am
Could you please attach your imaged to your thread rather than externally hosted? We often loose externally hosted images making the links a little bit of a waste.
Title: Re: Simple theme (white with a little black)
Post by: allvip on April 16, 2015, 01:16:16 pm
Ok. I will try, but I thought the file size is too big.
Title: Re: Simple theme (white with a little black)
Post by: Cynos on November 28, 2015, 02:16:47 am
Just wanted to thank you for this simple but very nice looking theme that I use.
...  ;)
Title: Re: Simple theme (white with a little black)
Post by: Cynos on November 28, 2015, 12:27:28 pm
Hello allvip, may I ask you your help please ?

As I said I use your simple theme onto the pages I'm working.
I use the joomla wrapper to show coppermine.

I have a little problem with the simple theme, the left border is not showing (I'm french, so maybe I'cant well explain).

allvip: links removed at Cynos request.

In both the left border of the main frame is missing.

could you help me please ?
thanks.
Title: Re: Simple theme (white with a little black)
Post by: allvip on November 28, 2015, 03:24:36 pm
1) Open themes/simple/style.css and

FIND

Code: [Select]
.thumbnails {
    border-right: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
    padding: 5px;
}

REPLACE WITH

Code: [Select]
.borders {
    border: 1px solid #000000;
}
table {
border-collapse: collapse;
}
.thumbnails {
    border-right: 1px solid #BABABA;
border-bottom: 1px solid #BABABA;
    border-left: 1px solid #BABABA;
    padding: 5px;
}

2) Open themes/simple/template.html and

AFTER

Code: [Select]
{JAVASCRIPT}

ADD

Code: [Select]
<script>
$(document).ready( function() {
$( "td:has(div.cpg_starttable_outer)" ).addClass( "borders" );
});
</script>
Title: Re: Simple theme (white with a little black)
Post by: allvip on November 28, 2015, 03:28:36 pm
Just wanted to thank you for this simple but very nice looking theme that I use.
...  ;)

You're welcome.
I will soon release the responsive version of this theme.
Title: Re: Simple theme (white with a little black)
Post by: Cynos on November 28, 2015, 06:52:42 pm
You're welcome.
I will soon release the responsive version of this theme.

I would love a responsive simple theme !

I made the CSS modification, and it works great.
I just needed to set the width of the main table at 99%.
When setting at 100% I losted the right border.
So that's great eveything is showed as expected.

Thanks again.
Title: Re: Simple theme (white with a little black)
Post by: Cynos on November 30, 2015, 02:00:54 am
 :-[ ... sorry, still a little problem in the CSS, I think I need to modify a "padding right" somewhere.

See picture please, it should be because of the left border modification.

Of couse, I tried to modify some padding, but with no success, I think it would be easy for you ... so ... thank you.

May I ask you another favor, because you're a moderator, are you able to remove the links to my test galery in my previous post, because this is the server adress, not the domain adress (don't yet have one).
Thanks.
Title: Re: Simple theme (white with a little black)
Post by: Cynos on November 30, 2015, 02:13:50 am
Oh ... it could be another problem than a wrong "padding right".

Last screen was done with my browser (opera), I tested with firefox, problem is on the left with firefox (problem on the right with opera).

see picture.
thank you.
Title: Re: Simple theme (white with a little black)
Post by: Cynos on November 30, 2015, 02:15:47 am
sorry, maybe you could merge my posts ... sorry ... I made a mistake with the file (oops).
Title: Re: Simple theme (white with a little black)
Post by: allvip on November 30, 2015, 11:39:00 am
I will fix it and release a new version tomorrow.
Title: Re: Simple theme (white with a little black)
Post by: Cynos on November 30, 2015, 12:18:41 pm
great ... thank you ...  ;)
Title: Re: Simple theme (white with a little black)
Post by: Cynos on December 08, 2015, 02:49:38 am
Thank you allvip, I have downloaded and installed your last release, it is perfect.

I love this theme, simple but professionnal look.

Thanks again ...  ;)