Forum Replies Created
-
Author
-
SQadminKeymaster
Hello and thank you very much.
You just go to Settings – Writing and choose Gallery from the dropdown and save the options. After that when you will create a new post it will be checked Gallery as default post format.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Already released on 06.12.2013. Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 7, 2013 at 02:20 in reply to: Color of the register/search form background on the Home Page. #7828SQadminKeymasterHi, You can change search form labels color by adding this css to Sweetdate – Styling options – Quick css or in sweetdate-child/style.css
COPY CODE.form-search label { color: #FFFFFF; }
Change #ffffff with your own color
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello,
Yes it should work also in child theme to put the rtl.cssCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks Adam for valuable info.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI glad you figured it out. You had to edit your Home page from Wp admin – Pages and change the content.
Thanks for the kind wordsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes it is
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi @JessicaHardy
What do you mean by a more detailed register form. The link you gave is wrong. There is only one register page on our demo and it is Buddypress default one. See my answer above on enabling it.Regards,
AbeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi @slimsunny34
You need to map the Register page to the buddypress component in Settings – Buddypress – Pages. See the video tutorial: https://archived.seventhqueen.com/video-tutorials
If you are logged in and go to /register it is buddypress normal behaviour to take you to homepage since you are already registered.Regards,
AbeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, after a small research for this issue I found a posible solution, anyway, is not intented to use behind the form but in your case is ok because you use it as simple background slideshow. So you need to add the following lines in WP admin – Sweetdate – Styling options – Quick css box:
COPY CODE@media only screen and (max-width: 767px) { .revslider-head.absolute-head #header{ position: absolute;} .revslider-head.absolute-head .form-wrapper { margin-top: 222px; } .revslider-head .just-after-header { position: absolute; } .rev_slider_wrapper { display: block; } .page-template-page-templatesfront-page-php .rev_slider_wrapper { min-height: 890px; } }
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, I have registered on you site and the problem is either you have changed the php template file or you translated something wrong since an anchor tag is all over the page. Please check carefully
Regards,
AbeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Regarding the font, are you sure this is not your case in slider settings? http://d.pr/i/L32x
Regarding the Vimeo I will ask Themepunch support for a solution.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, No need for changes if files for translation. You need to have WordPress installed in your language. Those steps should be enough.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 6, 2013 at 03:45 in reply to: How to set I am / looking for as a default when searching #7756SQadminKeymasterHello, You need to configure those two field as Matching fields in Sweetdate – Buddypress to have the correct results. We did this in the initial setup video tutorial: https://archived.seventhqueen.com/video-tutorials
Regards,
AbeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello, Give a link to your site or look for Javascript errors in browser console
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSystem won’t ever know to get the users if your profile value is: “Une association” and you added it like “associations” and “benevoles” with “Bénévole”
I think you understand where is the problem and is not with us
Correct example:
[kleo_status_icon type=”Une association” image=”http://reseau-benevolat.org/wp-content/uploads/2013/12/Associations.png” subtitle=”Associations”]Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Please paste the code since we can’t guess where you made the mistake.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Try disabling any plugin that might interfere because we have seen this in the past.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, The avatar should be linked when you register by Facebook. If you don’t upload a avatar the Facebook one should appear
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThen is something with your install. Try disabling plugins or do a fresh install of WordPress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterCode works. I don’t know why it doesn’t. Make sure code is complete and you have child theme activated
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, You need custom code to add some kind of if statements. File responsible for profile page is: wp-content/themes/sweetdate/members/single/profile/profile-loop.php
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterOriginal file is in sweetdate theme. You should compare the files and see what you have changed.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, We haven’t studied GEO my WP but to customize the search you need to get the answer from that plugin and intersect it with the returned users from the original form in the theme. This function from the previous specified file takes care of the search: bp_members_search()
You will probably need a PHP / WordPress developer to accomplish that since is not an easy taskRegards,
AbeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, you want to put the register box after the whole content in homepage? That will be possible using a shortcode in the next updated theme v2.3 that will be available these days.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterhm.. yes because they are using the same ID attribute. Then that is not so simple to achieve. We will take another look and see it something can be done
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThank you 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat is related to Revolution Slider plugin and not the theme.. You probably should configure Revolution slider not to include a font from Google.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello,
Thanks for the purchase.That should be a matter of adding some CSS rules. Read more about it here: http://codex.wordpress.org/Right-to-Left_Language_Support
Regards,
AbeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, That belongs to Buddypress and I think the easiest way is: http://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/
That implies translating the original text to something else, even your language is still English.
You can use Codestyling LocalizationHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Please share a link to your site because we can’t help you if we don’t know the exact symptoms.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello, Similar question here: https://archived.seventhqueen.com/forums/topic/users-online-problem
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThank you for your kindly words Bassem. Glad we could help.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, to target only the first title, in our case “About me” you just need to put the following line in admin – sweetdate/styling options/cuick css box:
COPY CODE#profile .tabs dd:first-child a { color: #EC155A; }
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello again, I did a little custom work for you.
You just need to replace the three files in:1). …wp-content/themes/sweetdate/header.php
2). …wp-content/themes/sweetdate/assets/styles/app.css
3). …wp-content/themes/sweetdate/assets/styles/responsive.cssAttachments here: http://d.pr/f/rbiG
ps: make a backup first of your old files
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Thank you for your purchase. You don’t need to purchase the landing page. You just need to configure your home page. See this video tut: https://archived.seventhqueen.com/video-tutorials
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou just need to take the content out of the text file and replace the one in your php file.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, well… is a new challenge, I’m working on it and I’ll come soon with an answer.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, We always went with Linux. It should work fine on Windows also. It is more a personal preference matter.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe are glad you figured it out.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts