Sevida Template Errors and Bugs Fixed

(Source: Sevida Product Page From Themeforest)
When i started by blog i needed a best template for it so after many research i got a template Sevida 2.5 which is currently in use. But Sevida Comes at a cost of $21 so i thought i have to use nulled or free of these template. But by doing so i can't solve some theme problems and can't contact to developer to solve this. after 1days of research i got a solution for Sevida.

Here i will mention 3 Most Commonly Facing Problem.

  1. Admin/Theme Option Row Display Problem
  2. Comment System Problem
  3. Adsense Ads Problem( Lost Article when Place Adsense Ads)

1. Admin/Theme Option Row Display Problem:

(Area Screenshot from by blog leyout)

This row has some features which you will need to customize your blog style like full width, change default settings etc. But by default its hidden so you need to edit your theme Xml file as mentioned below.

Go to Template > Edit HTML, search and find This code:

<div class="admin row" style="display:none" />
 Or 
<div class='admin' style='display:none' />
Replace with
<div class="admin row" />
 Or
<div class='admin row' />
Now you will find this option in layout page.
Done

2. Comment System Problem:

The Common Problem in this template is Commenting System which is not showing in any posts. This is a major problem for all. This error is in CSS so follow the below steps.

Go to Template > Edit HTML, search and find This code :
You will find this in CSS Codes
[hidden],template,.blogpost-setting{display:none}
Replace with
[hidden],template { display: none; }
 Now you will find comment system in your posts
Done

2. Adsense Ads Problem:

If you don't know let me explane. This problem you will find after adding Adsense Ad Code to your blog. This will erases posts contents, menus, slidbars and left a blank page with having logo, top bar and bottom bar. This is bad but this has a solution just follow below things.

Note the format of the Google AdSense code / script line below. This is just an example, not an actual Google Adsense script.
<script
 async="" 
src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- sample -->
<ins class="adsbygoogle" data-ad-client="your id" 
data-ad-slot="your slot" style="display: inline-block; height: 250px; 
width: 300px;"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

Please delete the following line:

<script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
So the code that you have to install to be as follows:

<!-- Sample -->
<ins class="adsbygoogle" data-ad-client="your id" 
data-ad-slot="your slot" style="display: inline-block; height: 250px; 
width: 300px;"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

NOTE: Only If the way does not work stay with above code and modify below things
Go to Layout > At the Bottom you will find > Google ads Main JS and Paste Below Code

<script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

NOTE:I don't know this Adsense things works or not because i didn't tested it yet so may this work if not comment below for help.

So there is the Errors and Bugs i know if i missed any please let me know about through comment.

If you like it just Comment and Subscribe for Newslater to get known when i post anything.

Thank you.

2 Comments

Post a Comment
Previous Post Next Post