Forum Replies Created

Viewing 40 posts - 5,321 through 5,360 (of 8,607 total)
  • Author
  • in reply to: Kleo eating memory and crashing site #19594
     Abe
    Keymaster

    Hi, Sorry for the late reply.
    Wordpress and Buddypress and all other plugins installed will consume some amount of memory but that is related to your hosting configuration. This also depends on the amount of concurrent connections so you need to analyze the amount of memory used for a connection and see how many connections your server supports based on your total available memory. 1GB of memory is pretty low since only the OS probably uses 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: Exclude Category #19591
     Abe
    Keymaster

    If you want to change the main blog then edit this template: wp-content/themes/kleo/archive.php and see this topic on excluding categories by ID http://wordpress.org/support/topic/exclude-categories-from-main-blog

    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 signup and access pages without paying #19588
     Abe
    Keymaster

    Well it is not a bug, it is just how the theme functionality is right now.

    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: Great theme… a few urgent questions… #19573
     Abe
    Keymaster

    Hi, Thank you vey much.

    1. Fixed it. Until next version please change the content from this file wp-content/themes/sweetdate/members/single/profile/change-avatar.php with the content from the attached file

    2. edit the file that generates the members: wp-content/themes/sweetdate/members/members-loop.php

    3. That can’t be achieved with default theme functionality so you need to develop a custom code for 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.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Change Registration text #19571
     Abe
    Keymaster

    Hi @hugoalberts sorry for that, for Kleo here is the file template for the registration page: wp-content/themes/kleo/buddypress/members/register.php
    Any other text you can’t find in that page should be changed by translating Buddypress plugin strings. See more: http://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/

    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: recaptcha for memebrship pro #19569
     Abe
    Keymaster

    Hi, that will probably should appear in the default PMPRO checkout registration that in Sweetdate in hidden by default. See this topic to enable the registration in the PMPRO checkout: https://archived.seventhqueen.com/forums/topic/register-at-checkout-no-longer-available

    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: Post Excerpt #19568
     Abe
    Keymaster

    Hi, kleo_excerpt will count words, 20 by default, and if there are found more than 20 then the “…” will be added.
    Probably your text does not contain spaces since the words are found by splitting the sentence by space in explode( ‘ ‘, get_the_excerpt(), $limit )

    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, until next version 1.5 please see this fix: https://archived.seventhqueen.com/forums/topic/facebook-api-2-0-please-connect-your-facebook-account

    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: Matching function always shows 50% #19553
     Abe
    Keymaster

    well that is the code to change the functionality. maybe your child theme is not active. what code have you added?

    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: STEPS TO UPDATE KLEO THEME AND PLUGINS #19552
     Abe
    Keymaster

    @itt those plugins are updated from WP Admin – Plugins and next to each plugin you will see an update link

    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: STEPS TO UPDATE KLEO THEME AND PLUGINS #19551
     Abe
    Keymaster

    @kcurlsjr it does not matter what theme is active since only the parent KLEO theme will get updated

    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: Link (Scroll) to Section #19550
     Abe
    Keymaster

    Hi, that is fairly simple.
    The link should be like http://pagetitle.com#my-section-on-page and somewhere in the page have an element like

    COPY CODE
    
    <h3 id="my-section-on-page">Title for section</h3>
    
    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 do I change form field text color? #19548
     Abe
    Keymaster

    Hi, this should be fixed in the theme release coming this days.

    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: Revolution slider loading slow #19546
     Abe
    Keymaster

    You should add something like this if that is the homepage:

    COPY CODE
    
    .page-template-page-templatesfront-page-php .rev_slider_wrapper { min-height: 713px; }
    
    
    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: What is coming up in the update the 10th? #19545
     Abe
    Keymaster

    Hi, I have added the change log here: https://archived.seventhqueen.com/forums/topic/kleo-updates-change-log

    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: KLEO Updates Change Log #19544
     Abe
    Keymaster

    Changelog location was moved.
    Please go to https://archived.seventhqueen.com/kleo/article/changelog for full changelog

    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 improve the page speed? #19542
     Abe
    Keymaster

    Hi, indeed using a caching plugin will increase site speed. Also using a minify plugin will add some extra speed. see WordPress Better Minify and this instructions: https://archived.seventhqueen.com/forums/topic/w3tc-settings-imported

    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: Map in Contacts #19540
     Abe
    Keymaster

    Hi, We already responded in the Comments section on TF

    The link to the map from the demo is this:

    https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d13250.216292683543!2d151.23235643049514!3d-33.87538140441755!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sro!2s!4v1391343442092

    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: Icons won't display in Firefox #19538
     Abe
    Keymaster

    Hi @inbloome
    I guess your problem could have come from a plugin loading also FontAwesome. Anyway I see that now it is fixed.

    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: Paid membership Pro – Discount code error #19536
     Abe
    Keymaster

    Hi, I have successfully added the discount code and applied it at the checkout page. Try setting your discount code date with a day in the past.

    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: Problems with the quick profile navigation #19531
     Abe
    Keymaster

    For the profile groups to show to the right of the profile image as tabs please see this topic: https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image

    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: Issues with slider background on different machines #19529
     Abe
    Keymaster

    Hi, That could be also related to the height of the slider you set in your Revolution slider settings
    Also you can add this CSS and change the height value to match you slider height:

    COPY CODE
    
    .page-template-page-templatesfront-page-php .rev_slider_wrapper { min-height: 713px; }
    
    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 STOP ACTIVATION LINK GOING TO SPAM/JUNK #19479
     Abe
    Keymaster

    that is right @Anchora thanks
    Not theme related but server 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: Using Featured Image for Video Posts #19478
     Abe
    Keymaster

    just add a youtube link for example in the post content. this works based on oEmbed functionalty. more here: http://codex.wordpress.org/Embeds

    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: Maps plugin not working inside Tabs #19460
     Abe
    Keymaster

    Hi, And the exact Google map shows well when not in a tab? Strange. Put a link to that page to check

    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 directory page with sidebar – How to #19457
     Abe
    Keymaster

    to do that you should put instead of get_sidebar(‘buddypress’); -> get_sidebar(‘buddypress-members’); and create a sidebar-buddypress-members.php and in is copy the contents from the sidebar.php but change the $sidebar_class to a higher value.

    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: Blog Archive Page Title #19456
     Abe
    Keymaster

    Hi, see this sticky topic: https://archived.seventhqueen.com/forums/topic/change-kleo-page-title-for-archives-and-other-wordpress-pages

    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

    Where do you say the title does not appear? in the media page for a user it appears

    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: Changes to search box #19453
     Abe
    Keymaster

    Hi, all profile fields can be changed from Users – Profile fields.
    Form fields can be changed from Sweetdate – Buddypress

    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: 2 things (problems) #19452
     Abe
    Keymaster

    When activating the child theme try to set again the menu in Appearance – Menus. Also make sure the child theme path is like wp-content/themes/kleo-child/style.css

    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: Glitch in style of bbPress forum replies ? #19451
     Abe
    Keymaster

    Hi, that link is not available.
    the private is added by WordPress to the post if the post is Private. Try searching the web to remove that from the title

    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: Using Featured Image for Video Posts #19450
     Abe
    Keymaster

    Thanks for the appreciation 😉
    yes the video post type just has the video instead of featured image

    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 customize rtMedia for KLEO #19449
     Abe
    Keymaster

    CSS should be added in child theme/style.css and the theme should be active

    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, You should take a look at kleo_ajax_login function in functions.php and instead of the normal message, try echoing $user_signon variable

    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

    No, You can upload your changes for the new license from the other license. If you did changes to the templates then copying the files should do. Anything else that is saved to the DB relates to settings in Sweetdate theme 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: Logo #19444
     Abe
    Keymaster

    Hi, If you imported the demo content, then the Home Default page has a custom logo set in page edit – Theme general settings – Display settings. Also you can uncheck the transparent header

    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: Remove search box in Forums page #19443
     Abe
    Keymaster

    Hi, To change the structure for the forums you need to edit this file template:
    wp-content/themes/kleo/bbpress/content-archive-forum.php

    to remove the search form comment bbp_get_template_part( ‘form’, ‘search’ );

    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, unfortunately it is not a theme option and it requires custom coding or a plugin that can do 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: Visual Composer not show on posts #19440
     Abe
    Keymaster

    Hi, that should be enabled from Settings – 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.

     Abe
    Keymaster

    Hi, Opera mini probably does not support JavaScript, which is required for the theme to work properly

    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 - 5,321 through 5,360 (of 8,607 total)

Log in with your credentials

Forgot your details?