-
I find that using sidebar is inconvenient for use. Then i want to disable for this.
And my article will like this below . Please guide meHello moonbin,
let me say first that you’ve linked me the homepage and not a post that are generated from 2 different templates.Said so, you can remove the sidebar but this requires a bit of coding.
Normally this is a customization that doesn’t fit in theme support but I’ll do my best to guide you to the solution. You’ll have to put a bit of effort in following the steps below:
This theme has 3 templates for posts: default, video and tutorial.
First, on your post you have to choose the video post template instead of the tutorial one. Check this manual page for further details: http://themes2go.xyz/manuals/vlogger/article-categories/contents/
The template we are going to edit is called template-video.php
In order to remove the sidebar, you have to:
– change l8 to l12 at line 43
https://imgur.com/a/PynA866– delete from line 115 to 119
<div class="qt-sidebar col s12 m12 l3"> <?php get_template_part( 'phpincludes/sidebar'); ?> </div>
Hope this can help you,
AndreaI want to turn off featured images header all page
https://imgur.com/a/0cTRweRand I embed dailymotion, but I button player can’t play in the video
https://imgur.com/a/sj8z3PCAnd i dont have this
Standard posts
Video posts
Tutorial postsOnly have Default and Tutorial Post
Hello!
I think you are watching to a wrong place 😉
The procedure described above is meant to be done on the theme directory using a code editor (like Notepad++ or Brackets), not on the WordPress backend.Here’s a snapshot of the theme structure with file and directory and the template-video.php highlighted
https://imgur.com/7Ke4MDYThis procedure has been tested and applied with success by other customers, so we know for sure that it will work 😉
Keep me posted on this.
Best,Andrea
Please help me this
I want to turn off featured images header all page
https://imgur.com/a/0cTRweRand I embed dailymotion, but I button player can’t play in the video
https://imgur.com/a/sj8z3PCHello!
Honestly I can’t totally understand your replies and what are you referring to.
I try to answer to all:1) I want to turn off featured images header all page.
This is not totally understandable for me but I think you want to get rid of the multinav slider in homepage. Edit your page, and delete the row containing the slider.https://imgur.com/QVQLLJO
2) and I embed dailymotion, but I button player can’t play in the video
I’ve just tried embedding a dailymotion video and it works fine. Try these two ways: make sure that your video URL is fine (no parameters included) and it’s not private. Then try to paste a the URL of the video on a new post, not an existing one.3) I do not understand what you say. Please guide me.
What are you referring to? If you are talking about remove the sidebar from the template-video.php I can’t add anything more because that’s the only procedure to follow to achieve the result you want. If you are not able to edit the code I suggest considering hire a developer from codeable.io or Envato Studio.Have a good day,
Andrea
No, it’s not slideshow fullscreen.
I mean, That is the video thumbnail.I don’t want it to appear on this background with video
https://www.kpopshow.net/engsub-the-return-of-superman-episode-12/https://imgur.com/a/BXckGDH
I want this part to not move, how to do?
https://www.kpopshow.net/
I move up and down and this menu bar also moved.I want it to stay in place
or how to change the menu text color?I mean, That is the video thumbnail.I don’t want it to appear on this background with video
For this, when editing a post you can manage its featured post on the right tab Featured Image.
I want this part to not move, how to do?
The sticky header feature it’s included with the theme over all the demos, but on your website I think there is something messed up.
I suggest you installing the theme from scratch from a fresh new WordPress installation and the issue should be fixed (you can use a plugin called WP Reset).how to change the menu text color?
This theme is based on a Material Design Framework, this means that a same color is applied to multiple elements, and sometimes is not possible to assign a specific color to a specific elements without changing other parts of the site.
You can add custom CSS on the customizer, in Appearance -> Customize -> Custom CSS and add this snippet:
.qt-menubar ul.qt-desktopmenu>li>a:not(.qt-btn-ghost):not(.ttg-watchlater-link) { color:#ff0000; }
You can change #ff0000 with your HEX color you need.
Regarding the topic, I think we are going far away from the original request that was “Remove the sidebar”. For a better indexing of these knowledges I suggest you open different topic for different requests. This would also help other customers to find answers here on the forum.
Thanks for your understanding.
Andrea
The topic ‘hello’ is closed to new replies.