Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 6,601 through 6,625 (of 32,562 total)
  • Author
    Search Results
  • #247219
    Jrzwv
    Participant

    Please i need help, all member count on my website is showing 3 instead of 1. i am the only registered member. i have checked my database to see that i am the only one registered. i have deactivated all plugins and changed my theme to Twenty Fifteen but still showing the wrong number. Please i need help i am going crazy here

    wordpress version: 4.3.1–en_GB
    buddypress version: 2.4.0

    link to my site

    #247195
    Henry Wright
    Moderator

    This is theme-related. You’ll need to use CSS to change the text size.

    Ref: https://developer.mozilla.org/en-US/docs/Web/CSS

    Henry Wright
    Moderator

    Vendor registration is currently closed. if you have an existing account, you may log in and apply to become a vendor

    Are you sure this line of text is associated with BuddyPress? What plugins do you have activated? And also what theme? It could be coming from one of those?

    #247159
    Henry Wright
    Moderator

    Hi @koreancandy

    Looking at the Name and Location profile fields, they’re also linked? To remove these links, check out the bp-custom.php article.

    #247115
    Henry Wright
    Moderator

    You should look at bp-templates/bp-legacy/buddypress/activity/post-form.php, making changes if necessary using the BuddyPress Template Hierarchy article as a guide.

    #247114
    _natty_
    Participant

    so easy, so for that reason i didn’t find around LOL
    many thanks.
    Here for others user that needs to solve this kind of problem a piece of the code that helps me to solve the problem about showing post-type on sub-nav: This function referring to the first “animal” example goes in “function cats_screen content()

    if ( is_user_logged_in() )
    {
    
    	$autore=bp_displayed_user_id();
    
    	$args = array(
    		'post_type' => array('XXXX','YYYYYY'),
    		'orderby' => 'menu_order',
    		'post_status' => 'publish',
    		'author' => $autore,
    		'order' => 'ASC',
    		'posts_per_page'=> '12'  // overrides posts per page in theme settings
    		);
    
    	$query=new WP_Query( $args );
    
    	if ( $query->have_posts() )
    	{
    
    		while ( $query->have_posts() )
    		{
    			$query->the_post();
    			$id = get_the_ID();
    			echo '<div class="post_prod">';
    			echo '<h3 class="title_prod"><a href="' . get_the_permalink() . '">' . get_the_title() .  '</a></h3>';
    			if(has_post_thumbnail())
    			{
    				echo '<div class="pic_prod">';
    				echo get_the_post_thumbnail($id,'thumbnail').'</div>'; 
    			}else echo '<div class="img"><img height="150" width="150" src="xxxxxxx" ></div>';
    			echo '<div class="exc_prod"><p>'.the_excerpt().'</p></div>';
    			echo '</div>';
    
    		}
    
    	}else{echo wpautop( 'Sorry, no productions found' );}
    	          	
    
    }else{echo wpautop( 'Spiacente, non sei autorizzato' );}
    wp_reset_query();
    #247111
    shanebp
    Moderator

    You shouldn’t change core files.

    You should be able to make your changes via template overloads.

    Copy this file
    bp-templates\bp-legacy\buddypress\members\single\messages\single.php
    to your child theme so that the dir structure looks like this:
    your-theme\buddypress\members\single\messages\single.php

    Then in single.php, change
    if ( bp_thread_has_messages() ) :
    to

    <?php  
    	$args = array(
    	   'order'     => 'DESC'
    	);
    if ( bp_thread_has_messages( $args ) ) : ?>

    To change the location of the reply box, adjust the html in that same template overload.

    #247070
    shanebp
    Moderator

    Please use the code button when posting code.

    This works for me:
    <?php if ( bp_has_groups( bp_ajax_querystring( 'groups' ) . 'type=alphabetical' ) ) : ?>

    If you copy & paste, make sure the single quotes ‘ aren’t changed to something else, like `

    This is the correct path: wp-content/themes/relativity/buddypress/groups/groups-loop.php

    #247067
    goecochic
    Participant

    wp-content/themes/relativity/buddypress/bp-templates/bp-legacy/buddypress/groups/groups-loop.php

    I just created these files with no luck either…

    #247066
    goecochic
    Participant

    I put the groups-loop.php modified with

    <?php if ( bp_has_groups( bp_ajax_querystring( ‘groups’ ) . ‘type=alphabetical’ ) ) : ?>

    in this folder:

    wp-content/themes/relativity/buddypress/groups/groups-loop.php

    It is still default “last activity”

    #247064
    shanebp
    Moderator

    There is no template called loop.php

    Unless you’re are explicitly using the BP default theme, you should be using this file
    buddypress\bp-templates\bp-legacy\buddypress\groups\groups-loop.php
    And creating a template overload of that file and making your changes in the overload.

    #247063
    goecochic
    Participant

    Were do save the loop.php file?

    wp-content/plugins/bp-themes/bp-default/groups I saved there as loop.php how do I serve it up in the browser/

    Thank you for you for support.

    #247040

    In reply to: Cover Image Issue

    r-a-y
    Keymaster

    Since you’re dequeueing the companion stylesheet, add a dummy one in your child theme – wp-content/themes/YOUR-THEME/css/twentyfourteen.css and remove your function above.

    This should bring up the cover image.

    #247029
    r-a-y
    Keymaster

    You should probably provide a screenshot so others will know what you are talking about.

    It’s most likely a theme issue that you’ll have to address with some custom CSS.

    #246998
    wpthemes
    Participant

    Hi Agbams,
    Please create a topic in our dedicated support site here : http://vibethemes.com/documentation/wplms/

    #246985
    ShaneValiant
    Participant

    Also we had not activated the birthday plugin from Unyson.

    SIDE NOTE: please think about moving away from UNYSON. It causes so many headaches for multisite. Themefuse is great and I actually purchased there first ever theme, and many more thereafter but it is no good for Woffice. I use nothing pertaining to Unyson with the Woffice theme EXCEPT projects…and thats only because we have to or else it does not load the AWESOME projects integration we are using. 😉 (using the post type ‘project’ is a bad idea as it conflicts with similar project management plugins) Please discontinue Unyson! VC will suffice. Just my 2 cents that I have been wanting to comment on yet haven’t. Keep up the great work..regardless!

    Kindest,
    Shane

    #246974
    r-a-y
    Keymaster

    Are you running the Woffice theme with their Birthday extension?

    If so, you need to update Woffice:
    https://buddypress.org/support/topic/fatal-error-call-to-undefined-method-stdclasssave/#post-246973

    #246973
    doubleF
    Participant

    Hi @cassionunes,

    It’s fixed, and the updated version is available here (https://woffice.io/updater/) or on Themeforest since yesterday 😉

    Feel free to open a ticket if you need more details.


    @wvmohzoibar
    : I’ve replied on your ticket

    Best regards

    2F

    #246960
    cassionunes
    Participant

    Hello guys.. I didn´t get it. If I am correct.. we just identified the bug but its fix aren´t available yet. Is it correct?

    If not.. please could you give me details how to fix.. I mean.. I got the explanation to disable the plugin.. Do I need to do some thing more to fix and use the woffice theme?

    #246933
    UgoDimma
    Participant

    Hey @webgirl

    Thanks for the link, I followed the link and check all my settings, and all is in good shape. Beside, I installed the theme using their quick installation guide, which installs the theme with their default setting from the demo site.

    By looking at their demo site, it does not have this sidebar, so I don’t know exactly where the issue might have come from.
    Just take a look at single member profile, it still goes without side bar.
    No sidebar at the the demo

    In my members page edit, the sidebar I selected is buddypress sidebar.

    #246922
    2paulm
    Participant

    shane thank you for your help I figured it out while I was waiting and used this function

    I added this to members-loop.php

    if ( bp_has_members( include_only_subscribers() ) ) :

    and added this to my themes function.php

    function include_only_subscribers() {
      
      global $wpdb;  
    
        $query = "SELECT user_id FROM " . $wpdb->prefix . "bp_xprofile_data WHERE user_id IN (SELECT user_id FROM wp_usermeta WHERE meta_value LIKE '%subscriber%')";
      
      $custom_ids = $wpdb->get_col( $query );
      
      if ( !empty( $custom_ids ) ) {
        // convert the array to a csv string
        $custom_ids_str = 'include=' . implode(",", $custom_ids);
        return $custom_ids_str;
      }
      else
       return '';
    }

    it seems to be working I just used some info from https://codex.buddypress.org/developer/loops-reference/the-members-loop/

    and modified to meet my needs.

    please let me know if you see any problem with my approach and thank you so much for your response and help with this

    #246914
    Hugo Ashmore
    Participant

    It was amusing but when working on twentythirteen I came to realise that once the header was replaced with something better, it actually was a simple and very effective theme especially for BP and I actually came to prefer it over the subsequent twentysomething themes.

    #246910

    In reply to: How to fix Activations

    Venutius
    Moderator

    I’d first try unloading any other plugins, and switch to the 2015 theme to see if that fixes it.

    On my install the emails themselves just work (Do other notification emails get there?) but there is a possibility that you may have to set up the emails if this is a first time install.

    #246902
    r-a-y
    Keymaster

    How can we disable birthday extension when we don’t have access to dashboard?

    Rename the theme/plugin you are using.

    For the theme, change eg. /wp-content/themes/woffice/ to /wp-content/themes/woffice2/ and reload the frontpage. This should fallback to Twenty Sixteen.

    Then, rename the folder back to the original name.

    If that doesn’t fix the problem, rename the entire /wp-content/plugins/ directory to /wp-content/plugins2/ and reload the frontpage. This will disable all your active plugins, which should allow you to access the dashboard.

    Then, rename the plugins directory back to normal and go to the Plugins admin page to reactivate the plugins manually.

    #246897
    Fitzroy Farquharson
    Participant

    The Theme i’m using is the 2014 theme…I’ve tried different themes, same issue.

Viewing 25 results - 6,601 through 6,625 (of 32,562 total)
Skip to toolbar