• 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

Treefungus

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 27 total)
1 2 →
  • Author
    Posts
  • March 3, 2015 at 11:13 am in reply to: Functions with same name #143064
    Treefungus
    Member

    I thought so. In this case I can't see them being called the same time as they are in templates but better safe than sorry. I will use different function names.

    Thanks for your reply.

    February 26, 2015 at 11:56 am in reply to: not Responsive driving me nuts #142405
    Treefungus
    Member

    You have this code in your Genesis Extender

    .content {
    float: right;
    width: 820px;
    }

    The thing about Genesis Extender is that the style sheet comes in after your theme's stylesheet. What this means is that the media queries comes before your Genesis extender css.

    One way to get around this is to copy all css in your media queries to the bottom of your Genesis extender.

    Hope that makes sense.

    February 26, 2015 at 11:52 am in reply to: Buddypress and Genesis hooks/widgets #142404
    Treefungus
    Member

    Solution can be found here.

    August 6, 2014 at 9:44 am in reply to: Menu stay current on iOS devices #117360
    Treefungus
    Member

    Yes you are probably right. Thanks for checking as well!

    April 14, 2014 at 4:32 am in reply to: Parallax Pro – jQuery Responsive Menu #100144
    Treefungus
    Member

    I just tried and yes that is correct. Can't believe I missed that.

    Thank you for the help.

    Sridhar, you are a great help to the Genesis community.

    April 11, 2014 at 1:12 pm in reply to: Use of REM units in new themes #99724
    Treefungus
    Member

    Thanks for the update Susan... I will go back to using PX.

    April 11, 2014 at 12:53 pm in reply to: Use of REM units in new themes #99719
    Treefungus
    Member

    I just checked "Ambiance Pro" only uses PX so I guess Susan is right (not that I don't believe you) but would be nice to hear from StudioPress wether this was the designer chose or if it was a StudioPress choice.

    March 26, 2014 at 3:24 am in reply to: Problem With Custom Fields Arrays #96694
    Treefungus
    Member

    Plugin author came back with solution. So if anyone has a similar problem then here is the correct code.
    https://gist.github.com/anonymous/9779510

    Plugin author did actually have a trouble shooting guide regarding my problem which I only found after. Doh.
    Link to that: https://uproot.us/docs/troubleshooting/

    But nonetheless thanks for helping out Brad.

    March 25, 2014 at 6:55 am in reply to: Problem With Custom Fields Arrays #96215
    Treefungus
    Member

    This thread is not my friend today. I think I lost my reply.

    I cannot embed my code so have to link to it. Sorry about that.

    That staff page looks nice.

    I have used similar code like you to display a single field.

    However when I use the loop field found here:

    Then I cannot get it to work. Nothing shows up.

    It is a shame because I want to setup a loop-group if I can call it like that that contain custom fields like name, title, job description and so on. When the client then hires a new staff he just clicks "add staff" on the staff page and a new loop-group comes up and he fills out the fields. All fields are then pre-styled in the function.php making it super easy to maintain the staff page.

    March 23, 2014 at 2:18 pm in reply to: Problem With Custom Fields Arrays #96242
    Treefungus
    Member

    They were a link to github showing the code I used to display a single custom field. So that is ok.

    The other link was to uproot.us site explaining the loop field.

    I inserted them using the link button in the wysiwyg.

    Thanks for looking into this Brad.

    March 23, 2014 at 1:27 pm in reply to: Problem With Custom Fields Arrays #96224
    Treefungus
    Member

    I think Studiopress is deleting my post because of links

    Here is the link to my code

    Sorry Brad. I cannot provide with the links. SP is removing my links.

    March 23, 2014 at 1:26 pm in reply to: Problem With Custom Fields Arrays #96223
    Treefungus
    Member

    Why does my post no show up. Fourth time I write this. Now I will write in text edit on mac and then save it.

    That is a nice staff page. Well done.

    I have used similar code like you to display one custom field.. You can see that here.

    But I really want the loop to work. This is not loop like we know from genesis loop. But a function in the plugin CFS. I create a loop-group that contains several custom fields like name, title and job description. I then style and echo them out in function.php. When client then wants to add a staff on the staff page he just click new and a new loop group appears with the custom fields. He fills name, title and job description out and click publish on the staff page. The details will then appear styled. No need to work with html markup.
    Link to the plugin with the loop details can be found in link below

    March 23, 2014 at 1:16 pm in reply to: Problem With Custom Fields Arrays #96218
    Treefungus
    Member

    Sorry I still can't embed the code but I can link to it. Hope that is ok.

    That staff page is nice. Well done.

    I have used similar code to the one u have provided. See code here:

    However I really want this loop-field to work. Not genesis loop as we know but a loop because its called loop by the plugin author. You can see the loop code here:

    How it works is really smart. I want to create a loop-group if can I call it that. That contains custom fields like name, title, job description and so on. Then pre style them in function.php when I echo the custom fields out. Creating the loop-group is easy but I cannot display them. Thats my problem I have. But this loop-group is really smart because the website owner then just click new staff and a new loop-group appears on the staff page. He then fills out the name, title and so on. Click publish and the new staff is added to the page and already styled. No need to work with html.

    March 23, 2014 at 1:07 pm in reply to: Problem With Custom Fields Arrays #96211
    Treefungus
    Member

    I couldn't get the code to embed so just linked to the file. I hope that was okay. I accidentally added too much code but it won't ruin anything.

    Looks good your staff page.

    Yes thanks for the code example above. I can display my single custom field using this

    but when using the loop field from this

    then I cannot show anything. The loop is great as I can set up the loop-group with Name, Title, image, job description and so on. Where I have added div classes to these in the function.php. When client then hire another staff he just clicks "add new staff" on the staff page and a new loop group appears where he can fill out the staff name, title and so on. Makes sense?

    March 23, 2014 at 12:50 pm in reply to: Problem With Custom Fields Arrays #96206
    Treefungus
    Member

    Hi Brad

    Sorry for not using Github Gists. Here is the code

    https://gist.github.com/anonymous/9727841

    I actually want to do several things with custom fields. One being a staff page. It is too difficult for the client to work in the text-editor with div class after div class which is needed to make the staff page look nice. So by using custom fields I can "pre style" everything and the client just need to add the info into the custom fields.

    If you want I can provide login details for the test-site if that makes it easier for you.

    Thanks

    March 14, 2014 at 7:24 am in reply to: Add support for custom header-Conditional WPML #94854
    Treefungus
    Member

    I am using this to add a body class. Can this be used as a conditional tag?

    function wpml_lang_body_class($classes) {
    if(defined('ICL_LANGUAGE_CODE')) {
    $classes[] = "" . ICL_LANGUAGE_CODE;
    }

    return $classes;
    }
    add_filter('body_class','wpml_lang_body_class');

    October 20, 2013 at 5:51 am in reply to: Studiopress New Website Social Icons in Nav #67788
    Treefungus
    Member

    Thank you for your reply.

    October 4, 2013 at 7:03 am in reply to: Link in footer open in new window/tab #65337
    Treefungus
    Member

    Beeeeeeaaaaautiful!!

    That did it...

    Thank you so much.

    August 25, 2013 at 5:11 am in reply to: Move Post Info HTML5 Hooks #58692
    Treefungus
    Member

    Found it

    Had to use this: remove_action(‘genesis_entry_header’, ‘genesis_post_info’,12);

    Notice the priority "12"

    Thanks anyway for taking the time to reply.

    August 25, 2013 at 5:00 am in reply to: Move Post Info HTML5 Hooks #58690
    Treefungus
    Member

    Thanks for reply.

    Still there after resaving permalinks.

    I have successfully removed post title but my post-info does not want to move. Almost seems like the genesis_entry_header is wrong.

    If I do not use the new HTML5 then I can remove it by using ‘genesis_before_post_content’

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 27 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

© 2023 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