Announcement

  •  » Themes
  •  » [modus] Theme version 2.6.a

#46 2015-01-14 22:03:05

rvelices
Former Piwigo Team
2005-12-29
1960

Re: [modus] Theme version 2.6.a

Maiagood, it's css only, but not sure its worth the work. Most of other themes have the menu as you wish.

Offline

 

#47 2015-01-14 22:10:06

maiagood
Member
2015-01-09
4

Re: [modus] Theme version 2.6.a

Thanks.  You are right.  I did get it to work with CSS only.  Although some details I think would need a template change, unless I'm not understanding all.  For example, I would like to know not just the "selected" menu item, but the parent item of the selected one to style the parent and the siblings differently.  Anyway, as I mentioned, I am new to piwigo.  I've looked at the themes, but haven't seen other responsive themes with the side menu.  If you know of one, please let me know.  I'd appreciate it.

Offline

 

#48 2015-01-18 22:56:46

somjuan
Member
2015-01-08
2

Re: [modus] Theme version 2.6.a

rvelices, could you link me to the extension you use to show related tags below the menu bar?  I had a suspicion it was this personal plugin by JanisV, but that doesn't seem to be what is running on your site. 

Thank you

Offline

 

#49 2015-01-19 08:32:22

rvelices
Former Piwigo Team
2005-12-29
1960

Re: [modus] Theme version 2.6.a

somjuan wrote:

rvelices, could you link me to the extension you use to show related tags below the menu bar?  I had a suspicion it was this personal plugin by JanisV, but that doesn't seem to be what is running on your site. 

Thank you

Hello, It's a plugin that I wrote but not published because I didn't write any admin interface for tag colors and grouping (I edit directly the db).

Offline

 

#50 2015-01-19 10:41:09

danibo
Member
Zurich
2009-10-07
41

Re: [modus] Theme version 2.6.a

Hallo

First a have to say thank you for these wonderful simple and nice theme. I always was looking for something like this.

I try to hide the Quick Search field with the Plugin AMM in the theme Modus 2.7.c. I unclicked every thing.

But it does not work. In theme clear or grey it works fine and the quick search field does not show up

Is there a work around or is Theme Modus not fully compatible with AMM?

I try to make very clean Menu with only a few menu points.
http://www.bilderlager.ch/test_bilderlager/

Thanks
danibo
(I asked a similar question under Extension... maybe it was the wrong place)


Piwigo URL: http://www.bilderlager.ch/test_bilderlager/

Version von Piwigo
Piwigo 2.7.3
Prüfe, ob eine neue Version verfügbar ist.
Melde dani@boschungs.ch an für den Piwigo-Newsletter
Server-Daten
Betriebssystem: Linux
PHP: 5.4.22 (Info anzeigen) [2015-01-15 14:58:30]
MySQL: 5.5.40-cll [2015-01-15 22:58:30]
Grafikbibliothek: ImageMagick 6.5.4-7

Offline

 

#51 2015-01-20 09:33:11

rvelices
Former Piwigo Team
2005-12-29
1960

Re: [modus] Theme version 2.6.a

danibo wrote:

Is there a work around or is Theme Modus not fully compatible with AMM?

You could use LocalFileEditor and add a css rule specific to modus theme:

Code:

#quicksearch {
display: none
}

Offline

 

#52 2015-01-20 21:51:26

danibo
Member
Zurich
2009-10-07
41

Re: [modus] Theme version 2.6.a

thank you for the hint.

the correct code for this wish is:

#quicksearch {display: none !important; }

important ist overwrigting everything...

I love theme modus.

Thank you
danibo

Offline

 

#53 2015-02-02 07:22:03

travelsignposts
Member
2015-02-02
19

Re: [modus] Theme version 2.6.a

Radu,
Looks like a great theme, congratulations!
I'm in the process of converting my 37,000 ohotos in a Gallery 3 install to Piwigo, and wondered whether:
1. It is possible to install an AdSense Leaderboard (728x90 responsive) below the images and thumbnails, and perhaps a 300x250 on the right side;
2. It's possible to install a title banner at the top including site links?

Sorry if this is a bit basic, I'm feeling my way with the Piwigo setup, I know my way round Gallery 3 but this is a bit different! BTW, if there's any guide to your theme that I can refer to, that would be great and stop me bothering you...

Cheers,

Tony Page
(current gallery visible at http://www.travelsignposts.com/destination/)

Last edited by travelsignposts (2015-02-02 07:22:36)

Offline

 

#54 2015-02-02 08:57:25

rvelices
Former Piwigo Team
2005-12-29
1960

Re: [modus] Theme version 2.6.a

@travelsignposts,
Hello,
I don't think that the two requests are linked to the theme.
AdSense is possible probably the best way through a plugin...

Offline

 

#55 2015-02-02 13:58:08

travelsignposts
Member
2015-02-02
19

Re: [modus] Theme version 2.6.a

@rvelices,

Thanks for the quick reply :). I've now looked into the plugins under extensions, and successfully sorted out how to install the lower banner (Perso footer) and a header banner (using the Header Manager plugin and enabling the header in your theme).

However, at the moment the header banner is not responsive. I'm familiar with media queries from the Genesis theme in my own site, is there a simple way to do this in your theme? I see the program uploaded my full-size banner to "url('./local/banners/20150202-54cf6b253f38a.jpg'", can I upload different size banners and select with media queries in the CSS?

Cheers,

Tony

Offline

 

#56 2015-02-02 15:07:05

rvelices
Former Piwigo Team
2005-12-29
1960

Re: [modus] Theme version 2.6.a

travelsignposts wrote:

However, at the moment the header banner is not responsive. I'm familiar with media queries from the Genesis theme in my own site, is there a simple way to do this in your theme? I see the program uploaded my full-size banner to "url('./local/banners/20150202-54cf6b253f38a.jpg'", can I upload different size banners and select with media queries in the CSS?

You can always install LocalFileEditor plugin and use the CSS tab to add your own CSS rules.
About your second question, please post question under plugins ... I have never used Header Manager.

Offline

 

#57 2015-02-03 00:53:34

travelsignposts
Member
2015-02-02
19

Re: [modus] Theme version 2.6.a

Thanks, Radu, please keep up the good work with your theme, and I'll keep you informed as to anything I come across as I implement it that may be useful.

Thanks again for your fine work,

Tony

Offline

 

#58 2015-02-03 09:16:07

danibo
Member
Zurich
2009-10-07
41

Re: [modus] Theme version 2.6.a

Hallo

at http://www.modusoptimus.com/pwg/picture … -york-2010

I saw some colored tags and nice way to display album trees.

Is this a plugin or do you have to css?

Thanks
danibostillinlovewithmodus

Offline

 

#59 2015-02-03 09:22:09

rvelices
Former Piwigo Team
2005-12-29
1960

Re: [modus] Theme version 2.6.a

danibo wrote:

I saw some colored tags and nice way to display album trees.

Is this a plugin or do you have to css?

Plugins both

Offline

 

#60 2015-02-03 09:24:39

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: [modus] Theme version 2.6.a

Offline

 
  •  » Themes
  •  » [modus] Theme version 2.6.a

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact