As I Understand you are using BuddyPress 1.7.2
Try disabling the plugin you are using for login customization and see if that work.
Brajesh Singh on "BuddyPress Issues"
usacomputertec on "BuddyPress Issues"
Ok, I used a plugin to make http://mindblowingidea.com/simulposterwordpress/register-2/ work, but there is still this grey bar at the top of the site that has a register link, that doesn't work.
Brajesh Singh on "BuddyPress Issues"
You should not use a custom plugin to make registration page work. It is inbuilt feature of BuddyPress. Using a custom plugin for that will be a wrong way to do it.
You should try deactivating any other plugin except BuddyPress and check if that works. That will give an idea of what is wrong on the setup. Then, you can start activating plugins one by one and can find the culprit.
emb13 on "Plugin to generate a Random Pop-up on Click ?"
Hello,
I know there are a lot of pop up plugins out there, but I have yet to find a specific one I am looking for. I need a plugin to show a pop up on either a second or third click anywhere when visiting the website. Does anyone know if this is possible?
Thank you,
usacomputertec on "BuddyPress Issues"
Users on the site can't get to their profile pages, and can't edit them either. buddypress isn't making them.
usacomputertec on "BuddyPress Issues"
buddypress is having all kinds of issues, and I'm wondering if I'll be able to use it.
cedricbenjamin on "[Plugin: Category Checklist Tree] Plugin Not Working in Admin Menus, Any Fix Please?"
Same issue.
I've got a complex hierarchy, so it will be great !
Thanks in advance !
luisgarcia93 on "[Plugin: HTML5 jQuery Audio Player] Description Not Displaying"
Still no fix, I have tried editing the code but no luck not sure what the issue is. I just finally gave up and modified the page so that any text is displayed under the player on the left side of the page.
luisgarcia93 on "[Plugin: HTML5 jQuery Audio Player] Length Of Uploaded Song"
Is there a way to I could code to determine how long should play like iTunes plays for only 30 secs? or is there another plugin that could adjust the song when I upload it?
Thanks
http://wordpress.org/extend/plugins/html5-jquery-audio-player/
nizumo on "Fancybox does not work"
I am creating a portfolio and have uploaded the images already onto the paintings page, and I am trying to get the fancybox to work, but it's not working at all.
I've installed the plugin and I've linked the files to "Media files" not to attachment"
Can someone help me out?
chad-wordpress on "[Plugin: BackWPup] back up problem"
I deactivated the plugin and uninstalled it. Then re-added the plugin and created a new backup job.
Still got the same error.
I thought it was worth a shot...... :(
chad-wordpress on "[Plugin: BackWPup] back up problem"
I deactivated the plugin and uninstalled it. Then re-added the plugin and created a new backup job.
Still got the same error.
I thought it was worth a shot...... :(
mc_tak on "[Plugin: MailChimp List Subscribe Form] Layout view Mailchimp signup form in WordPress"
Hey there,
Thanks for posting. The plugin settings don't provide those options directly unfortunately, but your desires are both things that can be accomplished by adding your own CSS code.
For changing the background color of your input fields, you should be able to set that by adding some CSS code to your Wordpress theme's stylesheet. To identify the element that needs to be targeted, you can use a tool like Firebug or 'inspect element' in your browser. This code should allow you to change your input field's background color:
#mc_signup_form .mc_input {
background-color: red;
}
Where red can be any hex value you'd like. For the form fields to be aligned, that really depends on the type of layout that you're going for. I'd recommend using my suggestions above (Firebug and inspect element tool) to identify the elements that need to be targeted, then doing a bit of research to find the best techniques in aligning form fields the way you want. To help you get started, I found a stack overflow article that may be helpful for the type of customization you're looking to do:
http://stackoverflow.com/questions/10868640/align-html-input-fields-by
Best of luck!
PositivelyRandy on "[Plugin: Gamma Gallery] Plugin didn't change gallery"
monkworks on "[Plugin: WooCommerce - excelling eCommerce] Help: Product categories are missing. No next page links for all."
did u manage to settle it? I'm facing the same issue.
jim333 on "How do you access CSS on Easy Digital Downloads plugin"
How do you access CSS on Easy Digital Downloads plugin, I can't find it anywhere.
@mercime on "BuddyPress Issues"
I've posted for help in buddypress forums
? http://buddypress.org/community/members/usacomputertec/forums/
@usacomputertec Deactivate all plugins except BuddyPress and change to BuddyPress Default theme or the Twenty Twelve theme. Check that registration and other BP components are working before activating other plugins and new theme
vafpress on "[Plugin: Easy Digital Downloads - Free Download] FTP, Title, Counter, Hidden Links"
Hi,
1. The plugin only override EDD download button to every download with price of 0, so it doesn't have anything to do with the upload method, if you succeed to upload them as EDD download item, then EDD Free Download should works.
2. Under EDD Settings -> Misc -> Free Download Settings
, you can edit the Download button text
, with the latest version (0.1.9), you can use %name%
wildcard that will be replaced with the download title.
3. Can you please elaborate on what links did you meant?
4. The plugin only add 1 statistic in the backend, that is download count under All Downloads
listing page, it's not showed at the front at all, and currently there is no option to hide it in the backend.
5. Hmm, I am not familiar with that plugin, from a quick look, I can't see that it will conflict with this plugin, but you will need to test it yourself.
And you may want to ask some of your questions to EDD support forum (especially question #1, #4), since I think you will get a better answer there.
saini008 on "[Theme: GamePress] Insertion of plugin code"
hi, i am bit confused with this one please tell me if i want to add plugin code to my latest post page, on which template i should add that code and i wnat to show slideshow only on latest post page please tell me as soon as possible thanks
Rinat Khaziev on "[Plugin: Frontend Uploader] Form customization"
Hey Mike,
Thanks for your feedback! Author field is a long-standing bug that'll be eliminated in 0.6 for sure.
Currently, form customization consists of two parts: shortcode parameters and and an action hook. v0.6 will handle all that logic mostly automatically.
What exactly are you trying to achieve?