• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Appfinite

Appfinite

Premium WordPress Themes for The Genesis Framework

  • Themes
  • Blog
  • Tutorials and Resources
  • Forums
  • Contact Us

robwallace

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • February 12, 2015 at 9:49 pm in reply to: centering custom logo in responsive mode #15116
    robwallace
    Customer

    Many many thanks!

    September 23, 2014 at 1:36 pm in reply to: Centering custom logo in responsive mode #14000
    robwallace
    Customer

    Oh… site is bethelartsct.org

    February 26, 2014 at 4:46 pm in reply to: Collapsing (responsive) primary nav menu #11005
    robwallace
    Customer

    Agreed, it’s a small concern indeed. If I get it figured out, I’ll post here for anyone else working on the same function.

    Thanks for all your help and thanks again for a most-awesome theme!

    February 26, 2014 at 11:30 am in reply to: Collapsing (responsive) primary nav menu #10994
    robwallace
    Customer

    Almost! When I put that snip in the media query area for desktop, the button strangely shows up ONLY in desktop. If I put it outside the media query (e.g. in the defaults) it removes it altogether. Which is capital-G Great BUT…

    If a user reduces the screen below 767 wide and toggles the menu (on/off), the main menu doesn’t reappear when the window goes back to full size (and the only way to get it to reappear is a browser refresh).

    I’m thinking I need to add an explicit command for .menu-primary to the desktop media query?

    Edit: I’ve left the test page in this above state if you wanted to take a look…

    February 26, 2014 at 8:44 am in reply to: Collapsing (responsive) primary nav menu #10979
    robwallace
    Customer

    Close, but not quite. It’s still up at http://50.22.11.60/~robin/.

    I’m trying to figure out:
    A)how to get rid of the toggle link (currently showing as a purple box) when screen is full width and
    B)how to get the menu to return to visible if you toggle it when narrow, then widen the screen. (that is, menu always visible by default in wide mode)

    Many thanks!

    February 24, 2014 at 11:39 am in reply to: Collapsing (responsive) primary nav menu #10910
    robwallace
    Customer

    I’ve kept the menu on the test site at http://50.22.11.60/~robin/. Note that if you toggle while the window is narrow, it doesn’t automatically return when the window is widened (EDIT: ONLY IF YOU CLICK ON THE LINK WHEN THE WINDOW IS NARROW. IF YOU DON’T TOGGLE WHEN SMALL, IT WORKS FINE). I’d appreciate anyone’s help/suggestions/advice in:

    – removing the toggle link when the window is full width (currently showing as a purple hotlink rectangle because I haven’t altered the CSS (I assume this is because I’m using the “purple” theme color (just modified)) .

    – returning the menu to “visible” by default if the user goes from a narrow window to a wide one. (I’m having trouble describing this, but basically making it function JUST like the menu on this appfinite site!)

    Many thanks. Y’all rock.
    -R

    February 23, 2014 at 11:49 pm in reply to: Collapsing (responsive) primary nav menu #10897
    robwallace
    Customer

    Well, now that I play with it, maybe not exactly “fine” – LOL! When I implement it in Epik it seems to have some differences from the sample. For instance, it requires a manual toggle to turn it back on when a window is resized and it also seems to create a permanent toggle switch in the nav bar. The scheme at my original link seems much more elegant (see the example on the author’s own site). But in either example, I’m thinking there’s just some epik-specific tweak I’m missing? Appreciate the help!

    February 23, 2014 at 11:24 pm in reply to: Collapsing (responsive) primary nav menu #10895
    robwallace
    Customer

    Yeah, I really think that collapsing menu would pretty much make Epik perfect! I had tried that tutorial previously but it wasn’t working for some reason. I just gave it another shot and it’s working fine (I just need to tweak the CSS a bit now).

    Many thanks!

    February 17, 2014 at 2:04 pm in reply to: Changing Fonts in H1, 2, 3, 4, 5 etc #10736
    robwallace
    Customer

    Quite easy. Just remove the font-family tag from the catch-all H style (where it is currently) and apply font-family params to each H-tag individually.

    Body font-family is defined in the body tag, of course.

    October 30, 2013 at 1:00 pm in reply to: Header and Content #8550
    robwallace
    Customer

    If you’re like me, what you’re trying to accomplish (logo image left, narrower top nav bar, menu floated to the right (on full size screen), your solution is simply to go in to the “Widgets” menu, then simply move the “Custom Menu” widget into the “Header Right” section. Customize away.

    If you need to customize for the height of your logo, that can be done in the edit>functions.php file and modifying this:

    // Add support for custom header
    add_theme_support( ‘genesis-custom-header’, array(
    ‘width’ => desired pixel #,
    ‘height’ => desired pixel #

    All good things require a learning curve. Nothing good comes without effort ๐Ÿ˜‰

    October 30, 2013 at 12:06 pm in reply to: Remove Comments and About Author from Portfolio #8544
    robwallace
    Customer

    The Genesis “Simple Edits” plugin makes it very easy for both the entry header and the post meta – simply remove all code from the “Post Info” and “Post Meta” sections. Voila!

    Genesis/Epik absolutely rocks!

    October 15, 2013 at 10:58 am in reply to: Portfolio Page CSS not the same as demo site out of box #8156
    robwallace
    Customer

    Also, confirm that you first installed the Genesis framework, then Epik as a child theme. Many of the “look and feel” elements are handled by the appearance>widget menu in the WP dashboard.

    The more I play with this theme, the more I love it for its versatility. You’ll get it.

    October 15, 2013 at 10:56 am in reply to: Portfolio Page CSS not the same as demo site out of box #8155
    robwallace
    Customer

    Hi Pixels,
    I had the same issue last week – easily solvable. To handle the top nav proportions, you’ll want to drag/use the “custom header” widget in the “header right” area.

    Search on this site with “Epik header height” and you’ll see some previous threads covering minor tweaks to the CSS and functions.php file that will help you fine tune.

    Best,
    Rob

    October 9, 2013 at 12:41 pm in reply to: menu order changing when scaling window (responsive) #7989
    robwallace
    Customer

    Duh! It’s always the easiest solutions. Sorry to bug you, Wes. This is, by far, the best WP theme I’ve ever worked with. I don’t hate WP anymore!

    I owe you a beer, a coffee, or whatever your preferred vice.

    Best,
    R

    October 9, 2013 at 9:15 am in reply to: menu order changing when scaling window (responsive) #7987
    robwallace
    Customer

    I’m thinking it’s because I floated the .menu items right in CSS. Essentially, I’m trying to achieve the same top nav placement and proportions as shown on the Epik demo site. Is there a better way?

  • Author
    Posts
Viewing 15 posts - 1 through 15 (of 15 total)

Primary Sidebar

Search Forums

Affiliate Program

Looking to earn some money? Join our Affiliate program and earn 35% of every sale you refer. Top referrers earn 40-50%.

Join Now โ†’

The Genesis Framework

All of our themes are designed for the Genesis Framework. You will need to purchase Genesis in order to use any of our themes.

Purchase Genesis

Hire a Web Developer

Need help setting up or customizing your website?

Contact Us โ†’

Search Full Site

  • Buy Genesis!
  • Shopping Cart
  • Themes
  • My Account
  • Support Forums
  • Tutorials and Resources
  • Privacy Policy
  • Contact Us
  • Follow Us on Twitter

Copyright © 2023 ยท Appfinite ยท Built With The Genesis Framework