Forum Replies Created

Viewing 40 posts - 4,321 through 4,360 (of 11,328 total)
  • Author
  • in reply to: sidebar login form #72692
     sharmstr
    Moderator

    Remove the css I gave you and change the code to this

    COPY CODE
    add_action('init','move_fb_button');
    function move_fb_button() {
        remove_action('bp_before_login_widget_loggedout', 'kleo_fb_button' );
        add_action('bp_after_login_widget_loggedout', 'kleo_fb_button' );
    }
    
    function kleo_get_fb_button()
    {
        ob_start();
        ?>
        <div class="kleo-fb-wrapper text-center">
            <div class="hr-title hr-full"><abbr> <?php echo __("or", "kleo_framework");?> </abbr></div>
            <div class="gap-20"></div>
            <a href="#" class="kleo-facebook-connect btn btn-default "><i class="icon-facebook"></i> &nbsp;<?php _e("Log in with Facebook", 'kleo_framework');?></a>
        </div>
    
        <?php
    
        $output = ob_get_clean();
    
        return $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: php error – pro membership and rtmedia #72691
     sharmstr
    Moderator

    Change display to false in wp-config: https://codex.wordpress.org/WP_DEBUG

    COPY CODE
    
    define('WP_DEBUG_DISPLAY', false);
    
    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

    You should roll back to Woo 2.3+: https://archived.seventhqueen.com/forums/topic/woo-commerce-errors-regarding-templates-after-todays-update

    Please search before posting next time. Thank you.

    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

    You can try echoing out the classes within a span tag

    COPY CODE
    
    add_action('kleo_before_content','slider_on_activity');
    function slider_on_activity() {
        if ( bp_current_component() == 'activity' && !bp_is_user()) {
            echo '<span class="hidden-sm hidden-md hidden-lg visible-xs">';
            putRevSlider("HomeFullwidth");
            echo '</span>';
        }
    }
    
    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 point I was trying to make, which Woo tried to make as well (see attached), is dont update plugins until you are sure your theme supports them. Woo 2.4 just came out. It will take some time for the Kleo developers to change the code and test before they are able to release an update which supports it.


    @trobinson1786
    – You need to update via FTP. Quite awhile ago, themeforest updated their code which broke auto updates for most of the themes out there (not just Kleo). Once you update to 3.0.6 update notification will work again. 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Kleo Button over background video in row #72593
     sharmstr
    Moderator

    Been asked and answered a few times. Try this: https://archived.seventhqueen.com/forums/topic/links-not-clickable-in-video-background-header#post-37807

    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 Size #72571
     sharmstr
    Moderator

    A few things….

    If you’ve had an existing site and recently added kleo, then perhaps your old images need to be resized to fix the pixelation issue. You can do that with this plugin https://wordpress.org/plugins/regenerate-thumbnails/

    I noticed that you have duplicate images. If you are adding the image within your content, you can turn off the big featured image that kleo adds. Go to Theme Options > Blog > Display media on post 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: Add Google Search in Social Header #72569
     sharmstr
    Moderator

    Did you see this? https://wordpress.org/plugins/shortcode-in-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: Add Google Search in Social Header #72567
     sharmstr
    Moderator

    Not if you copy it to your child 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: Cover photo default tot minimum. #72565
     sharmstr
    Moderator

    No, not at this time.

    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 button social RSS #72563
     sharmstr
    Moderator

    Take a look at this thread (specifically about the icon info): https://archived.seventhqueen.com/forums/topic/new-social-media-link-for-top-bar

    It took awhile to sort it out, but the solution is in this reply: https://archived.seventhqueen.com/forums/topic/new-social-media-link-for-top-bar#post-70544

    Just swap out soundcloud for your rss 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: Need help with bbpress forum title #72562
     sharmstr
    Moderator

    This isn’t a Kleo specific question, so you’d be better off asking for assistance on the bbpress forum. With that said, the common way to do this is by translating it. Dont be confused thinking you need to translate to a different language. Translations can be done in English if you merely want to substitute word. You’ll have to translate bbpress and buddypress (and there may be a few in Kleo as well). Here’s some useful links

    https://translate.wordpress.org/projects
    https://codex.bbpress.org/getting-started/bbpress-in-your-language/
    https://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

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

    in reply to: Custom Page for Portfolio Bug (?) #72560
     sharmstr
    Moderator

    Awesome. Btw – its not a bug. The inner container option is really for backgrounds.

    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 keep translation after a theme updtate #72559
     sharmstr
    Moderator

    Put the translation in the directory wp-content/languages/themes using the file name kleo_framework-xx_XX

    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

    Kleo is out of date because Woo just released its update. You shouldnt be updating plugins until 7th queen releases updates that support them.

    Kleo doesnt have copies of every woo template file. Only the ones that needed to be changed in order to fix the Kleo style. Think of the woo template files in the Kleo folder as overrides similar to using a child theme. While there’s nothing wrong with what you did, you may find that things are no longer Kleo styled and/or just dont work.

    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 Page for Portfolio Bug (?) #72556
     sharmstr
    Moderator

    Try this css

    COPY CODE
    
    .page-id-7425 .col-sm-12 {
        padding: 0 !important;
    }
    .page-id-7425 .row {
        margin-right: 0 !important;
        margin-left: 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

     sharmstr
    Moderator

    Its been reported and the developers are working on it.: https://archived.seventhqueen.com/forums/topic/number-of-activ-members-in-activity

    I will let you know when I see a any code fixes for 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: User Profile Details #72551
     sharmstr
    Moderator

    Try this css

    COPY CODE
    
    #buddypress #members-list .update {
        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

     sharmstr
    Moderator

    Try putting this in your child theme’s funtions.php file. Then reload theme options and try saving again.

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    
    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: breadcrumb separator #72519
     sharmstr
    Moderator

    Try this instead

    COPY CODE
    
    .breadcrumb .sep:before {
        content: "\e899" !important;
        font-family: fontello;
    }
    
    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: php error – pro membership and rtmedia #72515
     sharmstr
    Moderator

    If its just a warning, you can turn those off with wp_debug. Also, knowing more details like, whats the exact message and where its being displayed will be helpful.

    btw – I’m assuming the first poster was saying its displayed when you go to the pmpro add-on screen, so I was asking which pmpro add-ons they had. Not which plugins were installed (woocommerce, mail chimp, etc…)

    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 content missingfrom backend #72513
     sharmstr
    Moderator

    It definitely appears to be a db issue. It even happens with the 2015 Theme enabled, so Kleo isnt causing it. Perhaps ask your hosting company for assistance in viewing your db error logs. Maybe there’s something of worth in there.

    You can also try enabling wp_degug and set the display to true. Perhaps you can see an error when you bring up page editor.

    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: Buddypress Posts #72512
     sharmstr
    Moderator

    That’s the meta data. The function is kleo_entry_meta as stated above.

    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: Botton style per category? #72443
     sharmstr
    Moderator

    As I explained before, each listing has a .category-xxx output. So, it would be this.

    .category-xxx .btn-default {
    background-color: red !important;
    }

    .category-zzz .btn-default {
    background-color: yellow !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: embed popup login box on front page #72440
     sharmstr
    Moderator

    Try this

    #bp-login-widget-user-login, #bp-login-widget-user-pass {
    background-color: #fff !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: Deleting Archive for category" text #72439
     sharmstr
    Moderator

    You need the entire kleo_title function.

    COPY CODE
    
    function kleo_title()
    	{
    		$output = "";
            if (is_tag()) {
                $output = single_tag_title('',false);
            }
    		elseif(is_tax()) {
                $term = get_term_by('slug', get_query_var('term'), get_query_var('taxonomy'));
                $output = $term->name;
            }
    		elseif ( is_category() ) {
                $output = single_cat_title('', false);
            }
    		elseif (is_day())
    		{
    			$output = __('Archive for date:','kleo_framework')." ".get_the_time('F jS, Y');
    		}
    		elseif (is_month())
    		{
    			$output = __('Archive for month:','kleo_framework')." ".get_the_time('F, Y');
    		}
    		elseif (is_year())
    		{
    			$output = __('Archive for year:','kleo_framework')." ".get_the_time('Y');
    		}
            elseif (is_author())  {
                $curauth = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author'));
                $output = __('Author Archive','kleo_framework')." ";
    
                if( isset( $curauth->nickname ) ) {
                    $output .= __('for:','kleo_framework')." ".$curauth->nickname;
                }
            }
    		elseif ( is_archive() )  {
    			$output = post_type_archive_title( '', false );
    		}
    		elseif (is_search())
    		{
    			global $wp_query;
    			if(!empty($wp_query->found_posts))
    			{
    				if($wp_query->found_posts > 1)
    				{
    					$output =  $wp_query->found_posts ." ". __('search results for:','kleo_framework')." ".esc_attr( get_search_query() );
    				}
    				else
    				{
    					$output =  $wp_query->found_posts ." ". __('search result for:','kleo_framework')." ".esc_attr( get_search_query() );
    				}
    			}
    			else
    			{
    				if(!empty($_GET['s']))
    				{
    					$output = __('Search results for:','kleo_framework')." ".esc_attr( get_search_query() );
    				}
    				else
    				{
    					$output = __('To search the site please enter a valid term','kleo_framework');
    				}
    			}
    
    		}
            elseif ( is_front_page() && !is_home() ) {
                $output = get_the_title(get_option('page_on_front'));
                
    		} elseif ( is_home() ) {
                if (get_option('page_for_posts')) {
                    $output = get_the_title(get_option('page_for_posts'));
                } else {
                    $output = __( 'Blog', 'kleo_framework' );
                }
                
    		} elseif ( is_404() ) {
                $output = __('Error 404 - Page not found','kleo_framework');
    		}
    		else {
    			$output = get_the_title();
    		}
            
    		if (isset($_GET['paged']) && !empty($_GET['paged']))
    		{
    			$output .= " (".__('Page','kleo_framework')." ".$_GET['paged'].")";
    		}
        
    		return $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: Hide Contact Form Button #72340
     sharmstr
    Moderator

    I’ve answered that here: https://archived.seventhqueen.com/forums/topic/404-error-after-editing-pages#post-71543

    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: Display only posts with more than 100 likes #72330
     sharmstr
    Moderator

    There’s nothing in Kleo for that.

    You can display widgets in the main content by using Visual Composer and the Widgetised Sidebar shortcode.

    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: "About Author" #72329
     sharmstr
    Moderator

    There’s nothing in Kleo. You’ll need to find a plugin.

    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: Background video not working #72328
     sharmstr
    Moderator

    Those are for locally hosted videos, not vimeo. With VC 4.6 (which is available in Kleo 3.0.6) VC added youtube backgrounds, but still no vimeo backgrounds.

    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: Plugin except social articles for submitting posts #72327
     sharmstr
    Moderator

    No there is not. And to be technically correct, Kleo doesnt “support” social articles, Kleo is compatible. Meaning that Kleo has added styling for social articles.

    Personally I’ve played around with WP User Frontend which is pretty simple to set up. And for a complex solution I needed, I used the plugins available from the people who make Types: https://wp-types.com/

    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: sidebar login form #72326
     sharmstr
    Moderator

    Assuming you’re asking how to move the fb login button from the top of the widget to the bottom, try this in your child’s function.php file.

    COPY CODE
    
    add_action('init','move_fb_button');
    function move_fb_button() {
        remove_action('bp_before_login_widget_loggedout', 'kleo_fb_button' );
        add_action('bp_after_login_widget_loggedout', 'kleo_fb_button' );
    }
    

    And this in your quick css

    COPY CODE
    
    .widgets-container .kleo-fb-wrapper {
        margin-top: 10px !important;
    }
    .widget_bp_core_login_widget .gap-20, .widget_bp_core_login_widget .hr-title {
        display: none;
    }
    
    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: Pages won't scroll #72325
     sharmstr
    Moderator

    Put this in quick css

    body {
    overflow: auto !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: My homepage will not scroll! #72323
     sharmstr
    Moderator

    Put this in quick css

    body {
    overflow: auto !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: Deleting Archive for category" text #72322
     sharmstr
    Moderator

    I wasnt suggesting using css at all. I understand you dont want to remove the entire title, that’s why gave you that link and not the css. Please read my answer again. I gave you the path to the latest code.

    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: Only login and register from facebook #72310
     sharmstr
    Moderator

    Or copy /kleo/register.php and /kleo/page-parts/general-popup.php to your child theme and remove the functions and 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: Only login and register from facebook #72309
     sharmstr
    Moderator

    Then ask on the Buddypress forums since its there code you’ll have to change.

    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: Top WordPress Login Bar Won't Hide? #72278
     sharmstr
    Moderator

    I dont see 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: Visual Composer breaks Go pricing table #72277
     sharmstr
    Moderator

    Click on the gear icon at the top of the VC editor and add this css

    .container .wpb_wrapper ul li {
    text-align: center;
    }

    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: Restricted buddypress page not working #72276
     sharmstr
    Moderator

    Then perhaps it has something to do with your server configuration?

    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 - 4,321 through 4,360 (of 11,328 total)

Log in with your credentials

Forgot your details?