Forum Replies Created

Viewing 40 posts - 19,841 through 19,880 (of 20,101 total)
  • Author
  • in reply to: Localization troub #44816
     Radu
    Moderator

    After you translate something, you need press “generate mo file” or you can edit directly php file.

    themes/kleo/page-parts/general-popups.php line 9

    COPY CODE
    <h3 class="kleo-pop-title"><?php _e( "Log in with your credentials", "kleo_framework" ); ?>

    Let me know if you solve 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: I want to change cotact form icon link at the bottom #44813
     Radu
    Moderator

    Hello,

    You need to disable that Contact form from Theme Options -> Layout Settings, and then you need to add some code to theme.

    I can help you if you provide FTP details.

    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: Masonry Grid Responsive Order #44808
     Radu
    Moderator

    Thank you for posting .

    Have a nice day.

    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: List Custom Post Type related content on the sidebar #44805
     Radu
    Moderator

    Hello,

    This plugin can help you : https://wordpress.org/plugins/related-posts-via-taxonomies/

    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: Masonry Grid Responsive Order #44791
     Radu
    Moderator

    Hello,

    This is how masonry works by default.

    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 messaging correctly and where to find. #44787
     Radu
    Moderator

    Try to add with !important declaration

    COPY CODE
    
    #activate-page .bp-template-notice {display:none !important;}
    #activate-page .error {display:none !important;}
    

    If not work, you can send me ftp details and i will 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: Changing messaging correctly and where to find. #44712
     Radu
    Moderator

    You can do it via CSS by adding this code to your kleo-child style.css

    COPY CODE
    
    
    #activate-page .bp-template-notice {display:none;}
    #activate-page .error {display: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: live notification as facebbok #44693
     Radu
    Moderator

    Hello,

    That is custom work which requires programming skills and a dedicated amount of time that isn’t covered by our support team and I am sure you understand that.

    Hope you understand

    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: IE10 MENU Problem With MENU #44690
     Radu
    Moderator

    You need to edit your header.php ( See Attachment ) go to wp-content/thmes/kleo/header.php

    IMPORTANT : Put that code immediately after head tag open.

    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: IE10 MENU Problem With MENU #44678
     Radu
    Moderator

    Hello,

    Add this code :

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

    on head on first line to force disable compatibility view.

    I you cannot handle this, provide FTP details.

    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: Localization troub #44670
     Radu
    Moderator

    If the strings belongs ‘buddypress’, you need to translate buddypress 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: a problem to be corrected. #44617
     Radu
    Moderator

    Problem solved

    Excerpt fix

    COPY CODE
    
    .entry-summary p {
    word-wrap: break-word;
    }
    

    And for that link, you need to put # in href .

    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: Hide Navigation / Alternate Bar #44612
     Radu
    Moderator

    On my side works well, it shows only content without header,socket etc…

    What version of kleo do you have ?

    Provide url

    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: Huge members #44598
     Radu
    Moderator

    Can you provide a screenshot with that message ?

    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: Login page need Capcha Value #44597
     Radu
    Moderator

    Hello,

    Unfortunately, the integration of this captcha plugin needs more amount of time that i have firstly evaluated and it cannot be covered by our support team. We will consider this feature and probably include a captcha solution or plugin compability in one of our future updates.

    Please let me know if I can assist you with anything else.
    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: Menu issue when add ##profile_link## #44582
     Radu
    Moderator

    Apparently that plugin can do that, you need to try.

    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: Login page need Capcha Value #44579
     Radu
    Moderator

    If you cannot handle with this, i can help you with implementing that captcha plugin in popup login.

    If is not possible to provide the ftp details, sorry i can’t help you without to take a look closer at code.

    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: Localization troub #44577
     Radu
    Moderator

    Make sure that your strings added in the child theme have the kleo-child domain
    Example : __( ‘My Custom Text String’, ‘kleo_child’ )

    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: MEMBER Function not available #44576
     Radu
    Moderator

    Hello,

    I looked at you site, all seems to be ok, try to contact your hosting provider, i think is security setting like mod security or something like that.

    Let me know

    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: Login page need Capcha Value #44571
     Radu
    Moderator

    Please provide FTP details

    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: WPML loads homepage twice #44564
     Radu
    Moderator

    I recive
    “Connection failed. Permission denied (check “FTP access” in DirectAdmin panel) / Brak dostepu (prosze sprawdzic “Dostep FTP” w panelu DirectAdmin)”

    Anyways, i suggest you to open ticket on wpml support forum. WPML is compatible with Kleo Theeme

    http://wpml.org/forums/topic/content-displaying-twice/

    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: WPML loads homepage twice #44553
     Radu
    Moderator

    Hello,

    I need to look closer

    Please provide FTP details.

    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: Forum Search Not working #44551
     Radu
    Moderator

    Try to disable all plugins one by one that do not come with theme.

    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: Huge members #44546
     Radu
    Moderator

    Hi again,

    Please understand that importing such a big user base, implies more than just adding a script or importing a file somewhere.

    I repeat you need to contact/hire a programmer or a specialist on wordpress and buddypress.

    Hope you understand

    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: Character input #44543
     Radu
    Moderator

    Hello,

    If you want to limit about me fields at 250 characters you need to add this file in this path

    wp-content/themes/sweetdate-child/custom_buddypress/class-bp-tabs.php ( @attachment )

    Note : This modification limit all fields to 250 characters.

    If you have programming skills you can add more conditions to fit your needs

    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: IE10 MENU Problem With MENU #44531
     Radu
    Moderator

    Hello,

    Works good in IE10, but you have checked compatibility view, in default mode works great.

    http://screencast.com/t/7vkSkhK5GR

    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: rating/review #44414
     Radu
    Moderator

    Hello,

    That review function is a part of woocommerce.

    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: Huge members #44405
     Radu
    Moderator

    Hello,

    Your request implies more just importing them and you need to hire a specialist to optimize your loading time and configure hosting environment.

    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: IE10 MENU Problem With MENU #44399
     Radu
    Moderator

    Hello again,

    On my side works fine without sidemenu.

    I tested yoursite also here : http://netrenderer.com/index.php ( 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: AJAX Login not working with CACHE #44393
     Radu
    Moderator

    Please provide URL

    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: Visual Composer problem #44389
     Radu
    Moderator

    Hello try to update Visual Composer

    Intructions here : https://archived.seventhqueen.com/documentation/kleo#visual-composer

    Let me know if it woks.

    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: Cannot create group; button disappeared #44388
     Radu
    Moderator

    Acces YourHostName.com/groups/create/

    Works?

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

    On my side works correctly not duplicated fields.

    COPY CODE
    
    <?php
    
    /**
     * BuddyPress - Users Header
     *
     * @package BuddyPress
     * @subpackage bp-legacy
     */
    
    ?>
    
    <?php do_action( 'bp_before_member_header' ); ?>
    
    <div id="item-header-avatar" class="rounded">
    	<a>">
    
    		<?php bp_displayed_user_avatar( 'type=full' ); ?>
    
    	</a>
      <?php do_action('bp_member_online_status', bp_displayed_user_id()); ?>
    </div><!-- #item-header-avatar -->
    
    <div id="item-header-content" <?php if (isset($_COOKIE['bp-profile-header']) && $_COOKIE['bp-profile-header'] == 'small') {echo 'style="display:none;"';} ?>>
    
    	<?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?>
    		<h4 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h4>
    	<?php endif; ?>
    
    	<span class="activity"><?php bp_last_activity( bp_displayed_user_id() ); ?></span>
    
    	<?php do_action( 'bp_before_member_header_meta' ); ?>
    
    	<div id="item-meta">
    
    		<?php if ( bp_is_active( 'activity' ) ) : ?>
    
    			<div id="latest-update">
    
    				<?php bp_activity_latest_update( bp_displayed_user_id() ); ?>
    
    			</div>
    
    		<?php endif; ?>
    
    		<div id="item-buttons">
    
    			<?php do_action( 'bp_member_header_actions' ); ?>
    
    		</div><!-- #item-buttons -->
    <div class="profile_fields">
    	<span style="font-size:22px; color:#222222; font-weight: normal;">
    	<?php bp_profile_field_data( 'field=Hobbies' );?></span> |
    	<span style="font-size:22px; color:#222222; font-weight: normal;">
    	<?php bp_profile_field_data( 'field=Location' );?></span>
    </div>
    <br>
    <div class="profile_fields">Web<br>
    <span style="font-size:14px; color:#00bcf2; font-weight: normal;"><a href="<?php
    bp_profile_field_data( 'field=Website' );?>"><?php bp_profile_field_data( 'field=Website');?></span></div><br>
    
    		<?php
    		/***
    		 * If you'd like to show specific profile fields here use:
    		 * bp_member_profile_data( 'field=About Me' ); -- Pass the name of the field
    		 */
    		 do_action( 'bp_profile_header_meta' );
    
    		 ?>
    
    	</div><!-- #item-meta -->
    
    </div><!-- #item-header-content -->
    
    <?php do_action( 'bp_after_member_header' ); ?>
    
    <?php do_action( 'template_notices' ); ?>
    
    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: Cannot create group; button disappeared #44384
     Radu
    Moderator

    Hello,

    Go to Settings -> Buddypress -> Components

    Check User Groups

    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: Potfolio Image + Thumbs fails to load completely #44382
     Radu
    Moderator

    Hello,

    Provide a URL please

    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: Please fill out this field. translation #44378
     Radu
    Moderator

    Hello,

    This message comes from the browser and not the subject of this message kleo and varies from browser to browser

    Take a look here : http://demosthenes.info/blog/697/Customizing-HTML5-Form-Error-Messages-With-JavaScript

    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: AJAX Login not working with CACHE #44375
     Radu
    Moderator

    Hello,

    You can try this :
    In W3 Total Cache :

    Uncheck : Cache front page
    Check : Don’t cache pages for logged in users

    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: add friends , follow friends Masonry, loading issue #44370
     Radu
    Moderator

    Hello,

    If you want to disable that effect go to Kleo Child Theme, create a folder named buddypress, then inside buddypress folder create new one named members, then when you are in members folder add this file ( see and unrar attachment )

    the path need to be like : /kleo-child/buddypress/members

    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: Let it snow (My Logo) #44367
     Radu
    Moderator

    Hello,

    Just replace file wp-content\themes\kleo\assets\js\plugins\snow\img\ParticleSmoke.png

    For additional js settings go to wp-content\themes\kleo\assets\js\plugins\snow\Snow.js

    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: Menu issue when add ##profile_link## #44362
     Radu
    Moderator

    Hello,

    Try this plugin to conditionate logged in/out users what menu to see https://wordpress.org/plugins/menu-items-visibility-control/

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

Log in with your credentials

Forgot your details?