Terence

Forum Replies Created

Viewing 25 posts - 101 through 125 (of 125 total)
  • Author
    Posts
  • in reply to: Display Next / Previous Arrows in Slider? #3794
    Terence
    Customer

      That’s perfect Wes.  Thank you so much.  Must have been quite easy for you, but it was driving me crazy because I just couldn’t see where it was coming from.

      I guess I didn’t explain myself clearly about maximum width.  I am currently using…

      .slider-inner {
      width: 1152px;
      }

      … although the screen measures 1280 px.  To have the slider images full width, am I correct in assuming both the “.slider-inner”,  image size and slider settings should all be set to a 1280 px width?

      Many thanks for your help.

      in reply to: Need Help With Slider – Please Help! #3783
      Terence
      Customer

        You are welcome.

        Yes, I am a designer.

        But I only work for nonprofits, charities and social enterprise.

        Take it easy… 😉

        in reply to: Display Next / Previous Arrows in Slider? #3781
        Terence
        Customer

          I’ll try again.

          How can I get rid of the gray area above and below my images in the slider?

          Also, what is the maximum width image I can use in the slider and still have it remain responsive?

          in reply to: Need Help With Slider – Please Help! #3778
          Terence
          Customer

            A) Right click on the sample images and download them and then you will have a sample that will tell you the size and type of files.

            B) Create posts, assign them a category, and set your images as “featured images” ~ bottom right hand corner of the post meta.

            C) In the Slider Settings select the category for your posts.

            That’s it ~ your done.

             

            in reply to: Studiopress.com Sells Version 1.0 with No XML file #3772
            Terence
            Customer

              Take another look, only this time look in Epik.zip, not just in Epik-Package.zip.

              in reply to: One little criticism #3769
              Terence
              Customer

                Of course I can change the color to anything I want.  That’s not the point I am making.

                in reply to: Looking for Demo Content for Epik #3759
                Terence
                Customer

                  Its in the theme archive, in a folder named ~ just to fool you ~ “XML”… 😉

                  in reply to: Slider content (revisited) #3737
                  Terence
                  Customer

                    Wes, you were right about the positioning, oh ye of little faith, and contrary to expectations ~ everything went very well.

                    The only problem I am left with is an 80px space between the top of the slider and the bottom of the widgetized nav bar ~ divs slider and slider-inner ~ and an 8px slider between the bottom of the slider and the top of the “Welcome Wide” div which I cant find a reason for.

                    What’s the best way to remove all these?

                    P.S. The only reason I needed to change the slider from the one you had used is the fact that there was no stop/pause without the on-slider navigation, and one other thing which was a bit more difficult to deal with. In your usage you displayed “products” which could be made to be as if sitting in the background and therefore, spatially, the image floated.  Unfortunately, my subject matter is “advertising images of people/animals etc” which already has its frame outline clearly defined and when placed in a slider looks like what it is, a cut and paste job.  My solution was to try and make the images go full width and butt at the bottom and the top, so they fill the entire slider space.  Hence the need for another slider.  But if I can do that with the Genesis slider, please let me know how and I will try.

                     

                    in reply to: Slider content (revisited) #3731
                    Terence
                    Customer

                      OK, I see this…

                      /**
                      * Display widget content for “slider” and “welcome” sections.
                      *
                      */
                      function epik_home_loop_helper_top() {

                      genesis_widget_area( ‘slider’, array(
                      ‘before’ => ‘<div id=”slider”><div class=”slider-inner”>’,
                      ‘after’ => ‘</div></div>’,
                      ) );

                      }

                      As I am not a PHP expert, where do you suggest it should go?

                       

                      in reply to: How to add a sticky menu #3708
                      Terence
                      Customer

                        The only problem I am having with it at present is the fact that I can’t get the sticky menu to go to the same height as the main nav bar.

                        Its on a dev server, but if you put “46.149.20.184 mediacause.dev” in your host file you should be able to see how far I have got so far ~ not very far!

                        Terence.

                        By the way, that sounds like a good price you got for your sister. I got a poodle for mine… 😉

                        in reply to: Logo image in the nav-bar? #3707
                        Terence
                        Customer

                          Bump

                          Hey Wes ~ I don’t believe you’ve visited yet, but I might be wrong.

                          I do know you have told me what you think needs adjusting. 😉

                          in reply to: Display Next / Previous Arrows in Slider? #3706
                          Terence
                          Customer

                            I posted an answer but it didn’t show up here.

                            in reply to: Slider content #3694
                            Terence
                            Customer

                              Alright, I see that’s what you have done, the text is hard coded into the image.  Ok, I thought it was a combination of image and text which surrounded it.

                              No problem.  I’m on my way again.

                              Thanks Wes.

                              in reply to: Genesis eNews Extended #3683
                              Terence
                              Customer

                                I just got an answer back from the author about the CSS elements it contains…

                                Top-most container: .enews-widget
                                Second container (still has everything within it): .enews
                                The form itself: #subscribe
                                Text Before/After: No unique CSS. It’ll auto-paragraph per WP standard. (so .enews p would hit it generally) You can add your own div tags in this space and specify your own classes if you need to customize this text more on a more granular level.

                                Form elements:

                                First name field: #subbox1
                                Last name field: #subbox2
                                E-mail field: #subbox
                                Submit button: #subbutton

                                Here’s a sample CSS (I think complete) based on the Executive theme (http://demo.studiopress.com/executive).

                                .enews #subbox, .enews #subbox1, .enews #subbox2 {
                                background-color: #fff;
                                box-sizing: border-box;
                                color: #888;
                                font-size: 10px;
                                margin: 0 0 10px;
                                padding: 15px;
                                text-transform: uppercase;
                                width: 100%;
                                }

                                .enews #subbutton {
                                -moz-border-radius: 5px;
                                -webkit-border-radius: 5px;
                                background-color: #64c9ea;
                                border-radius: 5px;
                                border: none;
                                color: #fff;
                                cursor: pointer;
                                font-size: 14px;
                                padding: 15px 20px;
                                text-align: center;
                                text-decoration: none;
                                }

                                Looks like I am gonna be busy.

                                Terence.

                                in reply to: Genesis eNews Extended #3681
                                Terence
                                Customer

                                  The author doesn’t even post a list of the CSS elements, so its all kind of hit and miss.

                                  in reply to: Logo image in the nav-bar? #3670
                                  Terence
                                  Customer

                                    Hi Wes,

                                    Sorry I didn’t see your message in time. I am a night-bird too but even I have to draw the line at 3:30 am.

                                    Its on a dev server, but if you put “46.149.20.184 mediacause.dev” in your host file you should be able to see how far I have got so far ~ not very far!

                                    I have added 3 things to your original design ~ genesis sticky menu, #location scrolling on homepage and conditional menu logic, but its a long way from showtime.

                                    Terence.

                                    in reply to: How to add a sticky menu #3668
                                    Terence
                                    Customer

                                      @Dave_s  ~  I cheated.

                                      No this isn’t a confession about your sister.  I used Eric Hamm’s version of Brian Gardner’s code which he made into a plugin and gave me.

                                      Its not on general release, as far as I know, but it has a GPL license and he is a pretty awesome coder ~ Catalyst, Dynamik, Genesis Extender etc. ~ so I feel fairly confident it works OK.  Here’s a download link if you want to try it ~ Genesis Sticky Menu Plugin

                                      I am using Epik in the same configuration as in the demo ~ with a custom menu widget in the header-right location Wes has provided.

                                      Apart from matching the background color to the one the child-theme is using, the only problem I am having with Eric’s plugin/Epik is with “.genesis-nav-menu”.  In the original design Wes shows a 60px nav-bar which in my version ~ but only when it goes sticky ~ now reduces to just 30px, which doesn’t leave room for the logo.

                                      I haven’t yet tracked down how to fix this issue since when I try and add a “min-height:60px” directive to the “.genesis-nav-menu” it also affects my nav-bar and I end up with a 85px top menu, which is not at all what I wanted.

                                      Maybe you will have better luck and figure out how to do it.

                                      Terence.

                                      in reply to: Logo image in the nav-bar? #3648
                                      Terence
                                      Customer

                                        The problem was the width and the height of the element in the CSS.  That’s fixed now so the top widget menu longer wraps, and the header is kept to 60px high.  The only thing that remains is to alter the positioning of the image in the nav bar. I can’t find a way to do it with CSS so its easy enough changed by moving down the visible image on a transparent png or gif.

                                        in reply to: Add a widgetized area under the header #3646
                                        Terence
                                        Customer

                                          @Glade ~ thanks! As it turns out, I had already modified the header size, and….

                                          min-height: 60px;
                                          width: 290px;

                                          was all I need to solve my problems.

                                          Many thanks.

                                          in reply to: Split Welcome Features #1, #2 and #3 ~ 2/3rds and 1 1/3rd. #3645
                                          Terence
                                          Customer

                                            Excellent Eric ~ works perfectly.

                                            The way the CSS is written you’d almost imagine Wes had thought ~ “… supposing someone might want to leave out that second welcome-feature widget?”

                                            in reply to: How to add a sticky menu #3621
                                            Terence
                                            Customer

                                              Ooops!  Should have put that code in <code>…</code> tags, not back-ticks.

                                              My bad!

                                               

                                              in reply to: How to add a sticky menu #3620
                                              Terence
                                              Customer

                                                Hey Dave,

                                                Absolutely!

                                                I am a little bit like that myself, although I do seem to be able to muddle my way through.

                                                Since responsive is the way to go, and most Genesis child themes are already responsive, we need to take care of that too.

                                                In many designs, the logo starts out on the left within the laptop/pc/monitor design size, but is then centered on lower resolutions (iPad, iPhone, etc.).

                                                Genesis child themes include breakpoints in their CSS which change the way things are displayed at certain sizes. So lets say that we wanted our logo centered on any screen size below 768px.

                                                We need to find the styles pertaining to this breakpoint, and add our new header style, as follows:

                                                `@media only screen and (max-width: 767px) {
                                                #header { background: url(“images/logo.png”) center no-repeat; }
                                                }`

                                                You can see that I’ve centered the logo instead of left aligned it. You can also use a different logo for lower resolutions, as follows:

                                                `@media only screen and (max-width: 767px) {
                                                #header { background: url(“images/logo-mobile.png”) center no-repeat; }
                                                }`

                                                That’s as far as I have got with that issue so far.

                                                Terence.

                                                P.S. Don’t like Jaffa cakes.  Its either a Jammy Dodger, or send me a picture and I’ll have a think about it.

                                                in reply to: Add a widgetized area under the header #3618
                                                Terence
                                                Customer

                                                  Hey Glade,

                                                  How did you add that clickable image logo to Epik?

                                                  Terence.

                                                  in reply to: How to add a sticky menu #3617
                                                  Terence
                                                  Customer

                                                    Thanks Eric, I will give it a try and ~ no doubt ~ turn up back here in a bit with something that doesn’t quite work.

                                                    We shall see.

                                                    I have three specific modifications/enhancements I want to make to Epik, which are only partially supported by the existing CMS/Framework/Child theme combination ~

                                                    1. Sticky Menu (already discussed), and

                                                    2. Conditional menu logic ~ for example, why does a “home” menu item need to appear on the homepage? On every other page, yes, but not the homepage itself? ~ and

                                                    3) Scroll to page #ID location (JS scrolling), an animated scroll up and down the home page to various #ID locations, so that the home page ~ initially ~ works as if it was a singe page website.

                                                    Not going to spoil it Wes ~ promise ~ just going to make it a weeny bit more awesomer!

                                                    Terence.

                                                    in reply to: Logo image in the nav-bar? #3616
                                                    Terence
                                                    Customer

                                                      Hi Eric,

                                                      That’s very true, but then I end up with a background image which not quite in the right place ~ 5 or 10px too high ~ and is, of course not clickable, so unable to point at the home page.

                                                      I am not really used of this way of working with the theme customization options.  Not sure that I like some of the difficulties created by splitting these functions and styling between the CMS, the Framework and the child theme.

                                                      And another thing.  The only way I have been able to put a widgetized menu in the header and still keep it only 60px high ~ like Wes does in the Epik demo ~ is to delete the Site Title and Tagline meta, which I will now have to go and put back in with Yoast’s WordPress SEO plugin, or similar.

                                                      All seems like a rather long way round to me.  I would much rather Wes had left in the standard way Genesis inserts a logo image. And at the moment I can’t figure out why, if I tick the tick-box, I get a 180px high header to display ~ non existent ~ header text, and yet I get a 60px high header, if I don’t.

                                                      Feels like I have gone through the looking glass.

                                                      Terence.

                                                    Viewing 25 posts - 101 through 125 (of 125 total)