Search Results for 'theme'
-
AuthorSearch Results
-
October 1, 2012 at 10:26 am #142748
@mercime
Participant1. Sure. If you want the complaints to be private, just set up a contact form. If you want complaints to be public or semi-private set up Group and/or Sitewide forums.
2. You need the Domain Mapping plugin. Then you need either:
– https://wordpress.org/extend/plugins/bp-multi-network/ OR
– http://buddydev.com/buddypress/introducing-buddypress-multi-network-plugin-create-multiple-separate-social-networks-on-a-single-buddypress-install/
You’d have to ask plugin devs whether either or both are compatible with Domain Mapping plugin though I haven’t heard issues with either so far.3. In either multinetwork plugins above, there are ways and means to do what you need – some coding required.
4. Yes, using either of the multinetwork plugin above, you do keep those components separate.
5. Yes, I posted both in #2
6. No, the networks do not have to use the same theme at all.
7. No limit to number of networks. One can only be limited by server and coding skills.
October 1, 2012 at 8:38 am #142739In reply to: [Resolved] BuddyPress and Sports Mag Theme
Wizza
ParticipantOctober 1, 2012 at 4:07 am #142731In reply to: Cannot Edit, Delete, Open or Sticky Forum Topics
kpolkson
Participantok, i deactivated the bbpress plugin to uninstall sitewide themes. but I am still having the same problem, I can’t edit, delete or sticky a post as clicking on any of those links just go to the 404 not found page.
what else might I check?
thanks
October 1, 2012 at 2:28 am #142729@mercime
ParticipantB. At the bottom of the same 16 files, replace:
`
`
with the following (except for registration/register.php):
`
`with the following for registration/register.php:
`jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});`
Save files.
C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/simpolio/
D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.
October 1, 2012 at 2:28 am #142728@mercime
Participant@nstjwz Based on the structure of your theme, you need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your simpolio theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
``with
``Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
…
` or `
..
` to `
// Titles Of Respective BP Page Templates //` and move to just right under “
Watch out when you do this in the /activity/index.php page.Save files.
October 1, 2012 at 12:41 am #142726In reply to: [Resolved] BuddyPress and Sports Mag Theme
@mercime
Participant@wizza
– URL of theme demo as there’s more than one sports magazine theme
– Do post the codes for the header.php, footer.php and index.php files as wellOctober 1, 2012 at 12:34 am #142725@mercime
Participant@pilarmontesluna Bien hecho. Gracias por sus comentarios
September 30, 2012 at 9:19 pm #142722delete this account
Participant@mercime I agree with you, and I prefer wide space too.
September 30, 2012 at 9:17 pm #142721@mercime
Participant@nstjwz option available for all BP templates – wide space http://easysite.by/simpolio/pages/about-us/ or one with sidebar http://easysite.by/simpolio/blog/ I’d go wide space since you’d need it for most of the BP components. Or you want the one with sidebar?
September 30, 2012 at 6:56 pm #142719pilarmontesluna
ParticipantThank you very much, everything fantastic. Me ha funcionado estupendamente. Ha quedado divino. Y tambien gracias a google translate!!!!!!!!
Un saludo
PilarSeptember 30, 2012 at 6:49 pm #142718In reply to: Sidebar driving me insane!!
@mercime
Participant== I have selected the ‘full-width’ layout for the Member Profiles page (that is set up through buddy press settings). ==
@tynkit The full width layout was set up for the Members Directory page. The internal Members and other component pages will take on the default page layout. In order to have full control of the layout for all BP pages, you would have to change the HTML structure of the BP template files per structure of your theme’s special pages.
e.g. Full width page like your contact us page, superimpose the html structure of that file over the template files in /members/ directory transferred to your Volt theme folder in server -> those template files which have the get_header and get_footer
September 30, 2012 at 6:22 pm #142717In reply to: [Resolved] Problem with Volt theme template
@mercime
ParticipantB. COPY Sidebar A template http://pastebin.com/8TQg5dmt and Save As > sidebar-buddypress.php
Open up sidebar-buddypress.php file and at the very TOP of the file, add this:
``
Then in the same file, at the very BOTTOM below other code add this:
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});`
Save file.
C. Upload header-buddypress.php and sidebar-buddypress.php to your theme folder in server wp-content/themes/volt/ in the same directory where your regular header.php and sidebar.php files are
D. Final note: Copy the style modifications for some BP elements https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste those at the bottom of your theme’s stylesheet, then adjust to taste.
September 30, 2012 at 6:20 pm #142716In reply to: [Resolved] Problem with Volt theme template
@mercime
Participant@raetona Based on the HTML structure of your theme, you will only need to create two new files, header-buddypress.php and sidebar-buddypress.php to make the BP templates compatible with your theme.
If you’ve revised any of the BP template files transferred to your volt theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your volt theme folder in server – /activity, /blogs, /forums, /members, /groups, /register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.
NOTE: If the following doesn’t work out for your installation as some options may not work within BP pages, please contact theme author and refer him/her to this topic.
A. COPY your theme’s header.php and Save As > header-buddypress.php
Open up header-buddypress.php and at the BOTTOM of the file, below other code contained within, add this:
`<?php
/* Fetch admin options. */
global $options;
foreach ($options as $value) {
if(isset($value) && isset ($value))
if (get_option( $value ) === FALSE) { $$value = $value; } else { $$value = get_option( $value );}
} ?>`Save file.
September 30, 2012 at 4:58 pm #142715@mercime
Participant@pilarmontesluna Buena suerte. Háganos saber si usted tiene algún problema con las instrucciones. Gracias a google translate
September 30, 2012 at 2:32 pm #142711In reply to: [Resolved] Problem with Volt theme template
Raetona
ParticipantHi @mercime, thanks for the help! I’d like to use the “Right Sidebar A” layout, because I don’t need a full width template and I’d like to have a sidebar. Something similar to the buddypress test-drive site ( http://testbp.org/members/johnjamesjacoby/profile/ ).
Page with sidebar template: http://pastebin.com/FS1UCmfZ
Sidebar A template: http://pastebin.com/8TQg5dmt
September 30, 2012 at 12:58 pm #142709edinchez
ParticipantI’m not sure really. I just know that the previous version didn’t have that code change the current one has.
September 30, 2012 at 11:06 am #142707pilarmontesluna
ParticipantTengo esta plantilla. Voy a intentar a solucionarla segun se indica aquí. Un saludo Pilar
September 30, 2012 at 6:29 am #142704delete this account
ParticipantI checked out right now on public_html/wp-content/themes/simpolio/index.php and the index.php now has the last code I sent you here http://pastebin.com/U2FNWCT6
It looks like my error, although I’m pretty sure I sent you the content of that file, before.
September 30, 2012 at 6:13 am #142703delete this account
Participant@mercime now you mention it, in the zip, the page.php file, looks the same I posted before. And the index.php shows: http://pastebin.com/U2FNWCT6
If you want to see the theme, I can send you the zip
September 30, 2012 at 5:50 am #142701@mercime
Participant@nstjwz something’s awry. The index.php code you posted is that of BuddyPress – Activity Directory page and that code in page.php will not generate any content.
Can you unzip the original theme folder and check if the page.php has the same code there, just in case the file you have uploaded has been corrupted.
September 30, 2012 at 12:28 am #142700In reply to: Widgets & sidebar not showing after upgrade
jhilton
ParticipantHuddle sounds like a good theme…
September 29, 2012 at 9:12 pm #142692In reply to: Widgets & sidebar not showing after upgrade
r-a-y
KeymasterIt sounds like you’re just missing the code for the widgets to show up.
Since I don’t have access to the Huddle theme, it should be as simple as adding the dynamic_sidebar() function to your frontpage template:
https://codex.wordpress.org/Function_Reference/dynamic_sidebarMake sure you know what the sidebar ID is though. Again, this sounds like a theme issue. Try contacting the theme developers for Huddle.
September 29, 2012 at 8:00 pm #142687In reply to: Widgets & sidebar not showing after upgrade
r-a-y
KeymasterIt looks like you’re using Huddle.
You should contact the theme developer and tell them about this issue.
September 29, 2012 at 7:44 pm #142683delete this account
Participant@mercime That’s the only thing there is on that file…
Don’t know if this may help, but this is the template for that page: http://pastebin.com/wasJxY5j
September 29, 2012 at 7:28 pm #142682In reply to: Widgets & sidebar not showing after upgrade
@mercime
ParticipantIf you have backups of your server files and database, just revert to both. Better to resolve widget issues with theme author as looking forward, BP 1.7 with cool new features is in the works already.
-
AuthorSearch Results