-
AuthorPosts
-
October 13, 2017 at 3:14 pm #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 displayed2. 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.
October 16, 2017 at 6:59 am #864681Hey 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,
IsmaelOctober 16, 2017 at 2:25 pm #864820thank you… you helped a lot.
October 16, 2017 at 5:20 pm #864892well, 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.
October 17, 2017 at 5:34 am #865111Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.sidebar input[type="text"] { margin-bottom:0 !important; }
Best regards,
RikardOctober 17, 2017 at 9:32 am #865198genius. thank you
October 18, 2017 at 6:12 am #865541Hi,
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,
RikardNovember 3, 2017 at 1:58 pm #872150you can close it, thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.