-
Author
-
November 26, 2013 at 22:11 #7301hughmParticipant
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:
Any idea why this is happening or how to fix it?
November 27, 2013 at 01:43 #7337SQadminKeymasterWe 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 solutionDecember 6, 2013 at 00:01 #7741hughmParticipantHello,
Just wondering when the new version of Sweet Date will be released?
Looking forward to it. Thanks!December 7, 2013 at 02:21 #7829SQadminKeymasterHi, 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 solutionDecember 16, 2013 at 18:29 #8375hughmParticipantI 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?December 17, 2013 at 06:41 #8427hughmParticipantThe 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.
December 17, 2013 at 23:20 #8460AbeKeymasterHi, 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.phpCOPY CODEadd_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.March 18, 2014 at 22:29 #12950sermsakParticipantHello. I wish to create the content page and include with activity same as exsample of activity page of sweetdate. Plaese suggestion
March 20, 2014 at 19:35 #13076AbeKeymasterRight 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. -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.