sliceofscifi

Forum Replies Created

Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • in reply to: Can I have the last version of Epik Theme #23445
    sliceofscifi
    Customer

      Please add me to the list of users who’d like access to the latest version of Epik, which has been archived on StudioPress now.

      in reply to: Problems with Sidebar after Genesis update #21630
      sliceofscifi
      Customer

        I’ve gone through everything. I even reinstalled a fresh uncustomized version of Vintage, deactivated over half the plugins, and I’m still getting that behavior.

        Right now, the front page is one slider frame, and that funky set of sidebar widgets, only they aren’t attached to a sidebar.

        There are no Inactive Widgets, and the widgets that are in the Primary Sidebar are not displaying.

        Site running WP 4.8, Genesis 2.5.2

        When I switch back to Genesis 2.4.2, both the fresh version & the custom version display the regular sidebar as expected.

        in reply to: Readmore link for excerpts as well as content limit #11759
        sliceofscifi
        Customer

          I believe I originally found this snippet a couple of years ago from a tutorial at Studio Grasshopper, since I was always using manual excerpts and the StudioPress snippets were meant for automatic excerpts:

          add_filter('get_the_excerpt', 'manual_excerpt_more');
          function manual_excerpt_more($excerpt) {
          $excerpt_more = '';
          if( has_excerpt() ) {
          $excerpt_more = ' &nbsp; <a href="'.get_permalink().'" rel="nofollow">[Read more...]</a>';
          }
          return $excerpt . $excerpt_more;
          }<!--formatted-->

          I have this on several sites running Genesis 2.0 and various HTML5 child themes, and since I tend to use manual excerpts 99.9% of the time, I know it’s still working 🙂 Maybe it can help…

          in reply to: Regarding the "stray" header.png #10679
          sliceofscifi
          Customer

            The old call to “genesis-custom-header” is present in the newest versions of Epik, Ally and Adapt that I have… should all be v1.3, the updated HTML5 versions. I got Ally and Adapt direct, and bought Epik thru StudioPress.

            I think that old call causes the framework to assume that a header.png is present in the child theme, whereas the newer “custom-header” call makes use of the built in header customization in WordPress.

            I did some digging through a lot of the older SP themes I have, and some of the ones I found that came with a header.png are Associate 1.0.1, Corporate 2.0, Manhattan 1.0, Prose 1.5.2, Streamline 2.0.1… all themes that have been around since at least Genesis 1.7, and all ones that have not yet been revamped for Genesis 2.0 and HTML5.

            Gotta love moving into new tech formats and all 🙂

            in reply to: Regarding the "stray" header.png #10664
            sliceofscifi
            Customer

              Well, yes and no.

              Yes, it’s because of how Genesis handles the logo image, but technically, the newer versions of the Appfinite themes could have been updated to use “custom-header” instead of “genesis-custom-header”, since SP also moved towards that with the introduction of Genesis 2.0 and their HTML5 Pro themes. Even with the most recent updates of some of their existing xhtml themes back in January, those are still using “genesis-custom-header”, but all of their HTML5 themes now use “custom-header” instead.

              I wouldn’t have chosen to go so far as to insist that’s a bug, and get my blood pressure all out of whack about it (I save that for image handling and CPTs), but there you have it 🙂

              in reply to: Adapt 1.3 homepage quirk #9601
              sliceofscifi
              Customer

                The padding trick worked, so that’s fine. I wonder if that shows up because calling genesis() sets that up. I wonder if calling just the footer and skipping the main default content divs would work, or if removing the actions to those sections would be better.

                I might play with that, just out of curiosity 🙂

                Thanks!

                in reply to: Adapt 1.3 homepage quirk #9583
                sliceofscifi
                Customer

                  I’ll give that a try.

                  Is there a reason it shows up on the homepage at all, since technically it’s not being used there? It’s just odd, with an empty content and sidebar just hanging out, drinking the beer and not cleaning up…

                  in reply to: Modifying code on theme – specifically to show Post Authors #7952
                  sliceofscifi
                  Customer

                    Unless you’ve updated the theme, those changes you made should still be in either your functions.php, or maybe your single.php.

                    You could also try installing the Genesis Simple Edits plugin, and customize your post info and post meta using that, similar to how you’d use Simple Hooks.

                    in reply to: repositioning the featured image on archives? #7830
                    sliceofscifi
                    Customer

                      All done! http://www.genesisthemesguide.com is ready, save for me fiddling around with some colors and textures maybe. Your portfolio template did the trick, despite the weirdness I keep running into with Genesis 2 and custom post type archives.

                      Then all I need to do is find the time to add more themes and theme shops, and dig up a good plugin that will allow visitors to submit reviews 🙂

                      in reply to: repositioning the featured image on archives? #7802
                      sliceofscifi
                      Customer

                        I’ll take a look at that, thanks!

                        Also, I took a page from your playbook, and copied the Adapt Portfolio template and modified it to be the archives template for my custom post type… so I should be able to get the same thing working for the category template.

                        and yes, I put Appfinite on there already, for very good reason 🙂

                        http://www.genesisthemesguide.com/theme_shops/

                        in reply to: HTML5/Genesis 2.0 sticky header #6936
                        sliceofscifi
                        Customer

                          Isn’t it awesome when the solutions we need are far more simple than our brains had been building them up to be? 🙂

                          Glad to help!

                          in reply to: HTML5/Genesis 2.0 sticky header #6932
                          sliceofscifi
                          Customer

                            Hi Terence! Nice to see you play over here too as well as the Studio Press forums 🙂

                            I don’t have any exact code for you, but at the bottom of the Epik style.css, there’s a section called “Media Queries”. and in order for your floating bar to work on all the sizes defined there, you’d have to figure out the widths and percentages you’d need for each size for your site, and include that definition in each size.

                            Right now, if that sticky header is only defined in the “Site Header” section, it doesn’t have any responsive options to fall back on when viewed on those devices, so when you add them, it should start working.

                            Best place to start would be to look at how the site header is defined in Media Queries in the Genesis 2.0.1 sample child theme… it could give you a good starting point.

                            sliceofscifi
                            Customer

                              More info: if you set the content limit, you can still have the Featured Image set, it’s not automatically stripped away as you stated in a previous thread.

                              You can test this for yourself like this:

                              Create three posts in a category, set a specific feature image in two of them, and insert a post image that’s of a smaller width than what’s defined for the chosen feature image for archives in the third one.

                              When you view that category listing, with either content limit or excerpts, that article without a defined featured image will display the post image you used as the featured image, and it won’t be as wide as the other images.

                              Not even the Featured Widget Amplified plugin gets around this behavior.

                              I’ve been running several magazine sites since 2005, and this Featured Image conundrum has been a problem since before Studio Press moved to Genesis. I got around it by training my magazine contributors to always use a Featured Image of a specific size, no matter what size post image they included. I still get uneven images now and then, but people forget instructions, so what can you do? 🙂

                              I’m better at tweaking PHP now than I was a few years ago, but with having to make sure sites won’t break with WP 3.6 and Genesis 2.0 updates, and figuring out what I can update now and what has to wait until later for both my sites and my client sites, I just didn’t have time to tackle and test out what would specifically work for this scenario now.

                              I was just happily surprised to finally run into someone else who thought this behavior was a problem!

                              sliceofscifi
                              Customer

                                LOL, that’s a skeleton of what should work that I posted on the Studio Press forums earlier this week 🙂

                                I can explain, and yes, this is a Genesis problem that’s been around since WordPress went to the Featured Image option in, what was it, version 2.9, I think.

                                If you set a specific Featured Image using the meta box in a new post, that’s your Featured Image, as expected. But if you do not set a Featured Image, Genesis will by default choose the first post image, and use it as a Featured Image, with no way for anyone to override it in any setting, without coming up with a specific filter or function to alter that behavior.

                                To be clear, this is behavior seen when viewing category/content archives. If viewing the actual post, you won’t see the featured image, but if you view, say, the category News, articles that you didn’t set a featured image for will display the first post image as a featured image if you have the Genesis settings set to “Show Featured Image” in the content archives settings.

                                I pasted that snippet in the thread francky started over at the Studio Press forums, while still looking for the particular snippet I’d seen before that came close, and I hadn’t found it yet. What I did find this morning is something close, but it won’t work as-is for what he (and a lot of other people) want in terms of functionality.

                                I found this snippet at Greg Rickaby’s site: http://gregrickaby.com/genesis-code-snippets/

                                
                                /** Add custom post image above post title */
                                add_action( 'genesis_before_post_content', 'generate_post_image', 5 );
                                function generate_post_image() {
                                
                                	if ( is_page() || ! genesis_get_option( 'content_archive_thumbnail' ) )
                                		return;
                                
                                	if ( $image = genesis_get_image( array( 'format' => 'url', 'size' => genesis_get_option( 'image_size' ) ) ) ) {
                                		printf( '<a href="%s" rel="bookmark"><img class="post-image" src="%s" alt="%s" /></a>', get_permalink(), $image, the_title_attribute( 'echo=0' ) );
                                	}
                                
                                }
                                <!--formatted-->

                                It looks like it should be easy enough to modify it to only display a set Featured Image, and not display anything if one isn’t specifically set… I just haven’t had time to play with it to get it tweaked properly.

                                in reply to: dropdown menus on mobile devices #5668
                                sliceofscifi
                                Customer

                                  Never mind. I think I have a different problem altogether.

                                  the superfish code is working, but now my header right widget doesn’t appear where I put it… I think I have a spacing issue…

                                  in reply to: dropdown menus on mobile devices #5667
                                  sliceofscifi
                                  Customer

                                    New discovery: I noticed a big difference between the Adapt demo and my client site having the dropdown menu problem.

                                    Since the primary nav menu is now a custom menu located in the header widget instead of located in the primary menu area, the superfish classes aren’t being assigned to it, which is why enabling the fancy dropdowns in the Genesis settings wasn’t affecting the menu behavior.

                                    Is there a safe way to add that class to the dropdown menu in the header? I’d love to find out if adding that back in can resolve my dropdown failure problem on mobile devices.

                                    in reply to: dropdown menus on mobile devices #5372
                                    sliceofscifi
                                    Customer

                                      All of my customizations involved removing items rather than adding anything. Other than removing the mobile code, the only other thing I customized was to remove the arrows and putting the menu in the header widget and floating to the right. I think this latest round of complaints happened after updating to Genesis 1.9.2, and I know they are making changes with Genesis 2.0 that gets rid of superfish and a few other things, but I didn’t think they’d removed any of that already.

                                      I’ve even compared the current code to what’s on the Adapt demo, and I haven’t seen anything radically different yet, but I’m going through the css again to make sure. I also wish I could reliably test the mobile device behavior for myself.

                                      in reply to: dropdown menus on mobile devices #5341
                                      sliceofscifi
                                      Customer

                                        Eric, could you indulge me one more time? See if the dropdowns work and those items can be clicked on http://www.sliceofscifi.com using your device?

                                        That site is running Metro, another Genesis child theme. If the mobile responsive code works on that theme, maybe there’s something in the CSS there that I could compare to what’s in Adapt, maybe figure out a solution for my client that way.

                                        Otherwise, I am completely out of ideas.

                                        in reply to: dropdown menus on mobile devices #5216
                                        sliceofscifi
                                        Customer

                                          I added the fancy dropdowns & mobile responsive code back to a test site (copy of the original, but running WP 3.6 beta 3 and Genesis 2.0 beta), and it improved menu navigation on Android a little bit, but didn’t change anything with iOS behavior… the dropdown menus don’t stay “dropped down” long enough for anyone to tap an item; instead the iPhones just reload whatever that top menu item might be.

                                          This has to be an Apple problem, because it works on my 1st Gen iPod Touch (iOS 3), and works on iPad, but not on iPhones running iOS 5 or iOS 6, for the clients.

                                          in reply to: dropdown menus on mobile devices #5192
                                          sliceofscifi
                                          Customer

                                            The fancy dropdowns were on previously, I had turned them off when the trouble first started, to see if that would make a difference, and the clients reported that it didn’t.

                                            And yes, the clients demanded that I remove all the mobile responsive code, despite my warnings that that was counter to what they wanted it to do (customer is always right, right?). I’d forgotten about removing that CSS, though

                                            The fact you’re saying that sometimes it works and sometimes is doesn’t is both confusing and disturbing… I have no idea what could be causing that, unless it’s an iOS bug.

                                            Maybe if I put the responsive code back and turn on the fancy dropdowns…. well, the middle of the night is the best time for testing, right?

                                            in reply to: dropdown menus on mobile devices #5187
                                            sliceofscifi
                                            Customer

                                              Are you sure they work? The menus drop down, but you cannot click any of the items that appear. Doesn’t matter if the first item is an anchor or a link, you cannot select an item from the drop down to navigate to it; it automatically navigates to that first item, no matter what you try to tap on.

                                              I have had people test this out with iOS 5 and 6 since Thursday night, and it behaves the same way on both, and also behaves this way on Android phones.

                                              Could you try your phone on my client’s site? http://www.vueaudio.com

                                              What’s weird is that the dropdowns work just fine on the iPad… this would indicate that there has to be a workaround, but no one has hit upon it yet. When this happened to their site back in Jan/Feb, it didn’t work on either iPhone or iPad.

                                              Also, this behavior isn’t limited to Genesis child themes… other WordPress themes/frameworks are affected, including some of the default TwentyX themes, going by the people who are screaming about this on many various forums (including Apple’s Support Forums).

                                              The big question is what are they changing, and why, and why does it break on standard website code.

                                              in reply to: dropdown menus on mobile devices #5168
                                              sliceofscifi
                                              Customer

                                                Eric, there must be something in the child theme that’s related to this, because other Genesis child themes don’t have this problem. I simply haven’t been able to find it, thus my coming here for support for my client.

                                                Something in the mobile responsive CSS, or the jQuery library used, perhaps? I am at wits end, and my client is in a panic because they’re all about to head for a trade show and cannot navigate the site on their iPhones (I don’t know about Android behavior, if that’s affected).

                                                in reply to: dropdown menus on mobile devices #5150
                                                sliceofscifi
                                                Customer

                                                  A bit of additional info… this does not seem to be specific to Genesis, but I see a lot of other people asking questions about this in various forums (wordpress.org, primarily) about this iOS dropdown menu problem, and a few other non-WordPress platforms.

                                                  As a test, the folks who I customized Adapt for do not have problems with menu navigation on several other sites of mine running Genesis, those sites running customized Genesis child themes from StudioPress (Backcountry) and Themedy (Foxy News)… the dropdown menus on those three sites operated fine on their iPhones, but recently stopped working on Adapt (the same menus that don’t work with iOS 5.x and 6.x still work with iOS 3.x)

                                                  What’s worse is, they had this same problem crop up back in February or so, and I fixed it then (they have blank top level menus that I had to add a blank anchor as the URL to fix it), and now months later, the same problem crops up again, and no one has changed anything on the site in the interim other than adding more content (posts, custom posts, and pages).

                                                  I’m wondering if Apple changed anything yet again, and why they keep breaking this.

                                                  Any insight/help you could lend would be greatly appreciated, thank you!

                                                  in reply to: dropdown menus on mobile devices #5136
                                                  sliceofscifi
                                                  Customer

                                                    This seems to be a widespread problem with WordPress and dropdown menus on iOS.

                                                    A client of mine purchased Adapt, and this week, for the second time in 5-6 months, dropdown menus just stop working on iPhones, and there’s nothing left for me to change, since no plugins or Genesis or WordPress updates had been done in the interim.

                                                    The strange thing is, I can get them to work on my old iPod Touch, which is still running iOS 3.something, but most people running iOS 5.x it fails, and for everyone running iOS 6.x it fails.

                                                    I’m at a loss for how to fix this.

                                                    in reply to: Possible problem with iOS and menus #2675
                                                    sliceofscifi
                                                    Customer

                                                      Thing is, that dropdown did work perfectly before the client updated to WordPress 3.5 a couple weeks ago.  Something in the upgrade caused it to stop working, and I haven’t a clue what that might be.  I thought at first it was because they hadn’t updated Genesis to 1.9 after the WP upgrade, but when I did that update it didn’t solve the issue.

                                                      Products is a custom taxonomy created with the Types plugin, and some other people reported problems with dropdowns, but none of their solutions worked for my case.

                                                      I’m also posting questions to the Studio Press forums, but right now I’m grasping for straws.

                                                      in reply to: Possible problem with iOS and menus #2666
                                                      sliceofscifi
                                                      Customer

                                                        There’s one menu item, “Products”, that’s supposed to display a dropdown of several different product classes (a-Class, h-Class, i-Class, al-Class). It works on desktop browsers, but I’m told it doesn’t work on iPhone or iPad.

                                                        Is it working on your iPhone?

                                                      Viewing 26 posts - 1 through 26 (of 26 total)