Forum Replies Created

Viewing 40 posts - 6,121 through 6,160 (of 11,328 total)
  • Author
  • in reply to: links not clickable in video background header #63683
     sharmstr
    Moderator

    and even in your test, you’re still putting a container in there. On my site, it was for a button.

    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: links not clickable in video background header #63682
     sharmstr
    Moderator

    I gave you the fix already. Please use 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: Custom header images #63678
     sharmstr
    Moderator

    The header/bottom content fields have been updated in the next minor release and will accept html. I’ve tested it and you will be able to add an image like this

    COPY CODE
    
    <img src="http://localhost:8080/wp/wp-content/uploads/2014/02/kleo_buddypress_bbpress_rtmedia.png" />
    

    To answer your question though, yes you can put the single image shortcode in there now.

    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: links not clickable in video background header #63676
     sharmstr
    Moderator

    Yes, but you also have a container in there that the rest of us didnt have. See attached.

    COPY CODE
    
    .bg-full-video .container, .bg-full-video .container-full {
    pointer-events: auto;
    }
    
    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: kleo translation – update proof #63675
     sharmstr
    Moderator

    🙂

    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: Page not found #63672
     sharmstr
    Moderator

    @maxarts – respond privately with a link and 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: The top menu dropdown overlays with main menu #63671
     sharmstr
    Moderator

    This will be fixed in the next update. In the meantime, put this in your Theme Options > General > Quick CSS

    COPY CODE
    
    .social-header {
      z-index: 1600;
    }
    


    @abe
    – Can you fix this in core? I’m not sure if this is exactly how you want it done. Thanks 🙂

    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 message send and received #63666
     sharmstr
    Moderator

    respond privately with a link and credentials for an account that has messages.

    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: Deleted message still appears in starred list. #63665
     sharmstr
    Moderator

    This fix is available in BP 2.3.2 https://buddypress.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.3.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: rename 'KLEO' in the rich text menu #63663
     sharmstr
    Moderator

    Sorry for being dense, but I dont know what you mean. Can you attach an screenshot?

    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: Groups Pages #63661
     sharmstr
    Moderator

    You’ll have to change buddypress functions so ask on their 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

    in reply to: Bug after last update #63658
     sharmstr
    Moderator

    I had this issue on another site. It turned out to be a plugin conflict. Disable plugins until you can find the offending one.

    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 an upload button #63657
     sharmstr
    Moderator

    I would do a google search for a plugin. There’s nothing in kleo for this and its really more WP specific.

    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 Icon Color #63655
     sharmstr
    Moderator

    respond privately with a link a 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: Demo page user styling #63654
     sharmstr
    Moderator

    No.

    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: Revolution Slider Error: Slider with ID: 6 Not Found #63653
     sharmstr
    Moderator

    In the full download package from theme forest. Same as its always been.

    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: Custom title bug? #63651
     sharmstr
    Moderator

    Okay, this will be fix in the next minor release. In the meantime, put this in your childs functions.php file. Remember to remove it after the next update

    COPY CODE
    
    function kleo_title_main_content() {
            if (sq_option('title_location', 'breadcrumb') == 'main') {
    
                $title_status = true;
                if( is_singular() && get_cfield( 'title_checkbox' ) == 1 ) {
                    $title_status = false;
                }
    
                if ( $title_status ) {
                    if ( is_singular() && get_cfield( 'custom_title' ) && get_cfield( 'custom_title' ) != ''  ) {
                        $title = get_cfield( 'custom_title' );
                    } else {
                        $title = kleo_title();
                    }
                    echo '<div class="container">';
                    echo '<h1 class="page-title">' . $title . '</h1>';
                    echo '</div>';
                }
    
            }
        }
    
    
    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: Custom title bug? #63647
     sharmstr
    Moderator

    You attached the same image twice, but yes, it appears to be a bug.

    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: activity page functions needed #63646
     sharmstr
    Moderator

    Theme options are saved per theme, so you’ll need to import/export: http://sharmstr.com/saving-importing-and-exporting-kleo-settings/

    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 to Style Shortcode Elements #63645
     sharmstr
    Moderator

    try this css

    COPY CODE
    
    [class^="icon-"]:before, [class*=" icon-"]:before {
      color: #4d151d !important;
    }
    .hr-title {
      border-color: #4d151 !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: update failed #63644
     sharmstr
    Moderator

    https://archived.seventhqueen.com/forums/topic/website-down-after-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

    in reply to: business-directory template #63587
     sharmstr
    Moderator

    https://archived.seventhqueen.com/forums/topic/geodirectory-importing

    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: Visual Composer WordPress 4.1 #63586
     sharmstr
    Moderator

    Oh geez. No wonder nothing is working. https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme

    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: activity page functions needed #63583
     sharmstr
    Moderator

    If they aren’t in the db, how will they show on the activity feed? That is the answer. 🙂

    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: Visual Composer WordPress 4.1 #63580
     sharmstr
    Moderator

    Are you on Kleo 3.0.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: activity page functions needed #63574
     sharmstr
    Moderator

    Here’s the function to stop registering of certain notifications. This doesnt hide them, it STOPS them from being saved to the db.

    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'
        );
    
    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: kleo translation – update proof #63572
     sharmstr
    Moderator

    @mirek – I’m not having a problem translating. My question is for radu. Thanks for trying to help, but I dont need assistance. 🙂

    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: message icon profil disapeared #63571
     sharmstr
    Moderator

    Do you have private messaging turned on in Settings > 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: Geodirectory importing #63566
     sharmstr
    Moderator

    I had them add importing in the next minor update (dont have an eta) because it was a bit to hard to figure out on your own. They updated the doc a bit early.

    Here’s how to do it now.

    1 – Go to geo directory > design and set it up like attached.
    2 – Go to geo directory > permalinks and it up like attached. Create the pages first if you haven’t done so already. You just need to create blank pages, except for the one you’ll use for locations. That’s the one that should get the shortcode for the full map header as mentioned in the doc.
    3 – Go to settings > reading and set your front page to whatever you set to your geo locations page (in my screenshot above its Home Business Directory)
    4 – Go to Appearance widgets and see if Geo Directory created the widgets for you. See attached. If so, then you’re all set. You can tweak the widgets to get whatever display you want. The one I had to change is GD Home Content Section > Popular Post View > Layout: Grid View (Three column).

    If GD didnt auto create the widget for you, let me know and I’ll tell you how to import them.

    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: activity page functions needed #63563
     sharmstr
    Moderator

    1 – It does. If its not for you, check for jquery errors on the page.

    2 – same as above

    You can log into the Kleo demo and see that all of that works fine with ajax.

    3 – You should ask on the bp forums. Kleo doesnt handle that. I remember seeing a custom function to do that.

    4 – Again, ask on the bp forums. There’s probably a plugin for 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

    in reply to: Change Icon Color #63562
     sharmstr
    Moderator

    Why not use the built in way of doing it?

    Theme Options > Styles

    Either change the change the main or alternate sections. For featured items, make sure you set your row to use the appropriate style (main or 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: kleo translation – update proof #63560
     sharmstr
    Moderator

    @mirek – Having to delete the files after every update inst update proof. That’s my point.

    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: Featured Image stretched in edit #63534
     sharmstr
    Moderator

    if you saw that was the issue on Friday/Saturday, why am I just now hearing about it?

    I only just looked at it today.

    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: kleo translation – update proof #63531
     sharmstr
    Moderator

    Hey Radu, but how does that make them upgrade safe? Given, an upgrade wont overwrite their files saved to wp-content/languages/themes/, but it will readd the default ones back into /kleo/languages. So if it does that wont it use those instead? Do they have to go back and delete them again?

    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: User registration page is empty #63527
     sharmstr
    Moderator

    You definitely have. You shouldnt be editing core kleo files. You should have installed the kleo child theme, enabled it and made your changes there.

    Follow these step carefully

    – Backup your site including the db.
    – Figure out what changes you have made and note them somewhere. I see a bunch in /kleo/styles.css
    – Upgrade your site to Kleo 3.0.1 (you have a newer version of BP that Kleo 2.4.3 inst completely compatible with)
    – Upgrade all of the kleo approved plugins (rev slider, k-elements, cover photo, visual composer)
    – Install the kleo child theme but dont enable it
    – Go to Theme Options > Import/Export and export your settings
    – Activate the kleo child theme
    – Go to Theme Options > Import/Export and import your settings
    – Apply any changes you had made before, but this time do it within the kleo child theme (i.e. /kleo-child/styles.css)

    AGAIN, BACK UP YOUR SITE BEFORE DOING THIS

    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: User registration page is empty #63523
     sharmstr
    Moderator

    Have you edited anything in /themes/kleo?

    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: Forum styling #63515
     sharmstr
    Moderator

    It should by default. Please provide a link with 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: Featured Image stretched in edit #63512
     sharmstr
    Moderator

    At one point, you had your media size setting to 1038×9999. When those images were uploaded, it save them at that size. This is not Kleos doing. All Kleo is doing is bringing back the images. It doesnt care what size they are.

    Anyhow, I check your media size settings in wp admin and they are back to 1024×1024. After that I reuploaded the feature image for podcast 89 and its displaying correctly now.

    You can use this plugin to fix all your previously uploaded images: https://wordpress.org/plugins/regenerate-thumbnails/

    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: Kleo Cover Photo – Automatically Blows Up Images #63509
     sharmstr
    Moderator

    The container responsiveness is doing that. Its by design. You can upload an image that is atleast 1920 x 400, but if you view on a smaller screen you wont see the entire image.

    I’m moving this to the bugs forum since I can confirm the photo being deleted when you change the center, top or bottom 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

    in reply to: theme options changes not working #63506
     sharmstr
    Moderator

    okay I’m out now.

    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 - 6,121 through 6,160 (of 11,328 total)

Log in with your credentials

Forgot your details?