Forum Replies Created

Viewing 40 posts - 5,081 through 5,120 (of 20,101 total)
  • Author
  • in reply to: Mixed Content Issue #176447
     Radu
    Moderator

    I was referring to http://www.justplatonic.com/wp-admin this wp-admin not ftp folder , but from what i see it looks as it should now. if not there it’s the spot, where should i look for the seal ?

    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 send messages with PMP activated #176446
     Radu
    Moderator

    Hi,

    Unable to login with those details

    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: section with a length of 100% #176444
     Radu
    Moderator
    Not marked as solution
    in reply to: Schema.org Question #176439
     Radu
    Moderator

    Here it’s our function for the schema.org, paste it to child theme and change it as you need.

    COPY CODE
    
    /* Schema org for body */
    if ( ! function_exists( 'kleo_get_schema_org_markup' ) ) {
    
    	function kleo_get_schema_org_markup() {
    		$schema = 'http://schema.org/';
    		if ( is_singular( 'post' ) ) {
    			$type = "Article";
    		} elseif ( is_singular( 'portfolio' ) ) {
    			$type = "VisualArtwork";
    		} else {
    			if ( is_author() ) {
    				$type = 'ProfilePage';
    			} // Is search results page
    			elseif ( is_search() ) {
    				$type = 'SearchResultsPage';
    			} else {
    				$type = 'WebPage';
    			}
    		}
    
    		$type = apply_filters( 'kleo_schema_org_type', $type );
    
    		return 'itemscope itemtype="' . $schema . $type . '"';
    	}
    
    }
    
    function kleo_schema_org_markup() {
    	echo kleo_get_schema_org_markup();
    }
    
    

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

    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: Horizontal menu #176438
     Radu
    Moderator

    Hi,

    Just add this css to wp-admin-> theme options -> quick css

    COPY CODE
    
    .header-icons > li > a span {
        opacity: 1;
    }
    

    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 Q’s from a new user of Kleo Theme: #176437
     Radu
    Moderator

    Hi,

    For those i need to take a closer look at the website, i need the credentials to can look at it, add them in a reply marked as private

    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 send messages with PMP activated #176358
     Radu
    Moderator

    Hi,

    Cannot login to your dashboard wrong credentials,

    Can you please provide it ? also i can import the homepage for you if you want like in the demo, yo u have sweetdate 3.0 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: SweetDate 3.0 #176357
     Radu
    Moderator

    Hi,

    Use this fix for the triple border on base field. We will fix on our demo soon.

    COPY CODE
    
    .profile ul.accordion li.bp-widget {border:0!important;}
    

    The cover photo wasn’t removed.

    Cannot see any issue with the style.css file my changes are loaded and reflected into site, but make sure to use correct selectors and if maybe it’s needed to use !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: Mixed Content Issue #176356
     Radu
    Moderator

    Hi,

    Let me know if you encounter the the issue even if you are using default WP theme, and if yes you can try to ask the PMPRO support team, anyway did you have tried to paste the code from wp-admin -> memberships -> payment settings ? and to check ‘Extra HTTPS URL Filter:’ option ? see screenshot

    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: Breadcrumb issue #176355
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
    in reply to: Replicating Directory Page To Other Categories #176353
     Radu
    Moderator
    Not marked as solution
    in reply to: Problems with Kleo Posts element #176352
     Radu
    Moderator

    Hi,

    I see that but, the heading font not changing from h2 to h1, it’s the same i’ve looked at the source code on my end.

    The heading font remains H2 on my end, check in your source code if it’s h2 or not.

    I was able to reproduce the issue with the thumbs for 1,2,3 posts, i will look at that right now, i will let you 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: Menu not working on mobile #176348
     Radu
    Moderator

    Hi,

    Make sure to not be cache, try from incognito mode.

    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: Element ID #176347
     Radu
    Moderator

    Fixed check, was needed to update theme and k-lements plugin

    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: Relink if not logged in #176344
     Radu
    Moderator

    Hi,

    You’re welcome

    Leave us a review on themeforest if you have time

    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: Fonts error #176343
     Radu
    Moderator

    Hi,

    Nope, now i’ve installed the ultimate member on my end and it’s happens the same, there the plugin loads a newer version for redux framework and also we are using that in our theme options panel.

    I will speak with the core developer about this and will get back to you those days.

    WE are using for forums BBpress plugin : https://wordpress.org/plugins/bbpress/

    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: Not Able Change my Tile Heading Color #176341
     Radu
    Moderator

    Hi,

    Just use this css

    COPY CODE
    
    
    .kleo-main-header .navbar-header .logo a {
        color: #000 !important;
    }
    
    .kleo-main-header.header-centered.header-scrolled .logo a {
        color: #fff !important;
    }
    

    The css will be added to wp-admin -> theme options -> General settings -> Quick CSS

    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 is launching at bottom of page #176340
     Radu
    Moderator

    Seems my last change related to this wasn’t included in the update…and will be included in the next one.

    Sure, can you provide also the ftp to take a closer look ? if no just go to wp-content/themes/kleo-child/page-parts/ where you will create a file named general-popups.php in that you will paste the next content : code: https://pastebin.com/raw/2StkSGkp

    If the page parts folder missing from child crate it

    NOTE : Child theme needs to be installed and activated.
    NOTE2 : Purge all caches to reflect the change.

    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 importing widgets #176339
     Radu
    Moderator
    Not marked as solution
    in reply to: vertical alignment and uniform sizing #176338
     Radu
    Moderator

    Hi,

    Tried again CSS solution but it’s hard to make that to be align if the images has different ratios

    Wide image : https://i2.wp.com/everychildinc.org/wp-content/uploads/2016/08/every-child-inc-sticky-logo.png?zoom=2&w=1200&ssl=1

    Portrait image : https://i2.wp.com/www.newsunrising.org/wp-content/uploads/2015/04/NSR-Logo-web.png?zoom=2&w=1200

    So my suggestion it’s to choose all images to have same ratio, and for images wide add them in photoshop in a size like this : https://i2.wp.com/www.newsunrising.org/wp-content/uploads/2015/04/NSR-Logo-web.png?zoom=2&w=1200

    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: Facebook Login Mobile Not Work #176336
     Radu
    Moderator

    I saw the resources minified, there shouldn’t be like that.

    So just de-activate ALL plguins and check

    I cannot reproduce the issue that you report, most sure it’s caused by plugins/caching.

    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 on Register Page #176335
     Radu
    Moderator
    Not marked as solution
    in reply to: Search Form #176334
     Radu
    Moderator
    Not marked as solution
    in reply to: display mobile menu like on desktop #176333
     Radu
    Moderator
    Not marked as solution
    in reply to: Unable to send messages with PMP activated #176274
     Radu
    Moderator

    Hi,

    Can you paste here the snippet provided by us ?

    Also just de-activate the child theme, maybe there it’s a bad snippet that causes that.

    Trusted the PMPRO behaviour and i cannot see loading problems.

    Make sure to have all updated plugins and 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: Replicating Directory Page To Other Categories #176271
     Radu
    Moderator
    Not marked as solution
    in reply to: Buddy Press member profile pages disappeared #176269
     Radu
    Moderator

    Hi,

    In the first instance try to de-activate all plugins and child theme then check if the issue persists, if had disappears, it means one of those causes that, just enable back one by one and check until you find the cause.

    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: Menu not working on mobile #176268
     Radu
    Moderator

    Hi,

    Just add this css

    COPY CODE
    
    .top-bar ul > li.toggle-topbar a {
        width: 60px;
        height: 35px;
        display:  block !important;
        text-align: center;
    }
    

    Wp-admin -> theme options -> Styling Options -> Quick css

    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: Problems with Kleo Posts element #176261
     Radu
    Moderator

    Fixed,

    Will be included in next theme update, today or tomorrow will be released.

    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 Memberships Pro ‘checkout’ template #176260
     Radu
    Moderator

    Hi,

    You haven’t added the default form, if the folder missing, create them. it’s very clear how you can copy from a location to another.

    Just copy this file : /wp-content/plugins/paid-memberships-pro/pages/checkout.php
    To this location : /wp-content/themes/sweetdate-child/paid-memberships-pro/pages/checkout.php

    Making this, you will use the default PMPRO checkout template where the addongs can work like in default pmpro templates.

    Child theme needs to be installed and activated.

    That’s all, doing this you will have default pmpro checkout flow and use the default pmpro checkout template

    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 importing widgets #176253
     Radu
    Moderator
    Not marked as solution
    in reply to: WooCommerce Cart in menu #176251
     Radu
    Moderator

    WE will take this into consideration in future updates.

    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: Use search with Google Maps #176249
     Radu
    Moderator

    The search it’s performed on automatically on all registered CPT’s excluding topic and reply,
    So the location should be a CPT to can search in 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: Visual Composer Media Grid shadowbox not working #176246
     Radu
    Moderator

    Hi,

    Seems to be a bug, i will add this to buglist and we will fix this soon

    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 is launching at bottom of page #176233
     Radu
    Moderator

    Hi,

    Right now we release a new update that will give you option to turn on/off the autofocus for the input, preventing scrolling to the bottom of the page you will have to set No for autofocus option in visual composer on Kleo Login element.

    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: Facebook Login Mobile Not Work #176224
     Radu
    Moderator

    If you have any plugins that moves the JS to footer or some minify plugin or compressing one, that can be a cause.

    If the jQuery isn’t added first is file on the head can cause this.

    So if you have a plugin for speed optimization de-activate 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: Relink if not logged in #176223
     Radu
    Moderator

    Hi,

    How did you have restricted the members profile ?

    TRy this snippet

    COPY CODE
    
    function sq7r_no_members_redirect_home() {
        if( !is_user_logged_in() && bp_is_user() ) {
            wp_redirect(site_url('/'), 301);
            exit;
        }
    }
    add_action('template_redirect', 'sq7r_no_members_redirect_home');
    

    The snipept works but depend how you have restricted the members profile and to redirect to this link https://www.vicinity.no/hjem__trashed/

    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
    Not marked as solution
Viewing 40 posts - 5,081 through 5,120 (of 20,101 total)

Log in with your credentials

Forgot your details?