Forum Replies Created

Viewing 40 posts - 3,881 through 3,920 (of 11,328 total)
  • Author
  • in reply to: "BP Profile Search: don't know…" #76609
     sharmstr
    Moderator

    works for me. its a link to a topic on the plugins support page which says to downgrade. basically backing up what I’ve said.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: I can not find pages and posts in my dashboard, #76605
     sharmstr
    Moderator

    Talk to your hosting company. They can assist you with check the db.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: I can not find pages and posts in my dashboard, #76603
     sharmstr
    Moderator

    I dont know. Its not Kleo causing it so I have no idea. Did you get hacked? Do the posts still exist in the db? Could be any number of things. Perhaps you need to talk to your hosting company.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: I can not find pages and posts in my dashboard, #76600
     sharmstr
    Moderator

    There’s not much I can do if it also doesnt work with the WP 2015 Theme enabled.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Geodirectory listing page fullwidth map #76598
     sharmstr
    Moderator

    Not sure. Guess you could try adding geodir_is_page(‘search’) to the original function I gave you.

    COPY CODE
    
    add_action('kleo_before_content','add_map');
    function add_map() {
        if (geodir_is_page('search') || is_post_type_archive() && in_array(get_post_type(), geodir_get_posttypes())) {
            echo do_shortcode('[gd_homepage_map width=100% height=600px maptype=roadmap zoom=1 autozoom=true  child_collapse=true scrollwheel=false marker_cluster=1]');
        }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: "BP Profile Search: don't know…" #76597
     sharmstr
    Moderator

    Downgrade BP Profile Search. The current version of Kleo doesnt support the latest version of BP Profile Search.

    https://wordpress.org/support/topic/dont-know-how-to-show-hidden-profile-field?replies=2

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: how can i customize kleo post? #76596
     sharmstr
    Moderator

    You can set that in Theme Options > Blog > Display Meta Fields

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Padding above Logo #76595
     sharmstr
    Moderator

    On the kleo demo site, the “padding” is actually in the image. But since you dont have that, try this in your quick css

    COPY CODE
    
    #logo_img {
        padding-top: 5px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How add a banner in all page and post #76594
     sharmstr
    Moderator

    Use this in your child theme and replace the img src

    COPY CODE
    
    add_action('kleo_before_content','my_header_image');
    function my_header_image() {
        echo '<img src="http://seventhqueen.com/themes/kleo/wp-content/uploads/2015/02/kleo_demo_pages_01.jpg" />';
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: I can not find pages and posts in my dashboard, #76592
     sharmstr
    Moderator

    I doubt Kleo is the issue here. Temporarily enable the WP 2015 Theme and see if you still have the issue. Let me know.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Author Meta Link to BP Profile and Author Avatar #76590
     sharmstr
    Moderator

    It actually shows posts and pages which is the standard display for the built in WP Author archive page. Kleo doesnt do anything fancy with that. So, what you need to do is google for a way to include your custom post type in the author archive listing.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Some customize on bloge page #76589
     sharmstr
    Moderator

    1 – The carousel is showing posts that you have tagged as ‘featured’. If you dont have any posts with that tag, it wont show it.

    2 – If you have set your front page to be a static page, then change the posts page title like you would any other page. If your front page is set to ‘your latest posts’, then you can translate it: https://archived.seventhqueen.com/documentation/kleo#translation

    Note: dont confuse ‘translation’ to mean that it has to be in a different language.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: CSS modifictaions #76587
     sharmstr
    Moderator

    What text are you selecting? In a dropdown? A hyperlink? Please provide a link and more details.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Fatal Error #76455
     sharmstr
    Moderator

    Please search before posting. This has been asked and answered several times. As the error indicates, you’ve run out of memory. You need at least 128mb but according to your error, I’d set it to 256mb

    http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Add Description to Clients CPT #76342
     sharmstr
    Moderator

    You’d have to add new metabox for it. Lots of info on that if you google it.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Enable Comments for Pages #76301
     sharmstr
    Moderator

    When you edit the page, click on “allow comments” in the discussion box. If you dont see the discussion box, click on screen options in the upper left and enable it.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: change header font colour on post grid #76298
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    #main .main-color h3 a, #main .alternate-color h3 a {
    color: #00b9f7 !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Bits of code & shortcode on website after update #76292
     sharmstr
    Moderator

    No problem.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    BP Wall is the issue. If you deactivate it, the site works fine. My second response was “Have you looked for plugin conflicts?” 🙂 I’m sure that’s the reason your avatars weren’t round on your activity page as well.

    You have several plugins that need to be updated. k-elements, rev slider and visual composer. I didnt want to do it for you since you’re not running a child theme and I have no way of knowing if you’ve changed core code in those plugins.

    Your site is still throwing jquery errors.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Bits of code & shortcode on website after update #76287
     sharmstr
    Moderator

    Well, I searched the kleo code and couldn’t find it. So, yes. That’s what I think. Temporarily enable the WP 2015 Theme and see if it still happens. That will tell us quickly if it is or isnt.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: change header font colour on post grid #76285
     sharmstr
    Moderator

    You have that row set to use the Alternate style, so change it there. Theme Options > Style > Alternate

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Bits of code & shortcode on website after update #76284
     sharmstr
    Moderator

    There’s no shortcodes there. Its all php code. Your link isnt working.

    Looks like it might be coming from woocommerce. Would that make sense for that page?

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Site Icons #76252
     sharmstr
    Moderator

    They are from fontello and they are located in /assests/font. https://archived.seventhqueen.com/documentation/kleo#vector-icons

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Enable Comments for Pages #76251
     sharmstr
    Moderator

    You need to turn it on for the page as well since the page existed before you enabled it. Bring up the page in page editor and enable comments.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Unable to upload buddypress group profile photo #76250
     sharmstr
    Moderator

    🙂 Glad you sorted it.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Error while saving and Mobile View Problem #76220
     sharmstr
    Moderator

    Please search before asking questions. Its been discussed so many times 🙂

    https://archived.seventhqueen.com/forums/topic/is-it-possible-to-change-top-menu-color
    https://archived.seventhqueen.com/forums/topic/different-styles-for-top-and-main-menu
    https://archived.seventhqueen.com/forums/topic/different-background-color-for-header-main-and-top-menu#post-49493

    Since we’ve solved your original issue, please open a new topic for additional support. Searching these types of threads with multiple questions is difficult.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Error while saving and Mobile View Problem #76216
     sharmstr
    Moderator

    I see a red background with black text which is what you have set in theme options > styling > header

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Image recording is displayed in the main Activity #76212
     sharmstr
    Moderator

    Personally, I use this on most of my sites

    COPY CODE
    
    //Block certain activity types from being added
    function bp_activity_dont_save( $activity_object ) {
    $exclude = array(
            'updated_profile',
            'new_member',
            'new_avatar',
            'friendship_created',
            'joined_group'
        );
    

    However, those options will still be available in the dropdown filter. If you want those removed from that as well, ask on the bp forum.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Image recording is displayed in the main Activity #76210
     sharmstr
    Moderator

    Those settings are for the post only have dont effect anything buddypress related. You’ll have to ask for a solution on the buddypress forums.

    Or you can try hiding it with css. Try this in your quick css

    COPY CODE
    
    .new_blog_post .activity-inner img {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Unable to upload buddypress group profile photo #76207
     sharmstr
    Moderator

    Temporarily switch to the WP 2015 Theme and see if it works.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Error while saving and Mobile View Problem #76206
     sharmstr
    Moderator

    You have screwed up your vc code. Delete that page, making sure you purge it from the trash and reimport it (assuming you started with a demo page).

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Topics Created by User Friends #76205
     sharmstr
    Moderator

    I dont know of any shortcodes for those. Ask on the buddypress forum since its their plugin. Kleo doesnt do any of that processing, it only stylizes the output.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Unable to install Visual Composer #76203
     sharmstr
    Moderator

    Kleo 3.0.7 should run with VC 4.6.2. 4.6.2 is included in Kleo 3.0.7

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Error while saving and Mobile View Problem #76201
     sharmstr
    Moderator

    I’m not a sir.

    Your home page and vc are loading fine.

    If you’re trying to use the vc front-end editor, dont. Its terrible. I always use the backend editor. See attached.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: Site problems after KLEO 3.0.7 / WordPress 4.3 UPDATE #76200
     sharmstr
    Moderator

    awesome!

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Its not making its way to the site though. Hmmm.

    Can you respond with admin credentials and ftp credentials?

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Live Notifications interval changes #76198
     sharmstr
    Moderator

    No problem.

    I should say, that if you have a site where people will be on the same page for a long period of time (long articles), you might be fine setting the live notification at every 30 seconds or 1 minute.

    Also, there is no “hey this person has been idle for 30 minutes, so they have probably left their browser open and walked away. Maybe we should stop polling for new notifications.” Also no “this person has multiple pages open on our site”

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How I can create a mega menu? #76157
     sharmstr
    Moderator

    Here’s the documentation: https://archived.seventhqueen.com/documentation/kleo#menus

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How I can create a mega menu? #76156
     sharmstr
    Moderator

    You dont need to install a plugin. You need to check mega menu for the parent item, then add sub menu items under it.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Live Notifications interval changes #76155
     sharmstr
    Moderator

    Also, its important to understand that it spawns a new check for every user that is on your site. So if there 100 people on your site, it will launch 100 notification calls every 20 seconds.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 3,881 through 3,920 (of 11,328 total)

Log in with your credentials

Forgot your details?