• Resolved andihaub

    (@andihaub)


    I used to manually select the contribs that were featured on the homepage. I last did that only a few weeks ago. I used to get to the menu where i was able to select the featured content by opening the customizer on the front page and typing in the link (or deleting it vice versa) in the options shown there for “featured content”.

    Today i posted something new and wanted to put it up on the starting page – and in the process get rid of two older entrys there – but i cannot find that option anymore! It seems to have gone missing.

    I meanwhile clicked my way through the whole customizer for the start page but apparently i am not able anymore to edit that section at all.

    Any suggestions on that?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter andihaub

    (@andihaub)

    Hi Devlin, I have Heard- and noticed nothing so far, but I have adapted my website to the situation and don’t use featured content anymore so I haven’t really been trying besides sending all required logs and stuff to the ticket. Sorry that I can’t offer any real solution…

    c.devlin

    (@cdevlinalaasnau)

    Thanks Andi – but I can’t delete my existing featured content – which is a big problem.

    I fixed by going into theme file editor, partials, custom-home, featured-area.php.

    I added a new boolean var to allow me to turn on and off the feature.

    <?php
    $turn_on_feature = true;
    if ( $turn_on_feature && isset( $responsive_options['feature'] ) && '1' == $responsive_options['feature'] ) { ?>
    <div id="feature_div" class="custom-home-feature-section grid">
    
    c.devlin

    (@cdevlinalaasnau)

    Thanks so much for that. Unfortunately that didn’t seem to work for me.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Featured Content no longer editable?’ is closed to new replies.