Works great – some enhancements
-
Works great.
Have some extra CSS enhancements to make it even bigger/better:
1)
For fullwidth posts and fullwidth archives change the css rule
max-width to 100%
Your pages/posts/archives will now extend to the whole width of the page..wrapper
{
max-width: 100%;
}2)
For touch-devices change the :hover css where titles are shown on articles/posts in archive view/frontpage view. This enhancement shows titles of the at-overlay on touchscreens without hover, whereas it will do the normal hover action on pointer-devices./*article.article-ap:hover .at-overlay{ */
article.article-ap:hover .at-overlay{
bottom: 0;
opacity: 1;
}@media (hover:none) {
article.article-ap .at-overlay{
bottom: 0;
opacity: 1;
}
}3)
Plugin recommendations for photobloggers:
-Responsive Grid Gallery
Enhances the native gallery to a masonry gallery, exactly like the archive pages of this theme
-Responsive Lightbox
Enhances the native gallery with a lightbox with touch enabled (be sure to tick the checkbox force lightbox in combination with RGG plugin)4)
Enhance the color selection on the Breadcrumbs. It is now static/hardcoded color in CSS.
Make it configurable in theme -configurator5)
Enhance the article/post header with a paralllax letterbox with the featured-photo + title, instead of the now fullsize featured photo. ( It is a feature I had in the Divi theme)My photoblog with above enhancements: https://www.getiem.nl/
- The topic ‘Works great – some enhancements’ is closed to new replies.