kittykata
Forum Replies Created
-
Forum: Plugins
In reply to: [Thumbnail Slider With Lightbox] Circular Function not workingForum: Plugins
In reply to: [Video Background] Fill ScreenYes that second one did the trick! Thanks again 🙂
Forum: Plugins
In reply to: [Video Background] Fill Screenonly way I can get this to happen is by changing the parent theme style.css
/* =Responsive Videos
————————————————————– */
video {
width: 100%;
max-width: 100%;
height: auto;
}to max-width: auto
Again, not ideal to be changing the parent theme, but changing the child theme style.css to…
/* =Responsive Videos
————————————————————– */
video {
width: 100%;
max-width: auto!important;
height: auto;
}… didn’t work.
Forum: Plugins
In reply to: [Video Background] Fill ScreenI know this is resolved… but I’m noticing that when I reduce the width of the browser, the gaps at the top and bottom are occurring again, causing the background image to show through… is it possible to achieve a “background-size: cover;” effect?
Forum: Plugins
In reply to: [Video Background] Fill ScreenGreat! I’ve updated and it is perfect, thank you so much for your help 🙂
Forum: Plugins
In reply to: [Video Background] Fill ScreenI have resolved this by changing all the plugin instances of position: absolute; to position: fixed; Not ideal… but will do until/if there is a better way 🙂
Forum: Plugins
In reply to: [Responsive Photo Gallery] Positioning GalleryI surrounded the shortcode with a center tag, inelegant but effective!
Forum: Plugins
In reply to: [Responsive Photo Gallery] Positioning GallerySolved it
Forum: Themes and Templates
In reply to: [Responsive] Altering WidgetsI’m having trouble getting this to work. I’ve never done anything with Theme Specific Hooks before, does this theme use them?
I have only amended the sidebar-home.php in the child theme, but no new widgets appeared in the Dashboard.
And yes it is only for this site, not multiple sites.