Forum Replies Created

Viewing 40 posts - 7,761 through 7,800 (of 20,101 total)
  • Author
  • in reply to: KLEO is breaking parts of Mooberry Book plugin #155248
     Radu
    Moderator

    I saw that, using kleo template the author link http://www.zinzino.rocks/editor/billyboy/ it’s not displayed the book, please leave there the FTP login credentials in a private reply to can take a closer look at 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: Load Font Awesome Localy ? #155246
     Radu
    Moderator

    You should what plugin load that to the website, if you de-activate all plugins this will continue to load ? if not activate plugins back one by one and check to see what load that thru the website

    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: Scroll position #155245
     Radu
    Moderator

    Hi,

    Kleo doesn’t have this kind of functionality, personally i don’t know a solution for this, search of stackoverflow and google how to implement 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: Hide widget for mobile. #155243
     Radu
    Moderator

    Hi,

    You can use this CSS to hide the sidebar on mobile

    COPY CODE
    
    @media (max-width:991px) {
    .sidebar {display:none;}
    }
    

    You can change the 991 px value with a lower one.

    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: double content posts in groups activity #155238
     Radu
    Moderator

    Ok 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: dynamic.css does not always load #155237
     Radu
    Moderator

    Ok activate back your plugins and test the behaviour, 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: dynamic.css does not always load #155235
     Radu
    Moderator

    Sure,
    Marked as private.

    And how it works now ?

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

    Hi @lordival

    Please open a new ticket describing completely your problem including screenshots to understand correctly what’s your problem

    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: double content posts in groups activity #155231
     Radu
    Moderator

    I think it’s an old requirement

    Just remove the code if without it 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: Load Font Awesome Localy ? #155230
     Radu
    Moderator

    yes both

    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: Translating custom texts of the theme #155228
     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: Login issue #155227
     Radu
    Moderator

    You’re welcome
    A specific security setting on the server, i don’t know exactly cuz investigating this taking to much time, but it works!
    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,

    This it’s not happening on theme demo, maybe you have customized the child theme with some custom styles, if you de-activate the child theme the links are clickable ?

    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: Question about visual composer #155225
     Radu
    Moderator
    Not marked as solution
    in reply to: Geonames with SSL setup #155224
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Can you please provide to me an account to can see live the library page to can test also the css selector for that bg ?

    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: Load Font Awesome Localy ? #155221
     Radu
    Moderator

    Hi,

    Please try this function

    COPY CODE
    
    function remove_asd_font_awesome() {
        wp_dequeue_style('font-awesome');
    }
    add_action('after_setup_theme', 'remove_asd_font_awesome');
    

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

    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: double content posts in groups activity #155215
     Radu
    Moderator

    Hi,

    Please show me the wpengine specific code please ?

    It should be like this

    COPY CODE
    
    add_action( 'wp_enqueue_scripts', 'load_buddypress_js'  );
    function load_buddypress_js () {
    if (bp_is_group() || is_page( 'activity' )) {
    wp_enqueue_script('buddypress_query',plugins_url() . '/buddypress/bp-core/js/jquery-query.min.js',array("jquery"));
    wp_enqueue_script('buddypress_members',plugins_url() . '/buddypress/bp-core/js/widget-members.min.js',array("jquery"));
    wp_enqueue_script('buddypress_cookie',plugins_url() . '/buddypress/bp-core/js/jquery-cookie.min.js',array("jquery"));
    wp_enqueue_script('buddypress_scroll', plugins_url() . '/buddypress/bp-core/js/jquery-scroll-to.min.js', array("jquery"));
    wp_enqueue_script('buddypress_js',get_template_directory_uri() . '/buddypress/js/buddypress.min.js',array("jquery"));
    }
    }
    

    But if you delete the code form functions you are able to post and comment to buddypress activity etc?

    Anyway the compat code it’s between buddypress and wp engine not between kleo and wp engine you can ask the wpengine support about 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: dynamic.css does not always load #155210
     Radu
    Moderator

    I see,

    Please try to do the next (see screenshot)

    The full path should be specified on the second field maybe this is the cause.

    This it’s an isolated problem I cannot reproduce that in my local install so that I’ve told you different things to check

    Let me know

    Don’t forget to empty all caches, it’s preferred to de-activate caching plugin while testing

    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: Any issues with MySQL 5.7? #155134
     Radu
    Moderator

    No problem

    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: dynamic.css does not always load #155102
     Radu
    Moderator

    Hi

    Thank, you I’ve de-activated the wordfence and I cannot see the 404 link of that resource and the CSS it’s always loaded ( I’ve tried 15 – 20 pages refresh and access again from new windows)

    Let me know if you notice if this issue had dissapeared with wordfence plugin de-activated.

    Let me now

    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 Login issue #155099
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    Your site doesn’t have a top bar so, I cannot identify the links from top bar can you please make a screenshot pointing that non-working links please ?

    The main menu navigation works as it should and also the submenu items.

    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: Question about visual composer #155095
     Radu
    Moderator
    Not marked as solution
    in reply to: Any issues with MySQL 5.7? #155089
     Radu
    Moderator

    Hi,

    Sweet date uses standard of WordPress for database so if the WordPress it’s compatible also the SweetDate it’s compatible

    https://wordpress.org/about/requirements/

    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: dynamic.css does not always load #155088
     Radu
    Moderator

    Hi,

    Can you please provide the FTP and admin credentials to take a closer look please?

    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,

    While debugging the issue with the ajax login,i’ve deleted the debug.log file to can see clean the new errors/notices and no kleo error or notice it’s displayed at the moment in debug.log file

    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 issue #155085
     Radu
    Moderator

    Hi,

    Fixed please check,

    I’ve added this function to your child theme to can make this work, please keep and use that function on that hosting environment, it haves some specific security settings.

    If any other users encounter a similar issue with plugins disabled this function can help.

    COPY CODE
    
    
    function ovewrite_kleo_ajax_login_method() {
    	$obj_array['loginUrl'] = site_url();
    	return $obj_array;
    }
    
    add_filter('kleo_localize_app','ovewrite_kleo_ajax_login_method');
    

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

    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: Geonames with SSL setup #155068
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Can I see your page? and a screenshot that points the element that you want to change the background?

    So you have workaround the description for the attachments using a custom field plugin right? Meanwhile we will announce the VC team about 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
     Radu
    Moderator

    Do you have Kleo child theme installed and activated ? It’s required

    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: Customization questions #155061
     Radu
    Moderator

    Hi,

    You can contact our development team at this address dev@seventhqueen.com

    Have a nice day

    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 is breaking parts of Mooberry Book plugin #155060
     Radu
    Moderator

    Hi,

    You should give them access to can take a look

    According to your initial message “But Mooberry is generating taxonomy based book grids for genre, tags, editors and more. And those are broken.”

    How are they broken? What’s the difference between the plugin running thru kleo and running thru a default theme, I need to know more details more than “broken”, please describe in details what it’s happens
    I recommend you to put the install somewhere online, maybe it will be needed to take a closer look at 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: Portfolio Issue #154988
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,
    You’re welcome
    See the next image

    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 issue #154986
     Radu
    Moderator

    Hi,

    I saw that, you are hosted somehow at the wp-engine ?

    In general this kind of errors can be caused by some specific security setting on the hosting provider.

    But you can leave there the FTP login in a private reply to can take a closer look at 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: Redirect Login issue #154985
     Radu
    Moderator
    Not marked as solution
    in reply to: Geonames with SSL setup #154984
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Ok then

    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,

    I’ve tried to get that to work but it seems that VC doesn’t allows you to pull the post content but only post excerpt and the attachments added in wp_post table and the description field are actually the post_content so currently the post_content cannot be pulled.

    Also you cannot pull the post_content using custom fields cuz the description field it’s post_content not a post meta.

    Hope it makes sense

    We will notice VC about this but until then if you want this functionality i recommend you to hire a developer to achieve 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
Viewing 40 posts - 7,761 through 7,800 (of 20,101 total)

Log in with your credentials

Forgot your details?