Forum Replies Created
-
Author
-
wilfriedMarseille
ParticipantAfter 20 minutes the changement are great.
But before I delete the WebNavigator Cache. like 1 minute after make CSS mofication. And I saw the difference 20 minutes laters ….
Can you help me please ?wilfriedMarseille
ParticipantMy section container : 1170 x 501
Main Container : 1170 x 501Layer Grid : 1200 x 768
The navigator resize mi bigger layer image 1194 x 333 to 1085 x 303
Ok I think I understand. My container is too smal compare my Biggest Image.
So it resize My Image.
And When it Resize the Images the preview and the reality is not exactly the same. ( You can Watch my Screen-Captures.
If You look the Dashboard-preview-capture ( Inscriptions ) is not exatly in the same place of the webSite Capture.
And When the screen are Small ( WebSite-Small-Screen-Capture ) the Image Layer Move But No The Text Layer.And I got a second Problem i don’t know if is a bug or not. But Whit a text Layer like “Le Journal Des” My frame of Selection is too small and i can’t Change it.
With an Image Layer the Frame Selector take the Size of all Image.wilfriedMarseille
Participantpost-custom-like ( part page )
COPY CODE<?php /** * Displays social share icons * @package WordPress * @subpackage Kleo * @since Kleo 1.0 */ /* Likes */ $like_status = sq_option( 'likes_status', 1 ); $exclude_likes = str_replace(' ', '', trim(strip_tags(sq_option('likes_exclude')))); $exclude_likes_ids = explode( ',', $exclude_likes ); if( in_array( get_the_ID(), $exclude_likes_ids ) ) { $like_status = 0; } if ( $like_status != 1 ) { return; } ?> <section class="main-color container-wrap social-share-wrap"> <div class="container"> <div class="votre-avis"> <div class="hr-title hr-long"><abbr><?php _e("Votre avis nous intΓ©resse", "kleo_framework"); ?></abbr></div> <?php if ( $like_status == 1 ) : ?> <span class="kleo-love"> <?php do_action('kleo_show_love'); ?> </span> <?php endif; ?> <?php endif; ?> </div> </div> </section>And the single.php
COPY CODE<?php /** * The Template for displaying all single posts * * @package WordPress * @subpackage Kleo * @since Kleo 1.0 */ get_header(); ?> <?php //Specific class for post listing */ if ( kleo_postmeta_enabled() ) { $meta_status = ' with-meta'; add_filter( 'kleo_main_template_classes', create_function( '$cls','$cls .= "'.$meta_status.'"; return $cls;' ) ); } /* Related posts logic */ $related = sq_option( 'related_posts', 1 ); if ( ! is_singular('post') ) { $related = sq_option( 'related_custom_posts', 0 ); } //post setting if(get_cfield( 'related_posts') != '' ) { $related = get_cfield( 'related_posts' ); } ?> <?php get_template_part( 'page-parts/general-title-section' ); ?> <?php get_template_part( 'page-parts/general-before-wrap' );?> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php get_template_part( 'page-parts/posts-validation-like-custom.php' ); ?> <?php get_template_part( 'page-parts/posts-social-share2' ); ?> <?php if( $related == 1 ) { get_template_part( 'page-parts/posts-related' ); } ?> <?php if ( sq_option( 'post_navigation', 1 ) == 1 ) : // Previous/next post navigation. kleo_post_nav(); endif; ?> <!-- Begin Comments --> <?php comments_template( '', true ); ?> <!-- End Comments --> <?php endwhile; ?> <?php get_template_part('page-parts/general-after-wrap');?> <?php get_footer(); ?>wilfriedMarseille
ParticipantYes I know WordPress templating but, page template, no post layout template …
wilfriedMarseille
ParticipantAnd is possible to make a article second.php to get a second type of post. With some differents. And choose the second template in the post layout of the dashboard ?
wilfriedMarseille
ParticipantI did not see it beacause i use a french tralslation and the words are not the same …
But now it’s Okay πwilfriedMarseille
ParticipantSorry it’s an error of Me …
But I put the code `/**
* show included template files
*/
add_action(‘all’,’template_snoop’);
function template_snoop(){
$args = func_get_args();
if( !is_admin() and $args[0] ){
if( $args[0] == ‘template_include’ ) {
echo “<!– Base Template: {$args[1]} –>\n”;
} elseif( strpos($args[0],’get_template_part_’) === 0 ) {
global $last_template_snoop;
if( $last_template_snoop )
echo “\n\n<!– End Template Part: {$last_template_snoop} –>”;
$tpl = rtrim(join(‘-‘, array_slice($args,1)),’-‘).’.php’;
echo “\n<!– Template Part: {$tpl} –>\n\n”;
$last_template_snoop = $tpl;
}
}
}`
And when i look the source code, the template parrts are not inside.wilfriedMarseille
ParticipantHello
When I put you code in the child KELO > function.php I get an error when a refresh my page :Parse error: syntax error, unexpected ‘}’ in /homepages/3/d556184796/htdocs/le-journal-des-dj-producteurs/wordpress/wp-content/themes/kleo-child/functions.php on line 33
wilfriedMarseille
ParticipantThanks you. I have to test Woo vendor.
I don’t know where, mut i remember a video who explain how make a market place with Kleo.wilfriedMarseille
ParticipantO Yes sorry it was the cache … Of my 2 computers lol
Sorry sorry sorry :XwilfriedMarseille
ParticipantI try with a second computer. I check if i have a green border in my styling option header.
And i don’t have green in my styling option and i saw green border on the menu when i connect my secoond computer
http://www.le-journal-des-dj-producteurs.com/category/coworking/wilfriedMarseille
ParticipantYou don’t see green border on the menu ?
http://www.le-journal-des-dj-producteurs.com/category/coworking/wilfriedMarseille
ParticipantI find WP-Market place plug in to do that.
But do you know if an other plugin is better to ue with kleo ?wilfriedMarseille
ParticipantYes it work when i delete the sentence in main menu info.
Thanks you πwilfriedMarseille
ParticipantYes I know for the header homepage. It Was good with the transparent menu.
The problem it was for the other pages.
So i deactivate super Cache Plug in.
I change the color preset header in Theme option > styling option > header
But my menu stay green for the border ….wilfriedMarseille
ParticipantAh sorry may be is not the breadcrumbs. But i talked about ( free to call us with the mail and the number )
wilfriedMarseille
ParticipantNo when i’m not connect is the same problem
http://www.le-journal-des-dj-producteurs.com
Wil YWctlBBd13#Thanks again π
wilfriedMarseille
ParticipantWil YWctlBBd13#
http://www.le-journal-des-dj-producteurs.com
Thanks you πwilfriedMarseille
ParticipantSo i put the visual composer for post an article.
But in reality my problem is already here because i want change the place of authors meta data, i don’t want see all the information but just the name, add a button like / Disslike or a star notation systeme.
And with the visual composer i see only the text edit, no the others parts like social share …So if i have understand I have to edit a template files with PHP. And to do this I have to edit more than 1 files because it use template part ?
But i don’t understand wich files i have to create to make a post template.wilfriedMarseille
ParticipantVery good support !!!! The 25 of month i got my money i’m not super rich but i would like give a little donnation of 10$ because you are a great team. It’s a plesaure to develop project with you. I have to go out now. I’m going to search the donation button the 25 but if you got a link is better :).
Thanks you.O and I did’nt make my article template. But when I will make it. Can I save it in the Post Layout ? If yes how we do that ?
Thanks again πwilfriedMarseille
ParticipantI have to check this tomorrow because i have to go Work.
Thanks you πwilfriedMarseille
ParticipantYes i know php and wordpress templating. I’m gone in KLEO > Page Template and i add a ful-with2.php
I can select it for page but no for articles.
Where is the folder with article template please ?wilfriedMarseille
ParticipantSocial articles is great. But the user can add image between the text of articles. Or i did find how to do that ?
wilfriedMarseille
ParticipantOk i did not see that. Do you know where i can see the Kleo suggested Plug in ?
I try to make a multi-user website, and a market place about electronic music where an user can share an article for free or send it with a zip file that contain template for music software with documentation or a video tutoriel.
Thanks a lot sharmstr for your help. And a big up for all the Kelo team. It’s really amazing for a novice like me !!!wilfriedMarseille
ParticipantSorry, i’m french and i don’t understand your sentence.
I havec to contact someone in private ?wilfriedMarseille
ParticipantI go on Theme option > Side menu. And I put ON on enable side menu on your site.
But always nothingwilfriedMarseille
ParticipantOk thanks ( may be you don’t like thank you because is not about your work and you lose time when you see it ? )
-
AuthorPosts