nextgen pro horizontal filmstrip moves up as browser narrows

It appears that various elements are having their height set dynamically via javascript, when the viewport width changes. This would probably override any css settings you’ve set. Looking at the code, there’s an embedded iframe, within which there’s javascript like this: var calculateHeight = function (settings) { … The code then calculates a height to … Read more

Header Logo Scaling

Simply put… You can either add this to the background properties: background-size: contain; This will have the image scale proportionately to consume the available area. Or you can change the image to NOT be a background image. That will allow you to set more relative dimensions (like a fixed height or width with an auto … Read more

Navigation Menu Rendering Issue on Windows 10

Your ‘ul’ element is set to have width of 1000px, and last child ‘li’ element is breaking on new line on some systems because there is not enough space for all elements in one line (one some systems due to font rendering, percentage calculations, etc..) You could make ‘ul’ element 100% wide, and center inner … Read more

Responsive Images in WordPress

Simplest way of doing this would be using Media query. Just make 2 Divs and assign class/id to them like this <div class=”class-1″> </div> <div class=”class-2″> </div> You need to enclose your both the_post_thumbnail() function inside this div like this <div class=”class-1″> <?php the_post_thumbnail( ‘recent-startpage-post’ ); ?> </div> <div class=”class-2″> <?php the_post_thumbnail( ‘recent-startpage-post-hr’ ); ?> … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)