Genghis7777

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Aligning logo with Primary Nav Menu #14824
    Genghis7777
    Customer

      @Kronos: That worked. Thanks.

      in reply to: Aligning logo with Primary Nav Menu #14759
      Genghis7777
      Customer

        I’ve since hacked something together by fiddling with the logo image. Putting the full logo in their at 360×164 px is too overpowering so I created a transparent canvas and put a resized logo on it and then pushed it up and to the left, which sort of aligned it with the primary nav but now there is too much padding around everything.

        See the dev site cbs.thenewblack.dnserver.net.nz to see what I’m talking about.

        Any help greatly appreciated.

        in reply to: EPIK – categories page #14758
        Genghis7777
        Customer

          @Joseph:

          The Portfolio page allows you to select a category of posts to display. Just specify the portfolio template when you make a page. Just survey the page configuration screen and you’ll see a box labelled Template. Just click the drop down selection box and choose “Portfolio.”

          HTH

          in reply to: Changing font color of menu item and submenu item #14337
          Genghis7777
          Customer

            Hi Wes

            Thanks for getting back to me. Thanks, that worked for correcting the colors for the main menu items. Much appreciated.

            I tried to do something similar for the submenu items and changed the code to look like this:

            .site-header .genesis-nav-menu a {
            color: #fff;
            }

            .site-header .genesis-nav-menu .current-menu-item > a, {
            color: #fff;
            }

            .site-header .genesis-nav-menu a:hover {
            color: #aaa;
            }

            .site-header .genesis-nav-menu .sub-menu .current-menu-item a {
            color: #fff;
            }

            .site-header .genesis-nav-menu .sub-menu .current-menu-item > a {
            color: #fff;
            }

            .site-header .genesis-nav-menu .sub-menu .current-menu-item a:hover {
            color: #aaa;
            }

            but that didn’t work. The submenu items linked to anchors seem permanently gray. The submenu items linked to other pages behave correctly. Any thoughts? Thanks in advance.

            Genghis7777
            Customer

              With this theme, documentation means looking at all the different pages in the demo site as well as the entries at the beginning of this forum with a cream/yellow background.

              I think the answer to your question may be found in this forum entry: https://appfinite.com/topic/how-to-add-left-and-right-content-for-the-epik-theme-widgets/

              HTH

              in reply to: Change The Colour Scheme #14322
              Genghis7777
              Customer

                Just pick one of the theme colors and then go to your stylesheet and change the color there.

                Say you want to change Epik Blue.

                Find the line that starts with “/* Epik blue”

                You will see that Epik uses #1887e5. I use http://html-color-codes.info/ to find an alternate color and then replace all references to #1887e5 with the new color’s hex code.

                Experiment with the other color codes in that section of the stylesheet to see what they do.

                HTH

                in reply to: Primary Nav Items align to right #14263
                Genghis7777
                Customer

                  Hi Jessy and mjones942

                  1. Thanks for trying to help.

                  2. You’re quite right, if you change float=left to float=right on the CSS and reverse the order on the menu dashboard you get them the right way around on the site and they are “right justified.”

                  3. Have a look at the dev site: http://cbs.thenewblack.dnserver.net.nz/. This is how it looks before making the above changes.

                  4. What I’m trying to do is use the sticky header plug-in by themato (https://wordpress.org/plugins/sticky-header/). If you scroll down so that the original header runs off the top of the page, you’ll see the sticky header appear.

                  5. You’ll also see that the sticky header menu items are also in the “right order.”

                  6. If you implement the changes in Para 2 above, you’ll find that the menu items on the theme’s header are arranged in the order we want, but you’ll find that the sticky header menu items will be in reverse order, mimicking exactly the order from the dashboard menu page.

                  7. I have only gone down this path because I wanted to implement within home page navigation. The trouble with within page anchors is that when you click the link to them, the place where the anchor is, is rendered as far up the page as possible. But when I made the original header sticky, it always obscured the content at the top of the page. I never solved that problem, so using this sticky plug-in and making it semi-transparent is my “plan B.”

                  Long story, but I hope that explains the situation.

                  To sum up,

                  a) How to align the primary nav items to the right (right justify) without having to reverse the order on the dashboard menu page; OR

                  b) How to implement a sticky header menu without it obscuring content at the top of the page.

                  TIA

                  You will also see that the menu items are also the right way around.

                  in reply to: Excess space on Welcome-Wide: Code update #14247
                  Genghis7777
                  Customer
                    in reply to: Suggestion: use more widgets #14183
                    Genghis7777
                    Customer

                      @Kronos:

                      Good points. I’m just an off the street kind of guy and what attracted to me to WordPress was that it appeared to me (rightly or wrongly) that it held out the premise that here was something that really could give users with no more than MS Word skills to build a website without having to learn PHP or HTML.

                      For me, after three websites, that’s proven to be the case. In each of those cases, everything I saw in the demo sites could be implemented without recourse to doing any coding. From what you say, I was probably very lucky.

                      However IMO a demo site <i>should</i> include everything that the theme can do “right out of the box” without any coding at all. I suppose you could include things that you might do with it if you knew how to code but then where does the theme promoter stop? Even if he did, it should be clearly stated which features being showcased come with the theme and which can only be implemented by doing your own coding.

                      I don’t think the Tutorial and code snippets therein should be considered to be part of the Theme’s promotional material. How many people read a car’s manual before buying a car and driving it out of the lot? You shouldn’t have to, nor should you have to read a theme’s tutorial before buying the theme.

                      So you see IMO in order to avoid being misleading, the theme promoter should refrain from showing anything that requires any code writing at all.

                      Just my 2c.

                      in reply to: Jetpack contact form alignment #14164
                      Genghis7777
                      Customer

                        Hi Kronos

                        You are the bomb!

                        Bit of code worked sweet.

                        Thanks muchly for the code and the humor.

                        Cheers

                        From Downunder.

                        in reply to: Suggestion: use more widgets #14142
                        Genghis7777
                        Customer

                          @TrishaM: Exactly what I was trying to say but you put it so much more clearly. 馃檪

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