Home Forums Plugins Support CloudVideo change category view in Haru videos plugin

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12060
    Mazza_Rafael
    Supported

    Hello, I use the Home5 page as my main page and I would like to know if it is possible to make two edits to the haru videos plugin:
    1 – Hide the “all” category
    2 – change the category selected by default. Currently the selection is “All”

    Thank you very much for your contribution

    #12064

    Hi,
    Thanks for contacting us and choosing our product!
    About your questions we can answer as below:
    1. You can do it by go to: wp-content/plugins/haru-circle-core/templates/posttypes/video/ then open file grid.php
    Go to line 71 to 76 to delete or comment this code:

    <li>
        <a class=""
           href="javascript:;" 
           data-option-value="*"
        ><?php echo esc_html__( 'All', 'haru-circle' ); ?></a>
    </li>

    https://prnt.sc/4CloBxHdSiFL
    You can do this via child theme by follow this topic:

    How to customize WordPress theme using Child theme


    (notice at step 4)
    2. You can change to classic mode and change order of category like this:
    https://prnt.sc/naZ4Lph8tgmZ
    Hope this helps!

    ****
    Regards,
    HaruTheme

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

You must be logged in to reply to this topic.