Forum Replies Created
-
Author
-
gazwalParticipant
related issue here https://archived.seventhqueen.com/forums/topic/kleo-1-2-mobile-menu
++
gazwalParticipantok, 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 typethe 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
gazwalParticipanthi, 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 devicethe 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/vbhybest regards
robingazwalParticipantWell 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/v9ysI 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++
robingazwalParticipantany PHP expert that could help me remove an action inside a method function , under a CLASS ?
/kleo-framework/lib/class-multiple.sidebars.php :COPY CODEclass 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; }
gazwalParticipantyes 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/v9pSmy 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”gazwalParticipantthis 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-membersyou will have on member profil …/all-the-members/username
so just domain.com/username seems not possiblealso found this (2009) https://buddypress.org/2009/05/customizable-slugs-in-buddypress/
gazwalParticipantok 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 CODEclass 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:
well this is to complicated to me 🙁
help ?gazwalParticipant@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/v0Hqnot easy to understand
Main Files/Documentation/Kleo Theme/index.html is too generic/global
a specific doc focused only on “Theme options” would be greatbest regards
gazwalParticipant@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/v0F2gazwalParticipantsince last version, there’s a CSS issue when activate transparent menu
=> http://grab.by/v0nK
layout and CSS styles for the main menu are brokenis there an additional setting for correct it ?
I don’t know if it’s a real BUG or a bad setting configurationeverything is OK juste after scrolling http://grab.by/v0oe
so, seems to be a bug++
-
AuthorPosts