-
AuthorPosts
-
December 6, 2013 at 12:09 pm #196965
Hallo,
ich muss das diesmal auf Deutsch schreiben da ich mich besser Ausdrücken kann.
Ich suche und versuche verzweifelt bei meinem Portfolio eine bestimmte “Reihenfolge” einzubinden. Ich will es mal so erklären:Ich klicke auf Portfolio im oberen Menu – die Seite geht auf und ich habe eine AJAX Portfolioseite mit 6 Kategorien – klicke ich auf eine Kategorie öffnet sich diese als Masonry Gallerie.
Weiter würde ich gerne wissen, ob es die Möglichkeit gibt die Masonry Gallerien Mittig zu platzieren, das diese also nicht von einem Ende der Seite bis zur anderen geht.
Leider habe ich, ganz ehrlich, keinen Plan wie ich das einbauen kann.
Ich hoffe ihr könnt mir da Helfen
Ich hoffe ich bin nicht zu lästig mit meinem Fragen.
Viele lieben Dank im Voraus
SébastienDecember 7, 2013 at 9:15 am #197261Hey Seba1973!
1) Die Reihenfolge der Portfiolio Entries und der anderen Posts kannst du mit diesem Plugin anpassen: http://wordpress.org/plugins/post-types-order/
2) Dies geht mit CSS Code – siehe https://kriesi.at/support/topic/reduce-the-width-of-fullwidth-masonry-gallery/
Regards,
PeterDecember 7, 2013 at 9:40 am #197264hallo Dude,
vielen lieben Dank.
Bevor ich noch ein Frage stelle: eure Hilfe ist echt spitze, schnell und auf den Punkt. Danke dafür.So und nun noch eine letzte Frage: ich würde gerne, sofern es geht, ein push down Menu machen. Heißt wenn man über einen Menupunkt fährt sieht man kein klassisches DropDown, sondern, die Seite geht nach unten. Im Themeforest Theme Minimum ist es so zu sehen. Gibt es da ein Plugin welches ich noch nicht gefunden habe? Oder wie wäre dies zu bewerkstelligen?
Liebe Grüße aus Fuschl
SébastienDecember 7, 2013 at 1:20 pm #197287ok, thx, works great. but, i can’t set the backgraund colour of the gallerie to White (255,255,255). it’s allways like a light purpel.
Is there a way to make a clear White?
Regards
SebastienDecember 8, 2013 at 3:40 am #197593Hi!
Are you talking about the masonry gallery? Please add this on your custom.css or Quick CSS:
.av-masonry-container { background: rgba(255,255,255,1); }
Best regards,
IsmaelDecember 8, 2013 at 9:18 am #197664Hi!,
thx Ismael.
Works, but what i do not understand ist that the border (left an right) of the gallery still stays in this light grey (I had allways reduce the width of the gallery as mentioned in one post here).thx for help
SebastienDecember 8, 2013 at 9:41 am #197674December 8, 2013 at 10:10 am #197681http://www.camwork.co.at
but, it is still just a testsite to understand the theme. we will make ist clear in a couple of days.Regards
SebastienDecember 8, 2013 at 10:55 am #197687Hey!
I’m sorry but I don’t see anything on the link you gave us. All there is, is a black background and an incorrect image tag
Regards,
IsmaelDecember 8, 2013 at 11:14 am #197691Image is now korrekt. i have a “under construction” page inside.
i have allready disable ist for you.Regards
SebastienDecember 9, 2013 at 9:59 am #197972Hi!
If you want to change the border color use this css code
#top .main_color a.av-masonry-entry{ border-color: #444444; }
You can insert it into the quick css field.
Best regards,
PeterJanuary 13, 2014 at 5:38 pm #209061Hey you!
how can i change the style of my dropdownlist in my menu?
Thank you
cheers
Isabelle
January 13, 2014 at 6:12 pm #209080Hey!
You can use the following selectors to alter the submenu:
.main_menu .menu ul { display: none; margin-left: 0; left: 0; position: absolute; top: 100%; width: 208px; z-index: 2; padding: 0 0; box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); margin-top: -1px; } .header_color .main_menu ul { border-top-width: 2px; border-top-style: solid; } .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu { border-top-color: #719430; } .header_color ul { border-color: #e1e1e1; }
Best regards,
IsmaelJanuary 14, 2014 at 9:24 am #209353thanks…i will try……otherwise i should contact you if i have problems,,,,regards
-
AuthorPosts
- The topic ‘Portfolio’ is closed to new replies.