Forum Replies Created
-
AuthorPosts
-
kriskl
ParticipantThanks Brad!
I have missed it!kriskl
ParticipantHi Erin,
it was set to black.what helped, was adding a footer widget..
kriskl
ParticipantThanks David for quick reply! Will give it a go
kris
kriskl
ParticipantThank you Tony!!
I will try and implement it on the test site and see how it works for me with enterprise theme..
Thanks again
Kris
kriskl
ParticipantHi Susan,
I have found a paid plugin but it is not perfect.. so I am still looking for a solution,
thanks
Kriskriskl
ParticipantThanks!! it worked like a charm 🙂
I am surprised.
zoom: 1; *display: inline;
is not simply added to css file in the theme.. it's not a lot of code 🙂
kriskl
ParticipantThanks Aaron for responding.
it was just a general question,
but your answer does clear some worries 🙂 when I finally get around to customise a lot the theme using functions.php.. I may post the code here for inspection.thanks a lot
KrisDecember 4, 2013 at 11:20 am in reply to: Category and subcategory control which single post template should load? #76982kriskl
ParticipantThanks Susan
Yes, it is resolved, I received help on another forum
kriskl
Participantfor anyone who stumbles across this question.
here is the answer//* Reduce the navigation menu to one level depth add_filter( 'wp_nav_menu_args', 'custom_menu_args' ); function custom_menu_args( $args ){ $args['depth'] = 1; return $args; }
kriskl
ParticipantYes I also bought Visual composer but apart from testing it, I have not done much with it.
when VC is disabled, the page leaves lots of messy code, while page builder seem better when disabled,
only which PB had so many nice features as VC..
I am glad VC works for you, it gives me more encouragement to implement it also on live site
kriskl
ParticipantI wonder if this is the same page builder..
as it seems very neat..my problem is, like with all plugins.. it may get abandoned. and not updated in 2 or 3 years time..
kriskl
Participantit seems like enable gzip compression would help a lot
you or she should contact the server provider to enable it
or if the host can't, then change to a better hosting provider 🙂kriskl
ParticipantJust to resolve this topic.
the problem was bbPress Genesis Extend plugin was causing the problem.
once it was deactivated, the code started working
August 23, 2013 at 9:47 am in reply to: How to upload profile picture in studiopress/bbpress forum? #58423kriskl
Participanthi Nick,
for studiopress users, I suppose it is OK 🙂 as all developers are wordpress one way or another,but generally, for sites who host content not related to wordpress. hardly anyone is using (or knows about) gravatrs.. so my suggestion was to try and find a solution in general. , hopefully some developers will see the niche for the plugin 🙂
that improves bbpress profilesAugust 22, 2013 at 9:18 am in reply to: Conditional Sub menus – controlled by slug / category #58210kriskl
ParticipantAlright, I think the solution to my 'problem' is to create a custom category templates with Genesis
does anyone know of good tutorials?
thanks
kriskriskl
Participantit is possible that the update to this plugin resolved this issue
August 18, 2013 at 10:36 am in reply to: Conditional Sub menus – controlled by slug / category #57168kriskl
Participantsorry, it;s my bad english 🙂
here is the post link
(it has 'acca' in the slug, it belongs to 'acca' category.
and yet, the submenu - is the default secondary menu,
not the menu I have created specially for this category 'acca'
using simple menu plugin. I can set the secondary menu to 'acca' but it has to be done manually for every post.
so, that's sucks 🙂
I want to find a way to make it automatically..the the description, Genesis simple sidebars might work (if I could replace secondary menu with the widget area..
I will try this plugin and see if it works the way I expect.thank you for your time.
August 18, 2013 at 10:17 am in reply to: Conditional Sub menus – controlled by slug / category #57160kriskl
Participantuhm, not sure I understand,
both primary and secondary menu are always visible,
Only the content of the secondary changes (or rather, a different menu becomes the secondary menu) based on what category the post belongs to (or the slug of the post),August 18, 2013 at 8:57 am in reply to: Conditional Sub menus – controlled by slug / category #57146kriskl
Participanthere is one page (blue is secondary menu)
and here is another
these are strictly "wordpress pages", (but later on, for the acca as one category there are many posts belong only to itwhile aat is another category.
so, this post - should display proper aat menu, not default secondary menu
etc.I hope that makes sense?
August 18, 2013 at 1:28 am in reply to: Conditional Sub menus – controlled by slug / category #57127kriskl
ParticipantI would like to show sub menu for all pages and posts
each post belongs only to one category -
AuthorPosts