Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: No result search #689893

    Hi Jordan,

    this is the content of my 404.php file

    // EDITED.. please use pastebin.com for long codes

    Also in here, there is no text that says “Sorry, no posts matched your criteria” and when I delete the <section class=”404_recommendation”> section, nothing changes.

    BTW: I only change the PHP in WordPress (Appearance>Editor). Can this be the limiting factor?

    Cheers.,

    Geert

    in reply to: Limit Portfolio items in slider at the side #684788

    Hey Basilis,

    thanks for your info. However, I found somewhere this code:

    add_filter(‘avia_post_nav_settings’,’avia_same_category_filter’, 10, 1);
    function avia_same_category_filter($settings)
    {
    $settings[‘same_category’] = true;
    return $settings;
    }

    When I paste this add the end of my functions.php file, everything works like a charm!

    Cheers,

    Geert

    in reply to: Masonry faded image before hover #656096

    Super, thanks! Works as expected.

    in reply to: Masonry faded image before hover #655585

    Sure and thanks fro the quick response.
    The temporary URL of the webpage is: http://wp.cipa.icomos.org/

    In the middle of the page, I use the masonry to show our different task groups. To make the contrast between the white text and the greyed-out tiles even larger, I would like to make them even darker (but still light up when you go over them).
    Also, I used a <BR> element to split my text on every tile. Is there another, more neat way, to do this?
    Thanks!!

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