Forum Replies Created

Viewing 40 posts - 321 through 360 (of 2,655 total)
  • Author
  • in reply to: MySQL server has gone away error Revslider #7307
     SQadmin
    Keymaster

    Hi, MySQL server has gone away it is most probably because of the hosting. Check with them the error.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Mixed form floating as lightbox #7306
     SQadmin
    Keymaster

    Hi, That is not available. You need to modify the code. You can see in Sweetdate – Buddypress how to generate the form using shortcode or php, whichever you need.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Mixed form overlay #7305
     SQadmin
    Keymaster

    You need to restrict access to each page to require membership. This is done by installing Paid memberships Pro and going to each desired page and cheching the allowed levels. For BUddypress components the settings are under Sweetdate – Memberships

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Latest members carousel #7304
     SQadmin
    Keymaster

    Hi Adam, Starting with v2.3 that should come this month you will have a shortcode for Members carousel.
    It is not possible right now to show only members that have uploaded pictures.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Slider Revolution Slider has css cache problems #7302
     SQadmin
    Keymaster

    Hi, We will include it in next version but here is the link until then: https://archived.seventhqueen.com/files/revslider.zip

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: modified home-search-form over revolution slider #7274
     SQadmin
    Keymaster

    Check again please

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Redirect After Login #7273
     SQadmin
    Keymaster

    Yes that is correct

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Restore Quick CSS #7272
     SQadmin
    Keymaster

    Hi Adam, Sorry for that
    You can export now and then the customizations from Sweetdate – Import / Export

    IF you have a database backup the customizations are held in wp_options under a field sweetdate_option or something like that

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Members List texts #7271
     SQadmin
    Keymaster

    You can define which field value to appear there, by default it takes the About me field. See this topic to change the field: 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 solution
    in reply to: Translation problem #7269
     SQadmin
    Keymaster

    maybe you have different plugins that generates those strings so you need to translate the strings for all the plugins used. Use the Codestyling localization to translate them

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Icons redirect to members #7268
     SQadmin
    Keymaster

    Hi JohnDoe, You need to redefine the function that takes care of that shortcode. You copy the function named kleo_status_icon from sweetdate/custom_buddypress/bp-functions.php to sweetdate-child/functions.php and do the required changes

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: My Photos Tab and rtMedia #7267
     SQadmin
    Keymaster

    Hello,
    Unfortunately that can’t be easily achieved since it depends on many rtmedia things

    Thanks for appreciating our work

    Abe

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: URL Slugs #7266
     SQadmin
    Keymaster

    Hi,
    Those strings should come up in Buddypress plugin translation. You can use Codestyling Localization to translate it

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: About me tab issue #7265
     SQadmin
    Keymaster

    I have logged in into your site and you didn’t at least had Buddypress intalled in your site… not to say to import the fields or define them . Please configure your site properly

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: force pic upload? #7251
     SQadmin
    Keymaster

    Is that site powered by Buddypress? This depends entirely in Buddypress so you need to find something related to it

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: improvements of the messaging feature #7250
     SQadmin
    Keymaster

    Thanks @adam for the tips

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Sweetdate profile points #7249
     SQadmin
    Keymaster

    Hello, Thank you very much

    Here is the topic that shows how to change the algorithm. You can define your own fields and the percentage impact on the total: 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 solution
    in reply to: Hide menu from all but not pmpro members #7246
     SQadmin
    Keymaster

    Hi, You can’t do it with CSS. You have to edit sweetdate/header.php and find the menu function: wp_nav_menu( … );
    and change it to if ( pmpro_hasMembershipLevel(array(1,2,3))) { wp_nav_menu( … ); }

    You will need basic PHP knowledge

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: 404 error #7245
     SQadmin
    Keymaster

    Hi, I’m glad to hear that everything is ok now.

    Regards,
    Robert

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Still having the facebook Issue #7244
     SQadmin
    Keymaster

    Hi Pete, I just registered on your site with facebook register using my iphone and all seems to be ok: http://d.pr/i/y2os

    Regards,
    Robert

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Fixing PMPro Button Color #7232
     SQadmin
    Keymaster

    Hi, you can add in sweetadmin/styling options/quick css box the following line:

    COPY CODE
    
    #pmpro_account .bordered { color: #1FA8D1; } 
    

    Regards,
    Robert

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Profile field text displayed below profile photo #7230
     SQadmin
    Keymaster

    Hi, So you want the tabs from the right to be displayed bellow?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Color Scheme for website #7229
     SQadmin
    Keymaster

    Hi, you can try Koler: https://kuler.adobe.com/explore/newest/

    Regards,
    Robert

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Horizontal search problem #7224
     SQadmin
    Keymaster

    Set your matching fields in Sweetdate – Buddypress to search one field value in the other

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Revolution Slider #7223
     SQadmin
    Keymaster

    Hi,
    Depending on what kind of slider type you wan to use you import that one, with form, without form or optimized to show below header. You can import any of them since they are alike just small settings that are different.
    sweetdate – homepage Rev shows the slider in your homepage that you set in Settings – Reading. In any other page, go to page edit – General settings – Header

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: modified home-search-form over revolution slider #7221
     SQadmin
    Keymaster

    Replace this:

    with:

    COPY CODE
    <div style="position: absolute;" class="four columns">
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Search form #7220
     SQadmin
    Keymaster

    That is related to Buddypress. It is not possible by default.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Search form #7219
     SQadmin
    Keymaster

    Follow the tutorial for initial theme setup. You shoud set you those 2 fields as Matching fields in Sweetdate – Buddypress.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     SQadmin
    Keymaster

    Glad we could help 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Getting spam please help #7217
     SQadmin
    Keymaster

    You should disable wordpress comments because I guess that is your problem or enable akismet plugin to filter them

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: s2member login issues #7214
     SQadmin
    Keymaster

    That was a workaround for S2 problem that is not handling AJAX login requests. We’ll let you know if we find something

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Need extra development done within your theme #7204
     SQadmin
    Keymaster

    Hi, Please send us an email at themesupport@seventhqueen.com and we can talk details

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Paid memberships pro #7203
     SQadmin
    Keymaster

    You should just customize the code from: https://archived.seventhqueen.com/forums/topic/extra-membership-restrictions-how-to to sweetdate-child/functions.php an have the child theme activated
    If is not working then you are not copying it correctly or have a caching plugin, etc

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     SQadmin
    Keymaster

    Hi, The code above has some missing parts. This should do the trick:

    COPY CODE
    
    add_action('bp_after_member_header','kleo_my_actions1', 1);
    
    function kleo_my_actions1()
    {
    	global $bp_tabs;
    	$bp_tabs = array();
    
    	$bp_tabs['base'] = array(
    	'type' => 'regular',
    	'name' => apply_filters('kleo_extra_tab2',__('About the artist', 'kleo_framework')),
    	'group' => 'General Info',
    	'class' => 'regulartab'
    	);
    	
    	$user_id = bp_displayed_user_id();
    	if (pmpro_hasMembershipLevel(array(5,6), $user_id)) {
    		// Add tab 'Additional'
    		$bp_tabs['additional'] = array(
    		'type' => 'regular',
    		'name' => __('Additional information', 'kleo_framework'),
    		'class' => 'regulartab'
    		);
    		// Add tab 'Contact Details'
    		$bp_tabs['contact details'] = array(
    		'type' => 'regular',
    		'name' => __('Contact Details', 'kleo_framework'),
    		'class' => 'regulartab'
    		);
    	}
    
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Registration page can not be translated #7201
     SQadmin
    Keymaster

    Hi,
    Those strings belong to Buddypress, so you need to translate the plugin for that. An easy way is to do it using Codestyling Localization plugin.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Private message display #7200
     SQadmin
    Keymaster

    Unfortunately, like I said, there is no easy way to modify how they are rendered since they are generated by Buddypress. You can try hiring a developer from microlancer to help you with your custom work.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Members List showing "No Members" #7199
     SQadmin
    Keymaster

    Hi,
    Your users can be seen under Dashboard – Users
    Memberships – Members List shows the users that have purchased a membership using the Paid memberships pro plugin

    Regards,
    Abe

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Paid Memberships Pro -custom checkout #7198
     SQadmin
    Keymaster

    Hi,
    You can skip to the checkout page by redirecting your users to the checkout page with a query string that tells PMPRO for what level to do the checkout, like this:
    /membership-account/membership-checkout/?level=1

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Revolution Slider #7196
     SQadmin
    Keymaster

    Hi,
    After your theme install you should have a notice that recommends what plugins to install and the revolution slider is one of them.
    If you want to manually install it, the location of the archive in the theme is in sweetdate/framework/inc/revslider.zip

    Regards,
    Abe

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: rtMedia square thumbnails #7195
     SQadmin
    Keymaster

    Ok I see what you mean. I have updated the above code.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 321 through 360 (of 2,655 total)

Log in with your credentials

Forgot your details?