Forum Replies Created
-
AuthorPosts
-
FabioParticipant
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.
FabioParticipantYes 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? #224900FabioParticipantHi 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 #224839FabioParticipantAh. 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.
FabioParticipantHi
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.
FabioParticipantHey 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.
FabioParticipantHey there,
anybody else knows anything about this?Thanks
FabioParticipantHi 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
FabioParticipanthi 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.phpIs 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 #172156FabioParticipanthmm... too difficult question?
October 26, 2014 at 3:04 pm in reply to: How to replace "published date" with "last updated" date #129315FabioParticipantThe 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 #129018FabioParticipantI 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 #128516FabioParticipantOk super super weird:
It works on my test site:
http://testing.exclusiveskills.com/it doesn't work on my blog:
http://goo.gl/C3pfEAboth 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 #128057FabioParticipantHi 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 #128053FabioParticipantHi 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 #127919FabioParticipant@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 #127790FabioParticipantHI 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 #127684FabioParticipantEleven 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 #127668FabioParticipantHi 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
FabioFabioParticipantHey so far spamshield alone is working great already 🙂
Thanks!Let's hope it keeps doing well
-
AuthorPosts