• Submit Ticket
  • My Tickets
Themeix Support Portal
  • Submit Ticket
  • My Tickets

Docs: Redron Jekyll Theme

/Jekyll Themes / Redron Jekyll Theme /
  • Redron Jekyll Theme Introduction
  • How to change the FAQ content?
  • How does the testimonial work?
  • How to remove preloader from the theme?
  • Why my category / tag not wroking
  • Disqus Comment Settings for Jekyll Themes
  • Jekyll Theme Deployment

Redron Jekyll Theme Introduction

Redron – Is a responsive premium jekyll theme. Developed with the latest Bootstrap Framework 5. Redron offers many various possibilities which will help you easily create a beautiful, stunning and unique website. Redron is the perfect jekjll theme for your next agency, software and startup website. It has a pixel-perfect design and clean coding which assures the highest quality standards. Inside the package there are HTML files of all pages optimized in order to perform in a simple and fast any customization.


Open in New Tab

How to change the FAQ content?

To change the FAQ content open _data/faqs.yml and then change change the question, answer there.

Example :

- question: World class creative experts team member?
  answer: When replacing a multi-lined selection of text

Open in New Tab

How does the testimonial work?

In that theme all the testimonial data comes from _data/testimonials.yml file and you need to change the content from there.

For example :

- name: Mr. Joe
  image: /assets/img/review/1.jpg
  review: Themeix Live Chat option was really helpful for me. y.
  designation: Generel Customer
  rating: 4

Here following the details about the keys used there.

name : It will appear as testimonial author name.
image : It will be the profile picture of the testimonial author or person or the company.
review: That is the main content of testimonial
designation: It is basically the subtitle of a testimonial author
rating: it will display the star ratings in the frontend.


Open in New Tab

How to remove preloader from the theme?

If you want to remove the preloader animation completely from the theme, follow the steps bellow :
1) Open _layouts/default.html file and then find the code and remove that from there. <div id="preloader"></div>

02) Now open assets/js/app.js file and remove the following code from there to delete the preloader functionality from js.

  /*--------------------------
  preloader
  ---------------------------- */ 
  
  $(window).on('load',function(){
      var pre_loader = $('#preloader')
  pre_loader.fadeOut('slow',function(){$(this).remove();});
  }); 
  
  // meanmenu
  $('#mobile-menu').meanmenu({
    meanMenuContainer: '.mobile-menu',
    meanScreenWidth: "992"
  });
      

Still if you need any help to remove or change preloader feel free to contact us.

Thanks


Open in New Tab

Why my category / tag not wroking

If you are having issue with category / tag then follow the tips bellow :

1) Check the post configuration and make sure you are using the correct settings make for tags and categories.

For Tag : tags For Category : categories

2) Check the text what you are using as category / tag. It should be english ( Bug Report Here : https://github.com/sverrirs/jekyll-paginate-v2/issues/171 )

3) Make sure you wrote your tags and category with comma separted.

Example :

tags: [wordpress, jekyll, ghost, themeix]

Open in New Tab

Disqus Comment Settings for Jekyll Themes

You need to change the shortname to use your own discuss comment system.

Open _includes/disqus_comment.html  or _includes/comments.html file, and change the XXXXX value on line number 15 with your Disqus account shortname.

s.src = '//XXXXX.disqus.com/embed.js';

So, if your Disqus shortname is example, the final code above should be

s.src = ‘//example.disqus.com/embed.js’;

<div id="disqus_thread"></div>
<script>

/**
*  RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
*  LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL;  // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://XXXXX.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<script id="dsq-count-scr" src="//XXXXXX.disqus.com/count.js" async></script>

That’s all you need to setup Disqus from the theme side. If you get any issue feel free contact us.


Open in New Tab

Jekyll Theme Deployment

To run our jekyll theme locally, navigate to the theme directory from your PC and run bundle install command in git client app. to install the dependencies, then run bundle exec jekyll serve to start the Jekyll server.

Here following some good resources to deploy jekyll :

  • Manual Deployment
  • Automated Deployment (Example: Travis CI, Circle CI, Buddy etc)
  • 3rd Party Deployment  (Example : Aerobatic, CloudCannon, Github Pages, Kickster, Netlify, Static Publisher)


Open in New Tab

©2016 - 2021 Themeix. All Rights Reserved.
Loading...

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.