Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #654850

    hi,

    i use your demo site “construction” as a website template. For that template kreisi use a sidbar called “page sidebar”. But i cant find the page Links (first element of the sidebar in the screenshot) in the sidebar. In the sidebar there is only the contact and the Google map element but not the page links… Where can i find that element?

    sidebar

    • This topic was modified 8 years, 4 months ago by Chris_85.
    #654856

    how can i collate the page links (in the red box –> Screenshot) ??

    best regards

    Chris

    #655788

    Hi,

    It is called “Page Sidebar Navigation” and you can turn it off in Enfold theme options > Sidebar Settings > Page Sidebar navigation.
    When you set a page as a child of another page, sidebar navigation is displayed automatically.

    Best regards,
    Yigit

    #656727

    thanky for your answer… is it possible to collate the page links?

    best regards

    #657100

    Hi,

    How would you like to order them? If by date, please add following code to Functions.php file of your child theme in Appearance > Editor

    add_filter('avia_sidebar_menu_args', 'avf_sidebar_menu_args_mod');
    function avf_sidebar_menu_args_mod($args) {
    	$args['sort_column'] = 'date'; 
    	return $args;
    }

    Best regards,
    Yigit

    • This reply was modified 8 years, 4 months ago by Yigit.
    #658385

    thanks works fine!

    #658396

    Hey!

    You are welcome, glad we could help!
    Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘can find pagelinks in the sidebar widget?’ is closed to new replies.