Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Back end in FATAL ERROR #1005516

    Ok Thanks Dude :-)

    in reply to: Back end in FATAL ERROR #1005368

    Hi Vinay…
    I rename plugin folder, ehnfold theme and child theme folder… now I got access to my back end… I did a new plugin folder, delete .OLD from the child theme folder and reinstall ENFOLD theme…. till now its ok…
    I got only the update page that tell me that I have 1 plugin to update… but this not true…. can I resolve this issue?
    Thanks

    in reply to: lightbox open sometihing else… #995880

    Yes I saw… probably your collegue Victoria did something 2 days ago…
    But If I can i would ask yot something….
    I have a lot of post with categoriee movies television and commercials and I would like to have the menu item highlighted (active status) when the site loads one of these post…
    As you can see on my child template – functions.php I write this script and it works fine but it doesn’t have the possibility to choose the categories that I want to have the menu item Projects in active mode… it simply highlight the Projects menu item when ANY post is open…
    function be_menu_item_classes( $classes, $item ) {

    if( ( is_singular() || is_category() ) && ‘Projects’ == $item->title )
    $classes[] = ‘current-menu-item’;

    return array_unique( $classes );
    }
    add_filter( ‘nav_menu_css_class’, ‘be_menu_item_classes’, 10, 2 );

    I tried to write is_category(‘movies’, ‘television’, ‘commercials’) but it doesn’t work….
    Any help?

    Thanks

    in reply to: lightbox open sometihing else… #994973

    Hallo…?

    in reply to: lightbox open sometihing else… #994895

    yes the image is the issue… I should see only the poster and one image…
    The link I use is
    <a href="[acf field='locandina']" rel="prettyPhoto"><img class="alignnone size-full" title="[page_title]" src="[acf field='locandina']" alt="[page_title]" width="809" height="1200" /></a>

    Thanks

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