Customizing The Header Background Image in Astra Theme For WordPress

Astra theme for Wordpress, at least the free version does not allow background images in the header through the customizer. In order to add a background image to the header you will need to add some css. Go to Appearance/Customize/Additional CSS. .main-header-bar {background-image: url("http://yoursite.com/wp-content/uploads/2017/10/your-header-logo.png");background-repeat: no-repeat; } Here's a bit of CSS that addds a drop shadow and background color to the header..main-header-bar {background: #FFBC00;box-shadow: 0px 3px 3px #b8b8b8;background-image: url("http://yoursite.com/wp-content/uploads/2017/10/your-header-logo.png");background-repeat: no-repeat; }

Continue ReadingCustomizing The Header Background Image in Astra Theme For WordPress

Hiding Woocommerce Description Tabs In OceanWP

Are you building a simple Woocommerce store using OceanWP? I have a simple store where I just want the short description area on top without the Description,  Additional Information and Reviews tabs. The easiest way to do that is to hide those sections using a bit of css. In Wordpress go to Appearance/Customize/Custom CSS/JS and add this piece of css. .woocommerce div.product .woocommerce-tabs { display: none; }

Continue ReadingHiding Woocommerce Description Tabs In OceanWP

Adding Underline Links When Hover in OceanWP

Looking to add underline when hovering over a link the body of a post? After trying a bunch of css variations this is the one that works. Go to Appearance/Customize/Custom CSS/JS and add this piece of css. body.single-post .entry-content a:hover { text-decoration: underline; } For pages including home page:.single-page-article a {text-decoration:underline;} Set majority of site link colors in OceanWP Customizer/General Options/General Stylingexample Elementor link customization in CSS/JS.h3.elementor-image-box-title a {text-decoration:none} For underline links on your blog posts listing page and archives use this..blog-entry-summary a:link {text-decoration:underline}

Continue ReadingAdding Underline Links When Hover in OceanWP

Powerdirector Hotkeys

POWERDIRECTOR HOTKEYS LENOVO T440S Fn Lock=Esc, Fn Alt, H: Open customize Hotkeys panel =: zoom in on timeline - (next to + key):zoom out on timeline Ctrl Left, Ctrl right: previous or next clip in track , . (comma and period): previous/next frame/sec/etc. Shift, left arrow: go to left marker Shift, right arrow: go to right marker Shift, m: Add marker at current timeline position! Alt, left arrow: move timeline object 1 frame left Alt, right arrow: move timeline object 1 frame right Alt, up arrow:next second Alt, down arrow: previous second Ctrl, F: fast forward Home/End: Beginning or End of timeline or clip. Ctrl, Backspace: Mute on/off Ctrl, U: show Powerdirector volume slider Tab: Switch between Timeline and Storyboard mode F3: Switch to Media room F: Full screen Ctrl + T: Split clip at current timeline slider position F2: Modify (selected clip in PIP/Particle/Title Designer) F7: Switch to Title Designer F8: Transition Room F9: Audio Mixing Room Page Up: Switch to Clip Mode Page Down: Switch to Movie mode Shift, X: Cut and leave gap Ctrl, Alt, X: Cut and move clips on same track Alt, X: Cut and move all clips after removed clip Alt, P: display project…

Continue ReadingPowerdirector Hotkeys

How To Transfer Zhiyun Smooth-Q Videos To Google Drive

I'm using a Samsung S6 with the Zhiyun Smooth Q gimbal. The new Zhiyun ZY Play is the companion app. This app replaces their Zhiyun Assistant app. The problem is Zhiyun ZY Play saves the videos recorded with the app's camera in it's own folder but doesn't allow upload to Google Photos or sharing with the camera camera app. It's necessary to use the ZY Play camera to access the more advanced features like motion hyperlapse. I offload all my videos to Photos for a bunch of reasons. Save storage on the Samsung S6 (no SD card option on this phone) and as backup storage. I later download the video from Photos for editing later. Here's how I get around it. What you need to do is transfer photos or videos to the camera folder and from there you can upload to Photos. So use a file explorer app like ES File Explorer and look for sdcard/ ZYPlay folder, select the file and move it to sdcard/ DCIM > Camera folder. From there you can upload the videos or photos to Google. Alternatively you can use the Samsung My Files app. Open My Files and choose the Videos icon, select…

Continue ReadingHow To Transfer Zhiyun Smooth-Q Videos To Google Drive

Last Chance to Get Windows 10 For Free

Microsoft officially stopped giving free Windows 10 upgrades way back in July 2016. However, they left an easy loophole for anyone who was late to the party but still wanted a free upgrade. They allowed anyone using their Assistive Technologies to upgrade for free. The Assistive Technologies make computers easier to use for people with disabilities. Some of those tools are Narrator, a screen-reader app that vocalizes text; Magnifier, a digital magnifying glass for those with poor vision; and Speech Recognition, which allows you to control your PC using your voice alone. Even if you did not need those technologies, Microsoft gave you an easy way to get the Windows 10 update by visiting this page and upgrading their version of Windows. Now, MS will be sunsetting that option and as per the page free upgrades for those who need assistive technologies will end on December 31st, 2017.  (The original extension was due to new assistive technologies not showing up till the July 2016 update.)

Continue ReadingLast Chance to Get Windows 10 For Free