Forum Replies Created
-
Author
-
akalParticipant
those lines I mean
COPY CODEfunction kleo_breadcrumb( $args = array() ) { if(!is_single()) { return WPSEO_Breadcrumbs::breadcrumb('<div class="kleo_framework breadcrumb">', $after, '</div>'); } }
akalParticipantHi 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 CODEfunction 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
November 10, 2015 at 15:18 in reply to: Files edited from Kleo-Framework parent theme not considered in child theme #86604akalParticipantNovember 10, 2015 at 12:57 in reply to: Files edited from Kleo-Framework parent theme not considered in child theme #86568akalParticipant@aben*@abeNovember 10, 2015 at 12:56 in reply to: Files edited from Kleo-Framework parent theme not considered in child theme #86567akalParticipantThank @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 30class 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
November 9, 2015 at 15:03 in reply to: Files edited from Kleo-Framework parent theme not considered in child theme #86368akalParticipantHi @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
November 5, 2015 at 16:44 in reply to: Create an entry with avatar and username in main menu that link to bp_core_new_nav_item #85728akalParticipantDone ! 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
October 30, 2015 at 15:46 in reply to: Create an entry with avatar and username in main menu that link to bp_core_new_nav_item #85074akalParticipantok, I’ll do that
cheers
Akal
October 29, 2015 at 19:29 in reply to: Create an entry with avatar and username in main menu that link to bp_core_new_nav_item #84935akalParticipantright, 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 ?October 29, 2015 at 18:50 in reply to: Create an entry with avatar and username in main menu that link to bp_core_new_nav_item #84922akalParticipant@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 wayCheers
Akal
Attachments:
You must be logged in to view attached files.September 3, 2015 at 17:01 in reply to: Add custom link for a new tab in buddypress profile menu #76033akalParticipantHi sharmstr,
thank you for your fast reply;
I’ll try this plug, thanks !
Akal
akalParticipantHi,
seems to work here too !
thank you for the time spent on this issue.Cheers 😉
Akal
akalParticipantHi Abe,
I’m running with the last kleo version and the s2member problem still stands (see screenshot below)
AkalAttachments:
You must be logged in to view attached files.akalParticipantHi 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 testingCheers
Akal
June 15, 2015 at 19:58 in reply to: Pop up login (You are already logged in…please refresh) Issue, KLEO 3.0 #62960akalParticipantHi,
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
akalParticipantHi,
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
akalParticipantThis 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.akalParticipantHi,
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 ^^
CheersAkal
Attachments:
You must be logged in to view attached files.akalParticipant4° – 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”
akalParticipant1° – 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.April 3, 2015 at 15:41 in reply to: Image in Mega Menu and different background-color for page/post #53055akalParticipantAbout 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 😉
April 3, 2015 at 15:33 in reply to: Image in Mega Menu and different background-color for page/post #53053akalParticipantOk I get it, thank for your realy fast reply, I will ask them for it.
April 3, 2015 at 15:31 in reply to: Image in Mega Menu and different background-color for page/post #53051akalParticipantEdit : 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 😉
-
AuthorPosts