Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #863978

    Hi,
    i have an old 3D-Galery done by the theme “quickstep”
    Now i want to change the theme into enfold. Obvoíously there are problems.

    1. the old layot had fixed content-fields to enter different “wp:postmeta” like “client-name”, “project website”, “description”
    -> In my new theme of enfold, all the information are in source-code but not displayed

    2. all the portfolio entries have just a featured image and that postmeta-information. There are about 900 entries.
    -> if i open a entry, it shows only a very small image, how can i show full size?
    for example: http://www.software3d.de/galerie/portfolio/force-freeze-michael-heath (the featured picture is original big size: http://www.software3d.de/galerie/wp-content/uploads/sites/16/2017/05/3d-cinema4d-zbrush-octainerender-marvelousdesigner-force-freeze-michael-heath-683×1024.jpeg)

    3. i also want to show the title of the Portfolio-entry, when it opens. The title-bar is not shown, if i have a left-menu. How can i still show a headline (Title)

    thank you!

    • This topic was modified 7 years, 1 month ago by breezemedia.
    #864681

    Hey breezemedia,

    Thank you for using Enfold.

    1.) Please provide a link to the page with the “content-fields”. Are you referring to the custom fields? Please note that custom fields require the get_post_meta function.

    // https://developer.wordpress.org/reference/functions/get_post_meta/

    2.) You can adjust the thumbnail size with the following css code.

    .page-thumb img {
        width: 50% !important;
        margin: 0 auto;
        display: block;
    }

    3.) Set the Enfold > Header > Header Title and Breadcrumbs to display the title.

    Best regards,
    Ismael

    #864820

    thank you… you helped a lot.

    #864892

    well, i have another, really stupid question and i don’t get the quickCSS for my own.

    If you look at this link:
    (private)

    you see at the right the Newsletter-form…
    HOW can i make a smaller line-height (50px) to bring it closer together)

    THANK YOU

    • This reply was modified 7 years, 1 month ago by breezemedia.
    #865111

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .sidebar input[type="text"] {
      margin-bottom:0 !important;
    }

    Best regards,
    Rikard

    #865198

    genius. thank you

    #865541

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #872150

    you can close it, thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.