Forum Replies Created

Viewing 40 posts - 19,361 through 19,400 (of 20,101 total)
  • Author
  • in reply to: Activity Stream Invisible when logged in #55281
     Radu
    Moderator

    Hello,

    By default this functionality needs to work without any problem.

    *Make a backup of your actual site.

    Try to make a fresh install of kleo and test, it should work…

    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: blog very slow #55268
     Radu
    Moderator

    HEllo,

    I tested on Iphone 4S and Iphone 6 Plus and your described problem is not present.

    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: Activity Stream Invisible when logged in #54972
     Radu
    Moderator

    Hello,

    Try to disable jetpack and wp-engine cdn, it seems part of the scripts are missing

    COPY CODE
    
    <script type='text/javascript'>
    /* <![CDATA[ */
    var BP_DTheme = {"accepted":"Accepted","close":"Close","comments":"comments","leave_group_confirm":"Are you sure you want to leave this group?","mark_as_fav":" ","my_favs":"My Favorites","rejected":"Rejected","remove_fav":" ","show_all":"Show all","show_all_comments":"Show all comments for this thread","show_x_comments":"Show all %d comments","unsaved_changes":"Your profile has unsaved changes. If you leave the page, the changes will be lost.","view":"View"};
    /* ]]> */
    </script>
    
    

    This code need to be loaded before :

    But in your page that snippet is missing.

    If you disable , wp-engine cnd and jetpack and this problem is not solved, disable all plugins that not comes with the theme one by one and recheck if is working.

    Cheers

    Radu

    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: Video Header #54964
     Radu
    Moderator
    This reply has been set as private.
    in reply to: I can't install KLEO #54956
     Radu
    Moderator

    Hello,

    The solution is to upload theme via FTP.

    You will find here more articles about this issue : https://www.google.com/search?q=Are+you+sure+you+wanna+do+this%3F+Please+try+again

    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: Activity Stream Invisible when logged in #54954
     Radu
    Moderator
    This reply has been set as private.
    in reply to: Portfolio Filter Issue #54952
     Radu
    Moderator

    Hello,

    Please provide a link to that portfolio page.

    I need to look closer.

    Cheers

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

    Sorry, but your site is restricted for me.. see screenshot.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Video Header #54945
     Radu
    Moderator

    Sorry but the wp admin or pass is not correct i cannot login.

    Try again please here is the code :

    COPY CODE
    
    [vc_row inner_container="yes" section_type="main" type="video" bg_position="top" bg_position_horizontal="left" bg_repeat="no-repeat" bg_cover="true" bg_attachment="false" parallax_speed="0.1" min_height="0" border="none" css_animation="right-to-left" bg_video_src_webm="http://seventhqueen.com/themes/kleo/wp-content/uploads/2014/09/video_street.webm" padding_top="0" padding_bottom="0" text_color="#ffffff" bg_video_src_mp4="http://seventhqueen.com/themes/kleo/wp-content/uploads/2014/09/video_street.mp4" bg_image="3214" bg_video_src_ogv="http://seventhqueen.com/themes/kleo/wp-content/uploads/2014/09/video_street.ogg" bg_video_cover="915" enable_parallax="" overflow="" visibility="" vertical_align="yes"][/vc_row][vc_column width="1/1"][/vc_column][kleo_gap size="200px"][kleo_gap size="30px"][vc_column_text css_animation="right-to-left"][/vc_column_text]
    

    And then make settings like in screenshots.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: make logo not link #54926
     Radu
    Moderator

    Hello,

    Add this jquery snippet to your Wp-Admin -> Theme Options -> General Settings -> Javascript Code

    COPY CODE
    
    <script>
    jQuery('.logo a').click(function () {
    return false;
    });
    </script>
    

    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: How to change primary menu font Color ? #54828
     Radu
    Moderator
    This reply has been set as private.
    in reply to: Paypal doens't work #54794
     Radu
    Moderator

    Sorry but i don’t understand french,

    Try to contacting paypal

    It seems that there is no problem from our theme.

    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: How to change primary menu font Color ? #54792
     Radu
    Moderator
    COPY CODE
    
    
    .kleo-main-header.header-left:not(.header-scrolled) .navbar-collapse>ul>li>a {color:#000 !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: Change Top Bar Hover Menu Width #54791
     Radu
    Moderator

    I cannot view your site

    COPY CODE
    
    Maintenance mode
    
    Sorry for the inconvenience.
    Our website is currently undergoing scheduled maintenance.
    Thank you for your understanding.
    
    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: Pages of archive and searchs #54790
     Radu
    Moderator

    Both answers are correct.

    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: Pages of archive and searchs #54634
     Radu
    Moderator

    Hello,

    Add this snippet to your kleo-child functions.php

    COPY CODE
    
    
    function ads_before_content() {
    
        echo '
        <div style="width:728px;height:90px;background-color:red;display:block;margin:0 auto;">
        728 AD
        </div>
        ';
    
    }
    
    add_action ('kleo_before_main', 'ads_before_content');
    
    function ads_after_content() {
    
        echo '
        <div style="width:728px;height:90px;background-color:red;display:block;margin:0 auto;">
        728 AD
        </div>
        ';
    
    }
    
    add_action ('kleo_after_main', 'ads_after_content');
    
    

    Replace code from echo with your desired code.

    Cheers

    Radu

    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: How to change primary menu font Color ? #54626
     Radu
    Moderator

    Hello,

    Please provide the url,

    I will give you a css snippet fix for font color.

    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: Post share by email not working #54623
     Radu
    Moderator

    Hello,

    You need to have an email client installed on your system.

    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: Change Top Bar Hover Menu Width #54620
     Radu
    Moderator

    Hello,

    Try with this CSS snippet,

    COPY CODE
    
    .header-color .dropdown-menu li, #header.header-color .navbar-nav li {min-width:100px;}
    

    If the width is not enough set 130 or 150px

    Add the css to your Theme Options -> General Settings -> Quick CSS area or in kleo-child style.css

    Let me know if is ok.

    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: Where do I get the Themeforest API? #54602
     Radu
    Moderator

    Hello,

    It should to be able to login on ThemeForest the Envato account.

    Cheers

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

    Hello,

    Please provide a link, i need to see what template you use, after i will give you php code fir this.

    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: Video Header #54595
     Radu
    Moderator

    Please provide access, to that page, i need to look closer.

    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: Getting down request for the theme #54584
     Radu
    Moderator

    Hello,

    Take a look here : http://ranf.tl/2014/12/23/self-hosting-google-web-fonts/

    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: Searching for available socket #54575
     Radu
    Moderator

    Hello,

    I tested on my side Kleo latest version and I did not encountered issues with notifications ( no uncontrolled ajax-requests for default it was sending requests every 20 seconds )

    After i changed to 0, ajax requests was stopped.

    What version of kleo do you use ?

    Try to disable all plugins which did not come with the theme kleo.

    In what page/post do you see that requests ?

    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: Mobile View Issues #54422
     Radu
    Moderator

    Hello,

    Problem is solved,

    Jetpack causing this problem, it was activated Mobile Theme feature.

    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: slider under media displays error #54420
     Radu
    Moderator

    Hello,

    Gallery parse all images from page you navigate, in this case http://taiwan098.com/難忘之旅-南投清境農場/ last image is : http://taiwan098.com/wp-content/uploads/2015/04/P1110746.jpg
    next image will be first img from related articles widget.

    This will be fixed in next update.

    Sorry for inconvenience

    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: Thumbnail slider under main slider lightbox #54418
     Radu
    Moderator

    Hi,

    Actually they are already under main slide…

    Can yo elaborate little ? (show a edited screenshot or something’)

    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: Paypal doens't work #54417
     Radu
    Moderator

    Hello,

    Have you readed this documentation ? : https://developer.paypal.com/webapps/developer/docs/classic/api/apiCredentials/#creating-classic-api-credentials

    For what plugin have you configured paypal ?

    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: BuddyPress Background/Border Colors #54405
     Radu
    Moderator

    Hello,

    Make sure that in sections ( Theme Options ) from above border-color is not setted as transparent.

    Styling options
    Header
    Main
    Alternate
    Side
    Footer
    Socket

    or try this

    COPY CODE
    
    .main-color hr, .main-color.container-wrap, .main-color#footer, .main-color#socket, .main-color.social-header, .main-color .top-menu .tabdrop:before, .main-color #top-social .tabdrop:before, .main-color #top-social, .main-color .top-menu > ul, .main-color .kleo-main-header, .main-color .template-page, .main-color .sidebar-right, .main-color .sidebar-left, .main-color .sidebar-extra, .main-color .sidebar-main, .main-color .hr-title, .main-color .nav-tabs, .main-color .nav-pills > li > a, .main-color .kleo-tabs .nav .open > a.dropdown-toggle, .main-color .kleo-tabs .nav .open > a.dropdown-toggle:hover, .main-color .kleo-tabs .nav .open > a.dropdown-toggle:focus, .main-color .kleo-tabs .tabdrop .dropdown-menu, .main-color .dropdown-menu, .main-color #top-social li a, .main-color .top-menu li > a, .main-color .pagination > li > a, .main-color .pagination > li > span, .main-color .callout-blockquote blockquote, .main-color .masonry-listing .post-content, .main-color .list-divider li, .main-color #ajax_search_container, .main-color .form-control, .main-color .feature-item:hover .feature-icon, .main-color .bordered-icons .feature-item.default-icons-size .feature-icon, .main-color .bordered-icons .feature-item.big-icons-size .feature-icon, .main-color input[type="text"], .main-color input[type="password"], .main-color input[type="date"], .main-color input[type="datetime"], .main-color input[type="datetime-local"], .main-color input[type="month"], .main-color input[type="week"], .main-color input[type="email"], .main-color input[type="number"], .main-color input[type="search"], .main-color input[type="tel"], .main-color input[type="time"], .main-color input[type="url"], .main-color textarea, .main-color .activity-timeline, .main-color #buddypress div.item-list-tabs ul li a span, .main-color #buddypress button, .buddypress .main-color a.button, .main-color #buddypress a.button, .main-color #buddypress input[type=submit], .main-color #buddypress input[type=button], .main-color #buddypress input[type=reset], .main-color #buddypress ul.button-nav li a, .main-color #buddypress div.generic-button a, .main-color.bp-full-width-profile div.generic-button a, .main-color #buddypress .comment-reply-link, .main-color #buddypress #whats-new, .main-color #buddypress div.message-search, .main-color #buddypress div.dir-search, .main-color #buddypress .activity-read-more, .main-color #bp-login-widget-submit, .main-color .bbp_widget_login .button.user-submit, .main-color #wp-calendar caption, .main-color .wp-caption, .main-color .widget form#bbp-search-form > div, .main-color .widget_search #searchform > div, .main-color #bp-login-widget-form input[type="text"], .main-color #bp-login-widget-form input[type="password"], .main-color .bbp-login-form input[type="text"], .main-color #buddypress #friend-list .friend-inner-list, .main-color #buddypress #member-list .member-inner-list, .main-color #buddypress #members-list .member-inner-list, .main-color #buddypress #groups-list .group-inner-list, .main-color #buddypress div#item-nav .tabdrop .dropdown-menu, .main-color #buddypress div.profile, .main-color #buddypress #friend-list div.action .generic-button a.send-message, .main-color #buddypress #member-list div.action .generic-button a.send-message, .main-color #buddypress #members-list div.action .generic-button a.send-message, .main-color #buddypress form.standard-form .left-menu img.avatar, .main-color .checkbox-mark, .main-color #buddypress div#group-create-tabs ul li.current a, .main-color .rtmedia-container #rtMedia-queue-list tr td, .main-color #buddypress .standard-form textarea, .main-color #buddypress .standard-form input[type=text], .main-color #buddypress .standard-form input[type=color], .main-color #buddypress .standard-form input[type=date], .main-color #buddypress .standard-form input[type=datetime], .main-color #buddypress .standard-form input[type=datetime-local], .main-color #buddypress .standard-form input[type=email], .main-color #buddypress .standard-form input[type=month], .main-color #buddypress .standard-form input[type=number], .main-color #buddypress .standard-form input[type=range], .main-color #buddypress .standard-form input[type=search], .main-color #buddypress .standard-form input[type=tel], .main-color #buddypress .standard-form input[type=time], .main-color #buddypress .standard-form input[type=url], .main-color #buddypress .standard-form input[type=week], .main-color #buddypress .standard-form select, .main-color #buddypress .standard-form input[type=password], .main-color #buddypress .dir-search input[type=search], .main-color #buddypress .dir-search input[type=text], .main-color .bbp-pagination-links a, .main-color .bbp-pagination-links span, .main-color #bbpress-forums li.bbp-body ul.forum, .main-color #bbpress-forums li.bbp-body ul.topic, .main-color form#new-post, .main-color #bbpress-forums .bbp-form input[type="text"], .main-color .quicktags-toolbar, .main-color .wp_themeSkin tr.mceFirst td.mceToolbar, .main-color .quicktags-toolbar input, .main-color .wp-editor-area, .main-color .rtmedia-container .rtmedia_next_prev a, .main-color .rtmedia-activity-container .rtmedia_next_prev a, .main-color #buddypress div.rtmedia-activity-container .rtmedia_next_prev a, .main-color #rtm-gallery-title-container #rtm-media-options, .main-color #rtMedia-upload-button, .main-color #buddypress #item-body .rtmedia-item-comments .rt_media_comment_form textarea, .main-color .rtmedia-container .rtmedia-editor-main dl.tabs dd > a, .main-color .rtmedia-activity-container .rtmedia-editor-main dl.tabs dd > a, .main-color #buddypress div.rtmedia-activity-container .rtmedia-editor-main dl.tabs dd > a, .main-color .rtmedia-container .imgedit-wrap div.imgedit-settings .imgedit-group, .main-color #buddypress .rtmedia-container textarea, .main-color #buddypress .rtmedia-container input[type=text], .main-color #buddypress .rtmedia-container input[type=text], .main-color #buddypress .rtmedia-container input[type=color], .main-color #buddypress .rtmedia-container input[type=date], .main-color #buddypress .rtmedia-container input[type=datetime], .main-color #buddypress .rtmedia-container input[type=datetime-local], .main-color #buddypress .rtmedia-container input[type=email], .main-color #buddypress .rtmedia-container input[type=month], .main-color #buddypress .rtmedia-container input[type=number], .main-color #buddypress .rtmedia-container input[type=range], .main-color #buddypress .rtmedia-container input[type=search], .main-color #buddypress .rtmedia-container input[type=tel], .main-color #buddypress .rtmedia-container input[type=time], .main-color #buddypress .rtmedia-container input[type=url], .main-color #buddypress .rtmedia-container input[type=week], .main-color #buddypress .rtmedia-container select, .main-color #buddypress .rtmedia-container input[type=password], .main-color .kleo-toggle-menu .kleo-toggle-submenu, .main-color .kleo-toggle-menu a.remove, .main-color .woocommerce .kleo-cart-totals .totals-wrap, .main-color #articles-dir-list article.article-container {
    	border-color: 1px solid #efefef;
    }
    
    
    
    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 theme name in URL? #54375
     Radu
    Moderator

    Hello,

    You can change name folder as you wish, the only things you should be aware is style.css files from parent and child theme.

    in Kleo folder (Parent) :
    Theme URI: http://seventhqueen.com/themes/kleo -> rename kleo with your desired theme name : Theme URI: http://seventhqueen.com/themes/mythemename

    In child theme -> Template: kleo

    Rename Kleo with your themename.

    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: App #53817
     Radu
    Moderator
    This reply has been set as private.
    in reply to: Post Update Box #53801
     Radu
    Moderator

    Hello,

    Use this little CSS snippet

    COPY CODE
    
    #buddypress #whats-new-options {height: 40px;}
    

    It should work.

    If the Attach media button missing, go to rtMedia -> Settings -> Buddypress -> Set on for next options :

    ON Enable media in profile
    ON Enable media in group
    ON Allow upload from activity stream

    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: BuddyPress Background/Border Colors #53799
     Radu
    Moderator

    Please provide the url, i will give you a CSS fix.

    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: Five columns in one row #53798
     Radu
    Moderator

    HEllo,

    Read here : http://www.jezweb.info/add-5-column-layout-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: Page Layout for bbPress using kleo posts grid #53797
     Radu
    Moderator

    Hello,

    This feature in Kleo Posts Grid is not available.

    Take a look here : https://codex.bbpress.org/shortcodes/

    Use one of these shortcodes.

    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: how to style tabs in Tour section? #53794
     Radu
    Moderator

    This module “Tour Vertical tabbed content”

    Arrange content and works similar to theme options panel

    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: Big problems at the display BP 'my groups' #53791
     Radu
    Moderator
    COPY CODE
    
    #gsubopt-1.generic-button.group-subscription-options {
      background-color: #fff !important;
      border: 1px solid #efefef !important;
      font-size: 9px !important;
      margin: 0 auto!important !important;
      padding: 2% 5% !important;
      position: absolute !important;
      line-height: 18px !important;
      text-align: center !important;
      width: 93% !important;
      z-index: 99 !important; }
     
     
    #groups-list #gsubclose-1 {
      background-color: #ededed !important !important;
      display: inline-block !important !important;
      text-align: center !important !important;
      color: #777 !important;
      font-weight: bold !important;
      float: none !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: slider under media displays error #53790
     Radu
    Moderator
    This reply has been set as private.
    in reply to: Big problems at the display BP 'my groups' #53668
     Radu
    Moderator

    Try with this css code

    COPY CODE
    
    #gsubopt-1.generic-button.group-subscription-options {
      background-color: #fff;
      border: 1px solid #efefef;
      font-size: 9px;
      margin: 0 auto!important;
      padding: 2% 5%;
      position: absolute;
      line-height: 18px;
      text-align: center;
      width: 93%;
      z-index: 99; }
    
    
    #groups-list #gsubclose-1 {
      background-color: #ededed !important;
      display: inline-block !important;
      text-align: center !important;
      color: #777;
      font-weight: bold;
      float: none;
    }
    
    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: Place Order Button Disabled at Checkout #53544
     Radu
    Moderator

    Hello,

    You have completed all the mandatory fields ?

    Make sure you don’t have any javascript errors in page.

    Cheers

    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,361 through 19,400 (of 20,101 total)

Log in with your credentials

Forgot your details?