Forum Replies Created

Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
  • in reply to: Custom breadcrumbs title content #134023
     akal
    Participant

    those lines I mean

    COPY CODE
    function kleo_breadcrumb( $args = array() ) {
        if(!is_single()) {
            return WPSEO_Breadcrumbs::breadcrumb('<div class="kleo_framework breadcrumb">', $after, '</div>');
        }
    }
    in reply to: Custom breadcrumbs title content #134020
     akal
    Participant

    Hi thank you very much for your fast reply.

    With thoses lines you provide, the breadcrumbs for page disappears and the breadcrumbs for post is still the same (without categories)

    I was wondering something that exclude only single post (so I will not use the “kleo custom title), something like (!is_single) :

    COPY CODE
    function kleo_breadcrumb( $args = array() ) {
        if(!is_single()) {
            return WPSEO_Breadcrumbs::breadcrumb('', $after, '');
        }
    }

    but if I do that, the breadcrumbs for single post totally disappears…

    any ideas ?

    Cheers

    Akal

     akal
    Participant

    Works like a charm,
    thank a lot @abe & @sharmstr
    Akal

     akal
    Participant

    @aben *@abe

     akal
    Participant

    Thank @sharmstr, thank @aben

    I replaced “class-multiple-sidebars.php” by the new one in /themes/kleo/kleo-framework/lib/
    it’s ok but when I copy from line 30 class sidebar_generator until line 475 to my child theme function, I’ve blank screen.
    So I excluded line 475 that is supposed to end the line 29 if (! class_exists('sidebar_generator')) { and took line 474, but that gives me front-end issues… same if I take from line 29 until line 475…

    Anyway, is there any other way to edit those 2 lines (70&71) 'before_title' => '<h5>', 'after_title' => '</h5>', by 'before_title' => '<span>', 'after_title' => '</span>', without burdening function.php with the whole class-multiple-sidebars.php content ?

    Akal

     akal
    Participant

    Hi @sharmstr

    No I would like to change the Hx structure for a span or div. This H5 is not a logical structure for my SEO strategy…

    So, no way to use kleo-framework files in my child theme ?

    Akal

     akal
    Participant

    Done ! for those who are interested by the procedure :

    Create a blank file bp-custom.php in your plugin directory (/wp-content/plugins/bp-custom.php)

    Then, copy/paste this :

    COPY CODE
    <?php
    // hacks and mods will go here
    
    /**
     * Change BuddyPress default Members landing tab.
     */
    define('BP_DEFAULT_COMPONENT', 'profile' );
    ?>

    and remplace ‘profile’ by the slug of your new tab

    Save, it’s done !

    Cheers

    Akal

     akal
    Participant

    ok, I’ll do that

    cheers

    Akal

     akal
    Participant

    right, with your kleo account it’s ok, I see your username… but neither with my admin account nor with S2members accounts… but it’s not realy important 😉
    Yeah in all case, most important for me is to send user to the new tab “activités” when he clics on his avatar in the top menu. Is there a way to do that without heavy coding ?

     akal
    Participant

    @sharmstr, thank for your fast reply as usual 😀

    1° – this is crazy, this is what I get (see attachment)… I’ve refreshed cache, tried in private session under last chrome and firefox version… rahhhh
    2° – ok I’ll do it in another way

    Cheers

    Akal

    Attachments:
    You must be logged in to view attached files.
    in reply to: ask members for update personnal info #84910
     akal
    Participant

    Hi,

    sorry for the delay…
    thank for your answer I’ll investigate

    Regards

    Akal

    in reply to: Add custom link for a new tab in buddypress profile menu #76033
     akal
    Participant

    Hi sharmstr,

    thank you for your fast reply;

    I’ll try this plug, thanks !

    Akal

    in reply to: log in not redirecting to page #74301
     akal
    Participant

    Hi,

    seems to work here too !
    thank you for the time spent on this issue.

    Cheers 😉

    Akal

    in reply to: log in not redirecting to page #67640
     akal
    Participant

    Hi Abe,
    I’m running with the last kleo version and the s2member problem still stands (see screenshot below)
    Akal

    Attachments:
    You must be logged in to view attached files.
    in reply to: log in not redirecting to page #65763
     akal
    Participant

    Hi Abe,

    I’m now running with the last official functiun.php and my child theme is disabled.
    You have my logs if you need for testing

    Cheers

    Akal

    in reply to: log in not redirecting to page #64389
     akal
    Participant
    This reply has been set as private.
    in reply to: log in not redirecting to page #63502
     akal
    Participant
    This reply has been set as private.
     akal
    Participant

    Hi,

    the V3 update didn’t solved the “You are already logged in. Please refresh page” for S2MEMBERS sessions…

    Did it for you ?

    Please help …

    regards

    Akal

    in reply to: log in not redirecting to page #60278
     akal
    Participant

    Hi,

    same issue here, s2m + kleo (up to date) but only for a s2Member Level 1 – 4 session. If I log with a WP admin session, the redirection works fine.

    waiting for some fix

    Akal

    in reply to: Portfolio Custom Link #55274
     akal
    Participant

    Thank for that, works perfectly !
    Cheers 🙂
    Akal

    in reply to: Portfolio Custom Link #55266
     akal
    Participant

    This is not about permalink, this is about associate a custom link (like a wordpress Page) to the portfolio
    Example : http://dev16.digitalis-web.fr/
    if you clic on one of the first 8 items, you naturaly go to the portfolio related page.
    Example : if you clic on “Fitness Musculation Paris…” you’ll go to http://dev16.digitalis-web.fr/portfolio/fitness/
    What I’m looking for is to be able to send you to another page or post or external link, what ever. For my example I want to send people here => http://dev16.digitalis-web.fr/activites-sport-et-loisirs/fitness-musculation/
    I could do that with the 301 redirection function of Yoast SEO Plugin, but it’s a redirection and I’m looking for a native link.

    in reply to: Portfolio Custom Link #55261
     akal
    Participant

    Hi,

    thank for your reply. This should be implemented in “Edit Portfolio item” (view screenshot).

    Below it is what I’ve implemented for another WP theme.
    I’m not good enought to change this code to fit with KLEO but if you are ok with that, maybe you could do the adaptation for me ?

    <u>Admin Portfolio Edition : (portfolio-masonry.php I guess ?)</u>
    “Portfolio Custom Link” => array(
    ‘title’=> __(‘Portfolio Link’, ‘xxx-theme-name’),
    ‘name’=>’portfolio-custom-link’,
    ‘type’=>’inputtext’,
    ‘description’=>’This will change the url of the portfolio to a specified link’
    ),

    <u>Portfolio item : (single-portfolio.php I guess ?)</u>
    $custom_permalink = get_post_meta(get_the_ID(), ‘portfolio-custom-link’, true);
    if(!empty($custom_permalink)){
    echo ‘‘ . get_the_title() . ‘‘;
    }else{
    echo ‘‘ . get_the_title() . ‘‘;
    }

    Hope It’s clear enought ^^
    Cheers

    Akal

    Attachments:
    You must be logged in to view attached files.
    in reply to: KLEO – Features Requests #53902
     akal
    Participant

    4° – in a Portfolio post, the left and right arrow navigation make the link to other portofolio post without caring of the portfolio category. It should be good to creat an option that look like “don’t allow the navigation to switch to another portfolio category”

    in reply to: KLEO – Features Requests #53077
     akal
    Participant

    3° – After Main Menu font size, integrate Sub Menu Font size 😉

    in reply to: KLEO – Features Requests #53058
     akal
    Participant

    1° – Integrate featured post/page image or custom image in submenus of Mega Menu
    2° – Integrate the “Styling Option panel” for each post and page. Like that, we can use the default design generated by Theme option -> Styling Option, AND a specific design for each post or page.

     akal
    Participant

    About page/post customization, I can sum up my request like that : integrate the styling Option panel in each post and page. In that way, we can set a default design AND a specific design for each post or page.

    Yeah I’m writing to the dev right now, this support is as fast as a chatroom I love it ! many Thanks 😉

     akal
    Participant

    Ok I get it, thank for your realy fast reply, I will ask them for it.

     akal
    Participant

    Edit : when I talk about the Mega Main Menu plugin I want to be sure that there is no misunderstanding. I know that the Kleo’s Mega Menu is not a core integration of the Mega Main Menu plugin. But it’s a little bit similar. I was just wondering about Image Integration for next updates 😉

Viewing 28 posts - 1 through 28 (of 28 total)

Log in with your credentials

Forgot your details?