-
AuthorPosts
-
October 9, 2013 at 4:57 pm #173114
Hello –
What is the best way to create a blog with one column where there are multiple large photos and text without thumbs or clicking to enlarge the image as well as embedded video (Vimeo)?
How do you display categories, name and date at the bottom of the blog post?
Is it possible to not included the author and the date on a post and if so how?
I want to install a custom font for the menu, blog and text pages and I have a web font kit for the font. How do I install that font?
What is the best way to add social links and icons to the lower left side of the footer?
How do I remove the navigation from the footer?
How do I remove the attribution “Enfold Theme by Kriesi”?
Thank you.- This topic was modified 11 years, 1 month ago by penumbra.
October 11, 2013 at 1:08 am #173875Hi penumbra!
1) Please go to Appearance > Menus and uncheck “Enfold footer menu” under Menu Settings http://i.imgur.com/Vih6It4.jpg
2) You can add [nolink] in Copyright section in Enfold theme options to remove “Enfold Theme by Kriesi”
3) Categories, date and author will be added automatically when you make new post
4) You can add following code to Quick CSS in Enfold theme options under Styling to remove post meta.post-meta-infos { display: none; }
5) For new fonts, please refer to this topic https://kriesi.at/support/topic/new-custom-font/#post-121900
6) Please go to Enfold theme options > General Settings and choose “Single Author, Big preview pic” as Blog Style.Cheers!
YigitOctober 17, 2013 at 11:35 pm #177209Hi –
Still working on a few issues not resolved or answered by your prior response.
What is the best way to create a blog with one column where there are multiple large photos and text without thumbs or clicking to enlarge the image as well as embedded video (Vimeo)? You said: 6) Please go to Enfold theme options > General Settings and choose “Single Author, Big preview pic” as Blog Style. I already had that selected. Made a new post and the image is still smaller than it’s actual size. I want an image inline with text, at it’s native size and which does not have the option to click on it to enlarge it in another window.Is it possible to not included the author and the date on a post and if so how? You recommended adding this to the Quick CSS
.post-meta-infos { display: none; }
which I did but it does not suppress the post metadata.Not answered: How do you display categories, name and date at the bottom of the blog post and not at the top.
Not answered: What is the best way to add social links and icons to the lower left side of the footer?
Thanks!
October 21, 2013 at 2:39 pm #178412Hey!
1) You can add rel=”noLightbox” to a tag so they will not open in lightbox.
2) You can try adding !important to it to force it.post-meta-infos { display: none!important; }
Please refer to this post to hide Author in blog posts manually https://kriesi.at/support/topic/hide-author-name-in-articles/#post-176731
To remove date, in loop-index.php file find following lines in 115-116 http://i.imgur.com/vTdOWSU.jpg
and comment them out by adding // http://i.imgur.com/HvDZyH5.jpg
3) To move post meta to under content, you should go to enfold\includes folder and open loop-index.php file and cut lines from 113 to 163 and paste right below following line (after cutting should be in 140th line)echo "</article>";
Cheers!
Yigit -
AuthorPosts
- The topic ‘blog page and other questions’ is closed to new replies.