• 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

wbxpress

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 25 total)
1 2 →
  • Author
    Posts
  • August 21, 2014 at 1:32 am in reply to: Making Eleven40-pro Homepage like Magazine #120134
    wbxpress
    Member

    @ braddalton: Did you get my mail?

    July 10, 2014 at 2:27 am in reply to: WBXPress.com #113713
    wbxpress
    Member

    I should create a logo for my site. I am trying it in GIMP.
    Thanks for your feedback.

    July 8, 2014 at 9:36 am in reply to: eleven40 pro – Adding Login/Logout in Primary Menu #113415
    wbxpress
    Member

    I read your post once again. I am sorry, I still could not follow your guidance.

    I have tried modifying filter name with 'wp_nav_menu_primary_items'. But no luck.

    What else does eleven40-pro use to denote primary menu? i guess it is, 'wp_nav_menu_primary_items'. but it is not working with my site. May be, customization of eleven40-pro's stylesheet resulted such problem for me.

    P.S. I have not tested the code in a fresh eleven40-pro theme.

    July 8, 2014 at 7:48 am in reply to: eleven40 pro – Adding Login/Logout in Primary Menu #113388
    wbxpress
    Member

    I have two menus named "header" and "social" which are primary and secondary menu respectively. So, do I need to replace

    wp_nav_menu_primary_items

    with

    header

    in the code you provided.

    July 8, 2014 at 7:39 am in reply to: Customizing .entry-meta in eleven40-pro #113386
    wbxpress
    Member

    @Robin: Thank you very much. It is working nice.

    July 8, 2014 at 6:42 am in reply to: eleven40 pro – Adding Login/Logout in Primary Menu #113368
    wbxpress
    Member

    @braddalton: Thanks for your link. It is working for "wp_nav_menu_items" in my case (using eleven40-pro). But, it is not working in other two cases viz. "wp_nav_menu_primary_items" and "wp_nav_menu_secondary_items".

    July 7, 2014 at 11:34 pm in reply to: eleven40 pro – Adding Login/Logout in Primary Menu #113323
    wbxpress
    Member

    Finally, I got a perfect solution from the following link:-

    http://xparkmedia.com/blog/add-login-logout-link-menu/

    July 7, 2014 at 2:31 pm in reply to: eleven40 pro – Adding Login/Logout in Primary Menu #113255
    wbxpress
    Member

    With the above tutorial the Login/Logout link appears in the menu BUT it is not showing in the same line. Is there any fix for this?

    July 4, 2014 at 8:49 am in reply to: How to Change Site Title #112964
    wbxpress
    Member
    This reply has been marked as private.
    July 2, 2014 at 4:32 am in reply to: Repositioning Site Description – eleven40 pro #112615
    wbxpress
    Member

    Thanks for your help.

    It is solved through this tutorial: http://wpsites.net/web-design/3rd-parameter-action-hooks/

    June 26, 2014 at 9:32 am in reply to: Mobile View of Eleven40 Pro is Horrible #111632
    wbxpress
    Member

    I did a fresh install of eleven40-pro and it is now working.

    June 26, 2014 at 7:21 am in reply to: Mobile View of Eleven40 Pro is Horrible #111623
    wbxpress
    Member

    Thanks for the link above. The result for my site is self-explanatory. Please check it.

    June 26, 2014 at 3:28 am in reply to: Sticky Posts Title only at Home Page #111604
    wbxpress
    Member

    WOW! It is working perfect. Thanks for the code.

    I also need to remove "Filed Under: Category" and "Tagged With: Tag" text below the Sticky post title only. Is it possible to remove only with the sticky posts title?
    Those texts should be present in other posts as well.

    P.S. Sorry for a delayed reply.

    June 16, 2014 at 10:13 am in reply to: How to Change Site Title #109994
    wbxpress
    Member

    @ antiac: I just sent you the join.me meeting link.

    June 16, 2014 at 9:06 am in reply to: Sticky Posts Title only at Home Page #109987
    wbxpress
    Member

    Do you want to display other posts?

    Yes.

    Or only sticky posts and only the title of sticky posts?
    Other post+Title of Sticky post

    Another option is to add remove_actions in your home.php file
    home.php is not in use.

    I understand that you are trying to help me. But, being a novice, I could not manage to use the solutions you provided above.

    Can you please write a code which I shall put in functions.php of the child theme and it will work?

    June 16, 2014 at 8:53 am in reply to: How to Change Site Title #109984
    wbxpress
    Member

    Admin>Settings>General: WBXPress
    SEO settings-> Home page settings->Homepage Document Title: West Bengal Government Publications

    But, Google Search Engine shows it as: wbXpress

    June 15, 2014 at 7:35 am in reply to: Sticky Posts Title only at Home Page #109856
    wbxpress
    Member

    I want to display title of Sticky Posts at first. Then comes the latest post with excerpts.

    I am not using home.php because it can not display handcrafted excerpts in my home page. All posts of my blog do have a handcrafted excerpts.

    June 14, 2014 at 12:19 pm in reply to: Sticky Posts Title only at Home Page #109751
    wbxpress
    Member

    http://wbxpress.com/

    February 12, 2014 at 10:28 am in reply to: Post Excerpts at the Beginning of Each Post #89984
    wbxpress
    Member

    Hi chillybin, i have found almost a similar way to achieve this. I just inserted the below code in simple hooks plugin at the genesis-entry-header:-

    <?php if ( is_singular() ) { ?>
    <div class="content-box">
    <?php the_excerpt(); ?>
    </div>
    <?php } ?>

    Thanks for your kind support. You are awesome.

    February 11, 2014 at 11:56 am in reply to: Post Excerpts at the Beginning of Each Post #89843
    wbxpress
    Member

    Hi,

    I just changed the above to suite my needs and it worked perfect.

    add_action('genesis_entry_header','custom_excerpt', 11);
    function custom_excerpt() {
      if ( is_single() )
      the_excerpt();
    }

    However, I am struggling to find a way to display the excerpt in a content box. I have working content-box class but could not find the way to implement it.

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