-
Henry replied to the topic Including jQuery causes some BuddyPress functionality to stop working in the forum How-to & Troubleshooting 11 years, 1 month ago
Hey @hugo
1. Lol! I’m lazy and a really bad designer!
2. You just answered my question with this! jQuery is enqueued but I seem to need the latest version. Not sure including jQuery twice done me any favours. Just used
wp_dequeue_script( 'jquery' );
which solved my problem.Thanks Hugo 🙂
-
sensibleplugins replied to the topic Problems displaying shortcode contents in non-standard BP 1.7 themes in the forum Creating & Extending 11 years, 6 months ago
Thank you so much @Hugo. Your suggestion didn’t work for us though. This is what we currently have:
$content = $page->post_content;
$content = apply_filters('the_content', $content);Following your suggestion, we changed it to:
add_filter( 'the_content', 'wpautop');
[Read more]
$content = $page->post_content;
$content = apply_filters('the_content',… -
Famous replied to the topic [Resolved] Remove theme sidebar in the forum Creating & Extending 11 years, 7 months ago
@hugo Please re-read my last post. What I need to do is change the CSS for the main theme site content because it is at 65% without the sidebar and now needs to be 100% to compensate for the missing sidebar, But not sitewide just for the members single page
-
M3 replied to the topic Fatal error: Maximum execution time of 90 seconds in the forum Miscellaneous 11 years, 9 months ago
-
M3 replied to the topic Fatal error: Maximum execution time of 90 seconds in the forum Miscellaneous 11 years, 9 months ago
@Hugo and Mercime:
I just deleted one group using the Frisco theme and the “Fikih” group is deleted and gone.
-
M3 replied to the topic Fatal error: Maximum execution time of 90 seconds in the forum Miscellaneous 11 years, 9 months ago
-
M3 replied to the topic Fatal error: Maximum execution time of 90 seconds in the forum Miscellaneous 11 years, 9 months ago
Still got the same error
-
M3 replied to the topic Fatal error: Maximum execution time of 90 seconds in the forum Miscellaneous 11 years, 9 months ago
I delate both group twice but its still there
-
M3 replied to the topic Fatal error: Maximum execution time of 90 seconds in the forum Miscellaneous 11 years, 9 months ago
On it now
-
M3 replied to the topic Fatal error: Maximum execution time of 90 seconds in the forum Miscellaneous 11 years, 9 months ago
I haven’t make any customization with the theme file. All modification made from admin backend theme settings
-
M3 replied to the topic Fatal error: Maximum execution time of 90 seconds in the forum Miscellaneous 11 years, 9 months ago
-
M3 replied to the topic Fatal error: Maximum execution time of 90 seconds in the forum Miscellaneous 11 years, 9 months ago
@Hugo: Thank you for your advise. I think I will go with different theme since its to risky, my client barely know how to add article to their site using WP. I will go with buddypress compatible theme but with […]
-
Anonymous replied to the topic Remove BuddyPress 'change password' in the forum How-to & Troubleshooting 11 years, 9 months ago
Thanks for the reply.
I do not seem to have that directory structure. All of my directories begin with bp_ and even under bp_members, there is no subdirectory of /singles
Or am I looking in the […]
-
Denis Ciumbargi replied to the topic Activity story aligning in the forum Showcase 11 years, 10 months ago
@hugo, it is my problem but it is not my design. It is the incompatibility that buddypress has with lots and lots of themes. Instead of just pointing me to learn some more css the team could just accept a small […]
-
Vicky A M R replied to the topic How to check the current page is current_user_domain page or any user's sub-nav item page? in the forum How-to & Troubleshooting 11 years, 12 months ago
Thanks @Hugo , you are awesome
-
Tammie Lister replied to the forum topic Members directory code in the group BP-Default 12 years, 2 months ago
@Hugo – that’s why in my last 2 gists I’ve just put pure CSS separate.
-
Tammie Lister replied to the forum topic Members directory code in the group BP-Default 12 years, 2 months ago
@Hugo: Why do you think a rem is a risk? A em is a risk yes but a rem? I ask this more opening up the debate than against anything you’re saying.
I do think from the feedback though that removing font-sizes […]
-
Tammie Lister replied to the forum topic Wireframes collections 2 in the group BP-Default 12 years, 3 months ago
@Hugo… not only you – I have also been saying focus on components 🙂 I have Mallets mallet.. does that count? I think we need to just agree all of us are on same page and lets get on with taking that into […]
-
Henry replied to the forum topic Display follower and following count in the group BuddyPress Followers 12 years, 5 months ago
Thanks @Hugo
functions.php is a good idea… i’ll do that so it can be reused throughout the theme.
-
Henry replied to the forum topic Display follower and following count in the group BuddyPress Followers 12 years, 5 months ago
It does. I’m not currently using the default menu so don’t get the Followers [2] Following [2]. I have come up with this to get the following count
Now just working on […]
- Load More
@hugo
Not recently active