Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 4,476 through 4,500 (of 31,073 total)
  • Author
    Search Results
  • #254264
    danbp
    Participant

    … and a premium one, so we’re unable to help you for it here, as we have no access to the code.
    Before asking for help on your theme support, activate one of WP’s Twenty theme and ensure you configured BP correctly. Deactivate also all other plugins while testing. Once the install is correctly showed on Twenty, you can activate your theme.

    If something goes wrong after that, you can be sure it’s a theme issue. And if it’s ok, you reactivate plugins one by one. And again, if any issue, you will know if a plugin is failing.

    #254260
    tatufrancis
    Participant

    Its a custom theme for Woo commerce.

    #254259
    sharmavishal
    Participant

    Does your theme support buddypress?

    #254257
    tatufrancis
    Participant

    I have checked everything in my knowledge,

    Is my theme has the problem? My theme is venedor.

    ineedyou
    Participant

    Sorry my english, is topic about that you are publishing new post (wp default) or custom post type and adding embed video to this post but not display on buddypress activty? I am searching solution everywhere…

    My Buddypress activity (and filter) show all kind post or cpt. BUt only text, text+image or text+featured image. Never show embed videos if added these post… Any solution did you find?

    I am using latest BP, WP and other pluging. Also if i use default theme dont show still…

    I reaaly need this solution. If no solution, do you have any idea, when activity will show “Mrx published new Food (my cpt), member will click Food link but will open popup or lightbox (you know rtmedia do this, if click image open lightbox).

    Thanks..

    #254246
    Kookidooki
    Participant

    This is the solution:

    go to your child-theme > functions.php (create one if you don’t have this).
    Add this code to your functions.php file:

    define ( ‘BP_AVATAR_THUMB_WIDTH’, 150 );
    define ( ‘BP_AVATAR_THUMB_HEIGHT’, 150 );
    define ( ‘BP_AVATAR_FULL_WIDTH’, 150 );
    define ( ‘BP_AVATAR_FULL_HEIGHT’, 150 );

    And you’re all set!

    #254240
    Kookidooki
    Participant
    #254229
    tatufrancis
    Participant

    Dear Dan,

    I have Pretty permalinks activated, Created all the components, pages required.

    Also updated theme with buddypress templates and buddypress.css also Still unable to activate all the components.

    Regards,

    Tatu

    #254221
    ineedyou
    Participant

    Dear @danbp

    Maybe i should explain more detail. And what i want to do…I really must solve this future of my project 🙂 Sorry long sentences really sorry

    BP update via what’s new form and add embed is working. No problem.
    Our members can create new post (food) with toolset types on frontend. They can add image or video or custom fields. when anyone visit abc.com/foodarchive and click food 1 and open new window and Ok can see everything. At the moment, this published new post displaying on buddypress activity (also can added filter with bp-custom.php)… Buddypress activity display all kind food post body such as if there is only text show text, if there are text+image, ok BP activity show this also… At the moment, if only text and no image but author add featured image, well BP also show text+this featured image on activity stream… But never show video on activity stream if its in post body…

    I dont undestand (because i am copypaste coode user) how can BP update via add form can show embed video but not display video from custom post embed? No way to solve this?

    Why? Because my member want to see video on activity stream before visit this post. BP just show MRx Published new Food..

    If i use Visual composer (extension add on pluging) features add youtube video to post, yes this is showing embed video on buddypress activity.But this is problem because when anyone click bp show filter and turn back another filter (comment to post, or post to updates or group updates), visual composer short codes broken and display like this [vc]textblock[vc]. If refresh page, yes eveything normal, so my theme remove shortcodes from visual composer.

    Thanks for giving your time…

    #254212
    ineedyou
    Participant

    Dear @danbp

    My english is not good so i hope you are talking about my problem that buddypress display default wordpress post on activity stream with image or image + text… But when i add (attach isnert with url) embed video to post on backend admin side, buddypress do not display this video. Just display “Mrx wrote a new post, ABC (Post Title)”. if i click post title open in new window and i can see the embed video there…

    Why my buddypress activity do not display embeded video post on activiy…Only text or image can be display…. All my WP and BP version latest, also test it default wordpress themes.

    Very import for me… I am searching this topic last 7 days and askink forum but no reply…

    Thanks…

    #254190

    In reply to: Permalinks Problemes

    danbp
    Participant

    Seems not to be a BuddyPress question. BuddyPress doesn’t use categories. Permalink is a WordPress setting.

    Avada is a premium theme framework. We have no acces to his code and can’t help you here. Check Avada support.

    bbPress is a separate plugin. Check bbP support.

    What could i do ?

    – read the documentation
    – review all your settings
    – ask for help on the appropriate support forum.

    Paul Wong-Gibbs
    Keymaster

    BuddyPress doesn’t support conditional profile fields (yet?). This is asked frequently but I can’t remember if anyone’s built a plugin that handles this. You might have to hack something together bespoke for your theme.

    Regarding the second point, I’d recommend creating a custom field type, if you know PHP. It’s not too hard to do — I worked on this code a year or two ago, and it’s pretty easy to do now. You could look at https://en-gb.wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ for examples of how to add and register custom field types — specifically https://plugins.svn.wordpress.org/buddypress-xprofile-custom-fields-type/trunk/classes/Bxcft_Field_Type_SelectCustomPostType.php I think is a good example to work from as it displays custom post types in a list (you’d just query your custom table and pull in the values, wrap it in some caching, etc).

    sharmavishal
    Participant

    do i need to update the codes in my theme manually, everytime you roll an update for the plugin?

    that depends if its a major update which affects the page you modified.

    when i create a folder named “Buddypress” in my theme, it will override the original. correct?

    correct

    Masoud
    Participant

    @danbp
    do i need to update the codes in my theme manually, everytime you roll an update for the plugin?
    because as it’s said in many places, when i create a folder named “Buddypress”
    in my theme, it will override the original. correct?

    for example. now it’s version 2.5.3 and i copied the general.php from plugin in my theme’s buddypress folder.
    so when the version 2.6.0 is out, do i need to copy and replace general.php from plugin to theme again?(as to use the most recent codes)?

    so do i need to? or not?

    sorry for my question, if it sounds stupid.

    Masoud
    Participant

    @danbp
    thanks for your complete explanation. but there is not such a file members/single/settings/general.php in my socialchef theme.
    and yes, i do have a buddypress folder in my socialchef theme.
    so i created the path. and copied the general.php from buddypress plugin files to the destination folder.
    and did the changes as i want.
    thanks a lot.

    danbp
    Participant

    My answer was later as your’s.

    – do you use a child-theme ?
    – do you use some cache plugin ?

    I haven’t time to teach you php. But a little tip when you do such things.

    Before to remove code (php or html), try to ADD something to the original code. ie. a simple word who then appear on the template. This can give you an idea from where to start.

    danbp
    Participant

    @5high Yep! You’re right. The form is now build separately. To hide it conditionnaly, it’s much easier as previously.

    What you have to do from now on, is to add a condition on the template part call.

    The form template file is post-form.php (activity/post-form.php)

    On each activity template (swa, members, groups,…), there a call to this file. bp_get_template_part( 'activity/post-form' );

    To solve your problem, you have just to add the condition you want for this call.

    In your case, as you want to disallow the form only on swa and on member’s activity, you modify
    child-theme/buddypress/activity/index.php (site wide activity) and child-theme/buddypress/members/single/activity.php (profile activity)

    For example i hide the form to any user except site admin by using:

    if ( is_user_logged_in() && is_super_admin() )
    	bp_get_template_part( 'activity/post-form' );

    Hope to be clear ! 😉

    #254129
    alibong0
    Participant

    i just wanted to know the term ‘alternate row colour for…*****’to google help about it, hence the lack of detail.. i figured you wanted me to figure it out myself. http://www.templatemonster.com/demo/52997.html <— this is my theme. on the newest wordpress and buddypress.

    #254128
    danbp
    Participant

    Please read here and give at least some details about the theme you use.

    Or better, a valid url to your site. Alternate row color is a theme related question, which can be handled via CSS, but if you don’t tell what theme you use, it’s impossible to guide you more.

    Note also that if you use a premium theme, we have no access to it. In this case, you need to ask on the theme support.

    #254109

    In reply to: Editing profile header

    danbp
    Participant

    Right click and select view page source code is enough to find html tags. No need to search in BP’s files. The solution is to use the appropriate id & class. Try to add this CSS to your child-theme styles.css file.

    #item-nav #object-nav ul,
    #item-body #subnav ul {
       list-style-type: none!important;
    }
    #254079

    In reply to: Wierd Buddypress Issue

    mugluck
    Participant

    Is there a way to set the default page template for profiles in Buddpress? I’ve isolated the problem to the fact that it’s generating from the default profile in our wordpress theme. But I don’t know which file in the buddypress system I should add the php code to.

    #254070
    AngelaQ
    Participant

    Turns out my server guy doesn’t leave til Sunday, so he commented it out… It was this line:

    if ( empty( $_GET['xprofilefix'] ) || empty( $bp ) ) {

    and the error thrown was:

    PHP Parse error: syntax error, unexpected '&', expecting ']' in /home/www/webhost8/heartsthroughtime.com/htdocs/wp-content/themes/colormag/inc/functions.php on line 18

    #254067
    @mercime
    Participant

    @wpbp999 Sorry, we do not have access to the premium theme. The best place to ask is at the theme developer’s forum. 🙂

    #254066
    r-a-y
    Keymaster

    If you do not have access to your database, you can temporarily put the following snippet in your theme’s functions.php or wp-content/plugins/bp-custom.php file:

    function ray_xprofile_group_fix() {
    	global $wpdb, $bp;
    
    	if ( empty( $_GET['xprofilefix'] ) || empty( $bp ) ) {
    		return;
    	}
    
    	$wpdb->query( "UPDATE {$bp->profile->table_name_groups} SET id = 1 WHERE id = 2" );
    }
    add_action( 'get_header', 'ray_xprofile_group_fix' );

    Then, go to your website and append ?xprofilefix=1 to your website URL.

    eg. example.com/?xprofilefix=1

    This should change your profile group ID back to 1. Next, check your registration page and “Edit Profile” link and see if they work.

    Once you have confirmed that it works, remove the code snippet from your theme’s functions.php or bp-custom.php file.

    #254058
    Masoud
    Participant

    @shanebp
    thank you very much.
    the code above run with no eror.
    —–
    UPDATE:
    i put it in my theme functions.php. and it works.
    by mistake i was thinking that i have to put it in bp-custom.php to make it work.
    but it has to be in FUNCTIONS.PHP of your THEME.

Viewing 25 results - 4,476 through 4,500 (of 31,073 total)
Skip to toolbar