Forum Replies Created
-
Author
-
SQadminKeymaster
Hi, those controls are put in columns defined by Foundation framework and therefore should rewrite default values but I do not think it is the best solution. Allow me 1-2 days to make some tests and maybe I’ll come with a better idea.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, it doesn’t work because you try to use the newest version 4.0 of Font Awesome and this was completely rewritten from the previous version 3.2.1 that SweetDate was built.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI think is a preference not to display the avatar and not something that can;t be done
We are displaying the avatar in the recent posts widget.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThose buttons are added in the content of the page from WP Admin – Pages – Home page
Find the video button shortcode and replace it with a normal button. Copy the other button or generate a button from our visual shortcodes icon (the pink one)Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 9, 2013 at 22:03 in reply to: closing the gap between revolution slider and first line of copy on the home pag #6350SQadminKeymasterI see what you mean. You need to add this css to modify the minimum height of the slider
COPY CODE.page-template-page-templatesfront-page-php .rev_slider_wrapper { min-height: 220px; }
Add this css to sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css:
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks @hughm for pointing this out. We will release the fix with v2.3 update
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterAdding that code should do it. Make sure you have the child theme activated
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
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGreat job 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI see that one IP is doing a dirty work or something. Can’t you check with the hosting provider? Maybe they can understand the problem better
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Try adding this to your sweetdate-child/functions.phpCOPY CODEfunction autoblank($text) { $return = str_replace('<a', '<a target="_blank"', $text); return $return; } add_filter('the_content', 'autoblank');
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymastercodes goes to sweetdate-child/functions.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
1 and 2 have to deal with your Captcha plugin. Try replacing it or adapt it’s functionality to the other login places.
3. The create account should be in your site. There is no way to know if a user wants to register of activate it;s account 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi @frien337,
Since we all understood different thing, try to exemplify with some screen-shotsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterCode gets screwed sometimes when paste here. Take the code again:
http://pastebin.com/4fqM3yaGHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThe online/offline will be included this month in 2.3 update.
To check if online, see this topic: https://archived.seventhqueen.com/forums/topic/check-if-user-is-online#reply-5149
if you are on a profile page you need to replace bp_get_member_user_id() with bp_displayed_user_id()
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, You can use multiselect starting with 2.2 but you cannot use them as Matching fields. They are different field types that saves data different…
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterStarting with 2.2, multiselect is allowed
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, It is not an option for Paid memberhips pro, which is our supported memberships plugin.
There are ways of adding extra gateways. Check their site and documentation.
http://www.paidmembershipspro.com/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou have a shortcode in the Misc section of the visual shortcodes button:
[kleo_only_members]Content to show for members only[/kleo_only_members]Put the button inside the shortcode, like the example above
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We haven’t heard of this until now. You can try replacing the simple ad manager with another similar pluginHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis is the topic for hiding the forums.. https://archived.seventhqueen.com/forums/topic/how-do-i-remove-the-forums-tab
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSorry.. I can’t login with franzi and the pass you provided
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterUnfortunately WordPress doesn’t allow to query normal post formats. You can query each of the other formats. You can also create a category for the normal ones and get only posts from that category with the attribute cat=”cat_id”
You can’t do it from the shortcode but you can add a css to customize that:
COPY CODE.widgets-container h2 { font-size:16px}
Change the size of the font to match your needs
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterthis is just a notice. no need to worry. it says that there is no carousel to initialize in that page
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks for the rating. We appreciate it.
You can change the shortcode to include the name and to center it:COPY CODEfunction kleo_my_avatar() { global $current_user; get_currentuserinfo(); $output = ''; $output .= '<div class="friend-item" style="text-align:center;"><div class="avatar">'; $output .= get_avatar( $current_user->ID, 94 ); $output .= '</div>'; $output .= '<span class="member-name">'.$current_user->display_name .'</span></div>'; return $output; } add_shortcode('kleo_my_avatar', 'kleo_my_avatar');
Please adapt your code in you need extra things added
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis hides the album, added to sweetdate-child/functions.php.
You have the code above in a reply:COPY CODEfunction my_remove_album_nav() { if (!bp_is_my_profile()) { remove_action( 'bp_setup_nav', 'bp_album_setup_nav' ); } } add_action( 'bp_setup_nav', 'my_remove_album_nav', 9 );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI guess it works? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can hide it with a css
COPY CODE#subnav ul li#activity-filter-select {display:none;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, We checked and the admin doesn’t appear. Make sure you login as that admin user and have the codes added to your sweetdate-child/functions.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That is not easy and we haven’t done this alreadyHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou code goes to sweetdate-child/functions.php at the end just before the “?>” line
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSee this for the hearts: https://archived.seventhqueen.com/forums/topic/removereplace-the-love-hearts-in-site
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSee here the whole array that you can modify and move up/down the array options:
https://archived.seventhqueen.com/forums/topic/extra-membership-restrictions-how-toHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterUse a service like droplr.com
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can’t add that to the pricing table shortcode. Both codes go to Quick css and the code is for the default membership levels
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
1. add this css:
COPY CODE.row.membership .two.columns:nth-child(4n+1) { clear: left; } .row.membership .two.columns { width: 25%; } .row.membership .two.columns:last-child { float: left; }
3. The borders aren’t blue, but to edit them add this css to Sweetdate – Styling options – Quick css
COPY CODE.pricing-table { border: 1px solid #DDDDDD; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, try this:
1. Replace in header.php “Login buttons” section, around line 127, with the following code:
COPY CODE<!--Login buttons--> <div class="eight columns login-buttons"> <ul class="button-group radius right"> <?php if (is_user_logged_in()): ?> <?php /* Only show if Buddypress is installed */ ?> <?php if (function_exists('bp_is_active')): ?> <li class="relative btn-profile"> <div href="#" class="secondary button dropdown" data-options="is_hover:true"> <a href="<?php bp_loggedin_user_link(); ?>" class="tiny secondary button radius"><i class="icon-user hide-for-medium-down"></i> <?php _e("PROFILE", 'kleo_framework'); ?></a><div class="kleo-notifications"><?php if( bp_is_active('messages') && messages_get_unread_count() > 0 ) { ?><a href="<?php echo bp_loggedin_user_domain().'messages/'; ?>" data-width="210" title="<?php _e("New messages", 'kleo_framework');?>" class="kleo-message-count has-tip tip-left"><?php echo messages_get_unread_count(); ?></a><?php } ?><?php if (bp_is_active('friends') && bp_friend_get_total_requests_count() > 0): ?> <a href="<? echo bp_loggedin_user_domain().'friends/requests'; ?>" data-width="210" title="<?php _e("Friend requests", 'kleo_framework');?>" class="kleo-friends-req has-tip tip-right"><?php echo bp_friend_get_total_requests_count(); ?></a><?php endif; ?> </div> <ul> <li id="nav-menu-item-862"><a href="http://sweet.codez.ro/about-us/" rel="nofollow">About us</a></li> <li id="nav-menu-item-855"><a href="http://sweet.codez.ro/reasons-to-join/" rel="nofollow">Reasons to join</a></li> <li id="nav-menu-item-857"><a href="http://sweet.codez.ro/404-page/" rel="nofollow">404 Page</a></li> <li id="nav-menu-item-860"><a href="http://sweet.codez.ro/full-width/" rel="nofollow">Full Width Template</a></li> <li id="nav-menu-item-858"><a href="http://sweet.codez.ro/left-sidebar-template/" rel="nofollow">Left Sidebar Template</a></li> <li id="nav-menu-item-859"><a href="http://sweet.codez.ro/right-sidebar-template/" rel="nofollow">Right Sidebar Template</a></li> <li id="nav-menu-item-830"><a href="http://seventhqueen.com/demo/sweetdatewp/?s=Lorem" rel="nofollow">Search Page</a></li> <li id="nav-menu-item-866"><a href="http://sweet.codez.ro/shortcodes/layout/" rel="nofollow">Shortcodes</a></li> </ul> </div> </li> <?php endif; ?> <li><a href="<?php echo wp_logout_url(get_bloginfo('url')); ?> " class="tiny button radius"><i class="icon-off hide-for-medium-down"></i> <?php _e("LOG OUT", 'kleo_framework'); ?></a></li> <?php else: ?> <li><a href="#" data-reveal-id="login_panel" class="tiny secondary button radius"><i class="icon-user hide-for-medium-down"></i> <?php _e("LOG IN", 'kleo_framework'); ?></a></li> <?php if(get_option('users_can_register')) { ?> <li><a href="#" data-reveal-id="register_panel" class="tiny button radius"><i class="icon-group hide-for-medium-down"></i> <?php _e("SIGN UP", 'kleo_framework'); ?></a></li> <?php } ?> <?php endif; ?> </ul> </div> <!--end login buttons-->
2. Add in app.css the following lines:
COPY CODE/* Profile dropdown button */ .btn-profile {} .btn-profile .dropdown { padding: 0 24px 0 0; border: none; } .btn-profile .dropdown:hover { border: none; } .btn-profile .dropdown .secondary.button { border: none; } .btn-profile .button.dropdown:after { border-width: 4px; right: 10px; border-color: black transparent transparent transparent; } .btn-profile .button.dropdown > ul { border-color: #e3f4f9; } .btn-profile .button.dropdown > ul li:hover a, .btn-profile .button.dropdown > ul li:focus a { background-color: #e3f4f9; color: #000 !important; } .btn-profile .button.dropdown > ul li .label { font-size: 10px; border-radius: 2px; }
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThere is already a topic… which is also Sticky
https://archived.seventhqueen.com/forums/topic/extra-membership-restrictions-how-toHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe created a sticky topic: https://archived.seventhqueen.com/forums/topic/sweetdate-wp-showcase
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts