Search Results for 'theme'
-
AuthorSearch Results
-
December 8, 2010 at 8:28 am #100078
In reply to: Citizen Kane Theme white space
Ekine
ParticipantI also use firebug a lot but I can’t seem to find the corresponding css style.
Edit: Okay, I have found it using Chrome developer tools. It is this line:
“.subcontentpost { margin-bottom: 15px;}”December 8, 2010 at 8:06 am #100076@mercime
ParticipantBP Codex is your friend. Disable the custom header functionality on the default BuddyPress theme … add the following to your wp-config.php file:
`define( ‘BP_DTHEME_DISABLE_CUSTOM_HEADER’, true );`December 8, 2010 at 3:53 am #100066anindyaray
Memberthanks @mercime
actually I was using this .
“
and it was creating the problem , now after I removed this line , its all ok ….but the other problem I mentioned about unable to change the default-header.jpg image from the default.css #header , it still persist …
can you please show me some light ?
December 8, 2010 at 1:04 am #100053In reply to: Citizen Kane Theme white space
stoi2m1
ParticipantYour best bet is to modify the css for the theme. I use Fifefox with the plugin Firebug. This allows you to highlight different sections of the site and see its styling and modify till you get things right and then apply that to your actual code.
Your problem is not buddypress related and is better suited in a html/css forum.
December 7, 2010 at 9:25 pm #100038In reply to: How to add a login function at the top of the page
@mercime
ParticipantThe code for the BP login form can be found from line 40 to line 52 here. Adjust divs and format to taste.
December 7, 2010 at 8:03 pm #100027In reply to: Friend Requests and Sending Messages Not Working
Daniella
MemberAnother problem is in the email for pending requests it says,
“To view all of your pending friendship requests: http://cornhill.org/cornhillbeta/members/ellaj/friends/requests/” but that link redirects to the home page.
A lot of blood, sweat and tears went into this site and I am leery of deactivating that theme. Will it be ok?December 7, 2010 at 7:47 pm #100022In reply to: Friend Requests and Sending Messages Not Working
Boone Gorges
KeymasterTry switching to the BuddyPress Default theme for testing. Try sending some friend requests. If it works, then the theme is the problem, and you’ll have to get in touch with WPMUDev.
If it still doesn’t work, please provide some more info about your setup. Are you using any other plugins?
December 7, 2010 at 7:00 pm #100018In reply to: Problems with functionality on WPMU
planet-narcolepsy
MemberDouble-checked: I already had permalinks set to yr/mo/day/name; changed theme to bp-default, and all components are enabled. No change, still says page not found when attempting to go to group or forum pages from main page.
December 7, 2010 at 6:54 pm #100017In reply to: Problems with functionality on WPMU
@mercime
Participant– change permalinks in settings to something other than default – https://codex.buddypress.org/getting-started/before-installing/#wp-configuration
– then change theme to bp-default theme
– configure BP Components – https://codex.buddypress.org/getting-started/configure-buddypress-components/December 7, 2010 at 6:49 pm #100015@mercime
Participant@AnindyaRay I see that you’ve found a header parallax tutorial. The thing is, since you’re on localhost, it’s not as easy to ID the exact corrections which would give you a fix for what’s there in the image you uploaded. That being said, my stab in the dark is adding the following style to your child theme’s stylesheet
`body {
max-width: change to 960px;
}`
which will override the parent theme’s max-width of 1250pxIf that doesn’t work, install the Firefox add http://getfirebug.com/ to find styling fix
December 7, 2010 at 5:36 pm #100012In reply to: Getting Buddypress Functions in to Custom Theme
luvs
Member@hnla, the files are already there, and the code is already there.
AAARRRRG.
@mercime, thanks, but I like the real arras theme
P.S, I have another problem lurking in the shadows….. I cannot ban members from groups. (kick and ban) “There was an error when banning the user”
If anything could go wrong, it will!
December 7, 2010 at 5:15 pm #100010In reply to: Getting Buddypress Functions in to Custom Theme
@mercime
Participant@luvs123 Not sure where you are in getting Arras theme compatible with BuddyPress. But you might want to look at this Arras Child theme with BuddyPress templates installed and configured – http://durkkooistra.com/brownbuddy/
You might want to style the fonts smaller in the sidebar, but that’s not a deal-breaker
Good luck.December 7, 2010 at 4:33 pm #100004In reply to: Getting Buddypress Functions in to Custom Theme
Hugo Ashmore
ParticipantThe javascript main file ‘global.js and also the ajax file are both included and enqueued from the main functions file in bp-default so I don’t really know why it isn’t working for you other than your child theme isn’t correctly referencing bp-default and that might be the fault of the custom theme?
you could try adding:
`
// Load the AJAX functions for the theme
require_once( TEMPLATEPATH . ‘/_inc/ajax.php’ );// Load the javascript for the theme
wp_enqueue_script( ‘dtheme-ajax-js’, get_template_directory_uri() . ‘/_inc/global.js’, array( ‘jquery’ ) );
`
to your functions file in child theme and copying over the two files into ‘_inc’ folder of child theme and see if that works.December 7, 2010 at 2:37 pm #100000In reply to: Getting Buddypress Functions in to Custom Theme
December 7, 2010 at 10:14 am #99986aendrew
MemberHi Roger! Thanks for the response.
I’m running the same version of WP and BP on both servers; field IDs are the same. I cannot replicate the issue on the testing server; I’m presently thinking it might be a PHP version issue.
I thought at one point it might be related to https://trac.buddypress.org/ticket/2171, but moving the custom profile field code to after the functions mentioned doesn’t do anything either…
Something else I forgot to mention — the “add friend” button now appears twice. Also, I don’t think it’s an issue with my theme — I tried switching to the BP default theme and adding a profile field during the members-loop and had the same issue.
December 7, 2010 at 8:17 am #99976Hugo Ashmore
ParticipantHave you tried to install it? Are there specific issues that have arisen?
There is some issue at present with this plugin whereby the original author is, I think. in dispute with another that he claims has copied his code and released thus the download for the original hasn’t been available, so not sure what version you have or whether this issue has been resolved.
December 7, 2010 at 6:23 am #99963Hugo Ashmore
Participant@pcwriter go for it, it’s there to be used if it suits the purpose. – API keys were always a pain
@leguis08 Glad it works.
@gunju2221 It is very possibly a custom theme issue, a custom theme will have to have ensured that the correct action hooks exist in pages as the main maps are fed through to the page via these, you could test with the widget instead which was provided really so that site admins could place the map in more refined custom widitised areas of the members profile pages if they existed.
When writing something like this you can only account for that which is known thus the included stylesheet is there simply to try and style the map if it’s dropped into bp-default, therefore those styles may not have relevance to a custom theme, especially where that theme may be heavily modified, however the basic styles are worked on elements and element id’s/classes that should exist in any theme.
The other aspect of course is that you must have created that extended profile field and named it ‘location’ and existing users will then need to actually edit their profile to add an address or partial address for the map to display, if a user hasn’t filled this item in then the map does not display at all.
December 7, 2010 at 5:06 am #99959anindyaray
Memberthank for the suggestion but I actually want a solution for these problem, later will be thinking about supporting browsers …
is there anybody to actually provide some help in these issue ?
I’m testing this in localhost ..December 7, 2010 at 4:56 am #99958In reply to: New Users Cannot Register
Mike
ParticipantDefinitely try the basics of narrowing down the root of your problem. First, I’d probably download the maintenance mode plugin and let all your users know beforehand that you’ll be doing some testing in the wee hours of the late night. Then, deactivate all your plugins. Run the Default BP theme that shipping with your BP plugin, and update BP, too, if you’re not running the latest version. If everything works — registrations/postings/uploads/etc., you’ll know that it’s a plugin(s). To figure out which one(s) is the culprit, activate one by one and keep testing one by one — very labor/time intensive, but that’s usually how troubleshooting goes. Most likely, you’ll be able to figure out what’s wrong and contact the plugin developer for some pointers
December 7, 2010 at 3:05 am #99954In reply to: Way to disable admin bar on certain themes?
pcwriter
ParticipantThe adminbar is triggered by the call to wp_footer. So make sure that call is present in your theme.
December 7, 2010 at 2:59 am #99953In reply to: Way to disable admin bar on certain themes?
maui1
MemberHi,
Thanks for the CSS solution to the admin menu migrating to the bottom in a stretched out hierarchy. While this polishes up my site, but I would really like the admin menu at the top the way it is supposed to be. I have the Executive theme and other than the admin menu I am having a good time working with it.
December 7, 2010 at 1:11 am #99947Virtuali
ParticipantI tried the plugin, although it does not show up in the profile?
Must be because I am using custom theme
December 7, 2010 at 12:57 am #99945In reply to: Getting Buddypress Functions in to Custom Theme
Virtuali
ParticipantSounds like you need to add the JS into the file in your theme.
December 6, 2010 at 11:01 pm #99936pcwriter
ParticipantGoody! I’d like to incorporate this into my new theme framework (coming along nicely…). That is, if you don’t mind credit and some link love
I couldn’t figure out how to do it without the key but, now it looks doable. Thanks a bunch!December 6, 2010 at 8:56 pm #99930In reply to: Getting Buddypress Functions in to Custom Theme
-
AuthorSearch Results