Forum Replies Created
-
Author
-
SQadminKeymaster
Hi,
Hard to accomplish. You need to add conditionals here: sweetdate/members/single/profile/profile-loop.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks @zivix
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi Anchora, If I understand correctly you want something like this: http://d.pr/i/bIeZ .
It’s ok to have 3 columns but it’s not a good SEO practice to put sidebars before main content so, as a basic structure we sugest to have:1). In buddypress-before-wrap.php:
2). In buddypress-after-wrap.php:
I’m usin pull and push classes to switch columns at large resolutions. In mobile view these columns become 100% width and the main content is in its place, before the sidebars like this: http://d.pr/i/gPq4
If you like to hide sidebar at small(mobile) resolution you need to add “hide-for-small” class to the sidebar.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes that is the way it is, “Non-members” anyone with an account but not subscribed for a membership
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, This way it works:
COPY CODEfunction my_remove_profile_nav() { if (!bp_is_my_profile()) { remove_action( 'bp_setup_nav', 'bp_album_setup_nav' ); } } add_action( 'bp_setup_nav', 'my_remove_profile_nav', 9 );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymaster1,2. There is only one acount. if will upgrade the account… from trial to.. whatever
3. I don’t know what to say about this but you can’t upgrade to the same level of membership.
4. makes no sense. I mean I don’t understandYou can always try their website for tricks of questions
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Try http://wordpress.org/plugins/newsletter-sign-up/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterAnd where is “View members directory”?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou have the images as 10px width and height. You probably messed with some settings
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
If the member has an expired membership then he should be seen as a non-member. We will check this if is not the case.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can remove this part from members/members-loop.php file:
COPY CODE<div class="bp-member-dir-buttons"> <?php do_action('bp_directory_members_item_last');?> </div>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, That is currently not possible. How are they acting weird?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can enable Browser cache, database cache, Object cache.
Anyway, you should stay away of the css, javascript minify because it doesn’t behave nicely.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That is only as a widget. You can use this plugin to use it as a shortcode: http://wordpress.org/plugins/widget-shortcode/To add more testimonials: WP admin – Testimonials menu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThe register button can be changed from PMPRO advanced settings to point to your desired page.
The video link is wrong. If you followed our example you would have seen that is should be like this:http://www.youtube.com/embed/IolkS-ezJxIHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterAs promised this code contains the functions, extra html that needs to be added to the register modal and the javascript so you can register right from the popup:
http://d.pr/n/s2KOHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, I see users using BuddyPress Security Check
Try thatHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSo instead of opening a new one again you could have added your response in the provided topic …
So if you remove the tab you won’t be able to go to it.. that is why the 404 probably.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThe currency is set from PMPRO plugin settings and you can’t translate that(you can imagine values won’t be the same, etc ).
Other texts are found in the PMPRO plugin. SO you need to translate the plugin and not the Sweetdate themeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymaster… you need to add it in the loop, somewhere around
<div class=”avatar”>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Read more about it here: http://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterAdd this css:
COPY CODE#members-list .three.columns:nth-child(4n+1) { clear: left; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSame error but the Facebook popup openes and get some warning form WP bouncer plugin you installed
Put the APP id in the Sweetdate – MiscellaneousHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
1.You need to add those fields directly in your language from Users – Profile fields.2. You should try doing it with a Login redirect plugin or something.
3. Add you own fields from Users – Profile fields. Then use them in the form in Sweetdate – Buddypress
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterMembers is the page name you mapped. The Profile Search text is in member/index.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, It works fine to me. I search for Women and I always have 2 pages, I went back and forward to the pages.
You probably have the old js cached. Remove your cacheHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, maybe this helps: http://wordpress.org/plugins/welcome-email-editor/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Do you think you can give us the link to your site or the plugin to test it locally?
You can send it on our email: themesupport@seventhqueen.comHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou need to install the Paid memberships Pro plugin. Follow the documentation please..
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterUntil version 2.2 you need to replace this theme file: sweetdate/custom_buddypress/bp-functions.php with this one: https://archived.seventhqueen.com/files/bp-functions.txt
After that you can change the shortcode and add an “number” attribute: [kleo_top_members number=12]
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterLike I said, is simple, it expires after 1 month after registration for example if you set 1 month,
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I don’t have a solution for you since is not an easy task and is beyond the scope of this supportHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterDuplicate topic: https://archived.seventhqueen.com/forums/topic/disable-profile-tab-below-profile-image
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSo after you add those functions to sweetdate-child/functions.php add the code to members/members-loop.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterPlease give more details on your requests because I am struggling and wasting time to understand what are you saying
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou changed you structure and we really cannot guess what people are doing in their theme. As you modified it the #header div is empty
COPY CODE#header {display:none;}
Please use Firebug for Firefox of Chrome to inspect your elements css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHave you changed the structure of the members page? A link to your site helped.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWidgets do not work this way. Only template files work that way.
You could remove the default widget and add add your code for the custom widget in sweetdate-child/functions.php. You can remove the mailchimp widget like this:COPY CODEfunction unregister_default_widgets() { unregister_widget('SQueen_Mailchimp_Widget'); } add_action('widgets_init', 'unregister_default_widgets', 11);
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSo the code I gave doesn’t do just what you want?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Thanks you,
You just need to add this function that overrides the default one:COPY CODEfunction sweetdate_widgets_init() { register_sidebar( array( 'name' => __( 'Main Sidebar', 'kleo_framework' ), 'id' => 'sidebar-1', 'description' => __( 'Default sidebar', 'kleo_framework' ), 'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">', 'after_widget' => '</div>', 'before_title' => '<h5>', 'after_title' => '</h5>', ) ); register_sidebar(array( 'name' => 'Footer Widget 1', 'id' => 'footer-1', 'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">', 'after_widget' => '</div>', 'before_title' => '<h5>', 'after_title' => '</h5>', )); register_sidebar(array( 'name' => 'Footer Widget 2', 'id' => 'footer-2', 'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">', 'after_widget' => '</div>', 'before_title' => '<h5>', 'after_title' => '</h5>', )); register_sidebar(array( 'name' => 'Footer Widget 3', 'id' => 'footer-3', 'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">', 'after_widget' => '</div>', 'before_title' => '<h5>', 'after_title' => '</h5>', )); register_sidebar(array( 'name' => 'Footer Widget 4', 'id' => 'footer-4', 'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">', 'after_widget' => '</div>', 'before_title' => '<h5>', 'after_title' => '</h5>', )); register_sidebar(array( 'name' => 'Footer Level 1 - Widget 1', 'id' => 'footer-level1-1', 'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">', 'after_widget' => '</div>', 'before_title' => '<h5>', 'after_title' => '</h5>', )); register_sidebar(array( 'name' => 'Footer Level 1 - Widget 2', 'id' => 'footer-level1-2', 'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">', 'after_widget' => '</div>', 'before_title' => '<h5>', 'after_title' => '</h5>', )); register_sidebar(array( 'name' => 'Footer Level 2', 'id' => 'footer-level-2', 'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">', 'after_widget' => '</div>', 'before_title' => '<h5>', 'after_title' => '</h5>', )); register_sidebar(array( 'name' => 'Shop Sidebar', 'id' => 'shop-1', 'before_widget' => '<div id="%1$s" class="widgets clearfix %2$s">', 'after_widget' => '</div>', 'before_title' => '<h5>', 'after_title' => '</h5>', )); }
And by default it is a H5
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts