Okay
  Print

Holver - Minimal Portfolio WordPress Theme

Map is not displayed properly if there is an error in browser's console stating: Google Maps API error: MissingKeyMapError you need to create a google maps api key as described in this article: https://developers.google.com/maps/documentation/javascrip ...

How to change the color of a Contact Form 7 placeholder text Add this CSS code to theme options -> styling options -> custom css: ::-webkit-input-placeholder { /* WebKit browsers */ color: #000 !important; opacity: 1; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #00 ...

My fullscreen parallax image is not responsive and does not scale well When the browser displays a fullscreen image will do so taking three factors in account: - display resolution (width and height) - display mode (portrait or landscape) - image aspect ratio (width vs height) So to displ ...

How to optimise the speed of my website? One of the main reasons the site is slow is that you may have lots of images which are not optimised for web. https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization?hl=e ...

What should be the 'standard size' for images? The standard we use is to have 1600px width for full-width images and 800px width for thumbnails If you are using Adobe Photoshop, save images with 60% quality.

How do I upgrade the theme? Will I lose all my changes? To upgrade the theme: Download the latest version from envato (installable Wordpress file) In admin dashboard:  remove the old theme and install the new version using FTP remove the theme folder from /wp-content/themes/ ...

How can I add my own custom icons/fonts to the theme? Try uploading the files somewhere as a subfolder of the theme and then use @font-face to create a font family. And then simply add the font-family style for each element you want to have that font. See here for a descriptio ...