Search:

Search: Search took 1.00 seconds.

  1. Not without redesigning the entire homepage. The...

    Not without redesigning the entire homepage. The current layout is made for a full page design, without sidebars.
  2. Yes, its possible but it requires custom coding...

    Yes, its possible but it requires custom coding or an already made child theme, see example...
  3. Replies
    1
    Views
    210

    You'll need to find a developer if you require...

    You'll need to find a developer if you require that many changes to the theme's files.
    The header color is misleading, you can save the new color and it will be separated from the menu once you open...
  4. Replies
    2
    Views
    239

    You can disable the user's ability to set a...

    You can disable the user's ability to set a banner image using the code bellow. Put it inside functions.php or WordPress Code Snippets plugin.



    add_filter( 'cp_allow_listing_banner_image',...
  5. Thread: searchbar

    by ovidiubica
    Replies
    8
    Views
    903

    [SOLVED] See this thread...

    See this thread, the developer has provided a solution...
  6. Thread: searchbar

    by ovidiubica
    Replies
    8
    Views
    903

    [SOLVED] You can add a filter in functions.php or...

    You can add a filter in functions.php or WordPress Code Snippets plugin ...
  7. Replies
    2
    Views
    270

    [SOLVED] Hi Marcel! There is no such admin option, but...

    Hi Marcel!

    There is no such admin option, but you can use filter in PHP code.



    add_filter( 'cp_allow_listing_banner_image', '__return_false' );
  8. Replies
    26
    Views
    2,329

    [SOLVED] I've created a GitHub Gist for you with solution...

    I've created a GitHub Gist for you with solution https://gist.github.com/dikiyforester/59371e7ac3235989499faf6bd5717e05

    I think we can make Search form more flexible by allowing add custom fields...
Results 1 to 8 of 8