• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Dag-Erling

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 35 total)
1 2 →
  • Author
    Posts
  • June 20, 2014 at 4:53 am in reply to: Feedback on latest project #110759
    Dag-Erling
    Member

    Hey Dan

    This page look lovely. Did you make the image slider yourself or is it a plugin?

    I also like the menu when you scale down the page on the side.

    I think you need to take a look at the fonts though. On my screen they are very hard to read on the whitebackground.

    June 20, 2014 at 4:48 am in reply to: My personal website about photography #110758
    Dag-Erling
    Member

    Very nice page and a good example on getting darker colors to work on webpages while keeping the "fresh feel". Going to bookmark it so I can use it as inspiration when I need to make darker pages myself.

    June 20, 2014 at 4:44 am in reply to: Author site using Minimum Pro Theme #110757
    Dag-Erling
    Member

    Hey

    I like the style you have gone for. Nice feature images and such. You really capture the mood of old books.

    1. I like the idea behind the fonts. But they are very hard to read on my screen. (I'm a 24" DELL IPS screen). Maybe something similar on the paragraph fonts but easier to read would be good.

    2. I think you can go for a skin color on the bottom and on your links. The sudden blue surprised me on the bottom. Maybe go for a red ink color on the links?

    Hope this is useful feedback

    June 16, 2014 at 6:14 am in reply to: Laywer page in Agency #109964
    Dag-Erling
    Member

    Yes, that is the lawyer himself. I'll see if I can't set that up to be the first you see.

    Thanks for the feedback 🙂

    June 13, 2014 at 4:52 am in reply to: Browser Problems in Sixteen Nine Theme #109563
    Dag-Erling
    Member

    Can't you just upload a screenshoot too your WP and link too it here? Hard to understand what the issue is.

    June 13, 2014 at 4:06 am in reply to: Ambiance: Want to have the header area fixed #109560
    Dag-Erling
    Member

    In case someone else wants to do the same thing you need to add this into the effects.js to make sure the image also gets the shrink effect.

    	$(document).on("scroll", function(){
    
    		if($(document).scrollTop() > 100){
    
    			$(".after-header").addClass("shrink");			
    
    		} else {
    
    			$(".after-header").removeClass("shrink");			
    
    		}
    June 13, 2014 at 3:37 am in reply to: Ambiance: Want to have the header area fixed #109557
    Dag-Erling
    Member

    Hey Jan

    That did the trick, thank you so much :D. Kinda wish I new php when I do this.

    Now I just need to work with the CSS to make it fit on the screen. A bit of a hassle with the responsive system but I will work.

    June 12, 2014 at 6:58 am in reply to: Parallax Pro headers and footers #109470
    Dag-Erling
    Member

    I guess that's a widget with a title that you have there.

    You do this

    .widget-title {
    visibility: collapse;
    }

    But note that it hides all widget tittles on your entire page. But if your menu have a name in your widget part you can always see if you can remove it from there.

    June 12, 2014 at 5:47 am in reply to: Sixteen Nine Pro – entry.content to 100% height? #109461
    Dag-Erling
    Member

    Hello

    I have the same problem on some of my sites.

    This is how I have temporary fixed it:

    @media only screen and (min-width: 1250px) {
    	.content {
    		min-height: 1080px;
    	}
    }

    Now it kinda works because it's not really any issue on screens that isn't full desktop. But I would love a more solid fix on it.

    You can see it working here

    http://www.dagerlingjensen.no/thomas

    June 12, 2014 at 5:35 am in reply to: Parallax Pro headers and footers #109459
    Dag-Erling
    Member

    Best way to do this to go to Appearance / Editor and find the lines below. Or Add this code in Edit CSS if you have Jetpack installed.

    .site-footer {
    background-color: #000;
    }
    .site-header {
    background-color: #000;
    }

    Change the #000 to the hexcode you want.

    June 12, 2014 at 3:23 am in reply to: Minimum Pro theme Font change #109447
    Dag-Erling
    Member

    Well this is what I see on my screen

    Added more text in photoshop after taking screenshoots

    I took a screenshot of your site. Added a new text under using the Verdana font. On the right I changed the font on your site too 'Roboto'.

    I am not sure what happens on your end and why you don't see the correct font. But it seems to be a local problem and not in the CSS.

    June 11, 2014 at 11:46 am in reply to: Minimum Pro theme Font change #109373
    Dag-Erling
    Member

    Hey

    It looks like it's the Verdana font on my screen so my guess it that you did it correct. Are you sure you have the font installed on your own computer?

    PS! As a WP beginner I recommend installing the Jetpack plug-in from the WordPress. You will get an "Edit CSS" under appearance that allows you to easily modify the CSS on sites without having to find the code in the main theme CSS.

    June 10, 2014 at 9:26 am in reply to: Page with the Ambiance Pro theme #108770
    Dag-Erling
    Member

    Thanks for the heads up. I'll test on my own laptop later. I haven't seen that issue myself

    June 10, 2014 at 7:05 am in reply to: Page with the Ambiance Pro theme #108751
    Dag-Erling
    Member

    Hey Paul and thanks for the input.

    I do have one question for you: When you are talking about the menu you are talking about the normal one and not the responsive menu that turns up when you scale it down.

    June 10, 2014 at 3:33 am in reply to: new portfolio based on modern portfolio #108727
    Dag-Erling
    Member

    Hum, I manged both of the tings I asked for. But I can't delete the post, or edit it... sorry for spamming the thread.

    June 10, 2014 at 2:26 am in reply to: new portfolio based on modern portfolio #108725
    Dag-Erling
    Member

    Hey

    I bought the same plug-in and testing it out. However I do have some questions.

    1. How did you get the landscape view on the pictures. Mine are square and I "hate" it.

    2. The can't find a way to have the overlay just move the picture. They always push it away. Did you do something special there or am I just missing a setting?

    My page is here: http://www.dagerlingjensen.no/portefolje (Norwegian sorry)

    - Dag

    June 9, 2014 at 5:12 pm in reply to: Laywer page in Agency #108684
    Dag-Erling
    Member

    While I agree that the site has an older looking style on it I won't re-build it for the client. But I won't use the Agency Theme again either. It's pretty "meh" to work with in lack of other words.

    Thanks for the feedback though

    June 9, 2014 at 2:09 pm in reply to: Laywer page in Agency #108658
    Dag-Erling
    Member

    Hey

    Not sure what you mean by tired. Could you go further into that? Does the page look old fashioned?

    I'm not that much of a fan of the rolling gallery/slideshow myself but it was something the client insisted on.

    - Dag

    May 22, 2014 at 3:34 am in reply to: Ambiance Pro and a new responsive menu #106286
    Dag-Erling
    Member

    Hello Tom

    Those tips did wonders! Thank you.

    May 21, 2014 at 1:51 pm in reply to: Ambiance Pro and a new responsive menu #106210
    Dag-Erling
    Member

    A little forever alone post here but I found the CSS that was messing point 2 up.

    In Ambiance Pro there are these lines

    	.genesis-nav-menu .menu-item:hover > .sub-menu {
    	left: 50%;
    	margin-left: -100px;
    	opacity: 0.8;
    

    That is the part that moves the menu when the mouse hover over it. With that fixed the menu stays still.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 35 total)
1 2 →

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble