Forum Replies Created

Viewing 40 posts - 3,921 through 3,960 (of 11,328 total)
  • Author
  • in reply to: Live Notifications interval changes #76154
     sharmstr
    Moderator

    It totally will. And you dont need to remove it from the menu. Set it to 0 in theme options. Then it wont “live” update, but will show any new notifications when the page refreshes ( or loads a new 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: Menu doesn't appear like home page #76153
     sharmstr
    Moderator

    You have your link settings set to white in theme options > styling > main

    but you can use this css

    COPY CODE
    
    .portfolio-filter-tabs li a {
        color: red !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: Changing box color and add a border in a Feature Item #76152
     sharmstr
    Moderator

    There isnt a way to target a specific featured item within a featured item grid because there isnt an extra class name field in the item settings. There is on the featured item grid though. So I guess you could create a grid with only one item, add an extra class name then use css like this…

    COPY CODE
    
    
    .your-class-name .feature-item {
        background-color: red !important;
        border: 1px solid green;
    }
    
    
    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: Adding custom real time notifications #76138
     sharmstr
    Moderator

    The live notification merely reads the notification table. Read the buddypress codex on how to create your own notifications.

    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: Theme setting (stiling options) #76136
     sharmstr
    Moderator

    I see your background just fine.

    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: Theme setting (stiling options) #76130
     sharmstr
    Moderator

    but where is wp-admin? I get a 404

    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

    So <ul class=”responsive-tabs”> is on line 23?

    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

    the template files are in /kleo/bbpress/user-xxxx.php

    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: Theme setting (stiling options) #76106
     sharmstr
    Moderator

    what’s the link?

    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: Woocomerce: my-account/view-order/ #76081
     sharmstr
    Moderator

    Dont confuse “translating” to mean it has to be in a different language. It can still be your default language. Its the way to change text now in WP and other plugins like Buddypress.

    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 #76075
     sharmstr
    Moderator

    Ahhh, you weren’t specific enough. You set those in the slider shortcode settings. See attached.

    I will say that you have broken page code since “[/vc_row]” is displaying under that section. You’re going to have to fix that.

    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: Buddypress profile fields #76060
     sharmstr
    Moderator

    No they are not. Go to WP Admin > Users > Profile Fields. Move the those two fields out of the Base (primary) group.

    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 #76058
     sharmstr
    Moderator

    Edit the post. Scroll down to the Theme General Settings section. Click on the media tab.

    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

    Or do you have custom bp templates in your child theme?

    Looks like the underline source isnt outputting the responsive-tabs UL which the jquery needs in order to do its magic. You had a similar issue with your activity page. It wasnt outputting the necessary classes in order to style the avatar correctly.

    So, in this case, do you have a custom /buddypress/members/single/home.php page or is that page missing from /kleo//buddypress/members/single/ ?

    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

    Have you looked for plugin conflicts? Basically your jquery isn’t firing.

    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 #76042
     sharmstr
    Moderator

    You need to enable wp_debug to see why event manager isnt activating. https://codex.wordpress.org/WP_DEBUG make sure you set WP_DEBUG_DISPLAY to true.

    You change the images in Theme General Settings > media

    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 problems after KLEO 3.0.7 / WordPress 4.3 UPDATE #76039
     sharmstr
    Moderator

    right. looks like its been set as a default in the vc_map config. Try this

    COPY CODE
    
    add_action('vc_before_init', 'custom_vc_manipulate_shortcodes');
    function custom_vc_manipulate_shortcodes()
    {
    
        global $kleo_config;
        vc_remove_param('vc_row', 'padding_top');
        vc_remove_param('vc_row', 'padding_bottom');
        vc_add_param("vc_row", array(
            "type" => "textfield",
            "holder" => 'div',
            'class' => 'hide hidden',
            "heading" => __("Top padding"),
            "param_name" => "padding_top",
            "value" => "0",
            "description" => __("Allowed measures: px,em,%,pt,cm."),
        ));
        vc_add_param("vc_row", array(
            "type" => "textfield",
            "holder" => 'div',
            'class' => 'hide hidden',
            "heading" => __("Bottom padding"),
            "param_name" => "padding_bottom",
            "value" => "0",
            "description" => __("Allowed measures: px,em,%,pt,cm."),
        ));
    }
    

    It will add the padding fields to the bottom of the row settings though. I dont know of a way around this other than overriding every setting.

    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

    Okay, going back to the first time we discussed this, its probably a conflict with the video plugin you are using. So, as with the other solution, you’re going to have to edit the files. They are in the same location /kleo/page-parts/

    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

    Again, it doesnt work that way. It never displayed it because you have it set to video. Kleo uses a custom field where you supply the video. As far as I know, you’ve only changed the code in post-content-small.php, but not in post-content-masonry.php or post-content-carousel.php, right?

    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 problems after KLEO 3.0.7 / WordPress 4.3 UPDATE #76025
     sharmstr
    Moderator

    copy kleo/vc_templates/vc_row.php to your child theme and edit the default padding_top and padding_bottom values. Be sure that you verify that no code changes have been made to that file after every kleo update.

    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

    Regardless of how its displayed (carousel, masonry, standard) the media displayed will be dependent upon the post format type. Since you are using video type formats, kleo will default to displaying a video, not a featured image. You override that by removing the switch cases.

    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 custom link for a new tab in buddypress profile menu #76019
     sharmstr
    Moderator

    The bp_core_new_nav_item function will never do that. Its sole purpose is to load a submenu and an associated screen. If you are okay displaying the page within the profile screen, then you can use this plugin: https://wordpress.org/plugins/buddypress-custom-profile-menu/screenshots/

    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 contact icon info #76014
     sharmstr
    Moderator

    You’re confused about what contact form they were talking about in the video.

    Anyhow, you can change that in Theme Options > Layout.

    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: WP Ulike #76012
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    #buddypress .activity-timeline {
        border-right-width: 0 !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: Portfolio items name/title #76009
     sharmstr
    Moderator

    You can put a <br> in the title

    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: Changing box color and add a border in a Feature Item #76006
     sharmstr
    Moderator

    The background controlled by a whatever section style you have set on the row. Then it uses the alternate background color set in Theme Options > Styles > Watever section style you set.

    There isnt a border by default, so you’ll have to add it with this css

    COPY CODE
    
    .kleo-block.feature-item {
        border: 1px solid green;
        margin-bottom: 0px !important;
        padding-bottom: 0px !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

     sharmstr
    Moderator

    If you’re running buddypress, those are submenu items of the Forums tab in the members profile.

    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 calling a function called kleo_get_post_media located in /k-elements/functions/helpers.php. That function should look very familiar to you since its basically the same code that you had to comment out before. So copy that function into your child theme’s functions.php file and comment out all the switch cases except for image and default like you did before.

    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

    plugins/k-elements/shortcodes/templates

    You should setup local copies of the files and use your IDE to search the files for what you need. I do it all day long to answer questions. If I need to know where something is, I inspect it in my browser debugger window to get a div ID or class name to search for.

    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: Woocomerce: my-account/view-order/ #75965
     sharmstr
    Moderator

    You cant copy the file. You have to translate the text using standard translating techniques.

    https://archived.seventhqueen.com/documentation/kleo#translation

    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: Font doesn't work #75936
     sharmstr
    Moderator

    You can use the example in the link I gave you in your child theme’s function.php file. But since you’re only trying to load a style sheet and not actually run code, then you are better off using the standard way of loading style sheets: https://codex.wordpress.org/Function_Reference/wp_enqueue_style

    http://www.paulund.co.uk/add-stylesheets-to-wordpress-correctly

    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: Rename profile group tab #75933
     sharmstr
    Moderator

    Kleo isnt doing that. It happens with the WP 2015 Theme as well. Ask for assistance on the bp forums.

    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: Woocomerce: my-account/view-order/ #75923
     sharmstr
    Moderator

    Its in kleo/lib/plugin-woocommerce/config.php on line 1612. You can translate 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

     sharmstr
    Moderator

    Your site is throwing jquery errors so the jquery that controls that menu wont fire.

    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: Font doesn't work #75920
     sharmstr
    Moderator

    You can use wp_head: https://codex.wordpress.org/Plugin_API/Action_Reference/wp_head

    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: clients, testominials, portfolio #75919
     sharmstr
    Moderator

    Please search before posting https://archived.seventhqueen.com/forums/topic/disable-clients-testimonials-portfolio-dont-need#post-48980

    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: font percentages #75918
     sharmstr
    Moderator

    If they are links, like in menus, breadcrumbs and post titles, you need to and an a

    li a

    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: Create new tab in BuddyPress Profile #75916
     sharmstr
    Moderator

    There’s nothing in Kleo that will do this for you. You need to use the functions provided by Buddypress. Please refer to their documentation on the subject and consult their forum for assistance if needed. https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_item/

    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

    Works fine for me.

    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: is it able to set a logo on top of side bar? #75912
     sharmstr
    Moderator

    Assuming you mean side menu and not sidebar since there isnt a sidebar in your image….

    You can add an image via Theme Options > Side Menu

    You can use this css to change the background color

    .side-color {
    background-color: red;
    }

    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,921 through 3,960 (of 11,328 total)

Log in with your credentials

Forgot your details?