Fotografie artikelen
- Feed has no items.
-
OM SYSTEM Launches Three New Lenses for...
by Dunja Djudjic on February 7, 2025 at 8:47 pm
Other than the new OM-3 camera, OM SYSTEM has announced something to pair it with. It has expanded its lens lineup with three new M.Zuiko... The post OM SYSTEM Launches Three New Lenses for All Photographer types: 100-400mm f/5-6.3, 17mm f/1.8, and 25mm f/1.8 appeared first on DIY Photography.
-
Improve Your Landscape Photography with...
by Alex Baker on February 7, 2025 at 2:48 pm
Landscape photography is a beautiful yet challenging art form. It’s not just about capturing what you see; it’s about crafting a compelling image that tells... The post Improve Your Landscape Photography with this Subtraction Technique appeared first on DIY Photography.
Feeds: http://www.rssmicro.com/1
http://www.creativebloq.com/photography/websites-101210962
Reference table:
1) RSS Feed Search Engine - Real-Time Search Powered by FeedRank® (http://www.rssmicro.com/)
2) The 16 best photography websites | Creative Bloq (http://www.creativebloq.com/photography/websites-10121096)
Fotografie
Uitleg sensoren camera’s:
http://zoom.nl/artikel/camera-s/22724-camerasensoren-uitgelegd–hoe-werken-camerasensoren.html3
Reference table:
1) RSS Feed Search Engine - Real-Time Search Powered by FeedRank® (http://www.rssmicro.com/)
2) The 16 best photography websites | Creative Bloq (http://www.creativebloq.com/photography/websites-10121096)
3) Camerasensoren uitgelegd, hoe werken camerasensoren? | Camera's | Zoom.nl (http://zoom.nl/artikel/camera-s/22724-camerasensoren-uitgelegd--hoe-werken-camerasensoren.html)
sKBL migratie – aantekeningen
Plugins
Plugin “Display Widgets” (opnieuw) installeren
Hoewel deze op de sKBL-site ‘gedeactiveerd’ lijkt te staan, wordt de plugin wel degelijk gebruikt voor o.a. het tonen van verschillende menu’s op pagina’s. De niet-actieve status moet een bug zijn..
CSS
aanpassingen aan het child-template > style.css
Om grijze lijn onder logo te verwijderen, border-style toevoegen aan .header-image:
.header-image {
margin: 6px 10px 10px -7px;
width: 210px;
border-style:none;
}
Achtergrond body op wit zetten
body {
background-color: #ffffff;
}
Voor kolommen in footer toegevoegd (hiervoor ook sidebar-footer.php veranderd > zie child):
.kol_mid { /*erik*/
width: 50%;
margin: 10px;
display: inline-block;
vertical-align: top;
}
.kol_side { /*erik*/
width: 20%;
margin: 10px;
display: inline-block;
vertical-align: top;
}
En voor kleine schermen:
/*————————————————————–
Responsive Structure
————————————————————–*/
@media screen and (max-width:768px) {
.kol_mid { /*erik*/
width: 100%;
margin: 10px;
display: inline-block;
vertical-align: top;
}
.kol_side { /*erik*/
width: 100%;
margin: 10px;
display: inline-block;
vertical-align: top;
}
}
PHP child-template
Header.php
- Om header zelfde breedte te geven als content, class “inner-wrap” toevoegen aan <head> tag.
<header id=”masthead” class=”site-header inner-wrap clearfix”>
2. Toevoegen Google-fot Droid serif en Roboto in header:
<link href='http://fonts.googleapis.com/css?family=Droid+Serif4' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto5' rel='stylesheet' type='text/css'>
Backoffice aanpassingen colormag
> header-opties
- “Toon icoon voor home” uitschakelen
! Interessante optie: “laatste nieuws” inschakelen (voor eyecatchers)
Footer.php
- Copyright aanpassen (verwijdert verwijzing naar maker template)
<?php do_action( ‘colormag_footer_copyright’ ); ?>
vervangen door:
<div class=”copyright”>Copyright © <?php echo date( ‘Y’ ) ;?> Alle rechten voorbehouden</div>”
Sidebar-footer.php
In child zetten. (zie versie cultuurhuizen.nl). Omgebouwd: backend functionaliteit niet nodig.
Twee classes toegevoegd: kol_mid en kol_side . Zie CSS aantekeningen
Reference table:
1) RSS Feed Search Engine - Real-Time Search Powered by FeedRank® (http://www.rssmicro.com/)
2) The 16 best photography websites | Creative Bloq (http://www.creativebloq.com/photography/websites-10121096)
3) Camerasensoren uitgelegd, hoe werken camerasensoren? | Camera's | Zoom.nl (http://zoom.nl/artikel/camera-s/22724-camerasensoren-uitgelegd--hoe-werken-camerasensoren.html)
4) view-source:http://fonts.googleapis.com/css?family=Droid+Serif (view-source:http://fonts.googleapis.com/css?family=Droid+Serif)
5) view-source:http://fonts.googleapis.com/css?family=Roboto (view-source:http://fonts.googleapis.com/css?family=Roboto)