theyuv
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Locale in Url like www.example.com/en/blog/…I see, thanks for getting back to me.
That’s unfortunate. Any ideas of what I can do? My existing site (non-Wordpress) already uses this format.
Thanks.
Forum: Themes and Templates
In reply to: [Bootstrap Basic] Bootstrap RTLOn second thought, I think this theme is generating the file that’s responsible for this behavior in bootstrap-basic/css/less/navbar.less.
I’m not sure why I can’t find it in the theme’s files.If anyone has any insight, I’d like to hear it.
Thanks.
Forum: Themes and Templates
In reply to: [Bootstrap Basic] Bootstrap RTLSorry, I didn’t realize that your theme is not responsible for that
.lessfile.Forum: Fixing WordPress
In reply to: Add classes to ul and li elements in sidebarHey, thanks for replying.
I’m not sure I follow. Are you suggesting styling them with css?
This will not work for my specific case. I wish to add classes (already written, they’re actually from bootstrap.css) to elements. So, for example, I would like to have thelist-groupclass on allulelements.It can be done with Less but now I need to add another set of classes on top of that and adding again with Less seems like a bad idea.
For my navbar I was able to do some manipulation with
wp_nav_menu($args)and a customWalker, I would like to do something similar with the sidebar.Any idea?
Thanks.
Forum: Fixing WordPress
In reply to: Login/Register Via Java Web AppDid you just completely remove the wp-login.php file?
Thanks.
Forum: Fixing WordPress
In reply to: Login/Register Via Java Web AppI see.
Are you at all worried about the “fake password”? Specifically, someone can somehow access your WP login page and sign in as any user. Or, do you enter some random, difficult to crack password?
Thanks.
Forum: Fixing WordPress
In reply to: Login/Register Via Java Web AppThank you.
Regarding this statement:
“On first visit to the WordPress installation, a user that is logged into our LDAP would be created in WordPress”How do you know that said user is logged into your LDAP?
When a “user” uses my WP site, I have no way of knowing that he is a user on my non-WP site.(I am not at all familiar with LDAP. I am using a Java web app as my external app).
Thanks again.
Forum: Themes and Templates
In reply to: [Bootstrap Basic] Line through button on hoverThat’s strange, I can’t recreate it now.
I’ll let you know if anything changes.
Thanks for the quick response. I’m still very new to wp.Forum: Installing WordPress
In reply to: MySQL on RDS InstanceI got this working by creating the user on all (ie:
'%') hosts rather than just localhost.