• 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

francky

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 34 total)
1 2 →
  • Author
    Posts
  • September 22, 2015 at 12:15 pm in reply to: Altitude Pro Strange Height After Genesis Update #166373
    francky
    Member

    Thank you Victor,

    You're right, the problem is W3 Total Cache's CSS Minification. Disabling it creates no problem.

    Now since I want to minify CSS for site optimization, any idea on how to minify witout creating this issue? Coz I though Total Cache guys are working with Genesis thus no compatibility issue.

    Once again, Thank you very much, Sir.

    September 22, 2015 at 3:09 am in reply to: Altitude Pro Strange Height After Genesis Update #166310
    francky
    Member

    Here is how the site shows up: http://i57.tinypic.com/2e49d88.png

    There's more than 30,000px height for the parts with picture.

    I shall appreciate your help.

    October 13, 2014 at 7:18 am in reply to: Responsive secondary menu #127665
    francky
    Member

    I have tried this but the resulting hamburger icon on Secondary Menu isn't clickable.

    When clicking the hamburger icon on Primary Menu, the menu in secondary menu also displays. It's working a bit strange for me.

    Can you help? I shall appreciate any support.

    LINK: http://bit.ly/1vmK0tu

    August 14, 2014 at 2:57 am in reply to: Ambiance-like featured image in Centric Theme #118729
    francky
    Member

    Hi @genwrock

    Thank you for the reply.

    Unfortunately there is no such a thing as .featured-image in Centric Theme.
    I'm using Centric theme and would like to make it like https://storybrand.com/team-meeting/

    April 22, 2014 at 11:00 am in reply to: Define a default feature image when non available for Featured post widgets? #101888
    francky
    Member

    Thank you @genwrock

    Does that work for the Featured Post Widget only or for the whole site?

    I got another solution here http://sridharkatakam.com/set-default-image-genesis-featured-posts-widget/ but would like to change the alt "Default Featured Images" to post title like you've done there. Can you help?

    Shall appreciate it, Sir!

    April 22, 2014 at 4:01 am in reply to: Define a default feature image when non available for Featured post widgets? #101821
    francky
    Member

    Hi Susan!

    I would also like to get the solution to this. I'm looking for the same stuff too.

    Thank you in advance.

    March 31, 2014 at 12:26 pm in reply to: SEO after site running #97717
    francky
    Member

    Just stay with Genesis SEO and you'll love it when you realize what it does.

    You may decide to check around other SEO plugins out there, but take my word, you'll get back to genesis SEO!

    March 31, 2014 at 12:11 pm in reply to: Parallax Pro Custom Header Menu Placement #97709
    francky
    Member

    You only have to change the width in styles.css for both .title-area and .site-header .widget-area to meet your needs.

    NB: Make sure the sum of width doesn't change so that you don't distort the look of your site.

    March 28, 2014 at 6:09 am in reply to: Parallax Pro Featured Image Full Size at Top of Posts #97101
    francky
    Member

    Hi @dannybrown

    Did you manage to solve this? I'd greatly appreciate it if you will share the magic with use, Sir!

    Thank you.

    February 17, 2014 at 10:52 am in reply to: News Theme, how to make tabs auto scroll? #90809
    francky
    Member

    The reply by Marco is marked as private so I can't see it.

    Does anyone know how to do it and put the code in here?

    Hope Marco will make it public or at least reply to me too.

    Thank you in advance.

    September 11, 2013 at 8:31 am in reply to: Customize Content Archive Content Limit in Archive Template? #61918
    francky
    Member

    Thank you @braddalton

    I tried the code below but it doesn't work. Sorry I'm not good a coding...

    function get_the_popular_excerpt(){
    $excerpt = get_the_content();
    $excerpt = preg_replace(" (\[.*?\])",'',$excerpt);
    $excerpt = strip_shortcodes($excerpt);
    $excerpt = strip_tags($excerpt);
    $excerpt = substr($excerpt, 0, 400);
    $excerpt = substr($excerpt, 0, strripos($excerpt, " "));
    $excerpt = trim(preg_replace( '/\s+/', ' ', $excerpt));
    $excerpt = $excerpt.'... <a href="'.$permalink.'">more</a>';
    return $excerpt;
    }
    September 11, 2013 at 3:48 am in reply to: Customize Content Archive Content Limit in Archive Template? #61859
    francky
    Member

    @braddalton
    I just checked the code, but how can I change the content limit to specify the number of letters and not words?
    I mean limiting to letters and not words;
    CHANGING: This is an example text and if you want ... [read more]
    TO: This is an example text and if you wa ... [read more]

    I shall appreciate your help Sir!

    September 3, 2013 at 10:32 am in reply to: Stream Page Posts not in TAGS' Results #60454
    francky
    Member

    WoW!! PERFECT!
    It worked like a charm! WoW!

    Thank you very much @Norcross

    September 3, 2013 at 12:37 am in reply to: Stream Page Posts not in TAGS' Results #60367
    francky
    Member

    Anyone who can help me with this please?

    September 2, 2013 at 11:34 am in reply to: Genesis SEO: Duplicate Title Tags #60266
    francky
    Member

    Anyone out there to help?

    Thank you in advance for the support!

    August 17, 2013 at 11:46 am in reply to: How to show Specified Featured Image Only and not Post Images #57057
    francky
    Member

    I still haven't been able to solve the matter!

    Someone please help!

    August 11, 2013 at 11:12 pm in reply to: How to show Specified Featured Image Only and not Post Images #55720
    francky
    Member

    Hi Trump!

    Thank you for your consideration!

    I don't have that code in my function.php and activating “Include the Featured Image?” gives the same results. i.e.Show Featured image for posts with specified featured image and post image(s) for posts without specified featured image. Which is of course strange!

    I wonder why in the first place did you have to put that code in your function.php only to remove it later!

    August 11, 2013 at 3:19 am in reply to: How to show Specified Featured Image Only and not Post Images #55601
    francky
    Member

    Hello Summer!

    I greatly appreciate your help in resolving this.
    I have implemented the code above but what it does is that, it adds another the featured image/post image on top of the existing one. So I'm kind of having double images for each post display!

    August 7, 2013 at 9:12 am in reply to: How to show Specified Featured Image Only and not Post Images #54560
    francky
    Member

    And that's what I'm asking! How can do that?

    August 3, 2013 at 6:36 am in reply to: Add TAGS in Posts in Stream Page by Brian Gardner #53925
    francky
    Member

    As this is resolved already, I created a new thread on how to add the post format in stream page as advised!
    I shall appreciate your kind support, Sir!
    LINK: http://www.studiopress.community/topic/add-post-formats-in-stream-page/

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