How can I set the slides to simply fade from one to the next? Client doesn't like the transition styles. Also, after a few minutes, the slides stop and only the background color shows. View website here
Hello, It is not possible to change the transition styles for this theme. But you can change the speed of transition of slider. For this go to the Js directory > jquery.slitslider.js present in the theme directory and follow the instruction shown in the image given below.
Hello, For this issue follow the steps given below. 1. Go to the link http://www.google.com/fonts/ and search your font. 2. Click on the Quick use button. 3. After click, Scroll down the page and copy the font link from the 3rd point of that page as shown in the image given below. and paste it with the import code in the style.css file (Theme directory ->style.css ) as shown in the image given below. and use this font in the Custom CSS code. For example: Paste the code, like given below, in the Custom CSS section. Code: h1,h2,h3,h4,h5,h6{ font-family: noto serif; }
1. IMPORTANT: Also, after a few minutes, the slides stop and only the background color shows. 2. The font isn't changing in the sub-menu text or the bottom menu widget in footer on the left.
For your first issue, Please download the fresh copy of the Theme from the members area (http://inkthemes.com/members/member) and, upload and activate it in your dashboard. Follow the link given below for reference. http://www.inkthemes.com/how-to-update-a-premium-theme-by-inkthemes/05/ After that, Go to the Appearance > Theme Option > Slider Settings panel in your dashboard and put your slider speed there. I hope this will solve you issue. Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: h1, h2, h3, h4, h5, h6, p, a, li { font-family: Roboto! important; } This will solve your issue.