Forum Replies Created
-
Author
-
Abe
KeymasterYEs
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.Abe
KeymasterTry doing the change in the main theme file to see if it has any effect. If it is not, then you are not doing the right change
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.Abe
KeymasterThey should be hidden if you set them so. where are you seeing them, in what 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.Abe
KeymasterHi, to change from blue to green add this css to Sweetdate – Styling options – QUicks css:
COPY CODE.membership .bullet-item:before { color:green;}
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.Abe
KeymasterHi and thank you very much.
1. Please add this code to sweetdate-child/functions.php to customize those tabs so they appear fine in multilingual
COPY CODE//customize profile tabs add_action('after_setup_theme','kleo_my_custom_tabs'); function kleo_my_custom_tabs() { global $bp_tabs; $bp_tabs = array(); $bp_tabs['looking-for'] = array( 'type' => 'cite', 'name' => __('Looking for', 'kleo_framework'), 'group' => 'Looking for', 'class' => 'citetab' ); $bp_tabs['base'] = array( 'type' => 'regular', 'name' => __('About me', 'kleo_framework'), 'group' => 'Base', 'class' => 'regulartab' ); /* rtMedia tab - only if plugin installed */ if (class_exists('RTMedia')) { $bp_tabs['rtmedia'] = array( 'type' => 'rt_media', 'name' => __('My work', 'kleo_framework'), 'class' => 'mySlider' ); } /* Bp-Album tab - only if plugin installed */ elseif (function_exists('bpa_init')) { $bp_tabs['bp-album'] = array( 'type' => 'bp_album', 'name' => __('My photos', 'kleo_framework'), 'class' => 'mySlider' ); } }
2. Also add this code to the same location and customize it with proper link if its the case
COPY CODE//My custom header submenu item add_filter('header_profile_dropdown','remove_activity_submenu'); function remove_activity_submenu($menu) { $menu['event'] = '<li><a href="' . bp_loggedin_user_domain().'events/">'. __("Events", "buddypress").'</a></li>';; return $menu; }
3. You’ll see them how they were added in header.php around line 163. try to replicate them
4. In function php is the function that generates the meta section. Find get_author_posts_url and replace with bp_core_get_user_domain
Those would be nice but for b,c I think there are some plugins that can be adapted
Cheers
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.Abe
KeymasterWhat do you mean it is not working? My fix above was for that
Unfortunately we are involved in our next project and can’t do custom work.
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.Abe
KeymasterHi Frank, Submit a topic from the bottom of this page: https://archived.seventhqueen.com/forums/forum/sweetdate-wordpress
Unfortunately we are involved in our next project and can’t do custom work. Please submit your questions on the forum and we will happily answer them.
Cheers
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.Abe
KeymasterHi, Like I said above add you description from Memerships – Membership Levels – edit a level – Description or maybe this topic: https://archived.seventhqueen.com/forums/topic/extra-membership-restrictions-how-to
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.Abe
KeymasterHi, That is rendered depending on the browser you are using and multi-select field unfortunately doesn’t support the custom styling applied by Zurb Foundation Framework
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.Abe
KeymasterHi, Please go at the bottom of this page to post a new topic: https://archived.seventhqueen.com/forums/forum/sweetdate-wordpress
Right now we can’t do custom work since we are involved in our next project but we will happily answer all your questions here on the forum.
Cheers
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.Abe
KeymasterHi, That should not happen. Please disable any plugins that might interfere one by one and see if it works
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.Abe
KeymasterHi, See the function that generates that settings screen: pmpro_data_set from wp-content/themes/sweetdate/framework/theme_options.php
then the template file is located under sweetdate/paid-memberships-pro/pages/levels.php
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.Abe
KeymasterYou need to create some page templates and adapt the code from wp-content/themes/sweetdate/page-templates/buddypress-online.php
Resources:
http://codex.wordpress.org/Page_Templates
http://codex.buddypress.org/developer/loops-reference/the-members-loop/#code-examplesHi 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.January 7, 2014 at 18:54 in reply to: In the profile page, I want to customize the space to the right of the photo #9334Abe
KeymasterPlease see this post: https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
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.Abe
KeymasterHi, We haven’t added anything related to customizing the excerpt depending on the type of archive you are viewing.
You could customize the template files content-xx.php and add some conditionals for the_excerpt()
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.Abe
KeymasterWe will let you know when we have some update about rtmedia.
@egabillat what do you mean the slider isn’t working?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.Abe
KeymasterMaybe you can share it with us when its complete. Thanks
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.Abe
KeymasterWe just did tests on Chrome with Facebook registration and worked well. Please make the tests on our demo sites maybe you have something miss-configured.
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.Abe
KeymasterHi, Here is the fix until next update where the restrictions will work on each language of your site:
Replace this file contents wp-content/themes/sweetdate/functions-pmpro.php with this one https://archived.seventhqueen.com/files/functions-pmpro.txtHi 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.Abe
KeymasterHi, You can change all colors, backgrounds from WP admin – Sweetdate – Styling options. See the Header section to change header background
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.Abe
KeymasterThat was the functionality before the fix. See the demo where we haven’t applied the fix: http://seventhqueen.com/demo/sweetdatewp/
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.Abe
KeymasterHi, You need to save them without a background from Photoshop
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.Abe
KeymasterHi, Probably font-awesome css file is not loading. Check your resources from the web page to and see if their are loading correct
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.Abe
Keymasterif you have your site under /dev-site add it like this:
COPY CODE<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^([a-z]+)/wp-includes/(.*)$ /dev-site/wp-includes/$2 [R=301,L] </IfModule>
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.Abe
KeymasterThis is a problem from WPML and Buddypress Multilingual. Until they will release a fix add this at the beginning of your .htaccess file
COPY CODE<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^([a-z]+)/wp-includes/(.*)$ /wp-includes/$2 [R=301,L] </IfModule>
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.Abe
KeymasterHi, In wp-content/themes/sweetdate/custom_buddypress/class-bp-tabs.php you should find those occurrences and change the “Name” field with the one you want to hide
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.Abe
KeymasterHi, In wordpress there is a simpler solution when it comes to changing labels,strings,etc
You create a translation file for English where you “translate” desired strings. You can do it quickly with Codestyling Localization plugin.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.Abe
KeymasterGreat.
Also please don’t forget to rate our theme, if you haven’t already 🙂
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.Abe
KeymasterGive us a link to your site and demo acount
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.Abe
KeymasterAnd I also uploaded an avatar image successfully.
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.Abe
KeymasterJust like I said, please check your plugins: Hide My WP disabled and all works.
or do not set a custom url for AJAX requests in its settingsHi 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.January 7, 2014 at 02:33 in reply to: Make groups and profiles only visible for logged-on users #9289Abe
Keymasteroh.. my bad. I edited the code above because it was echo-ing the register url instead of passing it to the function.
If it is still the white page please set WP_DEBUG to TRUE in wp-config.php and let me know to take a lookHi 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.Abe
KeymasterHi,
Yes, we are working on it and the fix is almost finished. It will be ready tomorrow I hope.
I will give the fix here until next update.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.Abe
KeymasterOh and also make sure to have Buddypress Multilingual plugin active
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.Abe
KeymasterHi, We just tested both points and behaved as it should. Maybe you have added a plugin or some changes meanwhile?
Put a link to your site and a demo accountHi 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.Abe
KeymasterHi, I saw it with Gravity forms: http://www.gravityforms.com/add-ons/user-registration/
or you need to edit and customize sweetdate/registration/register.php. You’ll need a developer with PHP/Wordpress skils
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.Abe
Keymaster@PeterAndersson I was referring to German translation that is found here:
https://archived.seventhqueen.com/files/languages.zipHi 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.Abe
KeymasterHi, Looks good. Congrats
The events stream on homepage looks strange fullpage. try adding it to a sectionHi 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.Abe
KeymasterHello, Indeed that is an issue with the carousel when put in tabs.
We already fixed it and you can fix it until the next update by replacing this file content wp-content/themes/sweetdate/assets/scripts/app.js with https://archived.seventhqueen.com/files/app.jsThanks for noticing
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.Abe
KeymasterNice one. Thanks for sharing
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