Forum Replies Created
-
Author
-
SQadminKeymaster
Hi,
I see there is now way of doing this without altering a plugin file. You should edit wp-content/plugins/paid-memberships-pro/includes/lib/currencies.php
Add the AUD currency at the $pmpro_stripe_currencies arrayHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThose are testimonials added from WP Admin -> Testimonials. They don’t have to do with the members
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
The template for that is in registration/register.php fileHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can remove it with some css. Add this to Sweetdate -> Styling options -> Quick cssCOPY CODE.callout .bp-profile-details:before {content:"";}
To move it a bit to the left:
COPY CODE.callout .bp-profile-details, .callout .cite {margin-left:0;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterProfile fields are normally added trom WP admin -> Users -> Profile fields. If you added from database and they appear there then it should be fine.
In order for a field to appear a members has to complete the info for it.
Put a sample of the code added if it still doesn’t workHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe tested multiple installs and all work. It seems a problem form your side.. can;t tell what exactly.
What operating system do you use?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTo hide a page/post title, when editing it under Display settings -> Hide the title
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 15, 2013 at 20:44 in reply to: SweetDate alignments in sample pages cannot be reproduced #2848SQadminKeymasterHi,
To show the button, you have a checkbox for that in Sweetdate -> Buddypress in the horizontal form options.
To put a border, change the bg and colors you need to add css in the Sweetdate -> Styling options -> Quick cssCOPY CODE#search-bar {border: 1px solid #ccc; background: #0296C0}
Field color:
COPY CODE#search-bar form.custom div.custom.dropdown a.current { background-color: #FFFFFF; color: #141414; } #search-bar form.custom div.custom.dropdown ul li.selected { background: #CDEBF5; color: #000000; }
Play with the colors as you like
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 15, 2013 at 20:37 in reply to: SweetDate alignments in sample pages cannot be reproduced #2847SQadminKeymasterHi,
The left column is not lower. Check all the other pages. You probably added a break or paragraph in you content at the beginning.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can create a Blog page and set it to show the latest articles from Settings -> Reading.
Or in any page you can show posts using the shortcode: [kleo_articles]Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTry installing a plugin that lets you add widgets using a shortcode.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I removed those lines from framework/theme_options.php and also added those 2 lines of code into sweetdate-child/functions.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 13, 2013 at 23:59 in reply to: SweetDate alignments in sample pages cannot be reproduced #2810SQadminKeymasterAdd this to WP admin -> Sweetdate -> Styling options -> Quick css box:
COPY CODE#main {padding-top:20px}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes, Just rename those to match your names.
Also you can add more by adding a coma after the last one and writing them just like the existing onesHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
1. Probably some plugin you are using
2. You should re-check because selecting checkbox, renders as checkbox. Multiselect, indeed because of the form styling doesn’t allow to select multiple options. You can fix this by editing registration/register.php and remove the custom class from the form but the form isn’t going to be styled so nice.
3. It should state that it applies to buddypress registration. Maybe it doesn’t support that.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes indeed.Thanks. I have changed it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIndeed @adam that is the solution
ThanksHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterArrow chat looks promising. The other I can’t says since there is no demo but should be good since is developed for WP only
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI have just tested and no error for us. Sharing the error always helps
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIt should work wih the hack. This will be added in the next update release. Make sure to clear browser cache and wp cache if you use a caching plugin
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We tested too and the links work. Are you talking about mobile devices? If so we already have a fix and it will be included in next update.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 13, 2013 at 22:52 in reply to: SweetDate alignments in sample pages cannot be reproduced #2796SQadminKeymasterI edited the above post. WordPress added some extra spaces to the code. Try again please.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterFollowing the cometchat instructions for install it should be added after < header > line
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes, install sweetdate-child.zip and after the install the theme is located in wp-content/themese/sweetdate-child folder. Copy the header.php file there
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, you have two options:
1. display as a carousel just like the Stories from the Home page in our demo. Use this shortcode:
[kleo_posts_carousel post_types="kleo-testimonials" post_formats="all"]
2. regular display just like the posts page:
[kleo_articles post_types=”kleo-testimonials” post_formats=”all”]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 understand what you mean by reloading functions.php. You can send ftp details and wp access to take a look: themesupport@seventhqueen.comHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Go to Settings -> Buddypress -> Settings and only admin can create groups from WP Admin -> Groups
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 13, 2013 at 22:19 in reply to: SweetDate alignments in sample pages cannot be reproduced #2787SQadminKeymasterI saw your email now. So I removed the horizontal search form shortcode from the home page and you need to add it to show before the main and sidebar content to look nicely.
So please copy your header.php file from sweetdate theme to sweetdate-child theme and add this line at the very end of the file:
http://d.pr/n/UG8xHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 13, 2013 at 22:06 in reply to: SweetDate alignments in sample pages cannot be reproduced #2786SQadminKeymasterLet me know what you want to achieve so I can guide you trough
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 13, 2013 at 22:05 in reply to: SweetDate alignments in sample pages cannot be reproduced #2785SQadminKeymasterHi, In our demo the horizontal form appers on the members page and in your members page it looks exactly the same: http://whateverlife.com/members
You don’t want to use the regular search form in your home and you want to use the horizontal one?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Please try again with the code. I changed it since in your initial functions.php file there was a function prepared for you to make customizations and it was interfering with this code. Now it should be fineHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks @wattsjmw, css is the solution.
Intead of
.search-result {margin-top: -20px;}
you can add
#main.search-result{padding-top:0}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, This topic describes how to change fields percentage impact on the score: https://archived.seventhqueen.com/forums/topic/match-numbers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe tested and worked. What isn’t working?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis is the code that goes in header.php.
Use the child theme for any template changes so copy header.php to sweetdate-child folder and make the changes there:
http://d.pr/n/TVWoHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Cometchat adds a javascript and css fie to render the chat, so a condition can be added to add or not those files so if an user isn’t a member then the chat won’t appearHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 12, 2013 at 22:48 in reply to: SweetDate alignments in sample pages cannot be reproduced #2752SQadminKeymasterHi,
Those should look exactly the same way in your install. I can’t see the link from your site since I am not logged in. You can send credentials at themesupport@seventhqueen.comYou can import the included demo content if you want the same pages as in our demo
The search bar is configurable from Sweetdate -> Buddypress
No coding required until nowCheers
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 think that could cause it… maybe some coincidences
We’ll try to release the update next weekHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTry removing some added code or plugin for login redirects.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 12, 2013 at 22:40 in reply to: Log In Button redirects me to Error code: ERR_CONNECTION_RESET #2749SQadminKeymasterThanks for pointing this out. we will check.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts