• 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

kriskl

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 30 total)
1 2 →
  • Author
    Posts
  • October 1, 2020 at 9:27 am in reply to: max-width CSS media to min-width #501279
    kriskl
    Participant

    Thanks Brad!
    I have missed it!

    January 8, 2016 at 12:36 pm in reply to: Altitude Pro – pages background problems #175983
    kriskl
    Participant

    Hi Erin,
    it was set to black.

    what helped, was adding a footer widget..

    April 29, 2014 at 9:55 am in reply to: unexpected T_STRING, expecting ',' or ';' #102922
    kriskl
    Participant

    Thanks David for quick reply! Will give it a go

    kris

    February 23, 2014 at 4:27 pm in reply to: mashable like mobile / responsive menu #92053
    kriskl
    Participant

    Thank you Tony!!

    I will try and implement it on the test site and see how it works for me with enterprise theme..

    Thanks again

    Kris

    February 22, 2014 at 9:32 am in reply to: mashable like mobile / responsive menu #91911
    kriskl
    Participant

    Hi Susan,

    I have found a paid plugin but it is not perfect.. so I am still looking for a solution,

    thanks
    Kris

    February 10, 2014 at 7:46 am in reply to: IE7 Enterprise Pro menu bug #89644
    kriskl
    Participant

    Thanks!! it worked like a charm 🙂

    I am surprised.

    zoom: 1;
    *display: inline;

    is not simply added to css file in the theme.. it's not a lot of code 🙂

    December 4, 2013 at 11:22 am in reply to: the size of function.php file and performance #76985
    kriskl
    Participant

    Thanks Aaron for responding.

    it was just a general question,
    but your answer does clear some worries 🙂 when I finally get around to customise a lot the theme using functions.php.. I may post the code here for inspection.

    thanks a lot
    Kris

    December 4, 2013 at 11:20 am in reply to: Category and subcategory control which single post template should load? #76982
    kriskl
    Participant

    Thanks Susan

    Yes, it is resolved, I received help on another forum

    September 19, 2013 at 2:30 pm in reply to: removing drop down menu #63439
    kriskl
    Participant

    for anyone who stumbles across this question.
    here is the answer

    //* Reduce the navigation menu to one level depth
    add_filter( 'wp_nav_menu_args', 'custom_menu_args' );
    function custom_menu_args( $args ){
    
    	$args['depth'] = 1;
    	return $args;
    
    }
    September 5, 2013 at 10:28 am in reply to: Page Builder – anyone used it? #60871
    kriskl
    Participant

    Yes I also bought Visual composer but apart from testing it, I have not done much with it.

    when VC is disabled, the page leaves lots of messy code, while page builder seem better when disabled,

    only which PB had so many nice features as VC..

    I am glad VC works for you, it gives me more encouragement to implement it also on live site

    September 5, 2013 at 9:46 am in reply to: Page Builder – anyone used it? #60853
    kriskl
    Participant

    I wonder if this is the same page builder..
    as it seems very neat..

    my problem is, like with all plugins.. it may get abandoned. and not updated in 2 or 3 years time..

    September 5, 2013 at 3:13 am in reply to: Slow site load time… #60793
    kriskl
    Participant

    it seems like enable gzip compression would help a lot
    you or she should contact the server provider to enable it
    or if the host can't, then change to a better hosting provider 🙂

    September 5, 2013 at 1:32 am in reply to: full-width-content based on category #60788
    kriskl
    Participant

    Just to resolve this topic.

    the problem was bbPress Genesis Extend plugin was causing the problem.

    once it was deactivated, the code started working

    August 23, 2013 at 9:47 am in reply to: How to upload profile picture in studiopress/bbpress forum? #58423
    kriskl
    Participant

    hi Nick,
    for studiopress users, I suppose it is OK 🙂 as all developers are wordpress one way or another,

    but generally, for sites who host content not related to wordpress. hardly anyone is using (or knows about) gravatrs.. so my suggestion was to try and find a solution in general. , hopefully some developers will see the niche for the plugin 🙂
    that improves bbpress profiles

    August 22, 2013 at 9:18 am in reply to: Conditional Sub menus – controlled by slug / category #58210
    kriskl
    Participant

    Alright, I think the solution to my 'problem' is to create a custom category templates with Genesis

    does anyone know of good tutorials?

    thanks
    kris

    August 19, 2013 at 5:38 am in reply to: bbPress error with Genesis 2.0 and Going Green 2.0 #57276
    kriskl
    Participant

    it is possible that the update to this plugin resolved this issue

    http://wordpress.org/plugins/bbpress-genesis-extend/

    August 18, 2013 at 10:36 am in reply to: Conditional Sub menus – controlled by slug / category #57168
    kriskl
    Participant

    sorry, it;s my bad english 🙂

    here is the post link
    http://opentuition.com/acca/f3/depreciation-example-5/

    (it has 'acca' in the slug, it belongs to 'acca' category.
    and yet, the submenu - is the default secondary menu,
    not the menu I have created specially for this category 'acca'
    using simple menu plugin. I can set the secondary menu to 'acca' but it has to be done manually for every post.
    so, that's sucks 🙂
    I want to find a way to make it automatically..

    the the description, Genesis simple sidebars might work (if I could replace secondary menu with the widget area..
    I will try this plugin and see if it works the way I expect.

    thank you for your time.

    August 18, 2013 at 10:17 am in reply to: Conditional Sub menus – controlled by slug / category #57160
    kriskl
    Participant

    uhm, not sure I understand,
    both primary and secondary menu are always visible,
    Only the content of the secondary changes (or rather, a different menu becomes the secondary menu) based on what category the post belongs to (or the slug of the post),

    August 18, 2013 at 8:57 am in reply to: Conditional Sub menus – controlled by slug / category #57146
    kriskl
    Participant

    here is one page (blue is secondary menu)
    http://opentuition.com/acca/

    and here is another
    http://opentuition.com/aat/aatunit30/process_sales_and_receipts/
    these are strictly "wordpress pages", (but later on, for the acca as one category there are many posts belong only to it

    while aat is another category.

    so, this post - should display proper aat menu, not default secondary menu
    etc.

    I hope that makes sense?

    August 18, 2013 at 1:28 am in reply to: Conditional Sub menus – controlled by slug / category #57127
    kriskl
    Participant

    I would like to show sub menu for all pages and posts
    each post belongs only to one category

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