Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
  • in reply to: Featured post on blog page #12881
     gazwal
    Participant

    excellent 🙂 !
    ++
    robin

    in reply to: Kleo 1.2 – Mobile Menu #12850
     gazwal
    Participant

    THX a lot @Abe

    in reply to: Kleo 1.2 – Mobile Menu #12830
     gazwal
    Participant

    bumping up the thread

    in reply to: Social links #12829
     gazwal
    Participant
    in reply to: Featured post on blog page #12806
     gazwal
    Participant

    ok, mistake found

    The only way to choose your personal TAG for “featured” content is to go to the theme customization under “Featured content” /wp-admin/customize.php and put the TAG Name


    Use the “featured” tag to feature your posts. You can change this to a tag of your choice; if no posts match the tag, sticky posts will be displayed instead.


    @Ade
    please update the documentation under Themes options >> Blog >> Featured content display type

    the info text is wrong

    Featured articles can be displayed on your Blog page just above regular articles. Just add them a tag named Featured
    This setting affects the way they are displayed

    cause we can choose our own TAG for featuring stuff, juste a little bit confusing


    @Abe
    it would be great to have a select dropdown under Themes options >> Blog >> Featured content display type , for directly choosing our own TAG

    ++ robin

    in reply to: Hide some Kleo metabox #12804
     gazwal
    Participant

    this is working fine
    big THX @Abe

    in reply to: Kleo 1.2 – Mobile Menu #12801
     gazwal
    Participant

    hi, I have the same issue in all my Kleo website !
    => http://grab.by/vbhE
    a real issue that appears under mobile (iphone) + tablette device (ipad) (hamburger menu)
    same issu by resizing from browser (FF, chrome, tec …)
    Here is a fresh WP install with just the last .xml demo content imported http://wp.gazwal.net and no extra config

    @Abe
    check out the hamburger menu under real mobile device

    the Kleo theme demo seems ok, so where’s the mistake ?

    there is also issues with the “top bar” menu under mobile
    – social menu icon desapears
    – top bar eegular links at the right are hidden/cropped
    => small tablet OK http://grab.by/vbhs
    => BAD on mobile portrait http://grab.by/vbhy

    best regards
    robin

    in reply to: Featured post on blog page #12722
     gazwal
    Participant

    Well Kleo team, there’s a big mistake :

    I’m in French, the “featured” content on blog page only work for me if I create a tag “A la une” ( slug = a-la-une) , which could be a french translation of “featured”
    http://grab.by/v9ys

    I really don’t know why this is working like that

    Other issue : I’m using WPML, and featured contents appear in both language blog page (french blog page and vietnamese blog page)
    WPML is well configured and regular contents (= no “featured”) are displayed correctly in their related languages

    ++
    robin

    in reply to: Hide some Kleo metabox #12716
     gazwal
    Participant

    any PHP expert that could help me remove an action inside a method function , under a CLASS ?
    /kleo-framework/lib/class-multiple.sidebars.php :

    COPY CODE
    
    class sidebar_generator {
    	function sidebar_generator(){
    		add_action('init',array('sidebar_generator','init'));
    		add_action('admin_menu',array('sidebar_generator','admin_menu'));
    		add_action('admin_print_scripts', array('sidebar_generator','admin_print_scripts'));
    		add_action('wp_ajax_add_sidebar', array('sidebar_generator','add_sidebar') );
    		add_action('wp_ajax_remove_sidebar', array('sidebar_generator','remove_sidebar') );
    			
    		//edit posts/pages
    		add_action('edit_form_advanced', array('sidebar_generator', 'edit_form'));
    		add_action('edit_page_form', array('sidebar_generator', 'edit_form'));
    		
    		//save posts/pages
    		add_action('edit_post', array('sidebar_generator', 'save_form'));
    		add_action('publish_post', array('sidebar_generator', 'save_form'));
    		add_action('save_post', array('sidebar_generator', 'save_form'));
    		add_action('edit_page_form', array('sidebar_generator', 'save_form'));
    	}
    ........
    }
    $sbg = new sidebar_generator;
    
    function generated_dynamic_sidebar($name='0'){
    	sidebar_generator::get_sidebar($name);	
    	return true;
    }
    
    in reply to: Featured post on blog page #12715
     gazwal
    Participant

    yes every thing is OK in /tag/featured/
    I have notice that “featured” content work with the WP core functionnality called “Stick this post to the front page” => http://grab.by/v9pS

    my post is on top, in blog page, with my option “masonry” in Themes options >> Blog
    but this is not “tag” stuff … 🙁
    really don’t know where to find the “bug”

    in reply to: Permalink Structure #12701
     gazwal
    Participant

    this is not related to Kleo
    this is about Buddypress/WP feature => forum = http://buddypress.org/support/

    I think you must have a slug for your “member” page, edit it
    if you change by …/all-the-members

    you will have on member profil …/all-the-members/username
    so just domain.com/username seems not possible

    also found this (2009) https://buddypress.org/2009/05/customizable-slugs-in-buddypress/

    in reply to: Hide some Kleo metabox #12680
     gazwal
    Participant

    ok thx, so I really need help cause I’m a poor PHP dev 🙂
    /kleo-framework/lib/class-multiple.sidebars.php is an old plugin “Sidebar generator”, seems to be rewrote by Kleo team.
    It use PHP class
    so I need to do a “remove_action from an external class”

    COPY CODE
    
    class sidebar_generator {
    	
    	function sidebar_generator(){
    ....			
    		//edit posts/pages
    		add_action('edit_form_advanced', array('sidebar_generator', 'edit_form'));
    		add_action('edit_page_form', array('sidebar_generator', 'edit_form'));
    ....
    	}
    .......
    

    I’ve found 2 articles about that:

    http://hardcorewp.com/2012/enabling-action-and-filter-hook-removal-from-class-based-wordpress-plugins/

    http://wordpress.stackexchange.com/questions/36013/remove-action-or-remove-filter-with-external-classes

    well this is to complicated to me 🙁
    help ?

    in reply to: Theme not Same as LIVE Preview #12430
     gazwal
    Participant

    @Abe ok, finally, this is working only on really specific case, using visual composer and by putting image background (like slider, carousel image, etc …
    i.e. http://grab.by/v0Hq

    not easy to understand
    Main Files/Documentation/Kleo Theme/index.html is too generic/global
    a specific doc focused only on “Theme options” would be great

    best regards

    in reply to: Theme not Same as LIVE Preview #12427
     gazwal
    Participant

    @uetian78 the easiest way to understand the “how to” is to create a demo website using the demo-kleo.xml
    here, you need to edit the Slider Visual Composer ROW
    and set “Inner Container” to NO
    http://grab.by/v0F2

    in reply to: Theme not Same as LIVE Preview #12396
     gazwal
    Participant

    since last version, there’s a CSS issue when activate transparent menu
    => http://grab.by/v0nK
    layout and CSS styles for the main menu are broken

    is there an additional setting for correct it ?
    I don’t know if it’s a real BUG or a bad setting configuration

    everything is OK juste after scrolling http://grab.by/v0oe
    so, seems to be a bug

    ++

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

Log in with your credentials

Forgot your details?