Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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ébastien

    #197261

    Hey 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,
    Peter

    #197264

    hallo 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ébastien

    #197287

    ok, 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
    Sebastien

    #197593

    Hi!

    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,
    Ismael

    #197664

    Hi!,

    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
    Sebastien

    #197674

    Hey!

    Can you please give us a link to the page with the gallery?

    Cheers!
    Ismael

    #197681

    http://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
    Sebastien

    #197687

    Hey!

    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,
    Ismael

    #197691

    Image is now korrekt. i have a “under construction” page inside.
    i have allready disable ist for you.

    Regards
    Sebastien

    #197972

    Hi!

    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,
    Peter

    #209061

    Hey you!

    how can i change the style of my dropdownlist in my menu?

    Thank you

    cheers

    Isabelle

    #209080

    Hey!

    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,
    Ismael

    #209353

    thanks…i will try……otherwise i should contact you if i have problems,,,,regards

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Portfolio’ is closed to new replies.