Home Forums Themes Support Formota Removing clickable video categories

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7675

    Hi there!

    I have 2 questions:

    1) In our videos page, under each video we see the category (/Fiction, /Documentary etc.). I would like that the category names are not clickable, and do not feature the slash “/”, could you please let me know how to do this?

    2) Over the videos, there is the category toggler (All Documentary Fiction), I cannot find where to translate word “All” into “Todo”in Spanish, since “All” is not a category option. Would you know how to do this?

    (I cannot add a screenshot because I cannot compress my screenshot enough to fit your requirement)

    Thank you!

    Lena

    #7679

    Hi,
    Thanks for contacting us and choosing our product!
    About your questions we can answer as below:
    1. This issue you can use child theme to change it follow this topic tutorial:

    How to customize WordPress theme using Child theme


    The template for customize is:
    wp-content/plugins/haru-formota-core/templates/posttypes/video/video-style/style_x.php (depend on settings at admin)
    You can see it and remove:
    https://prnt.sc/uwqpau
    2. About remove category link clickable you can use this CSS code:

    .video-shortcode-wrapper.video-content .video-list .video-item .video-meta .video-category a {
        pointer-events: none!important;
    }
    .single-video.single-video-content .video-content-wrap .video-category a {
        pointer-events: none!important;
    }
    .video-popup .popup-content .popup-header .popup-header-info .popup-video-category a {
        pointer-events: none!important;
    }

    Hope this helps!

    ****
    Regards,
    HaruTheme

    #7718

    Hello,

    Thank you for your answer but it is very technical and I’m afraid I cannot carry it out. Also, I have the regular theme activated and do not want to install the child theme and start from scratch (especially that I do no want to enter in the back end since I have no idea how it works).

    I have 2 questions:

    1) is it possible for yu to deactivate it for me?

    2) and if no, could you please let me know how, when I click on the category (/Fiction, /Documentary etc.), I can remove all the elements that apear on the right (the search bar, recent posts, recent comments, trending posts, cateories, and tags etc).

    Thank you!

    #7721

    Hi,
    Thanks for your feedback!
    About your questions we can answer as below:
    1. If you don’t know how to use child theme you can edit it Plugins -> Plugins Editor and select Haru Formota Core at top right to edit.
    https://prnt.sc/v7ziy7
    However it will lost when you update plugin.
    2. You can change layout don’t have sidebar in Theme Options -> Formota Settings -> Archive Video -> Sidebar (no sidebar):
    https://prnt.sc/v7zl82
    Hope this helps!

    ****
    Regards,
    HaruTheme

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

You must be logged in to reply to this topic.