JestersTear
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Grid] How to vary teaser columns by category or CPT?$args['teaser_columns'] = 4;worked for me. 🙂Thank you, Jeremy, that was perfect! 🙂
Forum: Plugins
In reply to: [Genesis Simple Menus] Using the plugin to affect the primary menuThanks for letting me know – I’ll tinker and try not to break anything. 🙂
My husband’s blog uses the Genesis framework, and so to fix this without impacting other post lists I added the following to his child theme’s css:
.gallery-to-slideshow .slides > li { list-style: none; margin: 0px; }Just putting it here in case it helps someone else!
Forum: Fixing WordPress
In reply to: How to redirect main url to a wordpress page… And apparently the media bar decided to start working on its own even when I set the home page to be the static “pt” page. Thanks for having given this a thought, it’s fixed now (even if I don’t know how :P).
Forum: Fixing WordPress
In reply to: How to redirect main url to a wordpress pageThe reason you’re confused is because I manage to confuse even myself with what I’ve written. Perhaps it’s simpler to show it. Keep in mind that this will be moved to a different URL as soon as the client approves. Anyway:
The site is now located at http://www.mglscraps.com/calzone
I’d like people to start in http://www.mglscraps.com/calzone/ptThat does not mean that http://www.mglscraps.com/calzone isn’t being loaded, it simply means I’d like for people to not see it. Since I’ve removed any links to “home”, as it were, all I need is for http://www.mglscraps.com/calzone/pt to be the first thing people see when loading the site.