Forum Replies Created

Viewing 40 posts - 19,681 through 19,720 (of 20,101 total)
  • Author
  • in reply to: Conflict with "Group email suscription" plugin. #47835
     Radu
    Moderator

    Hello,

    You can show post meta by navigating to pages find blog normal page, edit then ( see screenshot )

    Cheers.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: maintenance mode no backend login #47829
     Radu
    Moderator

    Hello,

    If you have a plugin for login, disable it.

    Please provide url.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: IE 11 shows mobile interface #47811
     Radu
    Moderator

    Hello,

    Add this code on head on first line to force disable compatibility view.

    COPY CODE
    
    <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
    

    Is important to be first after tag open

    Let me know 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

    in reply to: bbpress search result show only topic #47810
     Radu
    Moderator

    Hello,

    You can do it easy by CSS

    COPY CODE
    
    #bbp-search-results .bbp-topic-author { display:none; }
    #bbp-search-results .bbp-topic-content { display:none; }
    #bbp-search-results .bbp-meta {display:none;}
    #bbp-search-results .bbp-topic-title-meta {display:none;}
    #bbp-search-results .topic {display:none;}
    

    Let me know if is ok.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Conflict with "Group email suscription" plugin. #47804
     Radu
    Moderator

    Hello,

    For the first problem, this in not a issue, this is a default behavior of Group Email Subscription, you cannot subscribe by email to a group without being part of it.

    Regarding the second one, please post a screenshot with the exact place where you want to make the changes.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Info under profile picture covered #47798
     Radu
    Moderator

    Hello,

    Add this CSS to kleo-child style.css – wp-content/themes/kleo-child/style.css OR in Theme Options – General Options -> Quick CSS

    COPY CODE
    
    
    .main-color #buddypress #item-header-avatar { color: transparent; }
    #buddypress span.activity {padding: 10px 0; }
    
    

    Let me know 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
    in reply to: Header logo full size #47793
     Radu
    Moderator

    Youre welcome,

    Try with this code

    COPY CODE
    
    #socket {border-top: 1px solid #dadada !important;}
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: >> Custom css widget #47766
     Radu
    Moderator

    Hello Laurent_C

    This code it should work good.

    COPY CODE
    
    .footer-sidebar .widget-title {
    color: red !important;
    text-align: center !important;
    }
    .footer-sidebar .textwidget {
    color: yellow !important;
    text-align: center !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Background color of dropdown menu on mobile version #47759
     Radu
    Moderator

    Hello,

    On my side your css code dosen’t work for me

    Try on your side with this code

    COPY CODE
    
    .navbar-transparent .navbar-nav>li>.dropdown-menu, .navbar-transparent .navbar-nav>li>.dropdown-menu .dropdown-menu {
    background-color: #nnnnnn !important;
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: load more posts #47755
     Radu
    Moderator

    Hello,

    Here is a example with lazyload style.

    COPY CODE
    
    [vc_row][vc_column width="1/1"][vc_basic_grid post_type="post" max_items="20" style="lazy" items_per_page="3" show_filter="" element_width="4" gap="30" orderby="date" order="DESC" filter_source="category" filter_style="default" filter_align="center" filter_color="grey" filter_size="md" button_style="rounded" button_color="blue" button_size="md" arrows_design="none" arrows_position="inside" arrows_color="blue" paging_design="radio_dots" paging_color="grey" loop="" autoplay="-1" item="none"][/vc_column][/vc_row]
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Mobile Version Not Working #47740
     Radu
    Moderator

    Hello Kmaay,

    You have setted side menu like this ? (see screenshot)

    The path for sidemenu is Wp-admin -> Theme Options -> Side Menu

    If not works, give me user and pass to take a look closer.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Info under profile picture covered #47736
     Radu
    Moderator

    I don’t have permisions to view profiles, when i try to accces : http://matchmakingmommas.com/members/momma1/ i’m redirected here : http://matchmakingmommas.com/upgrade/

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

    All the navigation strings belong to Buddypress and it is enough to translate correctly the BuddyPress plugin.
    Since BuddyPress 2.1, the language directory changed. See more here https://buddypress.org/support/topic/buddypress-2-1-bp-language/#post-197971

    So, make sure you translate BuddyPress since is not related to the theme.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: theme auto update failed #47614
     Radu
    Moderator

    Auto update would need to work the default without problems,

    You can find kleo version by navigating to Appearance -> Themes -> Select KLEO (not child) and look for version (see screenshot)

    Also you can update theme manually, read more here : https://archived.seventhqueen.com/documentation/kleo

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Embedded video on the bbpress, height #47610
     Radu
    Moderator

    Hello,

    Add this code to your Kleo-child style.css or to Theme Options -> General Options ->Quick CSS

    COPY CODE
    
    #bbpress-forums .bbp-reply-content iframe {max-height: 360px !important; }
    

    Let me know 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
    in reply to: >> Custom css widget #47603
     Radu
    Moderator

    Hello,

    Add this css to Theme Options-> General settings-> Quick CSS

    COPY CODE
    
    .footer-sidebar h4.widget-title {color:red !important;}
    .footer-sidebar .textwidget {color:yellow !important;}
    

    Let me know 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
    in reply to: Header logo full size #47600
     Radu
    Moderator

    Hello,

    Try with this code

    You can increase the width of your logo by increasing the height of the header by modifying optin called Main Menu Height from Theme options -> Header Options, to limit the height menu itself please add the following rule in you kleo-chid style.css or Theme Options-> General settings -> Quick CSS

    COPY CODE
    
    .kleo-main-header .navbar-collapse > ul > li > a { line-height:40px !important; }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Kleo elements shortcodes missing from Visual composer #47598
     Radu
    Moderator

    Hello,

    go here : http://applicon.is/wp-admin/options-general.php?page=vc_settings&settings-updated=true

    Click Administrator and check what you want to see in VC.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Replace mobile menu with side menu – not working #47575
     Radu
    Moderator

    Hello,

    Make sure you have settings right this.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Styling changes in socket #47572
     Radu
    Moderator

    Hello,

    Try to add that css rules that set borders transparent, in Quick CSS section.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Child Theme #47568
     Radu
    Moderator

    Hello, i cannot view your site. ( see screenshot )

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: maintenance mode no backend login #47566
     Radu
    Moderator

    Make sure you are not redirected back to frontend. ( See the url in your browser after acces domani/wp-admin )

    If that happens, then is a plugin that redirects you.

    You can disable that presumed plugin by accesing via FTP plugin folder and rename that plugin.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Help removing Share links at bottom of every page #47418
     Radu
    Moderator

    Hello,

    You can disable social share buttons for every page/post individually.

    When you add/edit a post/page below content area you will see Theme General settings in tab display settings scroll down and at social share set hidden ( see screenshot )

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Mobile Version Not Working #47416
     Radu
    Moderator

    Please provide url and from what type of iphone you encounter this problem?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Mobile Site Not Loading #47413
     Radu
    Moderator

    Try to update your buddypress to latest version.
    Then make sure you have checked user groups from here : http://woodworking.staging.wpengine.com/wp-admin/admin.php?page=bp-components and from here http://woodworking.staging.wpengine.com/wp-admin/admin.php?page=bp-settings ( see screenshots )

    Let me know 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
    in reply to: Child Theme does not exists #47411
     Radu
    Moderator

    After you rename the theme folder, you need to edit style.css , rename “Theme Name : from Kleo to your theme” ( see screenshot )

    Let me know 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
    in reply to: Changing sidebar and footer widget title #47410
     Radu
    Moderator

    Hello,

    Add to Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    
    
    .sidebar h4.widget-title {
        color:#de0067 !important;
    }
    
    .footer-sidebar h4.widget-title {
        color:#FFFFFF !important;
    }
    
    

    Let me know 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
    in reply to: Facebook login redirect #47264
     Radu
    Moderator

    Hello,

    The facebook login redirects by default to homepage, if you want to modify and extend this functionality, you find the file here : wp-content/themes/kleo/kleo-framework/lib/function-facebook-login.php

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Mobile Site Not Loading #47260
     Radu
    Moderator

    Hello,

    It seems to be caused by your hosting service as you can see in screenshot TTFB ( Time To First Byte ) is 4.68s

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Pop effect on product #47251
     Radu
    Moderator

    Please provide a link with that problem

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Log In #47249
     Radu
    Moderator

    Try to check “Remember me”

    It should work.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: kleo for magazines #47247
     Radu
    Moderator

    Hello,

    Thanks for posting,

    We will consider this request in a future update.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Kleo elements shortcodes missing from Visual composer #47246
     Radu
    Moderator

    I need to take a look closer,

    Please provide admin credentials

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Kleo elements shortcodes missing from Visual composer #47243
     Radu
    Moderator

    Hello,

    What versions of Kleo,K-Elements and VC do you have ?

    If you don’t have latest versions you need to update

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: background image on mobile #47241
     Radu
    Moderator

    Try using images with more than 2000px height. They scaling ok.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: page not found – only new pages?! #47237
     Radu
    Moderator

    Try to disable plugins one by one.

    Let me know if you find the problem.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Info under profile picture covered #47235
     Radu
    Moderator

    Please create a dummy account, cannot view profile.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Post Update #47232
     Radu
    Moderator

    https://www.youtube.com/watch?v=w3eKpu2l6F0

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: PMPro Level(s) Colour #47230
     Radu
    Moderator

    Hello,

    Here is a full css

    COPY CODE
    
    
    
    .membership .kleo-level-1 {
    	background-color:red;
    }
    
    .membership .kleo-level-2 {
    	background-color:yellow;
    }
    
    .membership .kleo-level-3 {
    	background-color:green;
    }
    
    .membership .kleo-level-4 {
    	background-color:blue;
    }
    
    .membership .panel-heading {
    
    	background-color: transparent !important;
    }
    
    .membership .panel-body {
    
    	background-color: transparent !important;
    }
    
    .membership .extra-description {
    
    	background-color: transparent !important;
    }
    
    .membership p.lead {
    
    	background-color: transparent !important;
    }
    
    .membership ul > li {
    
    	background-color: transparent !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Background color of dropdown menu on mobile version #47229
     Radu
    Moderator

    Same problem again, your protection system have been banned all ISP ip’s.

    We have dynamic IP. With any IP from your ISP we receive that message.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 19,681 through 19,720 (of 20,101 total)

Log in with your credentials

Forgot your details?