For version 3.6.1 of Colorway theme, there are two issues with the slider. 1. When there is no "First Slider Description" it inserts the default "Premium WordPress Themes with Single Click Installation, Just a Click and your website is ready for use." It should hide the details section like the rest of the sliders. 2. The second slider does not show a pop-out description when a "Second Slider Heading" is entered. It appears to not display at all, regardless of entered values.
I too have this issue with the second slider - even though I have a title and details, it shows neither...this works fine for all other slides (I have 4) - 3 works, 1 does not.
Hello, Greetings from InkThemes! * Regarding the first issue, there would be requirement of some customization in the theme. So please send us your Dashboard credentials at [email protected] along with the issue and we will do it for you. * For the second issue, regarding caption on the second slider. Sorry to say, actually there were some coding related problems in the theme and now we have fixed that issue so kindly download the colorway theme again from the members area and enjoy the theme. Thanks & Regards! Priyanka Inkthemes.com
I had the same problem. You can go to: Appearance -> Editor -> slit_slider.php Hit Control + F and search for the text you want to delete. Highlight the whole paragraph with the text starting with <p> and ending at the </p> and CUT the selection. Pay attention to where you cut the text. Click "Update File". If you have problems, be sure to paste the text exactly where you cut it from.
Hello, Greetings from InkThemes! If someone wants to remove that part completely from the slider area then only have to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .sl-slide-inner { display: none !important; } NOTE: If you want to remove that part only in that condition when you will keep that box empty, so for that there would be requirement of customization in the source code as I mentioned in earlier post. Thanks & Regards! Priyanka Inkthemes.com