• 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

Fabio

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 170 total)
1 2 3 … 7 8 9 →
  • Author
    Posts
  • August 4, 2019 at 12:11 pm in reply to: Show ALL products in one page (remove pagination) #492794
    Fabio
    Participant

    You have received more than a point in the right direction from several community volunteers more than 60 times over the last 6 years.

    2% of which were useful. Mostly before 2014.

    You can say what you want, the truth is that before 2014 there were many people in this forum that made it look like they cared. It was like a forum should be.

    Now this forum just got populated with web developers trying to catch newbie studiopress fish who "don't want to touch any code" and charging them to click the "install" button on wordpress, or charging them to click the "import demo" button. Features that even my cat could do in less than 9 seconds with eyes closed. You can generally recognize these scammers from their signature.

    I'm not saying this is you, because actually you did help in the past, but all the others are just like that. Nevermind. I pointed this to studiopress headquarters a few times. Hopefully they will discourage this and make this forum a forum again.

    August 3, 2019 at 6:14 pm in reply to: Show ALL products in one page (remove pagination) #492788
    Fabio
    Participant

    Yes Foodie pro is a third party theme but if you email them they will say that this question is out of the scope of their support (which is to recreate a demo like website). Since I bought foodie pro here on studiopress and I have been a studiopress customer for almost 10 years, I thought I'd get an answer in this forum. But truth be told, I didn't have much hope. I noticed that after 2014 this forum has gown downhill. Nevermind.

    December 7, 2018 at 6:39 pm in reply to: How to create a Table of Contents within an article? #224900
    Fabio
    Participant

    Hi Andytc, it is a bit complicated for what I am after.
    But I think at this stage I will just use jump links using <a id="...>

    I was hoping in something easier than this.

    December 5, 2018 at 8:51 pm in reply to: Table of Contents: How to add simple easy clean table of contents #224839
    Fabio
    Participant

    Ah. No I mean a table of contents, such as in a wikipedia article.
    Now I have to repost this question again, because every time somebody replies then you don't get any more follow up replies. Especially never got a follow up reply from you in any thread I ever posted.

    I will repost it, I hope somebody else will reply this time.

    October 31, 2018 at 11:59 am in reply to: Keep sidebar only on home page #224100
    Fabio
    Participant

    Hi
    thank you for your reply.

    Eleven40 seems to only have home.php
    which looks like this:

    <?php
    
    remove_action( 'genesis_loop', 'genesis_do_loop' );
    add_action( 'genesis_loop', 'eleven40_grid_loop_helper' );
    /** Add support for Genesis Grid Loop */
    function eleven40_grid_loop_helper() {
    
    	if ( function_exists( 'genesis_grid_loop' ) ) {
    		genesis_grid_loop( array(
    			'features' => 10,
    			'feature_image_size' => 'grid-thumbnail',
    			'feature_image_class' => 'alignleft post-image',
    			'feature_content_limit' => 200,
    			'grid_image_size'		=> 'grid-thumbnail',
    			'grid_image_class'		=> 'alignnone',
    			'grid_content_limit' => 250,
    			'more' => __( '[Continue reading]', 'genesis' ),
    		) );
    	} else {
    		genesis_standard_loop();
    	}
    
    }
    
    genesis();

    Is that where I should put this?:

    //* Force content-sidebar layout setting
    add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_content_sidebar' );

    I tried now and my site was stuck so I had to revert it. But I don't know if maybe it was stuck for some other reasons.

    July 14, 2016 at 3:53 pm in reply to: How to create HTML sitemap page without plugin? #189504
    Fabio
    Participant

    Hey Victor,
    I've tried it right now on one of my websites, and it works like a charm. Thank you very much.

    But on another website, I still have an older version of Genesis ( I will update it soon but in the meantime), in that case should I copy-paste the whole page-archive.php into the child theme's functions.php with the editing? It sounds a bit clunky.

    Thank you

    Btw for your information, your affiliate links to studiopress are dofollow. That is your business, and you do what you want of course, but I told you just in case you had overlooked it.

    July 14, 2016 at 1:45 pm in reply to: How to set all layouts to be full width content? #189488
    Fabio
    Participant

    Hey there,
    anybody else knows anything about this?

    Thanks

    July 14, 2016 at 4:38 am in reply to: How to set all layouts to be full width content? #189446
    Fabio
    Participant

    Hi Brad,
    yes my site is running the Eleven40 and not the Eleven40Pro.

    In your website, in your example, you write the code for the 'single post', which is exactly what I was looking for. To have the single posts to be full width. So it was easy, I just copy-pasted that code as it is written, with the conditional tag is_single, at the bottom of function.php. I'm not using any layout plugin, and I was not expecting it to change layout on archives/home pages, but only on single posts. But it doesn't seem to change it. Maybe it works with Eleven40Pro and not with Eleven40?

    Anything else I should look for?

    Thank you

    July 13, 2016 at 2:56 pm in reply to: How to set all layouts to be full width content? #189423
    Fabio
    Participant

    hi Brad, thanks.
    I've tried just now and it doesn't seem to work, unless this requires me to be running the latest version of Eleven40, which is not the case.

    I've tried both on the actual website and on a test site.

    Here's the test site:
    http://shoutkey.com/to (redirect)
    I just set that to be content-sidebar and pasted that full-width code at the bottom of function.php

    Is it because it's not the latest eleven40?

    thank you

    November 28, 2015 at 10:35 am in reply to: Center Eleven40 logo BUT keeping menu on ITS right side #172156
    Fabio
    Participant

    hmm... too difficult question?

    October 26, 2014 at 3:04 pm in reply to: How to replace "published date" with "last updated" date #129315
    Fabio
    Participant

    The problem is the "Genesis Simple Edits" plugin.

    When I deactivated it, the "last updated" thing appeared.

    Then I replaced this:
    Last Updated: [modified_date] by [post_author_posts_link] [post_comments] [post_edit]

    in the post info section of the simple edits plugin and now it works 🙂

    October 24, 2014 at 6:09 pm in reply to: How to replace "published date" with "last updated" date #129018
    Fabio
    Participant

    I have copied
    functions.php
    home.php
    and style.css
    from my blog to the test site, so now the two sites have identical code, identical wordpress version and genesis version. And yet the test site shows the "last updated" and the blog doesn't.

    Is it possible that a plugin is interfering? I have some plugins installed on my blog which I don't have on the test site.
    Is that a possible way to go to find the solution?

    October 20, 2014 at 6:14 pm in reply to: How to replace "published date" with "last updated" date #128516
    Fabio
    Participant

    Ok super super weird:

    It works on my test site:
    http://testing.exclusiveskills.com/

    it doesn't work on my blog:
    http://goo.gl/C3pfEA

    both test site and blog have the same Eleven 40 version and same identical functions.php file.

    Any idea where I should look for the issue?

    October 16, 2014 at 4:33 pm in reply to: How to replace "published date" with "last updated" date #128057
    Fabio
    Participant

    Hi Sridhar,
    that's strange now it seems to work on my test site too.
    I will try on the blog and see what happens.

    October 16, 2014 at 3:16 pm in reply to: How to replace "published date" with "last updated" date #128053
    Fabio
    Participant

    Hi Brad,
    should I contact you through your site to have a quote?

    October 15, 2014 at 3:00 pm in reply to: How to replace "published date" with "last updated" date #127919
    Fabio
    Participant

    @Sridhar
    I have tried with that code on a website using News PRO and it didn't work.
    Actually I have noticed you are using Eleven 40 on your website, so have you tried it there? Does it work?
    I am using an old version of Eleven 40 - the one before the HTML5 update


    @Brad

    Sorry Brad what do you mean by:
    Try the old code and see if it works with the shortcode http://my.studiopress.com/snippets/post-info/

    How do I need to edit/adapt that shortcode?

    I have installed the same Eleven 40 on a test site. If you want I can post the credentials here and you can log in and see what's going on...

    Thanks

    October 14, 2014 at 11:38 am in reply to: How to replace "published date" with "last updated" date #127790
    Fabio
    Participant

    HI Brad,
    thanks for the video. I have pasted this code:

    add_filter( 'genesis_post_info', 'add_modified_date_post_info' );
    function add_modified_date_post_info($post_info) {
    	$post_info = 'Updated: [modified_date] by [post_author_posts_link] [post_comments] [post_edit]';
    	return $post_info;
    }
    
    function wordpress_modified_date_shortcode() {
    
        return get_the_modified_date(); 
    }
    add_shortcode( 'modified_date', 'wordpress_modified_date_shortcode' );

    at the bottom of my functions.php

    I have updated the post, deleted the cache and hard-refreshed the page, but it's not working.
    Maybe it only works on HTML5 themes and not on the old ones?

    Thanks

    October 13, 2014 at 1:08 pm in reply to: How to replace "published date" with "last updated" date #127684
    Fabio
    Participant

    Eleven 40 doesn't even display the words "published" usually. I have actually found other people on forums asking for help with this problem on Eleven 40 (I am using the old eleven 40, not the PRO one).
    Any help please?

    October 13, 2014 at 7:25 am in reply to: How to replace "published date" with "last updated" date #127668
    Fabio
    Participant

    Hi Brad,
    I have copied both raw codes at the bottom of my functions.php file (I have tried on a test site first and not on the real one) and nothing happened. It did not show "last updated" at the top of the post.

    What's going on?
    Thanks
    Fabio

    June 16, 2014 at 4:47 pm in reply to: Best Plugin to Stop Automated Spam? #110060
    Fabio
    Participant

    Hey so far spamshield alone is working great already 🙂
    Thanks!

    Let's hope it keeps doing well

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 170 total)
1 2 3 … 7 8 9 →

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