Sarah Gooding
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ex Astris] Custom Gravitar Won't Appear on Home PageWell that’s odd. The only thing I can say is that the admin user #1 email is the one that’s pulled in there and so you’ll need to have Gravatar set up for that email address. It’s really a theme meant for 1 author and it needs the admin’s email to be set up with Gravatar. Do you have multiple users or multiple admins on your site?
Forum: Themes and Templates
In reply to: [Ex Astris] page titleI’m assuming that you mean this:
<?php hybrid_site_title(); ?>
You can find that in header.php. Either delete the line or comment it out.
Forum: Themes and Templates
In reply to: [Ex Astris] Font sizesThere’s are commented Primary Font and Secondary Font sections in the CSS. Add sizes to those to change them.
Forum: Themes and Templates
In reply to: [Ex Astris] Fixed background on mobileYou’ll need to look up how to do a media query for the device size that you are trying to target and then apply the CSS for a fixed background.
Forum: Themes and Templates
In reply to: [Ex Astris] Site Title WidthYou will need to edit style.css to make it however long you want it to be. I have no idea how long your title is, so really it will be up to you to change the width to meet your needs. You might look up a tutorial for firebug to help you target the right CSS selectors.
Forum: Themes and Templates
In reply to: [Ex Astris] Social Media linksYes, when you add them in your menu, click on “Screen Options” at the top of the page. Then make sure “link target” is checked. Now you should see a checkbox in your individual menu items that says “Open link in a new window/tab”.
Forum: Themes and Templates
In reply to: [Ex Astris] Widget Icons In Widget Title – Remove?They are part of the Stargazer parent theme. You can post over there to find out a good way to remove them in your child theme.
Forum: Themes and Templates
In reply to: [Ex Astris] Can I remove gravitar?Yes, you can remove it from header.php. Look for this code and delete it or comment it out:
<?php echo get_avatar( get_option( 'admin_email' ), 320 ); ?>
Forum: Themes and Templates
In reply to: [Ex Astris] Slideshow Not FunctioningYou will need to add a plugin to make your images load in a lightbox instead of the attachment page. Anything related to jetpack should be posted in their forums. I don’t offer support for plugins.
Forum: Themes and Templates
In reply to: [Ex Astris] page titleWhat do you mean by “page title”?
Forum: Themes and Templates
In reply to: [Ex Astris] Background Image DimensionsI think different sizes will work, but the one in the demo is 2200px by 1280px.
Forum: Themes and Templates
In reply to: [Ex Astris] Changing transparency on main containerThank you for your kind words. You can adjust the opacity by bringing the 0.9 value down to whatever you want in the style.css file:
#container>.wrap { background: rgba(255,255,255, 0.9);
Forum: Themes and Templates
In reply to: [Ex Astris] Size of the background imageThe one in the demo is 2200px x 1280px – that size works pretty well, but it can be any size. ??
Forum: Themes and Templates
In reply to: [Ex Astris] Social Media IconsThey are generated using the Genericons icon font which is included in the Stargazer parent theme. You would need to change that out to a different icon font if you want to use another one.
Forum: Themes and Templates
In reply to: [Ex Astris] Welcome SarahThank you for using Ex Astris! ??