Forum Replies Created

Viewing 40 posts - 201 through 240 (of 2,655 total)
  • Author
  • in reply to: Submit and Continue Button Missing #7669
     SQadmin
    Keymaster

    Hi, Please make sure you are using the latest theme version v.2.2 because in an earlier version there was a problem with the button in the popup. See here: https://archived.seventhqueen.com/forums/topic/register-button-gone

    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: Registration Activation Page Conflict #7668
     SQadmin
    Keymaster

    Great. That was 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: Remove hover icon and lightbox completely #7667
     SQadmin
    Keymaster

    Thank you very much.
    Please rate our theme if you like our work. We appreciate 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: Slider Trouble & A Bunch of Setup Questions #7666
     SQadmin
    Keymaster

    Hi,
    You have some instructions on how to import the sliders in the main package in Demo content folder – Revslider.

    With the new updated Revslider that will be included in v.2.3 you will just import a .zip and have the slider like on our demo.

    We just add to the documentation new sections if it is the case.
    What is not working from our video tutorial? It should work smoothly.

    4. If you want a different menu you need a different solution. Something like this plugin: CE WP-Menu per Page

    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: Remove hover icon and lightbox completely #7646
     SQadmin
    Keymaster

    I have updated the code. See how it works now. You can use just my last code because you won’t need the “camera” code.

    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 directory page not showing about us information #7643
     SQadmin
    Keymaster

    Hi, That is the member age. You can remove it with this code added to sweetdate-child/functions.php

    COPY CODE
    
    /* Remove age from member directory listing */
    add_filter('kleo_bp_meta_fields', 'remove_age_from_member');
    function remove_age_from_member($output) {
    	unset($output['age']);
    	
    	return $output;
    }
    
    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: Import fails #7640
     SQadmin
    Keymaster

    Yes, latest version. We tried to import on your site but was just thinking for a long time. Again I am pretty sure it is a hosting problem

    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 contribution #7639
     SQadmin
    Keymaster

    You can try that. Inca n-am apucat sa traducem in romana 🙂

    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: How to upgrade revolution slider #7638
     SQadmin
    Keymaster

    Hi, The file is now here: https://archived.seventhqueen.com/files/_revslider.zip
    You had to follow the instructions from the documentation or from the readme.txt inside the demo content / revslider folder

    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: Translate in Spanish #7637
     SQadmin
    Keymaster

    There is a translation in Spanish here: https://archived.seventhqueen.com/forums/topic/translation-contribution
    Use Codestyling Localization to translate other strings for Buddypress 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: Revolution Silder Homepage not aligned #7636
     SQadmin
    Keymaster

    If that works for you then it is fine. Best thing so you can easily update the theme is not to change main theme files and to use the child theme and add the css in sweetdate-child/style.css or add the css in Sweetdate – Stylings options – Quick css

    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: Group send Invites #7635
     SQadmin
    Keymaster

    Please try with the default Buddypress theme and see what happens

    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: Remove hover icon and lightbox completely #7631
     SQadmin
    Keymaster

    Hi,
    You can use the same code that replaces the heart with a camera icon but instead of camera you can show nothing by changing return ‘camera’; to return ”;

    To disable the lightbox you need to redefine the shortcode that handles the rounded image.The code should go in sweetdate-child/functions.php

    COPY CODE
    
    	function kleo_img_rounded( $atts, $content = null ) {
    		extract(shortcode_atts(array(
    			'src' => '',
    	    ), $atts));
    
                $output = '<div class="circle-image">';
                $output .= '
                    
                    <img src="'.$src.'" alt="">
                </div>';
                
               return $output;
            }
    add_shortcode('kleo_img_rounded', 'kleo_img_rounded');
    
    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: Men, Women, Both selection options #7629
     SQadmin
    Keymaster

    You can do it simple thought… leave just a field named Looking for that is a multiple dropdown and has Woman and Man. This way users can select both options and will work as you mentioned

    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: Men, Women, Both selection options #7628
     SQadmin
    Keymaster

    Hi, That is not possible by default without custom changes. You can hire a developer from microlancer to help you.
    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: someone is using my admin account #7627
     SQadmin
    Keymaster

    Hi, You need to delete admin user and create a new user with a different name. See: http://www.inmotionhosting.com/support/website/wordpress/change-wordpress-admin-username-for-security
    Also you should read more on securing wordpress or search for a 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: Remove \"Match\" #7626
     SQadmin
    Keymaster

    Thanks @adam, that should do 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: Revolution Silder Homepage not aligned #7622
     SQadmin
    Keymaster

    Hi, your search form seems to be in the same place as in our demo: http://d.pr/i/y0FW
    I checked in firefox, chrome and safari. I use OS X Mavericks but I don’t think there is a difference in rendering pages from these two versions.

    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: German Translation #7610
     SQadmin
    Keymaster

    See German translation also here: https://archived.seventhqueen.com/forums/topic/translation-contribution

    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: Strange white bar #7609
     SQadmin
    Keymaster

    That is probably from the editor. Try to delete any white lines in the Home page. You can switch to Text tab and edit it there

    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: Import fails #7608
     SQadmin
    Keymaster

    It could be a hosting problem. It took a lot of time just to enter the dashboard. Try on other host if you can because we haven’t encountered this

    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 #7607
     SQadmin
    Keymaster

    I think is incomplete. Take back the original from the theme

    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 images – location #7605
     SQadmin
    Keymaster

    Hi, by default are saved in /wp-content/uploads/avatars
    You need to check on buddypress forums since it is related the 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: Home – Original Text/Code #7604
     SQadmin
    Keymaster

    Hi, You have it in the included documentation or here: https://archived.seventhqueen.com/documentation/sweetdatewp/index.html#!/pages_and_menu

    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: post > format image not working #7603
     SQadmin
    Keymaster

    Hi, Image post format needs to have the image added as Featured Image

    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: What the shortcode Login? #7602
     SQadmin
    Keymaster

    You need to follow the example in the header:

    COPY CODE
    
    <a class="tiny secondary button radius" data-reveal-id="login_panel" href="#"><i class="icon-user hide-for-medium-down"></i> LOG IN</a>
    

    You add the code in the editor but the text tab, not visual

    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: Google Web Font Loading Over HTTP Issue #7601
     SQadmin
    Keymaster

    Hi, Thanks for letting us know. Fixed in v.2.3
    Until then edit this file at line 189 wp-content/themes/sweetdate/framework/classes/SQueen.php

    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 Trouble & A Bunch of Setup Questions #7600
     SQadmin
    Keymaster

    Hi,
    1. You don’t need bbPress, it is optional just like any other plugin if you don’t need their functionality

    2. We are releasing tomorrow an v.2.3 theme version which will include the updated Revolution slider 4.0.3 which has an easier way of importing the sliders, just click import and the slider is ready to use like on our demo. Let me know if it is ok to wait for the update

    3. You should check Revolution slider documentation. Normally you add it from Add layer: video
    http://themepunch.com/codecanyon/revolution_wp/documentation/#!/video_layers

    4. You can add this css to hide the menu in Sweetdate – Styling options – Quick css

    COPY CODE
    
    .home .top-bar {
        display: none;
    }
    

    5. This is WordPress related. In page edit at the top of the screen click Screen options, check Discussion and a section will appear where you can uncheck the discussion area

    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: Translation contribution #7597
     SQadmin
    Keymaster

    Updated languages. See the topic 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: Registration Activation Page Conflict #7595
     SQadmin
    Keymaster

    You can try to disable with a code the search form when you are activating an account. Code should go in functions.php

    COPY CODE
    
    if (isset($_GET['page']) && $_GET['page'] == 'gf_activation' ) {
    	add_action('after_setup_theme', 'my_custom_code1');
    }
    function my_custom_code1() {
    	remove_action('after_header_content','render_user_search');
    	remove_action('after_header_content','render_user_register');
    	remove_action('after_setup_theme', 'kleo_home_form');
    }
    
    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 directory page not showing about us information #7594
     SQadmin
    Keymaster

    It is just a copy/paste operation and to follow instructions here https://archived.seventhqueen.com/forums/topic/member-directory-page-about-me-text-does-not-display
    I just re-pasted my code and totally works. the code goes to sweetdate-child/functions.php inside the lines. It is 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: URL Slugs #7593
     SQadmin
    Keymaster

    Hi, We modified buddypress breadcrumb logic to take pages names and simplified it a bit since buddypress components can’t be translated.
    Please replace this file until v2.3 wp-content/themes/sweetdate/framework/functions/breadcrumb.php with this one: https://archived.seventhqueen.com/files/breadcrumb.txt

    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 #7588
     SQadmin
    Keymaster

    @adam this is working for you, right?

    @aztlanla
    please wait for v2.3 that is coming these days and re-test

    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: Change Woocommerce Shop Sidebars template #7587
     SQadmin
    Keymaster

    Woocommerce shop page by default it takes site layout. What kind of template you want to use?
    Filters appears only when you have an active filter like price range

    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 Us page – lost the original #7582
     SQadmin
    Keymaster

    Hi, here is the content of our demo site:

    COPY CODE
    
    [kleo_row] [kleo_one_third] Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
    
    It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. See more features [/kleo_one_third] [kleo_two_third][kleo_slider] [kleo_slider_image src="http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/blog_slider_01.jpg"] [kleo_slider_image src="http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/blog_slider_00.jpg"] [kleo_slider_image src="http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/blog_slider_02.jpg"] [/kleo_slider][/kleo_two_third] [/kleo_row]
    
    [kleo_section bg="" centered=0 border=1][kleo_row][kleo_two_third][kleo_h3] Mission Statement [/kleo_h3][kleo_lead_paragraph] Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. [/kleo_lead_paragraph]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/kleo_two_third] [kleo_one_third][kleo_h3] Our Philosophy [/kleo_h3]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.[/kleo_one_third][/kleo_row][/kleo_section]
    
     
    
    [kleo_section bg="" centered=1 border=0]
    
    [kleo_h3] Meet [kleo_colored_text color="#F00056"] Our Team [/kleo_colored_text] [/kleo_h3]
    
    [kleo_one_third][kleo_img_rounded src="http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/small_thumb_03.png"] [kleo_h4]Becca Morgan[/kleo_h4]Founder
    
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
    
    [kleo_icon icon="twitter-sign" size=2x] [kleo_icon icon="facebook-sign" size=2x] [kleo_icon icon="pinterest-sign" size=2x]
    
    [/kleo_one_third]
    
    [kleo_one_third] [kleo_img_rounded src="http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/small_thumb_03.png"] [kleo_h4]Michele Storm[/kleo_h4]Chief Technical Officer
    
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
    
    [kleo_icon icon="twitter-sign" size=2x] [kleo_icon icon="facebook-sign" size=2x] [kleo_icon icon="pinterest-sign" size=2x]
    
    [/kleo_one_third]
    
    [kleo_one_third] [kleo_img_rounded src="http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/small_thumb_03.png"] [kleo_h4]Brady Patterson[/kleo_h4]Director of Marketing
    
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
    
     [kleo_icon icon="twitter-sign" size=2x] [kleo_icon icon="facebook-sign" size=2x] [kleo_icon icon="pinterest-sign" size=2x]
    
    [/kleo_one_third][/kleo_section]
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     SQadmin
    Keymaster

    Hello, We have added this options in Sweetdate – Miscellaneous in v.2.3 Please wait 1-2 days for the update to come.

    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_users.jpg #7568
     SQadmin
    Keymaster

    Hi, I’ve attached a psd file, I hope this is ok: http://d.pr/f/CGYG

    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: modified home-search-form over revolution slider #7564
     SQadmin
    Keymaster

    Try adding this extra rule to the css overflow: visible;

    You should try to hire a developer regarding you custom requests

    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: Add a Second Photo Album Tab to Profile #7563
     SQadmin
    Keymaster

    Hi, Using one of those plugins will get you only one tab without any customizations from your side. You can use both plugins in the same time if you want. With the code from the link posted you just need to remove the conditions if (class_exists(‘RTMedia’)).. and just leave the arrays with no conditions

    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: Buy membership before sign up #7562
     SQadmin
    Keymaster

    It is the other way around. After user registers, at the first login it will be redirected to the levels page. You need to have an active account to go to the levels page

    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 - 201 through 240 (of 2,655 total)

Log in with your credentials

Forgot your details?