Forum Replies Created
-
Author
-
AbeKeymaster
Hi, You need to change that with some CSS and probably structure changes. We can’t do custom work but you can search developers on microlancer.com
File that takes care of search form rendering is located in sweetdate/custom_buddypress/kleo-bp-search.php
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.AbeKeymasterSome errors are because you added by hand some meta tags and you also have a plugin that generates the tags. You need to add your custom tags just before wp_head() line
Another error is just as I said from revolution slider where you need to disable loading google font
Another if because you have a mising paragraph tag in your editor.and the ption value=”19″ selected=”selected” … errors should be fixed once you replace those files as I said
Check our demo for errors and see that you shouldn’t have any otherI logged in by ftp but the site is not there and I cannot search trough your changes and fix them since it will take hours. sorry. you know better what you have changed. or start from scratch again
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.AbeKeymasterTry to adding a shortcode like statistics shortcode from Visual shortcodes icon – Buddypress. Copy/paste the shortcode in the slider
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.AbeKeymasterHi,
1. add this css in Sweetdate- Styling options – Quick cssCOPY CODE.reveal-modal .button.facebook {float: left;} .reveal-modal #signup {margin-bottom:5px;}
2. Translations are done via .mo/.po files not directly in theme files. Use a plugin like Codestyling localization
3. wordpress adds a space in < ?php when it should be like without the space between < and ?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.AbeKeymasterHello. All your styling changes should be done via CSS in app.css file
I have tested the demo and works in IE11 http://seventhqueen.com/demo/SweetDate/DefaultHeader/Boxed/index.htmlMake sure you haven’t changed the paths to some files
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.AbeKeymasteryou are right,
this is the updated code:
body:not(.my-account):not(.groups) #item-nav {
display: none;
}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.AbeKeymasterHello,
72 should be the id of your category you want to show posts from.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.AbeKeymasterHi, That code works, just added it to sweetdate-child/functions.php. Is the same code as here: https://archived.seventhqueen.com/forums/topic/redirect-user-to-their-profile-after-login
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.AbeKeymasterHI, That can’t be related to the theme. Try re-saving the options under Settings – Permalinks
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.AbeKeymasterGreat LKr. Glad you fixed it
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.AbeKeymasterIt should be a problem with a plugin you are using that is applying some restrictions and AJAX requests aren’t done right. Have you tried to disable plugins one by one?
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.December 16, 2013 at 23:56 in reply to: How can I change the copyright information to add a link there? #8397AbeKeymasterHello, Thank you for your purchase
please see this topic to see how you can change that text https://archived.seventhqueen.com/forums/topic/add-links-to-footer
Just addd that function to your sweetdate-child/functions.php and edit it the way you need.
You require small PHP understandingHi 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.AbeKeymasterHi, I have updated the code above https://archived.seventhqueen.com/forums/topic/keeping-scroll-bar-on-the-last-position-when-refresh#reply-8056
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.AbeKeymasterHi, That is WordPress/Buddypress default functionality. Try a plugin like http://wordpress.org/plugins/welcome-pack/
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.AbeKeymasterThe code works…. make sure to copy.paste the whole code
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.AbeKeymasterHi, If you want to make 4 profile fields out of 6 that won’t be an easy task because you will need a script or something to make the changes directly to the database.
You can easily move fields from one group to another.. maybe great another group or somethingHi 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.AbeKeymasterHi, You should try and import the demo content again or disable plugins one by one that might cause this. Try doing a fresh install if it’s still not 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.AbeKeymasterHi, This function is rendering those columns, Add it in sweetdate-child/functions.php and modify it as you need
COPY CODEfunction kleo_bp_profile_tabs() { global $bp_tabs; echo '<div class="seven columns">'; new BpMembersTabs($bp_tabs); echo '</div>'; }
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.AbeKeymasterHi Adam. Code works. Maybe you have an error in another CSS code from the quick css box and that one will no longer be interpreted.
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.AbeKeymasterHi, the functions.php should be blank, just as you have it when you install the child theme. That widget is buddypress default. Try searching a solution on buddypress forums
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.AbeKeymasterMaybe you have an javascript error in the code. see it in you browser console. The functionality should be like in the demo by default
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.AbeKeymasterHi, Try adding this CSS code
COPY CODE#groups .six.columns:nth-child(2n+1) { clear: left; }
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.AbeKeymasterPlease do a fresh install for test. I just installed the plugin and 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.December 16, 2013 at 12:23 in reply to: Home Page Search Box – Profile Field Checkbox/Dropdown #8341AbeKeymasterHi, There is no way to do that by default. You need to customize the functionality by hiring a developer or do it yourself if you have PHP and WordPress knowledge.
All functions related to the search are locate in sweetdate/custom_buddypress/kleo-bp-search.phpCheers
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.AbeKeymasterHi, you can remove this code from framework/frontend.php
COPY CODE//Headings if(sq_option('heading')) { $kleo_sweetdate->add_typography_css('heading'); }
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.AbeKeymastercan you tell us what errors?
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.AbeKeymasterHi, I think the /activate url can be of help.
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.AbeKeymasterHi, Maybe it is not meant to send message from the members directory. It probably takes the displayed user id. Try looking on buddypress forums
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.AbeKeymasterThey were square all the time 🙂 see our demo
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.AbeKeymasterHi, If you want to include the slider just install the Revolution slider plugin.
Maybe I don’t understand your questionCheers
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.AbeKeymasterHi, You are right. Please replace this file contents wp-content/themes/sweetdate/members/index.php with https://archived.seventhqueen.com/files/members_index.txt
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.AbeKeymasterIf rtMedia translation is not working can;t be something with Sweetdate. We also haven’t done any changes to affect that.
Please try with the old version of Sweetdate to convince yourself that it is not theme related.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.AbeKeymasterHi,You haven’t updated to the latest version, there was another function that had to be changed under framework/helpers.php
Now restrictions workcheers
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.AbeKeymasterSee this css from the topic: https://archived.seventhqueen.com/forums/topic/missing-groups-nav
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.AbeKeymasterHi,
1. it is aligned to right. Your translated text is just big and goes under the button
2. text is there. try with codestyling localization plugin. this is the textCOPY CODEYou are already logged in. Please <a href=\"#\" onclick=\"%s\">refresh</a> page
3. This is the function defined in framework/functions/facebook_login.php. add the function in sweetdate-child/functions.php and modify it as you want
COPY CODEfunction fb_register_button_front() { ?> <a href="#" class="facebook_connect radius button facebook"><i class="icon-facebook"></i></a> <?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.AbeKeymasterHi, also change the file members/members-loop.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.AbeKeymasterHi, We tested the file in some installs on our servers and only logged in users appear. Also we can upload without problem.
I suggest you do a test clean install without your changes and see how it goes and if it works the problem is something with your added changesHi 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.AbeKeymasterHi, I don’t understand your question. Just set for City and Country your fields so the system will know which is which.
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.December 16, 2013 at 09:57 in reply to: Do not allow users to write email adresses in their profile #8316AbeKeymasterHi,
Thank you for the kind words 🙂
We haven’t done this before.. Try searching buddypress forums please
To detect pictures it will be kind of hard and you’ll need an image detection script or something.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.AbeKeymasterHello, Watch the video tutorial for initial site setup http://www.youtube.com/watch?v=LCrhEfApQI8
Membership levels will appear once you install recommended plugin Paid memberships Pro. See the instructions in the included documentation
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