Forum Replies Created
-
Author
-
SQadminKeymaster
Hi, This has been reported in the past and it is something related to the plugin. Just go to Settings – Permalinks and re-save the options.
Regards,
AbeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterDon’t know a plugin for that. Sorry
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterso instead of: return bp_core_get_user_domain($user->ID ); put return ‘/my_page_link’;
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGive us access to your site if it is still not working.. you are definitely doing something wrong. Also the user needs to have the profile fields completed
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
What do you mean that the status is not taken into account? I don’t understand the problem ..sorryHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterOn your tests the menu is on the left. Put a link to your site please
To shrink the sidebars you have to edit the sidebar.php page and change “four columns” to “three columns” and in page-parts/general-before-wrap.php and page-parts/buddypress-before-wrap.php change eight to nineHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou have to position it absolute. add an inline style attribute for example style=”position: absolute;”
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello,
1. There isn’t something like that included. You will need to develop yourself the functionality
2. The form searches only in profile fields
3. You can add this css to Sweetdate – Styling options – Quick css to change how many to display one one row:COPY CODE.article-content .woocommerce ul.products li.product { width: 25%; }
The above code will make 4 products on one row. Adjust the width to match your needs.
Thank you
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi Paul, I tested in multiple browsers on mac and windows and all avatars seem to be ok. What browser are you using?
ps: I also attached some screenshots with these http://d.pr/i/XmhC , http://d.pr/i/McQi
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, to have video in front of revolution slider you need to add the following line in sweetadmin/styling options/quick css box:
COPY CODE.revslider-head.absolute-head .flex-video { margin-top: 238px; position: relative; z-index: 1; }
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi Paul, the above code is ok, I think other is the problem, you have a link to look closer?
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, you have a demo link to look more closely?
Regards,
Robert.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, right now you can’t do this from admin, we’ll fix this in next update release. Until then you can add in admin sweetdate/styling options/quick css box the following line:
COPY CODE.album .picture-thumb-box a.picture-thumb img { border-radius: 3px; }
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, you can add in quick css box the following:
COPY CODE@media (max-width: 480px) { .widgets-container.sidebar_location { display: none; } }
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat should work if your group name under Users – Profile fields is Base
Modify it in the code if it is differentHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterCSS goes to Quick css box. Maybe we are not talking about the same thing. Try to be more specific. I asked you about what section you are referring but no answer..
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 22, 2013 at 03:01 in reply to: Hide tabs next to profile image if user is not a paying member #7071SQadminKeymasterYou could try adding those two arrays in a if condition to check for level IDs:
COPY CODEif ( pmpro_hasMembershipLevel(array(2,3))) { $bp_tabs 2 arrays .... }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello,
That is the way Buddypress generates it. It can’t be easily modified. The template files are located in sweetdate/activityHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, You need some PHP and HTML knowledge
The PHP code for checking a logged in user field is like this and it has to be adapted and goes in header.php andCOPY CODE$current_user = wp_get_current_user(); $current_user_id = $current_user->ID; $usertype = xprofile_get_field_data('User type', $current_user_id); if ($usertype == 'Photo') { echo '<img src="" />'; } elseif ($usertype == 'Model') { echo '<img src="" />'; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIf you have the child theme active that code should do the trick.
Try with kaverit alsoHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI gues you are talking about bp-Album and not rtMedia? for bpAlbum this css does the trick
COPY CODE.picture-gallery .picture-thumb-box .picture-thumb img { border-radius: 0; } .picture-thumb-box .picture-thumb img {width: auto;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You need to make a change in a file. Best practice is to activate the sweetdate-child theme.
After you have activated the child theme, by FTP copy the file from
wp-content/themes/sweetdate/custom_buddypress/kleo-bp-search.php
to
wp-content/themes/sweetdate-child/custom_buddypress/kleo-bp-search.phpThen edit the one you just copied and you need to edit line 203 that looks like this:
COPY CODE<div class="seven offset-by-five columns"><button class="button radius"><i class="icon-search"></i> <?php _e("SEARCH", 'kleo_framework'); ?></button></div>
and add the LOGIN button after the SEARCH button. You should add it before the closing div and it should look like:
COPY CODE<a href="/wp-login.php" class="button radius">LOGIN</a>
Cheers,
AbeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterPaste here the code you have added, or better the sweetdate-child/functions.php file
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou must be using a plugin that shows those buttons… in the default theme there are no such buttons 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe will test it and also add the replying restriction in v.2.3 theme version that will come this month
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWhy aren’t you continuing the discussion on your recent opened topic and create new one?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Where is this Report User link?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterOh sorry I got a bit confused there 🙂
Please check the demo and see if it works because we did some changes there to include in v.2.3
http://seventhqueen.com/demo/sweetdatewp/Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThere is an option under Settings – Buddypress – Settings
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWhat you have pasted the kleo_section shortcode. The map is in this one:
[kleo_call_to_action bg=”http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/map-bg.png”%5DHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWell I am really glad. It was bugging me 🙂
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 available.
Regards,
AbeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou need some custom code to accomplish that. where do you want to put the banner?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYour files normally should go under wp-content/uploads/album
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 21, 2013 at 01:55 in reply to: Avatar thumbnails are actually resized full size images #6996SQadminKeymasterWe will make sure in v2.3 it will use the full size only where is strictly necessary. Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Search for a wordpress plugin since it is related to basic wp functionality
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe haven’t been able to reproduce that. What browser are you using on the phone?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTry the updated code.
Cheers,
AbeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, It doesn’t have to do with the theme. You need to see how the process of adding users works. make sure the users are activating their account
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, the restriction handles only the default functionality and can’t work for any other 3rd party plugins you are adding without custom work from your side
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts