Forum Replies Created

Viewing 40 posts - 241 through 280 (of 289 total)
  • Author
  • in reply to: My DashBord Configuration not corresponding #70759
     wilfriedMarseille
    Participant

    After 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 ?

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Do we got the revolution Slider support With Kleo ? #70739
     wilfriedMarseille
    Participant

    My section container : 1170 x 501
    Main Container : 1170 x 501

    Layer 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.

    If you love Ableton check my blog :
    www.zikrea.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: Change the nav font family #70735
     wilfriedMarseille
    Participant

    Thanks you 🙂

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Add a page-part in a post #70422
     wilfriedMarseille
    Participant

    post-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(); ?>

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Create a new Post Layout #70401
     wilfriedMarseille
    Participant

    Yes I know WordPress templating but, page template, no post layout template …

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Create a new Post Layout #70398
     wilfriedMarseille
    Participant

    And 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 ?

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Create a new Post Layout #70397
     wilfriedMarseille
    Participant

    thanks you with the plug in it’s great 🙂

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: center post title #70396
     wilfriedMarseille
    Participant

    Sorry it was the cache ….

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Change the of social-share-wrap #70375
     wilfriedMarseille
    Participant

    I did not see it beacause i use a french tralslation and the words are not the same …
    But now it’s Okay 🙂

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Create a new Post Layout #70364
     wilfriedMarseille
    Participant

    Sorry 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.

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Create a new Post Layout #70352
     wilfriedMarseille
    Participant

    Hello
    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

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: BP profile search #70350
     wilfriedMarseille
    Participant

    Thanks you 🙂

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Wich plug in To make a market place #69974
     wilfriedMarseille
    Participant

    Thanks 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.

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Menu color not corresponding with styling option #69896
     wilfriedMarseille
    Participant

    O Yes sorry it was the cache … Of my 2 computers lol
    Sorry sorry sorry :X

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Menu color not corresponding with styling option #69891
     wilfriedMarseille
    Participant

    I 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/

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Menu color not corresponding with styling option #69890
     wilfriedMarseille
    Participant

    You don’t see green border on the menu ?
    http://www.le-journal-des-dj-producteurs.com/category/coworking/

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Wich plug in To make a market place #69884
     wilfriedMarseille
    Participant

    I find WP-Market place plug in to do that.
    But do you know if an other plugin is better to ue with kleo ?

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: How hide the breadcrumb #69877
     wilfriedMarseille
    Participant

    Yes it work when i delete the sentence in main menu info.
    Thanks you 🙂

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Menu color not corresponding with styling option #69876
     wilfriedMarseille
    Participant

    Yes 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 ….

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: How hide the breadcrumb #69865
     wilfriedMarseille
    Participant

    Ah sorry may be is not the breadcrumbs. But i talked about ( free to call us with the mail and the number )

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Menu color not corresponding with styling option #69864
     wilfriedMarseille
    Participant

    yes if you want but you don’t know why the color not corresponding ?

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Menu color not corresponding with styling option #69852
     wilfriedMarseille
    Participant
    This reply has been set as private.
    in reply to: How hide the breadcrumb #69850
     wilfriedMarseille
    Participant
    This reply has been set as private.
    in reply to: Put full width layou by default #69832
     wilfriedMarseille
    Participant

    héhé thanks you 🙂

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Create a new Post Layout #69480
     wilfriedMarseille
    Participant

    So 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.

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Create a new Post Layout #69474
     wilfriedMarseille
    Participant

    Very 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 🙂

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Create a new Post Layout #69464
     wilfriedMarseille
    Participant

    And how we enable visual composer for post ?

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Create a new Post Layout #69463
     wilfriedMarseille
    Participant

    I have to check this tomorrow because i have to go Work.
    Thanks you 🙂

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: Create a new Post Layout #69454
     wilfriedMarseille
    Participant

    Yes 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 ?

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: DJD site post setting #68604
     wilfriedMarseille
    Participant

    Social articles is great. But the user can add image between the text of articles. Or i did find how to do that ?

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: DJD site post setting #68602
     wilfriedMarseille
    Participant

    Ok 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 !!!

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: problem with menu #68591
     wilfriedMarseille
    Participant

    Ok thanks you 🙂

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: problem with menu #68586
     wilfriedMarseille
    Participant
    This reply has been set as private.
    in reply to: problem with menu #68583
     wilfriedMarseille
    Participant
    This reply has been set as private.
    in reply to: problem with menu #68581
     wilfriedMarseille
    Participant

    Sorry, i’m french and i don’t understand your sentence.
    I havec to contact someone in private ?

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: problem with menu #68579
     wilfriedMarseille
    Participant

    Yes display the top bar was on ON

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: problem with menu #68577
     wilfriedMarseille
    Participant

    I go on Theme option > Side menu. And I put ON on enable side menu on your site.
    But always nothing

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: BP profil search don't search #68388
     wilfriedMarseille
    Participant

    O yes it’s Works. Thanks you 🙂

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: My account on the navbar is a icon #68056
     wilfriedMarseille
    Participant

    Ok thanks ( may be you don’t like thank you because is not about your work and you lose time when you see it ? )

    If you love Ableton check my blog :
    www.zikrea.com

    in reply to: sidebar come on the navbar #68055
     wilfriedMarseille
    Participant

    Ok thanks you 🙂

    If you love Ableton check my blog :
    www.zikrea.com

Viewing 40 posts - 241 through 280 (of 289 total)

Log in with your credentials

Forgot your details?