alsd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_nav_menu not displaying subcategories?Hmmm, I saw this in the Default Usage:
‘depth’ => 0,
and quote Justin Tadlock (found the reference link in the codex link you provided):
depth: How many levels the menu should display, which is useful for things like drop-down menus. This is set to 0 (any level) by default.Sorry, never mind!
There seems to be a cache bug related to “Inactive Widgets” area, maybe this is how it works.
First I didn’t know how that “3” got into the title in the first place and showed up in the front-end; it’s was not visible in the Title in the admin widget area the first time I had the plugin enabled in the widget, and had custom settings. Trying to troubleshoot another widget I realized that if a widget is placed in the “Inactive Widgets” than the settings will be saved even cache had emptied.
By removing the widgets from the “Inactive Widgets”, I was able to correct everything.
Forum: Fixing WordPress
In reply to: one widget, different placement depending on page/postNever mind! I got it working with this:
<?php if (!is_front_page()) {?>
<?php
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(“widget2”) ) : ?>
<?php endif; ?>
<?php }?>Forum: Requests and Feedback
In reply to: why my legitmate post get deleted?Sorry, my apology! I just noticed it hass moved to How-To and Troubleshooting. I don’t post often therefore couldn’t figure how WordPress forum works. Usually when a post get moved to an appropriate forum, I get a notification via email, apparently this is not how WordPress forum functions, this causes agony and misunderstanding.
However I do not agreed that that post of mine belong to “How-To and Troubleshooting”, it’s WordPress’ doing – a closing tag wouldn’t pop up from nowhere if it isn’t a bug from the core code. WYSIWYG editor injects redundant markup tags, but in this instance, it absolutely has nothing to do with TinyMCE.
Forum: Plugins
In reply to: Tabbed Widgets picky with 2.8?Hi, kasparsd. I sent 30 euro. I hope you have already received contribution from other who love to continue using this widget. 🙂
Forum: Plugins
In reply to: Tabbed Widgets picky with 2.8?I was going to make a donation for this widget when I started implementing it to v2.7 and when the site launches. But didn’t have a change to use it just yet as like many of you, I upgraded the site to v2.8 when it was still under development and the widget no longer works.
This is a great widget, and obviously many of you who are waiting for the new release love to continue using it. Therefor, I would like to make a proposal that why don’t we each make a contribute to kasparsd, so that he can have the luxury to spare a bit of time to make this widget compatible with v2.8 sooner. I would have gone ahead sending a donation to kasparsd, but I don’t think my own effort help much to speed up the development–being a web designer myself, I know how much time it can take for a programming work like this, therefor I think it will be greatly helpful if all of you waiting for the widget can help pool up a fund.
I was going to donate US$25 initially, but I am going to top it to US$40. Please join me everyone. And to kasparsd, if you see this message, can you tell us if this is workable for you to make the widget works in v2.8 sooner?
thanks
Forum: Requests and Feedback
In reply to: please do not dictate how we should do with our markupsI have to disagree.
I am talking plain html markups. If one needs to write a function to overwrite a default behavior when it shouldn’t be a default behavior to begin with, then that is not “you can use whatever you want”. That is a dictatorship with a tiny bit of so-called benevolent–yes you can have it your way, but before you can have it your way, you have to go through this and that loops first.
Forum: Fixing WordPress
In reply to: Admin Panel JQuery IncludesDoes this mean I cannot use the jquery files directly from the include folder for my theme? If yes, how do I call the files? Can’t find answer from google search nor codex.
Since WordPress already bundled jQuery, it doesn’t make sense to create a duplication in my theme folder.
Forum: Plugins
In reply to: Tabbed Widgets picky with 2.8?Having the same problem. Upgrade to v2.8 breaks the frontend.