Navigation

Sevida Template Discussion Thread

A Thread For Discussion On Issues Related To Sevida Blogspot Template.

Do you know this great blog is currently using sevida 2.5 template (latest and updated version)? Yes, we are.
This article is dedicated only to sevida template users and other bloggers who intend using this theme / template.
It should be noted that most of the issues first review and resolved here will be based on the latest version of this template (Sevida 2.5).

Therefore, i will urge you all to upgrade your template to the latest version.
- Click Here To Download Sevida 2.5 Template Official
For users new to blogging and using Blogger.Com as start point, i will encourage you click the link below before proceeding with reading this article.
- Learn More About How To Install Custom Template To Your Blog.
Without much stories, i will be providing solutions to common Sevida Template related problems.

Troubleshooting About Sevida Template And Solutions To Them.

1) Users copying your articles.
To prevent your article from been copied by copy and pasters, CSS and Javascript can be employed. But i will advice the use of CSS over Javascript because CSS doesn't affect website load time and unlike Javascript that could be bypassed and disabled, CSS cannot be disabled.
Solution: search for this code below;
[code type="Code"]]]></b:skin>[/code]
Put this code immediately before that code
[code type="Css Code"]
/*-----
Disable Copy Paste with CSS Code---
*/
body {
-webkit-user-select: none
!important;
-moz-user-select: -moz-none
!important;
-ms-user-select: none
!important;
user-select: none
!important;
}
[/code]
Your full code should now look like the code below
[code type="Complete Code"]
/*----- Disable Copy Paste with CSS Code---*/
body {
-webkit-user-select: none
!important;
-moz-user-select: -moz-none
!important;
-ms-user-select: none
!important;
user-select: none
!important;
}
]]></b:skin>
[/code]
2) Theme Option Not Displaying In Admin Layout
Sevida template users using versions as latest as v2.0 and up, you will have noticed that Theme Option Menu disappeared. This menu is the menu that holds most of the template default settings such as google custom search code implementation (cseID), jsonajax and lots more.
To fix and bring back this menu, follow the solution below
Solution: search for this code below
[code type="HTML"]<div class='admin row' 
style='display:none'>[/code]
Replace the above code with this below
[code type="HTML FIX"]<div class='admin row' 
style='display:block'>[/code]
Or better still, from the initial code pasted above, replace "display:none" with "display:block"
3) Comment Box Not Displaying On Desktop / Computer / Laptop / P.C
This issue is Peculiar mostly to Sevida 2.5 template. The comment box tend to disappear/missing whenever yourself and your visitors visit your blog.
The funny part of this bug is that, your comment box display on Mobile View.
A big thanks to GUPITAN for providing a fix to this bug.
Today, i will be plainly displaying the bug fix to you all.
Solution: Search for this code below;
[code type="Css"]
[hidden],template,.blogpost-setting{display:none}
[/code]
Replace with this code below;
[code type="Css Refix"]
[hidden],template,.blogpost-setting{display:block}
[/code]
Or better still, after searching for the above buggy code, replace "blogpost-setting{display:none}" with "blogpost-setting{display:block}".
Your comment box should now display
4) More Bugs If discovered
Solution: Will be dropped as soon a bug is noted.
This article will be updated as much as possible soon a bug 🐛 is discovered.
Thank you for reading. Your comments will be welcomed and contributions by various visitors and readers will be a great help to this thread.
Share
Banner

Oluwaseun Peter

Post A Comment:

0 comments: