maxedleson
Forum Replies Created
-
Yes, I agree! Support for custom post types (eg. Portfolio) would be a great addition to making the AB Post and Page Grid even better! Please add it and thank you! ??
Forum: Plugins
In reply to: [List category posts] plugin broke with WordPress or plugin upgradesOk, I followed the instructions to set debug to true by doing the following in wp-config.php….
define('WP_DEBUG', true); define('WP_DEBUG_DISPLAY', true); define('WP_DEBUG_LOG', true);
and I tried loading the page in question and still no errors or apparent warning returned. I have looked through the log for the last couple of days and also don’t find anything apparently related to the plugin.
Forum: Plugins
In reply to: [List category posts] plugin broke with WordPress or plugin upgradesInteresting, I did just add the Types plugin (from wp-types.com) which sounds similar to the plugin @royalnitram describes. I will look into enabling debugging in the next couple of days to do more research. @PicandoCodigo, it would be great if you could help us resolve this!
Forum: Plugins
In reply to: [List category posts] plugin broke with WordPress or plugin upgradesThe same thing happened for me.
I have been using List Category Posts (LCP) for some time now to supply lists of post titles on a page and somet time in the last couple of months the [catlist….] calls are returning nothing. Like @rolyatnitram, I have updated many plugins and perhaps added one or two so it is difficult to tell what is causing this problem. Are others having this problem as well?
Here is the URL of the page I usually use it on with the blank lists:
https://www.firespeaking.com/media/Forum: Themes and Templates
In reply to: Twenty Ten Theme Image Resizing Bugthanks @esmi…. my question is what code to put in the child theme… refer to my question just above.
Forum: Hacks
In reply to: Which page/post has a user just come from.I am wondering the same thing… how to change how a single post is viewed depending on whether it was viewed from a thematic “gateway” or from an author “gateway” – in either case the secondary navbar would show different things……
Forum: Fixing WordPress
In reply to: Top-level navigation item to have no link?Thank you. I guess my question is:
Is Page Links Plus a suitable add-on to WordPress 3’s way of dealing with menus which I appreciate for its simplicity or are they two different ways of doing it altogether?Forum: Fixing WordPress
In reply to: Top-level navigation item to have no link?But what about in the twentyten theme?…
The solution of using Page Lists Plus seems to be an alternative to using the appearances->menu functionality in wordpress 3. If I want to stick with that simple solution…. is there a way for me to unlink top level items so that only the items in the sub-menu link to pages?
Any help greatly appreciated.
Forum: Themes and Templates
In reply to: trouble with formatting of additional second menuThat did it!!!! You are a generous genius @alchymyth!
Moral of the story for others trying to do what I was trying to do…. be meticulous as you change the original access styles to the new name to preserve the spaces…. A good search and replace will probably do better than my hack-job.Forum: Themes and Templates
In reply to: Child Themes and PHP pagesIt was perfect for me too… to dig deeper and continue to make this conversation even more useful for others…..
What is the relationship between the “discussion -> Allow Comments” option in editing mode and the php call:
<?php /* comments_template( ”, true ); */ ?> ?I would prefer to leave this line in my templates and let users choose whether or not to allow comments in editing mode but toggling that option on and off doesn’t seem to matter if this line is in the template file.
Help would be appreciated
PS. I’m making a child theme for TwentyTen
Forum: Themes and Templates
In reply to: Twenty Ten Theme Image Resizing BugI had the same problem…. and was able to fix it, as suggested, by removing the two autos for width and height…..
BUT I was not able to do this the way I would like to, by pasting
#content img { margin: 0; max-width: 640px; }
into the twentyten child theme I am developing. It only worked if I went into the original twentyten files and took the two lines out. Does anyone know how I might go about this so that I can have this correction in the child theme and ensure it doesn’t revert in future updates?
Forum: Fixing WordPress
In reply to: Fatal error for function: get_post_format ()@jkeegan … I’m not sure how to get to what you’re talking about….
when you say “inside WP”… I assume you mean logging into sitename/wp-admin/ … but then I can’t find any options anywhere that have to do with upgrading….
could you please clarify, thank you so much.Forum: Fixing WordPress
In reply to: Fatal error for function: get_post_format ()I am having the same problem that jkeegan and jknap968 have reported. I checked to see if I had the newest version on the dreamhost panel, and it is indeed 3.0.2 so the fix that you seem to have found jkeegan hasn’t applied to my account: https://www.handprintpress.dreamhosters.com/
I tried deleting the hello world post and adding a new sample one but that didn’t solve anything.
If any of you have suggestions/solutions, please let me know.
In the meantime, I also will inform dreamhost of the problem.