Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 13,251 through 13,275 (of 31,072 total)
  • Author
    Search Results
  • #142156
    Paul Wong-Gibbs
    Keymaster

    The error tells you WordPress can’t find those files. Did you delete them from your plugins directory?

    #142149
    dasteralo2
    Participant

    I’ve tried to open directly in firefox the create.php page and have this error message:

    Call to undefined function get_header() in /htdocs/myfolder/wp-content/plugins/buddypress/bp-themes/bp-default/blogs/create.php

    Maybe it can help to find a solution … πŸ™‚

    #142143
    Prolet
    Participant

    Actually…
    I installed and activated and i have the following messages:
    The plugin buddypress-login-redirect/bp-login-redirect.php has been deactivated due to an error: Plugin file does not exist.

    The plugin buddypress/bp-loader.php has been deactivated due to an error: Plugin file does not exist.

    Such a shame!

    #142142
    Prolet
    Participant

    karmatosed, @mercime,
    Thank you very much for your help.
    I’ll give a try and fingers crossed:)

    #142141
    TWC01
    Participant

    thanks, on line 10 it is:

    and i tried

    I can’t display the code, what is backticks?

    #142140
    giannisff
    Participant

    First of all, thank you Karmatosed for your answer.
    I use the default theme. Until now i use a custom template file for the first page but i can not customize it as well. The url is http://vdoop.com/ Thanks again.

    #142139
    @mercime
    Participant

    Yes. You can install and activate BP Template Pack plugin.

    #142138
    @mercime
    Participant

    == I have done this exepct for the last part in section D. I can not see where the text has been added for the css on style.css for risen ==

    @twc01 The style mods are on that page. It starts with:
    `/ > BuddyPress Component Finishing Styles


    */`

    == Parse error: syntax error, unexpected β€˜<' in /home/inspire/public_html/wp-content/themes/risen/members/index.php on line 10 ==

    What’s on line 10?

    #142137
    Tammie Lister
    Moderator

    That’s quite an open ended question :) First up, what theme are you using – I can assume that you are using BP Default but that could be wrong? Can you provide a link to see the theme / site you are working on? To do those changes it would require you to edit theme files or set theme options – it all depends on what theme you are using.

    #142136
    Tammie Lister
    Moderator

    As far as I know it works with the latest BuddyPress. Alternatively make your theme a child of BP Default and create a theme that way.

    #142135
    hamzahali
    Participant

    @mercime
    Sorry for the late reply,
    Thanks a lot for taking the pain, I will try it and will let you know.

    #142134
    Prolet
    Participant

    karmatosed,
    Thank you for your reply.
    This is the plugin recommended by BP but it’s last update was 220 days ago. Can I installed?!

    #142133
    TWC01
    Participant

    Also i tried changing line 10 to but this also had the same issues. The theme developer does not support buddypress so im stuck :)

    #142132
    TWC01
    Participant

    Thanks, I have done this exepct for the last part in section D. I can not see where the text has been added for the css on style.css for risen.

    Also when I go to the cuddypress componets, i get this error:

    Parse error: syntax error, unexpected ‘<' in /home/inspire/public_html/wp-content/themes/risen/members/index.php on line 10

    The only other thing i did not do was change the

    as I wanted to see what it looked like first.

    Thanks for your help so far.

    #142131
    Tammie Lister
    Moderator
    @mercime
    Participant

    B. 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/wallbase/

    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.

    @mercime
    Participant

    @guitaragora Based on the structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your wallbase theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your wallbase 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 the following:
    `

    <div class="post" id="post-“>

    `

    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 this page title to above `

    `

    Save files.

    erikahrend
    Member

    This issue has been resolved. It happened to be a well documented issue with my theme that the developer has taken care of for me…

    Thanks!!

    #142112
    business31
    Member

    Hi mercime

    Ok I did what you told me and it work but me wanting a dating site I use Salutation Version 1.0 theme. So what do I need to do in order for it to work with the Salutation theme and use the bp profile search if I’m trying to create a dating site?

    #142111
    @mercime
    Participant

    B. 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/risen/

    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.

    #142110
    @mercime
    Participant

    @twc01 Based on the structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your risen theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your risen 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 the following:
    `

    <div id="content-inner" class=”has-sidebar”>
    <article id="post-” >

    `

    Note: If “ does not work here, then change it to “ or ask theme author. You can refer him to this post.

    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 this page title to above `

    `

    Save files.

    @mercime
    Participant

    B. 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/deliciousmagazine/

    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.

    Notes:
    1. Not sure if the Woo breadcrumbs will work in the inside pages of the BP components.
    2. If there’s error/s shown on screen after you upload the changes, remove the following from the top of the file:

    and the error persists, remove the breadcrumb as well
    `


    `

    @mercime
    Participant

    @mariareh64 Based on the structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your deliciousmagazine theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your deliciousmagazine 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 the following:
    `

    `

    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 //

    `

    Save files.

    GuitarAgora
    Participant

    Header.php: http://pastebin.com/13qsbfAj

    page.php: http://pastebin.com/3MtVK1uN

    index.php: http://pastebin.com/LyvnZa1b

    sidebar.php: http://pastebin.com/e9GrfqME

    footer.php: http://pastebin.com/eQW4x1WZ

    fullpage.php: http://pastebin.com/w55rbG7Q

    @mercime I hope this is what you were asking for, please let me know if i can provide you anything else that might help. Thank you so much for even taking time to see if this is possible!!! I know that coding isn’t a walk in the park and I couldn’t be more thankful for your time!

    @mercime
    Participant

    @guitaragora yes, that’s a nice theme on the front end. I may be wrong, but I’ve heard that web2feel themes have base64 encodes and that would not be kosher to use. Just in case I’m wrong, we could start step 3 of the BP compatibility process, please open up wallbase’s header.php file, copy all content, paste in pastebin.com, click submit, and post the generated URL here. Do the same for wallbase’s page.php, index.php, sidebar.php, footer.php and the template for the full-width page.

Viewing 25 results - 13,251 through 13,275 (of 31,072 total)
Skip to toolbar