fbpx
  1. Home
  2. Customising Theme
  3. Page 2

Chapter: Customising Theme

How to Change the Look and Feel.

How to to speed up the Loading time on Seeko Theme

It is essential that you give visitors a very good user experience with fast loading site speed. Having fast loading speeds to the eye of a visitor represents how it’s like to work with your business, which is a convenient experience.  From Seeko customizer you will find an option to increase performance and speed loading times through the following ways: […]

How To Implement both Ajax and Facebook Login on Seeko

In this tutorial, you’ll learn how to incorporate the Facebook login with JavaScript SDK and the Ajax login into your wordpress-based website using the seeko theme. Both Ajax and the facebook login with JavaScript SDK provide their own solutions to which you are able to login and access your account in the seeko theme. By default the Ajax login is […]

How To Use Seeko Theme With One Header Only

Follow this tutorial if you find your site showing two headers after importing demo content. Once the demos are imported the homepage displays two header menus from both demos as shown in the image below. In this tutorial we will consider that you are using the Dating template. Step 1: Once the Stax builder is open, it takes you to […]

How to add Members Stats Section using Elementor

In this article we will be reproducing the Member Stats section from SweetDate homepage that looks like this: To do this simply follow the steps highlighted below: Step 1: Access the dashboard from your main domain and then browse to Pages >> Add new Page. Step 2: Give a title to your page for instance in this case : “Add […]

Performance

Typer comes with some useful options to speed up your site loading times. Fast Loading Photos Lazy loading your images makes your site faster and this is available with Typer Pro. Typer Fast Loading Photos uses a progressive loading method that improves page load performance and aesthetics. How to customize? You can switch it on/off from WP admin – Customizer […]

Customizer overview

All the theme settings are found under WP admin – Appearance – Customizer – Typer options. Here you can find the following sections: Layout (check overview below); Site colors: Change the overall site colors, buttons colors and background; Typography: Choose from hundreds of Google Fonts for your text, headings and quotes; Footer: you can set here the copyright text; Header: […]

Overriding a file with the child theme

You can override the parent theme files by copying them to the child theme and making any changes as needed. To do this you will need to connect to your host via SFTP/FTP or via your hosts file browser. Note: If you do not know your details to connect via SFTP/FTP then please contact your host for assistance. Download your […]

Saving Customizer Settings(Import/Export)

If after performing an action such as the following: Switching Themes Renaming Theme Activating Child Theme You notice that Customizer settings are lost or changed. This happens because Customizer settings are saved based on the active theme name. We recommend to export customizer settings and keep a backup just in case. For example, if you have been working with the […]

Introduction to the child theme

Child themes allow you to make small or large changes to the parent theme’s design or structure in an update safe way. Any changes made in the Our theme child theme override original files. To get started with using a child theme you’ll first need to have the Our theme theme installed, then install and activate the child theme that […]

Pages and Menu

Menu Set the menu via WP Admin → Appearance → Menus → Theme Locations → set to Sweetdate To change Menu colors go to theme options: WP ADmin -> Sweetdate -> Styling options -> Header section Home page Set the home page via WP Admin → Settings → Reading → A static page → Front Page → set to Home. […]

Contact Page

We have created a Contact page at Elementor: You can edit each section by clicking at the pen icon. For the contact form, copy and paste your Contact Form 7 ( or any other form plugin ) shortcode at the second column.

How to Change the Search and Register Form Colors

Please check each code and choose the ones you want to use, then add the codes to style.css of child theme General code: .form-header { border-left: 10px solid rgba(31, 168, 209, 0.3); border-right: 10px solid rgba(31, 168, 209, 0.3); border-top: 10px solid rgba(31, 168, 209, 0.3); } .form-search, .form-header { background: none repeat scroll 0 0 #0296C0; } .form-search { […]