Title: Problem with slider
Last modified: August 21, 2016

---

# Problem with slider

 *  Resolved [iatridis](https://wordpress.org/support/users/iatridis/)
 * (@iatridis)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-slider-2/)
 * Hey, sometimes i go in my site and i dont see slide show.
    Can you help me?
 * My site is [http://updot.gr/](http://updot.gr/)

Viewing 14 replies - 1 through 14 (of 14 total)

 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-slider-2/#post-4321917)
 * Can you explain when it happens? The slider is programmed to load after the rest
   of the page is loaded,and I see you have 8 images in the slider, so probably 
   these images take long to load which make the slider heavy.
 *  Thread Starter [iatridis](https://wordpress.org/support/users/iatridis/)
 * (@iatridis)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-slider-2/#post-4321963)
 * i dont know. i replace the heavy images and still not work. yesterday i had 4
   images and again the same problem..
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-slider-2/#post-4321964)
 * You are using Version: 1.4.1. Please update to the latest version.
    Also looks
   like you are using some plugin for Custom CSS which is taking more than 2 seconds
   to load [http://updot.gr/?sccss=1&ver=3.7.1](http://updot.gr/?sccss=1&ver=3.7.1)
 * [http://tools.pingdom.com/fpt/?testurl=http%3A%2F%2Fupdot.gr%2F#!/cdnCTC/http://updot.gr/](http://tools.pingdom.com/fpt/?testurl=http%3A%2F%2Fupdot.gr%2F#!/cdnCTC/http://updot.gr/)
 * The latest version has the option to add custom css. So you dont need to use 
   that plugin.
 *  Thread Starter [iatridis](https://wordpress.org/support/users/iatridis/)
 * (@iatridis)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-slider-2/#post-4321967)
 * I found some issues to the latest version.
    for example, i want tagline under
   the logo after that the Sidebar Width is so big.. you had option to change but
   did not work in my site..
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-slider-2/#post-4321968)
 * These aren’t issues, you are using caching plugin.
    Please empty your cache.
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-slider-2/#post-4321970)
 * If your logo is an image, you would need to add the description in the image.
 *  Thread Starter [iatridis](https://wordpress.org/support/users/iatridis/)
 * (@iatridis)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-slider-2/#post-4321971)
 * i empty my cache but still nothing, i cant change yours options, i dont see any
   changes
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-slider-2/#post-4321972)
 * Or you can change the order from header.php file from Editor.
    from
 *     ```
       <p class="site-description"><?php bloginfo('description'); ?></p>
       <?php supernova_title_image(); ?>
       ```
   
 * to
 *     ```
       <?php supernova_title_image(); ?>
       <p class="site-description"><?php bloginfo('description'); ?></p>
       ```
   
 *  Thread Starter [iatridis](https://wordpress.org/support/users/iatridis/)
 * (@iatridis)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-slider-2/#post-4321973)
 * yeah this is ok.
    but i cant change the Layout, Styling
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-slider-2/#post-4321974)
 * Okay do it go to Supernova Options > Styling and change the font-family from `"
   Theme's Default"` to `'default'`
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-slider-2/#post-4321975)
 * or some other font. If `Theme's Default` is selected it will have issue, if you
   dont want to use another font, you can reset settings and it would be fine . 
   And thanks I got to know this issue, I’ll fix in the next version.
 *  Thread Starter [iatridis](https://wordpress.org/support/users/iatridis/)
 * (@iatridis)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-slider-2/#post-4321977)
 * yeah works! i have one issue, i want in Sidebar Page, in Recent posts to change
   the font in the titles. i want to appear lowercase because in greek we have tones
   and with big letters looks ungly.
 * Take a look. In right column, second widget [http://updot.gr/2013/11/02/antaios-xrisostomidis/](http://updot.gr/2013/11/02/antaios-xrisostomidis/)
 * p.s can i change the month of the articles? to write in greek language, or even
   to not appear?
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-slider-2/#post-4321978)
 *     ```
       .widget h2 {
         text-transform: none;
       }
       ```
   
 * Again dont forget to remove that custom css plugin, that’s making your site 2
   seconds slower
 *  Thread Starter [iatridis](https://wordpress.org/support/users/iatridis/)
 * (@iatridis)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-slider-2/#post-4321979)
 * What you mean, can you explain me?
 * I want to change the titles of articles in widget, no the titles in widget!

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Problem with slider’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/supernova/2.1.0/screenshot.png)
 * Supernova
 * [Support Threads](https://wordpress.org/support/theme/supernova/)
 * [Active Topics](https://wordpress.org/support/theme/supernova/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/supernova/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/supernova/reviews/)

 * 14 replies
 * 2 participants
 * Last reply from: [iatridis](https://wordpress.org/support/users/iatridis/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-slider-2/#post-4321979)
 * Status: resolved