Forum Replies Created

Viewing 40 posts - 6,881 through 6,920 (of 8,607 total)
  • Author
  • in reply to: Image in header after menu before register form ? #13258
     Abe
    Keymaster

    yes you can define another header file like header-custom.php and call it like get_header(‘custom’);

    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.

    in reply to: adding menu link to ap-admin-bar #13257
     Abe
    Keymaster

    Hi, This function added to kleo-child/functions.php and having the kleo child theme active will add a submenu to that forums menu:

    COPY CODE
    
    add_filter('bp_forums_admin_nav','kleo_my_forums_menu');
    function kleo_my_forums_menu($wp_admin_nav) {
    	$wp_admin_nav[] = array(
    		'parent' => 'my-account-forums',
    		'id'     => 'my-account-forums-root',
    		'title'  => __( 'Forum', 'bbpress' ),
    		'href'   => '/forums'
    	);
    	return $wp_admin_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.

     Abe
    Keymaster

    Hi, That can’t be achieved by default. You should extend that functionality by hiring a programmer. I am not aware of a specific plugin that does that but there are plenty Facebook Connect plugins out there and you should check them out and see which can do that for you

    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.

    in reply to: Private-Group request – No buttons! #13255
     Abe
    Keymaster

    if you have your child theme empty with no template files that is strange yes 🙂 could be something related to buddypress but it doesn’t make much sense

    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.

    in reply to: Custom Top Menu #13254
     Abe
    Keymaster

    Give us a link to your site since the top bar should appear in buddypress pages if you have it enabled for your site in Theme options – Header options

    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.

    in reply to: Change Woocommerce Shop Sidebars template #13237
     Abe
    Keymaster

    And please create a new topic if you have different problems than the current one you are writing in, since they are not 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.

    in reply to: Change Woocommerce Shop Sidebars template #13236
     Abe
    Keymaster

    For any other page beside bbpress, buddypress and Blog you can set the template from that page edit screen. Please try that

    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.

    in reply to: How to add a custom right sidebar to Forums #13235
     Abe
    Keymaster

    That is because you have set your general template with no sidebar and you bbpress pages do not have a sidebar to set.

    We have added a new option in the Sweetdate admin panel to choose bbPress pages layout and it will be available in version 2.6. Until then you can replace this theme files to achieve that functionality: https://archived.seventhqueen.com/files/sweetdate-bbpress-templates.zip

    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.

    in reply to: Change Woocommerce Shop Sidebars template #13215
     Abe
    Keymaster

    for woocommerce please re-download the woocommerce .zip file provided and replace your files

    For the other two questions it is because you have a full template as a general setting and that is why no sidebar will appear. I will think of a solution for you

    For the classified if it is setup as a page try changing it’s default template to the desired 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.

    in reply to: Change Woocommerce Shop Sidebars template #13212
     Abe
    Keymaster

    I think I saw what is the problem. please re-download the woocommerce .zip file provided and replace your 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.

    in reply to: Change Woocommerce Shop Sidebars template #13211
     Abe
    Keymaster

    what are you trying to achieve and in what page? give us a link to your site

    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.

    in reply to: Change Woocommerce Shop Sidebars template #13207
     Abe
    Keymaster

    You don’t need to use the code above and just use the solution given with the new theme 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.

    in reply to: members profile page conflict with WP-FB autoconnect #13203
     Abe
    Keymaster

    Please update K-elements plugin too

    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.

    in reply to: users can't create groups #13201
     Abe
    Keymaster

    make sure you enabled that in Settings – Buddypress – Settings. or maybe it is a plugin of yours that messes 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.

    in reply to: Home Page Restoration #13199
     Abe
    Keymaster

    You just add it as a Custom Menu or other widget you want in a footer widget location. That should have nothing to do with what happened to your site.
    To add that checkbox you need some custom work from a developer. Changes need to be made under sweetdate/registration/register.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.

    in reply to: users can't create groups #13197
     Abe
    Keymaster

    The button should be in your Groups page, for example http://www.mysite.com/groups

    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.

    in reply to: Members profile and user profile fields #13196
     Abe
    Keymaster

    Make sure you have the latest theme installed. Are you using the install on a different port than 80? You can share a link to your site to take a look
    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.

    in reply to: Various issues #13195
     Abe
    Keymaster

    Hi,
    1. That can be changed by translating buddypress strings to your desired ones. Use a plugin like Codestyling localization
    More details on this matter: http://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/

    2. you need to edit sweetdate/members/members-loop.php and wrap the image in a link tag
    3. The lost password should be the default one from wordpress so I can’t see why it should not work. Make sure you have the latest theme version
    4. You need some changes in structure and some css rules. those changes should be done in members/members-loop.php Please hire a developer for custom changes

    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.

    in reply to: How to add a custom right sidebar to Forums #13193
     Abe
    Keymaster

    A new sidebar will appear under Appearance – Widgets that can be used only for bbPress

    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.

    in reply to: sidebar bbpress #13192
     Abe
    Keymaster

    A new sidebar will appear under Appearance – Widgets that can be used only for bbPress

    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.

    in reply to: Change Woocommerce Shop Sidebars template #13191
     Abe
    Keymaster

    This way is better until Sweetdate 2.6 update
    Cart and Checkout can be changed from page edit to any template you want. For the other woocommerce pages please replace theme files with the one in this archive and you will have a new setting to select woocommerce layout under Sweetdate – Woocommerce https://archived.seventhqueen.com/files/sweetdate-woo-templates.zip

    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.

    in reply to: New To All of This – Inquiries #13189
     Abe
    Keymaster

    Hi,
    Please see the video tutorial and I am sure a great part of your questions will be answered

    1, 5. Install Paid memberships Pro plugin and you will have the option to set restrictions from WP admin – Sweetdate – Memberships

    2. PHP is the programming language. You connect by FTP to your site and add the required code usually in wp-content/themes/sweetdate-child/functions.php but it is best to hire a programmer if you do not have programming knowledge.

    3. Icons are added by CSS and you can see them here: http://fontawesome.io/3.2.1/cheatsheet/

    4,6. See the video. Install the provided sweetdate-child.zip theme and activate it
    7. Not required. They are optional widgets that you can use
    8. see the video
    9. after the import a menu will be imported. You can also create your own in there

    5.

    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.

    in reply to: Profile Tabs not Showing #13186
     Abe
    Keymaster

    Hi, This is the topic you need https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image

    You need to specify your new group names. We are working on a feature where you can change this tabs from the admin without code intervention

    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.

    in reply to: add filter to search people near you by distance #13184
     Abe
    Keymaster

    No, it is not released yet. we will specify that in the release notes

    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.

    in reply to: Private-Group request – No buttons! #13181
     Abe
    Keymaster

    Can’t tell. I might be related to some changes you did, plugins installed, etc.
    Can you check in a clean install and without any extra plugins?

    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.

    in reply to: Theme Options Panel Not Working #13180
     Abe
    Keymaster

    I have just tested it with Safari and works good. What operating system you use?

    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.

    in reply to: Hide Members Without Avatars #13179
     Abe
    Keymaster

    We will try next week, 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.

    in reply to: Show Posts In Profile Hack #13178
     Abe
    Keymaster

    That is really nice. We might just add it as a theme functionality in the future

    Thanks

    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.

    in reply to: Status icons PSD's ? #13173
     Abe
    Keymaster

    I don’t think so. They are Photoshop files and are intended to be opened with Adobe Photoshop.

    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.

    in reply to: country-city autocomplete #13172
     Abe
    Keymaster

    Make sure you have selected to Country and City fields under Sweetdate – Buddypress so the system will know where to populate the values. Give us a link to your site if it 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.

    in reply to: Paid Memberships Pro Not Installing #13171
     Abe
    Keymaster

    Hi, I think I already responded you somewhere else to the same questions but can’t tell where you have doubled this request.. so I will just answer again in case I am wrong

    Regarding “The following active BuddyPress Components do not have associated WordPress Pages: ” you should go to Settings – Buddypress – Pages and map your pages to Buddypress components.

    It seems that you should connect via FTP and delete existing plugin incomplete folder from wp-content/plugins/paid-memberships-pro and try to reinstall it from admin or just put here the extracted plugin folder from https://downloads.wordpress.org/plugin/paid-memberships-pro.1.7.9.1.zip

    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.

    in reply to: Visual Composer not working after 1.2 update #13170
     Abe
    Keymaster

    That is strange .. could be something related to Visual composer.

    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.

    in reply to: wp-admin blank after theme activation #13169
     Abe
    Keymaster

    Fixed it. That is just strange. This file was incomplete/corrupted /wp-content/themes/kleo/kleo-framework/options/framework.php Replaced it with the good one and now it is fine

    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.

    in reply to: wp-admin blank after theme activation #13168
     Abe
    Keymaster

    And site address with credentials to wordpress admin please

    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.

    in reply to: Search form and other questions #13167
     Abe
    Keymaster

    Hi,
    1. You should add your custom fields from Users – Profile field and have a Type field with your desired values which you can add to the search form in Sweetdate – Buddypress
    To change the hearts: https://archived.seventhqueen.com/forums/topic/removereplace-the-love-hearts-in-site

    2. We plan to do that but can’t say when that will be included in the update

    3. Cart and Checkout can be changed from page edit to any template you want. For the other woo pages please replace theme files with the one in this archive and you will have a new setting to select woocommerce layout under Sweetdate – Woocommerce https://archived.seventhqueen.com/files/sweetdate-woo-templates.zip

    4. Provide a link to understand better. It could be related to buddypress thumb size. see: http://codex.buddypress.org/getting-started/guides/customizing-buddypress-avatars/

    5. You need to edit sweetdate/members/members-loop.php template file and put this inside the div with the class “search-body”

    COPY CODE
    <?php if ( bp_get_member_latest_update() ) : ?>
                <span class="update"> <?php bp_member_latest_update(); ?></span>
              <?php endif; ?>

    6. That can’t be easily achieved.. it requires some significant changes

    1. You need to develop that funtionality. To place to add it is inside sweetdate/header.php somewhere around “Login buttons” section
    2. That visual shortcodes generator should give you all shortcodes options available so there isn’t a place to explain in detail each one, just the shortcodes page from the demo: http://seventhqueen.com/demo/sweetdatewp/shortcodes/
    We haven’t encountered this problem not to generate the shortcodes.. we will do some tests to see if we manage to reproduce that

    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.

    in reply to: Uploaded video via activity stream not displaying #13165
     Abe
    Keymaster

    wow. 🙂 that is quick haha

    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.

    in reply to: Activity Shortcode or Three Column Solution #13158
     Abe
    Keymaster

    If you can’t find a plugin that can give you a shortcode for activity then the best solution is to hire a programmer

    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.

    in reply to: Uploaded video via activity stream not displaying #13156
     Abe
    Keymaster

    Thank you. We are glad you appreciate our work. Thank you for your activity on the forum

    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.

    in reply to: wp-admin blank after theme activation #13153
     Abe
    Keymaster

    kdesign, Please give me temporary FTP details and WordPress credentials to take a quick look and see what is the cause of this.

    Mark the reply as private

    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.

    in reply to: Uploaded video via activity stream not displaying #13152
     Abe
    Keymaster

    hehe. Great. I just emailed our contact guy ar rtMedia. Seems like a pretty big issue and I guess the will release a fix really soon

    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.

Viewing 40 posts - 6,881 through 6,920 (of 8,607 total)

Log in with your credentials

Forgot your details?