Search Results for 'theme'
-
AuthorSearch Results
-
November 18, 2015 at 10:31 am #246886
In reply to: Dismiss template notices after a few seconds
Henry Wright
ModeratorYou could create a .js file in your child theme which you could use for all of your custom JavaScript. You’d then enqueue it with the following code (which goes into your child theme’s functions.php):
function my_enqueue_scripts() { wp_enqueue_script( 'my-custom-js', get_stylesheet_directory() . '/js/script.js', array(), '1.0.0', true ); } add_action( 'wp_enqueue_scripts', 'my_enqueue_scripts' );Note:
This snippet will enqueue a script called script.js located at child-theme/js/script.jsAlternatively, you could just add the code to your footer.php file, just above the
</body>tag like this:<script> // JavaScript goes here. </script>November 17, 2015 at 8:05 pm #246867In reply to: z-index issue with 2014 and cover images
Joost abrahams
ParticipantMore testing with fresh install WP4.3.1
Plugins active : buddypress, maintenance
theme test data imported
buddypress test data imported2013, 2015 themes no issues
2014 only exist on group pages, members pages no issues
November 17, 2015 at 7:36 pm #246864In reply to: buddypress 404 error on the user related pages
r-a-y
KeymasterThat’s odd.
Are you sure you have deactivated all plugins / code snippets (
wp-content/plugins/bp-custom.php,/wp-content/mu-plugins/) and that you switched the theme to one of the Twenties (Twenty Sixteen, Fifteen, etc.)?November 17, 2015 at 7:32 pm #246861In reply to: Groups Pages
r-a-y
KeymasterCan we have separate template for any-group-name page?
Yes! That’s what the template hierarchy is for:
November 17, 2015 at 4:26 pm #246854In reply to: BP 2.4.0 – Group frontpage hierarchy question
paragbhagwat
ParticipantThanks@r-a-y i figured out that my Theme has code from older version of buddy press. I will go ahead and modify it.
November 17, 2015 at 1:38 pm #246849In reply to: BP 2.4.0 – Profile fields registration problem
bum2
ParticipantHi r-a-y,
– Changing the theme x to twentyfifteen does not solve the issue.
– There’re many plugins used, but found that deactivating ‘sitepress-multilingual-cms’ (v3.2.7) was the way to show up again the form controls in BP 2.4
– The issue happens without any browser console error, nor any note using the debug-bar plugin, and nor any log entry at the apache’s error log.
– Not overridded the register form, only a custom .js added to show-hide form fields, but the issue happens even without javascript in the browser.Seems to be an incompatibility with wpml, are you sure it works for other sites? both buddypress and wpml are important plugins for us.
Thanks!November 17, 2015 at 9:39 am #246844In reply to: buddypress 404 error on the user related pages
suprcb
Participantyes we try …
– deactivate all plugins
– change theme
– install again
– save permalink againand 404 error continues only in user related pages mysite/members/username/ if we use …
– mysite/members/username/profile
– mysite/members/username/notifications/
– mysite/members/username/messages/
– mysite/members/username/friends/ … all internal user pages works only we have 404 with mysite/members/username/we spend 2 days looking for a solution and nothing
November 17, 2015 at 2:34 am #246841In reply to: buddypress 404 error on the user related pages
Venutius
ModeratorHave you tried switching your theme to 2015 in order to see if there is a theme update needed?
November 17, 2015 at 12:56 am #246838In reply to: BP 2.4.0 – Group frontpage hierarchy question
r-a-y
KeymasterWe have deprecated support for the bp-default theme since v1.9:
The future of the bp-default themeThat being said, we can look into supporting this feature in bp-default for BP v2.5.0.
November 17, 2015 at 12:40 am #246837In reply to: BP 2.4.0 – Group frontpage hierarchy question
paragbhagwat
Participant@r-a-y i got it.. in buddypress 4.0 under buddypress.2.4.0\buddypress\bp-templates\bp-legacy\buddypress\groups\single the new file is there but under
buddypress.2.4.0\buddypress\bp-themes\bp-default\groups\single
it has the older file. Is that how its supposed to be? I am now going to check my theme to see if it has overridden any of those files.
Thanks,
ParagNovember 17, 2015 at 12:37 am #246836In reply to: BP 2.4.0 – Group frontpage hierarchy question
paragbhagwat
Participant@r-a-y hmmm i am not even checking it in my theme i just unzipped buddypress.2.4.0 and i am seeing the old file inside that.
November 17, 2015 at 12:30 am #246834In reply to: BP 2.4.0 – Group frontpage hierarchy question
r-a-y
KeymasterYou might have to do a fresh install because BuddyPress 2.4.0 uses new code for the
/groups/single/home.phptemplate:
https://buddypress.trac.wordpress.org/browser/tags/2.4.0/src/bp-templates/bp-legacy/buddypress/groups/single/home.php#L75The code you listed above is older code.
If you already have those changes, then I’m guessing you are using a custom theme with BuddyPress support that has overriden the
groups/single/home.phptemplate. If that is the case, you’ll have to change the group home template to use these new lines.November 16, 2015 at 7:39 pm #246826In reply to: Extended Profile Repeat Fields
Michael Kracke
ParticipantThis is a theme I have hand built, so there may be something that I don’t have correct.
I am using WordPress: 4.3.1 and BuddyPress 2.4.0
I have gone through and tried deactivating plugins and still no luck. All plugins are up-to-date. Problem seemed to occur when i would create a new field group and delete it. It almost seems like if I had a field then deleted it, it would show up again but as the Name field which is not deletable.
November 16, 2015 at 5:45 pm #246821In reply to: Customization questions
scoobs2000
ParticipantHi, thanks and glad there was something in there for you. Don’t spend too much time digesting as above was provided as a generalised overview of possibilities, as too is below.
**I find once narrowing down a couple of solutions concepts for a project next step is roll out a concept build and play for yourself and see how things work or not work including if the concept platform sits well with your own methodology of design and capacities .
Re, including buddypress from the start, sure Why not?
I challenge you to list any reasons why one wouldn’t consider committing to buddy on initial planning. (no need to post, just a thought provoking exercise)
With my own project one primary key point goal was the project must be built on WP, right from the start I even consultant client against this idea, at the time I believed there are “better” solutions out there for a community building site (of this nature). Without going into details why and how such other platforms “could be” implemented.
The end result was I always came back to Buddypress being a perfect smooth integration as a small component of the complete project. At that time it was just a case of commitment and understanding there are going to be some big customs on the horizon, I’m very familiar with WP and its hooks and filters so developing bp / bbp was just a case of heading to the codex pages and certainly an influencing factor in using buddy – having an extensive self-help support system.
Regarding other community platforms built on WP I did look at other open and premium paid systems , my findings: in support of buddy for this project.
1. Self help support community – provides a wider understanding of what you are trying to do, and therefore can provide much wider access to resources and solutions (access to 100’s of developers , compared to a single tech support that can take longer to explain things before they “get it!”) – stuck on something just search the support, before posting you will be really surprised that even 5year old post can provide direction.
2. Plugin support – say plugins, today if there is not a plugin that does it, there will be soon… Very common on long term projects I work on, I will write a plugin / function code, then 6months later either a theme, plugin or even a core update is released with the same feature. That’s not a bad thing, it just means I’m always at least 6months ahead of the rest of the world……. Well that’s how I read it
3. Warm and fuzzy feel good feeling in the open source arena – everybody to his own, with respect. And the open source arena means different things to different people. For me this project has opened further opportunities to release certain features / plugins back into the community once tested and proved etc. – so there is a level of warm and fuzzy for me regarding using buddy press being something not provided elsewhere. (but that’s just me)
What you use for the community building and offering of other features it’s really up to you. It makes sense that if your store is built on wp, then you would use wp for all other components of the project. (buddy, bbp etc).
So why not commit to buddy right from the start if you choose to using a wp based store?
You could consider the store / payment systems a separate project, where you decide to use a wp base store. And the other project is a wp based community building site.you are just using the same wp install for both projects. –
referring to my suggestion “start with the payment systems first” it’s more so, maybe focus more energy on this part to ensure you get it working first before investing too much time in rest of the project.
Maybe consider your concept build to be an “out of box” wp / buddypress install (provides opportunity to play with buddy while working on the store / payment systems and check out the woo plugin library too.
One advantage will be each customer account (user id) will be same buddy press member id (user id) – from there you’re pretty much only limited to your own capacities as a developer and of course client time and budget.
My understanding of BuddyPress is it’s an extendable community building framework eg, has friend’s connections, member’s directory, forums(bbp), message systems + a bunch of other cool features etc. apart from the specific community building features it’s up to the developer to extend using existing plugins or creation.
Enjoy!
November 16, 2015 at 5:20 pm #246819In reply to: Extended Profile Repeat Fields
@mercime
ParticipantI remember someone reporting a similar issue last year or so. They used a theme which was not updated with the current BP version at that time. What have you done so far to troubleshoot the issue?
WP/BP versions? Theme used? If you change to the Twenty Fifteen theme, does the issue remain or is it resolved? Have you tried deactivating plugins except BP and use WP default theme to check if that resolves the issue? If that doesn’t solve it, do provide more information about your installation https://buddypress.org/support/topic/when-asking-for-support-2/
November 16, 2015 at 1:07 am #246795In reply to: Buddypress 2.4.0: Profile fields broken
valuser
ParticipantHave tested this issue with Twenty Fifteen, Twenty Twelve and Kleo
There appears (to me) to be two seperate issues.
1) irrespective of theme
Previously when Enforce Field Visibility was checked then the Option to change field visibility did not arise on the registration form.
Now it does appear, and can be acted upon, even when Enforce Field Visibility is checked.
And the new potential member is allowed to change visibility nothwithstanding that it had been marked (say) Admins Only.
(Haven’t yet gone into tho database to check what has happened in bpxprofile data – but i do think something is amiss)
2) With Kleo
In addition to the above (will notify SeventhQueen)
When the Registration page is opened the div containing the options to change visibility is open (default) on the form. – not good
On the other themes the div containing the options to change visibility is closed (default) on the form.- all good
November 15, 2015 at 11:38 pm #246793In reply to: Sidebar not appearing all where it is needed
Charla
Participant@Agbams have you set up any Widgets for Buddypress sidebar http://vibethemes.com/envato/wplms/documentation/theme-guide.html#sidebar-setup.
Also check under the created page “Members” and see what sidebar is selected if that option is available.
November 15, 2015 at 11:29 pm #246792In reply to: BP 2.4.0 – Group frontpage hierarchy question
paragbhagwat
Participant@r-a-y thanks i did read that and i added a front.php in my theme under buddypress/groups/single and it worked perfectly fine. I was then looking to have a different page for pubblic groups vs private groups so i created a new file called
front-status-public.php and placed it under the same location of buddypress/groups/single
That is not working. Only front.php works.. as given in the hierarchy it should look at the status file before it even picks up the front.php. As shown below the home.php seems to be looking only for front.php and not the hierarchy. Any idea what is going on?
home.php code
if ( bp_is_group_home() ) : // Use custom front if one exists $custom_front = locate_template( array( 'groups/single/front.php' ) ); if ( ! empty( $custom_front ) ) : load_template( $custom_front, true ); // Default to activity elseif ( bp_is_active( 'activity' ) ) : locate_template( array( 'groups/single/activity.php' ), true ); // Otherwise show members elseif ( bp_is_active( 'members' ) ) : locate_template( array( 'groups/single/members.php' ), true ); endif;November 15, 2015 at 10:51 pm #246791doubleF
ParticipantHi @Sweeny,
Woffice developer team here !
Do you have any ticket open here : https://2f.ticksy.com/ ? Please send us some access to your website so our team can figure out what’s going on 😉
The issues is also present with some other themes but it seems to be caused by the Birthday extension. As we create new Xprofile fields, but if was working fine before 2.4.0 and we can’t reproduce it.
That’s why we need more details 🙂
Thanks @r-a-y btw !
Cheers
2F
November 15, 2015 at 10:04 pm #246789In reply to: Sidebar not appearing all where it is needed
UgoDimma
ParticipantHey @webgirl
Thanks for your response.
Just as I said, am running buddypress v2.3.4 with wordpress 4.3.1
Am using WPLMS theme by Mr. Vibe It is deeply integrated with buddypress for maximum compatibility, but I don’t know to what extend.
Some plugins am using includes but not limited to;
- Vibe course module
- Vibe custom type
- WooCommerce
- BBPress
- WPLMS Assignment
- WPLMS Dashboard
- WPLMS Events
and some other ones.
The plugins am using, has nothing to do with the sidebar other than to add their own widget if need be. But in the theme files, there are a lot of buddypress instances there.
November 15, 2015 at 6:59 pm #246785r-a-y
Keymaster@sweeny – WOFFICE is a premium theme that we do not have access to.
The other replies in the thread mention that they are using multisite. Are you using multisite?
November 15, 2015 at 6:52 pm #246784Sweeny
ParticipantOf course, nothing special. I have installed the woffice theme and activated woffice birtday plugin. After this… The error appeared.
November 15, 2015 at 6:49 pm #246783In reply to: Buddypress 2.4.0: Profile fields broken
r-a-y
KeymasterKLEO is a premium theme that we do not have access to.
– What happens when you switch to another theme? Does the problem still occur then?
– If the problem still occurs after switching the theme, what plugins are you using?
– Do you see any errors in your browser console?November 15, 2015 at 6:40 pm #246782In reply to: BP 2.4.0 – Profile fields registration problem
r-a-y
Keymaster@bum2 – I’ve split your reply into its own topic.
– What happens when you switch to another theme? Does the problem still occur then?
– If the problem still occurs after switching the theme, what plugins are you using?
– Do you see any errors in your browser console?
– Did you override the registration template into your theme?November 15, 2015 at 6:33 pm #246781In reply to: BP 2.4.0 – Group frontpage hierarchy question
r-a-y
Keymaster@paragbhagwat – I’ve split your reply into a separate topic.
About the custom group homepage template, this is only for theme developers. It’s not something we bundle.
For more info, read the “Single Groups Front Page” section of this codex article:
-
AuthorSearch Results