This topic has 9 replies, 4 voices, and was last updated 10 years by Abe.

  • Author
  • #7301
     hughm
    Participant

    I created a three column layout for my site for the activity page. I used Widget Shortcode plugin along with Buddypress Sitewide Activity Widget. When a user is logged in the page displays perfectly, but for non-logged in users the formatting is only two column, with the third column below the 2nd. See for yourself if you like:

    http://uberon.net/dashboard/

    Any idea why this is happening or how to fix it?

    #7337
     SQadmin
    Keymaster

    We have added to v.2.3 theme that will be available at the end of the month the option for three columns template. I don’t know what is the code you added. You can wait for the new version or have the testing version right now: seventhqueen.com/support/files/sweetdate_2.3.zip

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #7741
     hughm
    Participant

    Hello,
    Just wondering when the new version of Sweet Date will be released?
    Looking forward to it. Thanks!

    #7829
     SQadmin
    Keymaster

    Hi, Already released on 06.12.2013. Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #8375
     hughm
    Participant

    I am now trying the three column format on the Buddypress Activity page and am unable to get any results. The new three column format seems to work on new pages that I generate but doesn’t work on the Activity page for some reason.
    Is it possible to use the new 3 column format on the Activity page?

    #8427
     hughm
    Participant

    The only way I was able to get the left and right sidebar page template to work on the Activity page was by setting it as the default for in the Sweetdate >Buddypress page in the Buddypress Pages Layout section. Is there another way to do this? Because I do not want all of my Buddypress pages to have a right and left sidebar. I would like the Groups page to have just a right sidebar for example.

    #8460
     Abe
    Keymaster

    Hi, BP Pages will only take the default template set in Sweetdate – Buddypress
    To make activity page a 3 columns page add this code to your sweetdate-child/functions.php

    COPY CODE
    
    add_action('wp_head', 'change_activity_tpl');
    function change_activity_tpl() {
    	if (is_page('activity')) {
    		add_filter('kleo_sidebar_class', create_function('', 'return "three";'), 11);
    		add_filter('kleo_buddypress_content_class', create_function('', 'return "six";'));
    		add_action('kleo_buddypress_before_content', 'kleo_sidebar');
    		add_action('kleo_buddypress_after_content', 'kleo_extra_sidebar');
    	}
    }
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #8519
     hughm
    Participant

    Great. Thanks, that works!

    #12950
     sermsak
    Participant

    Hello. I wish to create the content page and include with activity same as exsample of activity page of sweetdate. Plaese suggestion

    #13076
     Abe
    Keymaster

    Right now there is no such shortcode that you can add to a page.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 10 posts - 1 through 10 (of 10 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?