Forum Replies Created
-
Author
-
November 4, 2013 at 13:13 in reply to: No titles on Author Pages, Tag Pages, Category Pages & the date archive pages #5831SQadminKeymaster
Hi, That is the way we designed it. You can see where you are in the Breadcrumb section
You can change the templates.
For author pages edit the author.php page and add this after line 20:COPY CODE<?php the_post(); ?> <h1 class="archive-title"><?php printf( __( "All posts by %s", "kleo_framework" ), "<span class=\"vcard\"><a class=\"url fn n\" href=\"" . esc_url( get_author_posts_url( get_the_author_meta( "ID" ) ) ) . "\" title=\"" . esc_attr( get_the_author() ) . "\" rel="me">' . get_the_author() . "</a></span>"" ); ?></h1> <?php rewind_posts(); ?>
for tags, tag.php after line 18:
<h1 class="archive-title"><?php printf( __( "Tag Archives: %s", "kleo_framework" ), single_tag_title( "", false ) ); ?></h1>
for categories. category.php after line 19:
<h1 class="archive-title"><?php printf( __( "Category Archives: %s", "kleo_framework" ), single_cat_title( "", false ) ); ?></h1>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou haven’t added:
add_action(‘after_setup_theme’,’kleo_my_match’);Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, That is kind of a complex job to do and you probably need some development on it. Try microlancer if you really want it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 4, 2013 at 11:13 in reply to: How to hide part of profil that are display in the header #5822SQadminKeymasterI can see what you are trying to achieve but that can’t be changed since is generated by Buddypress. You probably need to go and change the code. The template is located here is you want to try something: sweetdate/members/single/profile/profile-loop.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks @JohnDoe
.top-links {
color: #fff;
background:#f4e5cb;
}
if you need also to change text colorHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
The template for registration is located in: wp-content/themes/sweetdate/registration/register.php
Customize it the way you likeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterPlease use the latest version of the since because that is fixed in v.2.2
There was this topic here: https://archived.seventhqueen.com/forums/topic/register-button-goneHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We are fine, thank you, Hope you are fine tooUnfortunately I don’t see how you could achieve this with woocomerce. May try with a form generation plugin and let people choose there what they want
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
The file to edit is: wp-content/themes/sweetdate/members/single/profile/profile-loop.phpyou could make it a toggle instead of a accordion and replace accordion-title with toggle-title and accordion-content with toggle-content
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterwe have in mind to include something live this inspired from geomywp, but probably next month
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymaster@moroccanish, add text to register page from this template: sweetdate/registration/register.php
for gifts, there are already some plugins out there like: http://wordpress.org/plugins/bp-gifts-rebirth/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSame error man..
Invalid App Id: Must be a number or numeric string representing the application id.See it for yourself in the Console if you are using Chrome of Firefox
Add the Facebook APP ID in Sweetdate – Miscellaneous
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat is fine. The code works.
Share with us your full functions.php code @mpitkaHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 2, 2013 at 23:53 in reply to: How to list only members online clicking on whos online? on side bar #5757SQadminKeymasterHi, Create a page from WordPress admin – Pages
in the right side you can choose the templateyou create a new file using FTP on your server named tpl-onlinemembers.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIndeed…
That code should fix it..COPY CODEinput[type="text"].greenCircle {background: rgba(0, 0, 0, 0)!important; border:none !important;color:transparent;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi @syslay288,
Thanks for appreciating our work.
Send us the details about what you need at themesupport@seventhqueen.comJohnDoe si a member just like you and could probably help too
Thanks @JohnDoeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI guess you changed it cuz I can’t see it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, If you are talking about the fields that show in the members result page, here is the topic: https://archived.seventhqueen.com/forums/topic/member-directory-page-about-me-text-does-not-display
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Please share the link to your site. can’t find itHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe will have something like that in next update.. so maybe is best to wait for it 😉
it will be released this monthHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterNeed to adjust a little more padding in my previous code:
COPY CODE.reveal-modal .button.facebook { height: 37px; font-size: 14px; float: right;padding: 10px 7px 11px; }
I also added for hover:
COPY CODE.reveal-modal .button.facebook:hover { background-color: #496bb2; border-color: #496bb2; }
ps: yes, you can remove your previous code
Regards, Robert
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, put this in sweet admin/Styling options/Quick css box:
COPY CODE.reveal-modal .button.facebook { height: 37px; font-size: 14px; float: right;padding: 10px 8px 11px; } @media only screen and (max-width: 767px) { .reveal-modal .button.facebook { float: none; } }
and for better view on mobile please remove fix width like “width:195px;”.
We will provide a style fix for this in v2.3
ps: We’ve already done that on this demo http://seventhqueen.com/demo/sweetdatewp/
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi guys, BuddyPress user account type PRO allows different user types on registration
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterNo, that is wrong 🙂
WP admin is your WordPress admin areaHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, please see this link: http://modemlooper.me/allow-youtube-embed-in-buddypress-profile-fields/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTry following @JohnDoe advice.
maybe something related to .htaccessHi 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 sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css:COPY CODE.greenCircle {display:none;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello, That can be done using WPML plugin
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSee how we did it for the countries in wp-content/themes/sweetdate/custom_buddypress/bp-functions.php lines: 290 – 518
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, See my reply here for a cleaner way: https://archived.seventhqueen.com/forums/topic/compatibility-match#reply-5666
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSee this video for initial setup: https://archived.seventhqueen.com/video-tutorials
Import the demo content to have the homepage like the demo siteHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterit is about memory limit. I edited your above code
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes you can login with both
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 increase your php memory_limit. The hosting can do that for you
this is caused by the increased number of plugins you are probably usingHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can send invites to friends only. Enable the friends component from WP admin – Settings – Buddypress.
We tested it with 3.7.1 and you can safely upgrade
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThe redirection is made in php logic after you already clicked the link so you can’t do the redirection before the users clicks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterthe file responsible for that page is located in sweetdate/registration/register.php
Modify it as you need but some profile fields are automatically generatedHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi there,
@Douweboschma, you can hide your own profile top area by adding this css to sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css:COPY CODE.my-account #profile {display:none;}
We also did a trick here https://archived.seventhqueen.com/forums/topic/keeping-scroll-bar-on-the-last-position-when-refresh
it makes the navigation links to take you lower on the screen, where the nav residesHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymastersweetdate-child is a separate theme that has to be installed and activated. it is included in the downloaded package in the WordPress folder.
Make sure to activate the child theme and add just that codeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou need to install it and activate it. See the video tutorial or the documentation https://archived.seventhqueen.com/video-tutorials
To disable the hearts dd this css to sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css:
COPY CODE.circular-item .hearts {background:none;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts