alugonja
Forum Replies Created
-
Forum: Themes and Templates
In reply to: at the end is superfish good choice?Thank you Flamenco,
I was checking out themes you suggested. Most likely I will be using Thematic framework along with some toolbox ideas. I love when projects have svn, also nice clean logic and almost no CSS.
I would like to achieve something between image-centric and business oriented balance. So I do kinda also accept no dropdowns idea, but that also means that many problems ought to be solved…which off course means raising another and another problems all over again.
It is pain in the ass, simply put. Luckily for us, wordpress rules ??
Forum: Themes and Templates
In reply to: Need help adding and removing menu'sIf your theme supports menus, which is most likely almost always true, you can therefore find Menus in Appearance admin panel. If there is no other explicit theme options that control menus, you should use provided panel link and adjust your menus accordingly.
I believe the answer is right there, you just add new menu, then add pages or categories, also adjust your hierarchy and you have your menus.
Now, I am hoping I understand what you are asking.If you think about getting into code… you need to go to your theme files and make few adjustments over there. Is that what is bothering you? I will provide explanation if needed.
hope this helps
Forum: Themes and Templates
In reply to: at the end is superfish good choice?You know what made me laugh…
so I went and check out Thematic, I was searching for frameworks and your advice came in great moment, but the funny part is that framework is using superfish. ( it was pleasant not mean laugh ?? )Framework looks great and I will probably be using it in a while. I did also leave superfish to work with my own theme. I used google loader to get jquery to it and that showed good results. It also loads incredibly fast like 40-80 ms ( depending on proxy and cache but still quite fast regardless) below 100ms
The idea of child themes is great. I really really like it, but to be honest with you I still never tried it. I sow it in action, but I never really made one myself. I am still trying to find perfect parent, which buy the way sounds kinda freaky…
your advices were helping me with my work. Thank you
Forum: Themes and Templates
In reply to: at the end is superfish good choice?I read through your post carefully.
Installed Constructor, and yes, it looks nice, but as far as I see it, you could use its css concepts. I did really like how theme is made, some solid pattern, specially liked get_constructor_layout call. Still, I would not use it. It seems to me like there is too many divs included, I just recently read about good term, divits, it was probably around for a while…still, I really kinda excepted it.
It is great thing you told me about dropdown plugins, since I started doing everything from the code, which really is kinda weird thing to do with all that triping that you are actually talking to wordpress. But, honestly, I do kinda feel that way.
I will go through all of those plugins, thank you for your thought.
Forum: Themes and Templates
In reply to: at the end is superfish good choice?Flamenco you made my day … ??
I wanted to make sure I was not going insane, since I figured something is super fishy with superfish. But really kinda cool idea though.
As you say, there is drop down code, and I will look for it.
I wanted to have my own control of what is going on with each of wordpress function results. As for example wanted to have control over this call:
<nav id=”cat-menu” role=”navigation”>
<?php wp_nav_menu( array(
‘theme_location’ => ‘primary-navigation’,
‘container’ => false,
‘menu_class’ => ‘sf-menu’ ) ); ?>
</nav><!– # cat-menu –>resulting:
<nav id=”cat-menu” role=”navigation”>
<ul id=”menu-cat-menu” class=”sf-menu”><li id=”menu-item-89″ class=”menu-item menu-item-type-taxonomy menu-item-object-category menu-item-89″>link name<li id=”menu-item-90″ class=”menu-item menu-item-type-taxonomy menu-item-object-category menu-item-90″>link name
</nav><!– # cat-menu –>and just to wrap it with superfish object. According to documentation, and proper linking to its js / css we should have decent menu in our theme. Like you said, wp lives and dies by Javascript.
Forum: Fixing WordPress
In reply to: set Featured Image with Custom FieldHey danijelpendjer
I am not sure that is going to work if you are trying to pull thumbnail image from your sub-blog posts?
Forum: Plugins
In reply to: [How-To] Set "featured image" in enclosure RSS filedgreat,
I will check it out right away
Thank you very much
Forum: Plugins
In reply to: [How-To] Set "featured image" in enclosure RSS filedInteresting,
I just joined in to community to find the answer to this problem.still no ideas?