Hi,
I noticed that when embedding video from Youtube (or others) the frame aspect ratio is all wrong. The video frame is too high, causing black bars (letterboxing) above and below the video.
Turns out that the theme’s $content_width is set to 920 pixels so video oembedded iframe is set with a width=”920″ and matching height. But the real content width is 660 pixels. Only a featured image will be displayed at 920px wide above a post or page…
This can be fixed by either changing to $content_width=660;
or adding this to the stylesheet (for youtube video as en example):
@media screen and (min-width: 501px) {
span.embed-youtube {
margin-left: -40px;
margin-right: -40px;
}
}
@media screen and (min-width: 801px) {
span.embed-youtube {
margin-left: -130px;
margin-right: -130px;
}
}
]]>
oii estou tentando fazer um blog mais n?o consigo.
]]>Hi there,
I have been trying to adapt my Museum theme for mobile and was hoping that I could get my search bar to enlarge itself on mobile as you type to show the word typed or to simply show up larger in the first instance.
I was also hoping to get my mobile menu to collapse so that it shows only the main menu links unless you click on one that has a dropdown submenu, at which point that submenu expands.
Would someone please be able to help me achieve these two features? My site is julialloydgeorge.com
Thanks!
]]>Hi there,
I am trying to get my Meta Slider to fit full width responsively. I have tried making both the slider and the .site-content width: 100%, but this isn’t working. I can get it to look full-width on some screens by changing the .site-content max-width: 100% or to particular pixels, but it normally overhangs the rest of the site on the right hand side. The amount it differs from the rest of the site depends on the size of the screen. On smaller screens the it seems to inset rather than overhang. It also seems to change the padding top and bottom on some screens so that there is no spacing and then a small amount of spacing appears.
Do you know how I can set the .site-content to allow for responsive full-width slider content?
I also need to either remove slider captions from mobile versions or preferably make them appear below the slider for mobile. Do you know how I can do this?
The site is https://www.julialloydgeorge.com and the slider is Meta Slider.
Thanks!
]]>Hi there,
I have been designing two footer navigation bars and I want them to appear centralised one on top of the other. Currently they only do that in Safari, but not in Chrome or Firefox. Is there a way to ensure they do that in all browsers?
The page is https://www.wp.julialloydgeorge.com /www.julialloydgeorge.com (this domain is moving at some stage today).
My footer.php code is below:
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package Museum
*/
?>
</div><!-- #content -->
<nav id="site-navigation" class="main-navigation" role="navigation">
<div class="nav-wrapper <?php museum_menu_class(); ?>">
<?php
wp_nav_menu( array(
'theme_location' => 'social',
'container_class' => 'social-menu',
'fallback_cb' => false
) );
wp_nav_menu( array(
'theme_location' => 'secondary',
'container_class' => 'secondary-menu',
'fallback_cb' => false
) );
?>
</div>
</div>
<?php get_sidebar(); ?>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>
Thanks!
]]>I have just created a child theme for Museum because I have been editing the navigation bars in header.php as well as the style.css and functions.php. The changes were all appearing fine when edited directly in the original theme, but now as part of the child theme not all changes are appearing and I have lost all my navigation bars. Any idea why this would be? The link is https://wp.julialloydgeorge.com
]]>Hello,
How do I change the “red” in the theme. I see I can change the header text color, but I am not sure how to change the other colors and if it is possible.
Thank you,
Natalie
]]>Hello, I′m using https://www.wordpress.com for making the website (online tool). I′m not sure of the version.
Mobile menu was working some days ago but nowadays that menu stopped working alone (when I try to go inside of menu it is not opening) and I didn′t touch any other configuration button.
I searched other websites that uses this theme but they have the same problem.
Thank you very much for your theme and your support!
]]>Hi,
I’m wondering how the Museum theme displays in older browsers, particularly IE < 9. I didn’t see it discussed here or on redradar.net.
Based on the code, it looks like your goal was to keep it from breaking even when displayed in IE6.
I’m not able to check it across the various older browsers right now (need to set up the virtual machines again), so I thought I’d ask here.
I used the theme for a quick demo on wordpress.com and the client really liked it, so I wanted to see if there are any issues in IE8 or IE9.
As an aside, I try get my clients to contribute to any themes and plugins used on their sites by paying for an upgrade or support plan or making a donation. I looked on both redradar.net and choycedesign.com as well as here and couldn’t find any way to at the least make a donation.
Be Well,
Joe
I need to remove the autosize of images when the latter are too small and are used as featured image of an article. Is that possible?
Moreover what is the specific dimension for a featured image with this theme?
Greetings
]]>