Forum Replies Created

Viewing 40 posts - 7,361 through 7,400 (of 20,101 total)
  • Author
  • in reply to: Trouble with adding a simple icon and text #158778
     Radu
    Moderator

    Hi,

    Use the Kleo Icon element it haves option to place a text left or right of the icon

    Example shortcode : [kleo_icon icon="adn" text="This is a dummy text" text_position="right"]

    Cheers
    R.

    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: WordPress my account pages 404 error #158776
     Radu
    Moderator

    Hi,

    We already works on new update concerning the woocommerce templates, but check if you have my account page assigned and also the endpoints slugs in woocommerce settings

    If the endpoints slug and my account pages are ok, try to de-activate child theme and rest of the plugins except woocommerce, visual composer and k-elements to check

    Let me know
    Cheers
    R.

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

    Hi,

    Did you have solved ?

    Cuz on the provided page I can see only one h1

    Cheers
    R.

    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: Unable to make changes through Theme Options #158774
     Radu
    Moderator

    I cannot log in says the same incorrect login

    If you change header type from wp-admin -> theme options -> header it changes ? if yes it means the theme options can be changed

    Cheers
    R.

    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: Bugs listing and/or finding members #158773
     Radu
    Moderator
    Not marked as solution
    in reply to: Bugs listing and/or finding members #158772
     Radu
    Moderator
    Not marked as solution
    in reply to: Display Thumbnail in post #158560
     Radu
    Moderator

    Use the the_post_thumbnail() function to retrive the post featured image

    https://developer.wordpress.org/reference/functions/the_post_thumbnail/

    Cheers
    R.

    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: Paid Membership Pro #158467
     Radu
    Moderator

    Maybe to have https but your site haves the https protocol and certificate already, maybe this causes the issue.

    Cheers
    R.

    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: Redirect not working on login #158466
     Radu
    Moderator

    You can paste this function to child theme functions https://pastebin.com/raw/1Wi280m4
    And inside it to make your desired changes in your case the login url.

    Cheers
    R.

    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 only portfolio homepage #158465
     Radu
    Moderator

    Hi,

    Add this css

    COPY CODE
    
    .portfolio-wrapper .portfolio-items .kleo-video-embed {min-height:250px;}
    .portfolio-wrapper ul li {
        min-height: 250px !important;
    }
    

    The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS

    NOTE : Child theme needs to be installed and activated.

    Cheers
    R.

    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: bp-custom.php or buddypress-function.php #158464
     Radu
    Moderator

    Hi,

    This it’s something custom I cannot offer support for that, it’s to much time consumption.

    But I can guide you, try to inspire from here : https://archived.seventhqueen.com/forums/topic/bp-profile-search-inconsistent-behaviour

    https://buddypress.org/support/topic/adding-new-profile-tab-content/

    Good luck

    Cheers
    R.

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

    Hi,

    You can remove that by copying this file : /wp-content/themes/kleo/page-parts/general-popups.php to child theme in this path /wp-content/themes/kleo-child/page-parts/general-popups.php here you can modify/change the structure even on theme update

    NOTE : Child theme needs to be installed and activated.

    Cheers
    R.

    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: My Buddypress sidebar disappear on the right #158461
     Radu
    Moderator

    Great

    Cheers
    R.

    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 Monetize #158460
     Radu
    Moderator

    Hi,

    I recommend you to add dummy text the areas to can figure out where the content it;s rendered see the below screenshot example

    IF you want to conditionate some banners you can use the ad rotator plugin and paste the shortcodes inside the banner zones

    Cheers
    R.

    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: WordPress Social Login: Steam Provider #158457
     Radu
    Moderator

    Hi,

    It’s fixed check it, this will be fixed on next theme update

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator
    Not marked as solution
    in reply to: Bugs on kleo theme forum and reply. #158437
     Radu
    Moderator

    Fixed…

    IT was caused by one of your snippets from quick CSS area.

    Cheers
    R.

    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: Questions #158420
     Radu
    Moderator
    Not marked as solution
    in reply to: Header Icon #158354
     Radu
    Moderator

    Hi,

    Your site it’s not public I cannot see it but if you want to have a custom icon for a menu item yo can do it from wp-admin -> appearance -> menus

    Cheers
    R

    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: Registration email options #158352
     Radu
    Moderator

    Hi,

    Use this guide to have a custom activation email : http://www.wpbeginner.com/plugins/how-to-send-a-custom-welcome-email-to-new-users-in-wordpress/

    Cheers
    R.

    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 header covered by Layer Slider 6 #158351
     Radu
    Moderator

    Hi,

    There it’s z-index issue I think and it can be fixed using this CSS

    COPY CODE
    
    header {z-index:9999 !important;}
    

    The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
    NOTE: Child theme needs to be installed and activated.

    PS: Your domain it’s not reachable on mine location also not works using google translate as proxy.

    Cheers
    R.

    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: Registration #158350
     Radu
    Moderator
    Not marked as solution
    in reply to: Translate login error messages #158344
     Radu
    Moderator

    IT works now on your site, and also on my local install using latest version.

    Try to re-upload the theme files over the existing one by overwritten

    Cheers
    R

    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: remove floating email icon #158343
     Radu
    Moderator

    You can remove those but make a copy of those for later use maybe you need it. If it works as you need it’s ok

    Cheers
    R

    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: Display a page like archive.php #158341
     Radu
    Moderator

    Any shortcode can be run from PHP like this

    COPY CODE
    
    <?php echo do_shortcode("[shortcode]"); ?>
    

    Cheers
    R

    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 Feed Images Don’t Load #158340
     Radu
    Moderator

    Hi,

    There it’s another error in browser console when you open the image pop-up

    Most sure you have some restriction snippet that it restricts also the rtMedia and prevents photos to be loaded, if you de-activate the child theme the photo pop up works right ?

    Let me know

    Cheers
    R.

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

    Hi,

    There is no easy and fast way to do that, but you can try this plugin it should be ok, let me know if you was able to acheive what you need with this : https://wordpress.org/plugins/custom-post-type-permalinks/

    Cheers
    R.

    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: Unable to make changes through Theme Options #158337
     Radu
    Moderator

    @rashaadk
    I cannot reach the wp-admin I’m redirected to homepage or to membership levels, I think the account doesn’t have administrator role, check it please.


    @lsamp
    I’m able to change font size on my local install, but on your case maybe you have a custom css that prevents that change ?

    Try to de-activate child theme and check again.
    Let me know, if it behaves the same tell the the domain and admin credentials in a private reply

    Cheers
    R.

    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: Testimonials show quotes instead of image #158336
     Radu
    Moderator

    On my local install this it works, did you tried to re-upload images?

    We haven’t changed anything related to the avatars of the testimonials.

    If still not works enable wp debug

    Follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    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: Can’t get Geomywp to work #158335
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
    in reply to: Member messaging #158333
     Radu
    Moderator

    Hi,

    Can you please provide a screenshot where the go to the discussion text appears ? also you can provide here the topic that you cannot read here.

    Anyway it’s normal that unlogged user to not be able to read messages, the messages are available only for buddypress members not for guests

    Cheers
    R.

    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: Sitewide Activity Stream Page is not working properly #158332
     Radu
    Moderator

    Hi,

    Make sure to have latest kleo theme installed and also latest buddypress version and rest for the rest of the plugins.
    Also try to de-activate child theme to see if it’s caused by some modification.

    If cause it’s not from plugins or child theme provide activity page url and admin credentials to can take a closer look but in most cases this kind of issues are caused by plugins or by child theme

    Cheers
    R.

    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: Sitewide Activity Stream Page is not working properly #158331
     Radu
    Moderator

    Hi,

    Make sure to have latest kleo theme installed and also latest buddypress version and rest for the rest of the plugins.
    Also try to de-activate child theme to see if it’s caused by some modification.

    If cause it’s not from plugins or child theme provide activity page url and admin credentials to can take a closer look but in most cases this kind of issues are caused by plugins or by child theme

    Cheers
    R.

    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: New filter for groups #158330
     Radu
    Moderator

    Hi,

    Copy this file wp-content/themes/kleo/buddypress/groups/index.php to wp-content/themes/kleo-child/buddypress/groups/index.php

    Add as many options you need

    Cheers
    R.

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

    Hi,

    The content of the slug generated in BuddyPress profile can be added/manipulated from here ( see screenshot )

    Practically you make the tab structure inside that function
    Cheers
    R.

    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: Multiple languages #158324
     Radu
    Moderator

    Salut din nou, o sa tinem cont de parerea si feedbackul tau, vom gasi o solutie in viitor

    Pentru problem de traducere a butonului ‘About Me’ imi poti furniza acces FTP pentru a testa si fixa live problema ?

    O zi frumoasa
    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: portfolio full width overlay #158322
     Radu
    Moderator

    Hi,

    It shouldn’t behave like that, can you please make a video to understand exactly how to reproduce the issue ?

    Cheers
    R.

    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: Issue with profile photo cropping #158320
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Ok but where in sitewide activity or in user profile activity ?

    Cheers
    R.

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

Log in with your credentials

Forgot your details?