Advanced search  

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

Pages: [1]   Go Down

Author Topic: Simple theme (white with a little black)  (Read 14764 times)

0 Members and 1 Guest are viewing this topic.

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Simple theme (white with a little black)
« 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

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
« Last Edit: February 21, 2016, 12:29:48 pm by allvip »
Logged

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: Simple theme (white with a little black)
« Reply #1 on: April 16, 2015, 04:45:00 am »

I made some screenshoots for preview:the home page and the image page.
« Last Edit: July 02, 2015, 09:43:10 pm by allvip »
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: Simple theme (white with a little black)
« Reply #2 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.
Logged
It is a mistake to think you can solve any major problems just with potatoes.

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: Simple theme (white with a little black)
« Reply #3 on: April 16, 2015, 01:16:16 pm »

Ok. I will try, but I thought the file size is too big.
Logged

Cynos

  • Coppermine novice
  • *
  • Country: fr
  • Offline Offline
  • Posts: 45
Re: Simple theme (white with a little black)
« Reply #4 on: November 28, 2015, 02:16:47 am »

Just wanted to thank you for this simple but very nice looking theme that I use.
...  ;)
Logged

Cynos

  • Coppermine novice
  • *
  • Country: fr
  • Offline Offline
  • Posts: 45
Re: Simple theme (white with a little black)
« Reply #5 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.
« Last Edit: November 30, 2015, 11:04:42 am by allvip »
Logged

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: Simple theme (white with a little black)
« Reply #6 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>
« Last Edit: December 04, 2015, 11:29:56 am by allvip »
Logged

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: Simple theme (white with a little black)
« Reply #7 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.
Logged

Cynos

  • Coppermine novice
  • *
  • Country: fr
  • Offline Offline
  • Posts: 45
Re: Simple theme (white with a little black)
« Reply #8 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.
Logged

Cynos

  • Coppermine novice
  • *
  • Country: fr
  • Offline Offline
  • Posts: 45
Re: Simple theme (white with a little black)
« Reply #9 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.
Logged

Cynos

  • Coppermine novice
  • *
  • Country: fr
  • Offline Offline
  • Posts: 45
Re: Simple theme (white with a little black)
« Reply #10 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.
Logged

Cynos

  • Coppermine novice
  • *
  • Country: fr
  • Offline Offline
  • Posts: 45
Re: Simple theme (white with a little black)
« Reply #11 on: November 30, 2015, 02:15:47 am »

sorry, maybe you could merge my posts ... sorry ... I made a mistake with the file (oops).
Logged

allvip

  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Posts: 1362
Re: Simple theme (white with a little black)
« Reply #12 on: November 30, 2015, 11:39:00 am »

I will fix it and release a new version tomorrow.
Logged

Cynos

  • Coppermine novice
  • *
  • Country: fr
  • Offline Offline
  • Posts: 45
Re: Simple theme (white with a little black)
« Reply #13 on: November 30, 2015, 12:18:41 pm »

great ... thank you ...  ;)
Logged

Cynos

  • Coppermine novice
  • *
  • Country: fr
  • Offline Offline
  • Posts: 45
Re: Simple theme (white with a little black)
« Reply #14 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 ...  ;)
Logged
Pages: [1]   Go Up
 

Page created in 0.033 seconds with 20 queries.