Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1274508

    Hi
    Some of my projects, made in portfolios, aren’t showing up in the side navigation.
    See pages below. Is there a setting I am missing? They are all in the categort “projekt”.
    thanks
    Nancy

    #1274634

    Hi Nancy,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1276746

    thanks for taking a look

    #1277049

    Hi Munford,

    I tried the credentials you gave however it doesn’t seem to work.
    In the meantime, try to disable Javascript file merging and compression in Enfold > Performance.

    Best regards,
    Nikko

    #1277078

    I disabled that but didn’t change anything.
    check the login below.
    thanks for your help!

    #1277134

    Hi Munford,

    Thanks this is now fixed, I have added this PHP code in your child theme’s functions.php:

    function enfold_post_nav_settings($settings) {
    	if(is_singular('portfolio')) {
    	   $settings['is_fullwidth'] = false;
    	   $settings['skip_output'] = false;
    	}
    	return $settings;
    }
    add_filter('avf_post_nav_settings','enfold_post_nav_settings', 999, 1);

    Best regards,
    Nikko

    #1277148

    Thanks – what was the problem?

    #1277151

    Hi Munford,

    The slider was changing the settings and by manually setting is_fullwidth and skip_outuput to false fixes the issue.

    Best regards,
    Nikko

    #1277153

    ok thanks for your help!

    #1277176

    Hi Munford,

    We’re glad we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘some projects missing from side navigation’ is closed to new replies.