Forums Forums Search & Filter Pro divi – layout is missing after using the filter

Viewing 8 posts - 1 through 8 (of 8 total)
  • Anonymous
    #196110

    hey,

    on friday our site should go online…when i use the filter, my layout is missing.

    do you know why?

    many thanks and best regards,
    sandra!

    Anonymous
    #196113

    is it because i changed the slug name for “projects” ” via php?

    Trevor
    #196115

    You changed the URL, or what?

    Anonymous
    #196153

    yes i have changed the url

    Trevor
    #196166

    I am not sure what you have done. Can you try to explain in detail what you have done, and are you able to send me a live link/URL to your search page so I can take a look?

    Anonymous
    #196170

    oh i have forgotten to send the url

    http://alpoh.dev-inmotto.de/viele-unternehmen/

    i have changed Divi Projects URL-Permalink with this code in the function.php

    <?php
    function custom_post_name () {
    return array(
    ‘feeds’ => true,
    ‘slug’ => ‘project’,
    ‘with_front’ => false,
    );
    }
    add_filter( ‘et_project_posttype_rewrite_args’, ‘custom_post_name’ );
    ?>

    Trevor
    #196174

    If you don’t use that code, what is the consequence?

    Anonymous
    #196182

    the permalinks don´t matches with the names of the customers…ah but that´s the smallest problem 😉

    i have delete the code

    best regards!

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