Home › Forums › Themes Support › Formota › Removing clickable video categories
- This topic has 3 replies, 2 voices, and was last updated 2 years, 5 months ago by
admin.
-
AuthorPosts
-
October 19, 2020 at 12:26 pm #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
October 20, 2020 at 1:43 am #7679Hi,
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:
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,
HaruThemeOctober 27, 2020 at 10:41 am #7718Hello,
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!
October 27, 2020 at 2:54 pm #7721Hi,
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 -
AuthorPosts
You must be logged in to reply to this topic.