Forum Replies Created

Viewing 40 posts - 7,561 through 7,600 (of 20,101 total)
  • Author
  • in reply to: Social Sharing #156951
     Radu
    Moderator
    Not marked as solution
    in reply to: Social Sharing #156950
     Radu
    Moderator
    Not marked as solution
    in reply to: Bugs on kleo theme forum and reply. #156945
     Radu
    Moderator

    Hi,

    Take a look here: https://drive.google.com/file/d/0Bxo5b6iHWRMwZC1UUmNoTmNBX28/view it looks as it should maybe cuz you have changed default fonts ?

    Try from a phone with default fonts

    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: wise chat issues #156942
     Radu
    Moderator
    Not marked as solution
    in reply to: Mobile options – not working? #156842
     Radu
    Moderator
    Not marked as solution
    in reply to: Missing Cart Icon on Mobile #156840
     Radu
    Moderator

    Hi,

    Did you have overwritten the fotllo icon base in child theme ?

    Try to de-activate child theme and purge the cache and check again.

    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: New theme doesn’t work. #156839
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,
    I’ve accepted, for me the groups’ page it’s not displayed it’s just a white page

    And if I want to access my groups link from my profile I’m redirected to general groups page domain.com/groups/

    In this kind of cases when a empty white page it’s displayed it’s recommended to enable wp debug to see if there it’s some errors. (procedure will be paster below)

    Let me know if you de-activate the child theme you encounter the issue that you describe !?

    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: WP-ADMIN LOST PASSWORD 404 ERROR #156831
     Radu
    Moderator

    You’re welcome

    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: mobile sticky menu #156830
     Radu
    Moderator

    I see, something it’s altered there, do you have the possibility to revert all changes that the freelancer made there? cuz the values that I try to modify and selectors interacts with his values.

    I saw some CSS in quick CSS area from theme options -> general -> quick CSS copy them somewhere for later use maybe you will need those and if he made some changes in child theme those should be reverted also.

    This it’s something custom but i can help you with fixing menu on mobile.

    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: Import the pages #156829
     Radu
    Moderator
    Not marked as solution
    in reply to: Transparent drop down menu color #156828
     Radu
    Moderator

    Hi,
    By using a specific body class for forums by let me know the page url where i can see this page with this kind of image size : https://cdn.seventhqueen.com/sq-support/wp-content/uploads/2017/03/Screen-Shot-2017-03-26-at-14.25.26.png

    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: How do I stop 17 year olds from signing up? #156827
     Radu
    Moderator

    Hi,

    Check the attachment

    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
     Radu
    Moderator

    What’s the shortcode of the player ? maybe it’s striped

    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: Removing woocomerce product image #156824
     Radu
    Moderator
    Not marked as solution
    in reply to: kleo_ajax_results #156822
     Radu
    Moderator
    Not marked as solution
    in reply to: Page seems to load twice #156819
     Radu
    Moderator

    Hi,

    Now it’s displayed the activity page ( no maintenance )

    And that appearing and disappearing are caused by the animations i think you can de-activate animations from wp-admin -> theme options -> maintenance -> animations

    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: Fontello #156818
     Radu
    Moderator

    In first instance provide only wp admin access 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: Security bug in member slug? #156817
     Radu
    Moderator

    You’re welcome
    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: Problem with Favorite using Remove jquery strings #156816
     Radu
    Moderator

    Hi again,

    This it’s something custom not a theme problem search on google for other solutions and test it

    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: Trouble with adding a simple icon and text #156815
     Radu
    Moderator

    Hi,

    Did you have tried to divide the main row first ? in inside columns to add the icon and the texts?

    http://www.wpfy.me/wp-content/uploads/2015/02/Visual-Composer-Row-Layouts.png

    Example using divided row, in the bottom part it’s how they are rendered.

    This it’s my entire used shortcode

    COPY CODE
    
    [vc_row][vc_column width="1/4"][vc_icon][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width="1/4"][vc_icon][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width="1/4"][vc_icon][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width="1/4"][vc_icon][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]
    

    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 font styles #156814
     Radu
    Moderator
    Not marked as solution
    in reply to: Dropdown select news category #156813
     Radu
    Moderator

    Hi
    WE don’t have such as element as you need but you can create it manually adding a accordion or tab element then next inside add a row or a column int hat you will divide space to achieve the style that you need in left side add image and in right side the text

    Hope this make sense

    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: css modifications for kleo with geomywp plugin #156810
     Radu
    Moderator

    Great
    You’re welcome

    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 again

    I think the problem it’s caused by Wordfence plugin or by the PHP codes from child theme,

    So please, de-activate all plugins and also the child theme.

    I’ve tested on my install and I cannot reproduce that.

    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: creat an anchor #156805
     Radu
    Moderator

    Hi,

    Take a look at the screenshot

    Please add the kleo-scroll-to classes to a href elements separately.

    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
     Radu
    Moderator

    Hi,

    The search bar comes from Geo directory plugin or add-ons so to can move the search bar in other place the plugin needs to have a shortcode available to can render the search bar where you need, you can know that by asking the plugin developer if there it’s available some shortcode for search bar. if yes you can achieve the searchbar between menu and slider in that page.

    The search bar shortcode or any other type of content can be added in that page between menu and slider using the next funciton

    COPY CODE
    
    function render_search_bar_in_listing_page() {
        if( geodir_is_page('detail') ) {
            echo do_shortcode('[your-shortcode-there]');
        }
    }
    do_action( 'kleo_before_content', 'render_search_bar_in_listing_page' );
    

    Instead of [your-shortcode-there] paste your shortcode

    NOTE : Child theme needs to be installed and activated.

    The function needs to be pasted in wp-content/themes/kleo-child/functions.php

    That’s all

    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: Translate login error messages #156800
     Radu
    Moderator

    Hi,

    Please replace content of this file : /wp-content/themes/kleo/functions.php with this one : https://pastebin.com/raw/NfRdXjje

    With that you will be able to use this function and filter to translate the error login message

    COPY CODE
    
    add_filter('login_errors','login_error_message', 999);
    function login_error_message($error){
        $error = "Test error message";
        return $error;
    }
    

    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: Changing images #156798
     Radu
    Moderator

    Hi,

    I saw that, I’ve tried for significant amount of time to test what causes that and I cannot figure out.
    Can you please try yo re-upload them parent theme over the existing theme files?
    On my local install the matching system works as it should

    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: Info pin tooltips and popovers #156619
     Radu
    Moderator

    Hi,

    That it’s PIN element from visual composer and this not support link but we will take in consideration this.

    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: CSS Animations not working – Visual Composer #156618
     Radu
    Moderator

    Hi,

    I saw that you have a lot of plugins try to de-activate all of them exlucing visual composer then check again if the animations works, if still not works de-activate also the child theme and check again

    Make sure to have last theme version

    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
    Not marked as solution
    in reply to: Fontello #156616
     Radu
    Moderator

    The theme settings will remain in child and when you activate back child them theme settings will be applied but if you want to be sure you can save theme options from child theme : Wp-admin->theme options -> import/export -> download data file and also can be imported in same way by choosing importing option

    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,

    Let me know how you have added the player ? provide code, shortcode etc.

    In the text area only text will be cuz the content it’s stripped for html tags


    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: from buddypress member to author #156609
     Radu
    Moderator

    Hi,

    If you don’t use BuddyPress you can de-activate it and the author link will be the default author archive, so you want to have BuddyPress activated and the author link to link to default author archive ?

    Let me know
    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: Problem with Favorite using Remove jquery strings #156608
     Radu
    Moderator

    Hi,

    Some links from BuddyPress from example haves and needs query strings into links to can pass some data

    So please the codes that removes the query strings from URL in this check, in this way your functions will run only on non-buddypress pages.

    COPY CODE
    
    if( !is_buddypress() ){
        
        
    }
    

    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: How remove a taxonomy from a custom post type #156607
     Radu
    Moderator

    I see, ok in this case try this solution : http://wordpress.stackexchange.com/a/3821

    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: How do I stop 17 year olds from signing up? #156606
     Radu
    Moderator

    I see, but the theme hasn’t been built with such as feature and you should search for a plugin that can do that or for a script and to implement it to the site, and we cannot implement that for you since it’s something custom.

    But i can recommend you some things that I found on google

    https://ageverify.co/get-started/ take a look at this or implement this free and standalone solution http://www.jqueryscript.net/other/Website-Age-Verification-Plugin-with-jQuery.html

    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: Comments Disappeared #156605
     Radu
    Moderator

    Hi,

    Did you have figured out ?

    I see the comments on your site on all blog posts

    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
Viewing 40 posts - 7,561 through 7,600 (of 20,101 total)

Log in with your credentials

Forgot your details?