Forum Replies Created
-
AuthorPosts
-
nutsandboltsMember
That's actually correct - using // means the script will be called using either http or https, depending on whether the site uses SSL. Otherwise sites with SSL would get insecure content errors and the share buttons wouldn't load.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberYou'll need to ask the Synthesis support team to put a 301 redirect in place to ensure that all your site's assets load over SSL. Right now quite a few plugin files are trying to load with http and that is causing the theme to break.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberThis should display all the categories in alphabetical order:
<?php wp_list_categories( 'sort_column=name&title_li=' ); ?>
Hope that helps!
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+October 28, 2015 at 8:28 pm in reply to: Site header and page header showing color and image #169419nutsandboltsMemberSince the background image was added in the customizer, it will override anything in your stylesheet. I'd suggest removing the image in the customizer, then adding it as a background for
.home body
in your CSS so it only applies to the homepage. You may also want to set the size to cover; on my widescreen monitor there is a lot of blue showing around the picture: https://cloudup.com/cNAwsI1Kc0g
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberLooks like the WP Touch plugin is active on your site - try deactivating it and you should see your theme instead of the WP Touch theme.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberI did see what you meant when I used an emulator to load the site, but when I view it on my actual phone, the top banner ad resizes to fit the width of the screen. Maybe I happened to catch it at a moment when it was displaying a different size?
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberOh, awesome! I'm glad you were able to get the issue taken care of. I’ve marked this topic as resolved for now, but feel free to open a new topic if you need help with anything else. 🙂
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+October 22, 2015 at 1:14 am in reply to: Common background image for site-header & nav-secondary #168736nutsandboltsMemberNo problem! I’ve marked this topic as resolved for now, but feel free to open a new topic if you need help with anything else. 🙂
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberCan you post a link to your site? It's always easier to help if we can see what you see.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberI'm seeing three columns on your homepage - were you able to get this resolved?
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberYour site seems to display okay on my iPhone 6 - were you able to get this resolved?
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+October 22, 2015 at 12:34 am in reply to: Centric Pro – change the margin of the site-inner on blog page and posts #168730nutsandboltsMemberI'm seeing a decent gap between the header and post titles - were you able to get this resolved?
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberThis is a WordPress core issue and isn't specific to Genesis. If you want to go to the next line without nbsp breaks, try hitting Shift+Enter instead of just Enter in the editor box. That should get you just below the previous line with no gap. Hope that helps!
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberThis is probably a great question for a support ticket, as the forums are only for community support (i.e. no StudioPress staff members are in here answering forum posts). If you want an official response, I'd recommend opening a ticket, then sharing what you learn here in case someone else is curious. 🙂
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+October 22, 2015 at 12:26 am in reply to: Common background image for site-header & nav-secondary #168727nutsandboltsMemberYou could make the header and secondary nav transparent, then add the background image to the body with a fixed top center position, but you'd need to set heights for it in your media queries to keep it from overflowing into the content below the header and nav on smaller screens. Hopefully that makes sense.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberIt looks like none of the menu items on your test site have dropdowns, while the live site does. The dropdowns are open on the mobile menu, which is the default/expected behavior. Might be worth it to look into a menu plugin like SuperSide Me, so you can show what you want on the menu once it collapses/stacks for mobile.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+October 22, 2015 at 12:20 am in reply to: how to set landing page to display before widgetized home page? #168725nutsandboltsMemberYou'll probably need to convert the homepage template into a regular page template so it can be used on a page that isn't set as the homepage. There is a tutorial for that here: http://wpsites.net/web-design/custom-page-template-widgets/
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberI'd suggest taking a look at the Simmer recipe plugin - it's a newer one, but the developers are extremely responsive and interested in feedback. If the plugin doesn't meet your requirements as-is, you may be able to reach out to them and request some adjustments.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberI don't know of any plans for a coupon theme, but you could likely customize an existing theme to work for a coupon site. What features in particular are you looking for?
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+nutsandboltsMemberIt looks like your header image is resizing for mobile. Were you able to get this resolved?
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+ -
AuthorPosts