Forum Replies Created

Viewing 40 posts - 12,361 through 12,400 (of 20,101 total)
  • Author
  • in reply to: My extra fontello icons not showing #127729
     Radu
    Moderator

    Most probably you have dome something wrong, so please try again, re-upload the parent theme files over the existing one, and add the custom icons to child theme, let me know if it works if not i will take a closer look via fTP

    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: Category Archive Page CSS Messed Up #127671
     Radu
    Moderator

    I’ve said replace instead remove so please remove that code from quick css area, it should be ok.

    Let me know

    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Blank Profile / Register / Activate Pages #127613
     Radu
    Moderator

    Do you have somehow php7 ? if yes try to switch to 5.6

    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: Blank Profile / Register / Activate Pages #127609
     Radu
    Moderator

    Hi,

    I saw that you are using wpengine try to implement this : https://archived.seventhqueen.com/documentation/kleo#wp-engine

    Also try to update buddypress to latest version

    I don’t think is a theme bug because the registration/activation pages works on my install with latest version of buddyapp.

    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
    in reply to: site not responding after theme instalation #127600
     Radu
    Moderator

    Hi,

    If it’s something related to the memory allocation follow this : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html

    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
    in reply to: site not responding after theme instalation #127599
     Radu
    Moderator

    Hi,

    Please 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.

    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: Buddypress profile field width #127597
     Radu
    Moderator

    Hi,

    Try with this css

    COPY CODE
    
    #buddypress div.profile .dl-horizontal dt {
        width: auto;
        float: left;
        margin-right: 10px;
    }
    

    Add the css to wp-admin-> theme options -> general settings -> quick css

    Let me know

    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: Issue with WP-Admin – Unable to login #127595
     Radu
    Moderator
    Not marked as solution
    in reply to: Bug with POST GRID #127594
     Radu
    Moderator

    Hi,

    What theme version do you have ? if you don’t have 4.0.8 you will have to update the theme to 4.0.8 and the bundled plugins.

    You will have to update theme to 4.0.8 and after most important is to update Visual Composer, K-elements and Revolution Slider from wp-admin -> appearance -> install plugins, press update for these plugins.

    We have two methods for update

    1. Automatic theme updates:

    – Go to WP admin – Theme options – Theme Update
    – Enter Themeforest username and API KEY
    – Save the options
    – Go to WP admin – Dashboard (link should be like: /wp-admin/update-core.php) and you should see the theme there if there is a new update available
    – Click the checkbox next to it and click to Update themes

    2. Manually update theme by FTP.

    – Connect to your server.
    – Go to wp-content/themes/ and copy β€œkleo” folder to your computer so you have a backup of your old files.
    – Extract kleo.zip that you have downloaded from Themeforest. Make sure the resulting β€œkleo” folder has a style.css in it. Delete on your server all files inside wp-content/themes/kleo and then copy all files inside β€œkleo” folder to your server in wp-content/themes/kleo

    Important note : After you update the theme to latest version 4.0.8 please update the bundled plugins especially Visual Composer, K-elements and Revolutions slider.

    https://archived.seventhqueen.com/documentation/kleo#updates

    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
    in reply to: Category Archive Page CSS Messed Up #127593
     Radu
    Moderator

    Hi,

    Replace this from your Theme options -> general settings -> quick css

    COPY CODE
    
    .wp-post-image {
      max-width: none !important;
    }
    

    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: Viewing Original Theme #127591
     Radu
    Moderator

    Hi,

    The only way to view your wbesite how it looks days before is to revert a backup from your hosting provider, if is only a menu problem where some links has been deleted accidentally you can look at this tutorial to can rebuild your menu https://archived.seventhqueen.com/kleo/article/kleo-wordpress-theme-create-new-menu-modify-demo-menu

    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 Posts Element gone? #127590
     Radu
    Moderator

    Hi,

    Do you have visual composer and K-elements updated ? Please check in wp-admin -> appearance -> install plugins if you have any update notice for k-elements or/and visual composer. if you have, update it

    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
    in reply to: Font Issues #127589
     Radu
    Moderator

    Hi,

    Please add this line in wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    

    try again

    Let me know

    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: Fonts aren’t updating when I change them. #127588
     Radu
    Moderator

    Hi,

    Also you can try to add this line in wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    add_filter( 'kleo_theme_options_ajax', '__return_false' );
    

    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: Fonts aren’t updating when I change them. #127587
     Radu
    Moderator

    Hi,

    If you have changed fonts from wp-admin -> theme options -> fonts and they are not changed please check if in that page http://s17696.p20.sites.pressdns.com/advanced-pla/ backend for custom heading elements or other elements that allow you to change the font family.

    If you have any cache plugin make sure you empty the cache after this kind of modification

    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: ajax search problem with shortcode #127585
     Radu
    Moderator

    Hi,

    I see that, if you de-activate all plugins except visual composer and k-elements you are able to perform search from sidemenu ?

    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: password field #127583
     Radu
    Moderator

    Hi,

    Please follow this : https://buddypress.org/support/topic/bp-profile-redirect-question/ it contains multiple solutions please try some of them

    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: Buddypress Activity feed customization #127582
     Radu
    Moderator

    Hi,

    Unfortunately we don’t have a quick fix for to provide to you and this is not a easy to acheive and it will require some time to implement such as function, please search/ask this on the buddypress forums maybe this solution is already provided there.

    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: extra fields on home register demo page #127579
     Radu
    Moderator
    Not marked as solution
    in reply to: Member page listing layout issue #127571
     Radu
    Moderator
    Not marked as solution
    in reply to: related thumbnail dimension has changed #127567
     Radu
    Moderator
    Not marked as solution
    in reply to: Activity page is Crashed #127565
     Radu
    Moderator
    Not marked as solution
    in reply to: A few issues on our homepage #127561
     Radu
    Moderator
    Not marked as solution
    in reply to: Masonry Grid & Post Grid DO NOT SHOW FEATURED IMAGE #127556
     Radu
    Moderator
    Not marked as solution
    in reply to: My extra fontello icons not showing #127555
     Radu
    Moderator

    Great

    Have a nice week

    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: Login page has no template #127553
     Radu
    Moderator

    Hi,

    Add this code to your child theme functions.php ( wp-content/themes/buddyapp-child/functions.php )

    COPY CODE
    
    function add_header_sidebar_register_page () {
    
        if (bp_is_register_page() || bp_is_activation_page()) {
            /* remove sidemenu */
            add_action('kleo_after_body', 'kleo_show_side_menu', 99);
    
            /* remove header */
            add_action('kleo_header', 'kleo_show_header', 99);
        }
    
    }
    
    function init_add_header_sidebar_register_page (){
    
        add_header_sidebar_register_page();
    
    }
    
    add_action('init', 'init_add_header_sidebar_register_page');
    

    Add this css to child theme ( wp-content/themes/buddyapp-child/style.css )

    COPY CODE
    
    @media(min-width:990px) {
        .registration.register #buddypress.kleo-login-wrap {
        margin-left: 250px;
    }}
    

    That’s all

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Bundled plugins not updating with theme #127541
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Ok

    Have a nice week

    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: Text under profile in Member’s directory page #127539
     Radu
    Moderator
    Not marked as solution
    in reply to: Avatar Uploads #127474
     Radu
    Moderator

    I will close this ticket,it becomes unrelated to the topic title.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Re-download of theme #127473
     Radu
    Moderator
    Not marked as solution
    in reply to: extra fields on home register demo page #127455
     Radu
    Moderator
    Not marked as solution
    in reply to: Member page listing layout issue #127454
     Radu
    Moderator
    Not marked as solution
    in reply to: My extra fontello icons not showing #127453
     Radu
    Moderator

    Hi,

    No, without child theme files.

    That’s are the steps…. if continue to not work try to applies those directly in parent… to see if it works, you can revert theme to original files by re-upladi the parent theme over the existing files of kleo

    Pay attention to files path

    Try again please and 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,

    1. I don’t know its not part of the theme, try to de-activate all plguins to see by who is caused, it’s probably to be caused by post hit counter

    Let me know

    2. According the change log :

    – NEW FEATURE: Customize blog image sizes for each type of blog display. See the new options in Theme options -> Blog -> Image settings

    If you will go to wp-admin -> theme options -> general settings -> Image settings [ This is a new feature in 4.0.8 version ] your issue to be caused by these Standard Image Width and Standard Image Height values, replace with your desired img size, note your actual image sizes form carousel and add it to the new theme version.

    IMPORTANT : After all these, you will have to regenerate thumbnails with this plugin : https://wordpress.org/plugins/regenerate-thumbnails

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Avatar Uploads #127443
     Radu
    Moderator

    Hi,

    From what i know latest version can be downloaded from your theme forest account -> downloads

    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: Member page listing layout issue #127441
     Radu
    Moderator
    Not marked as solution
    in reply to: Tabs, Changing the whole look, size and color #127440
     Radu
    Moderator

    Hi,

    You can fill with empty spaces…. if i give you a rule to be applied from example min-height:200px; on the mobile this will shown odd.

    Let me know if it’s ok for you to fill that with empty spaces to match same height

    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: bug in search custom post type #127438
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 12,361 through 12,400 (of 20,101 total)

Log in with your credentials

Forgot your details?