• Hello !

    Thank you for your theme ! I have a major issue : I chose Dazzling for my graffcomics.com website because I liked the slider. But i saw later that the slider was just for displaying the latest posts and not for pages like I intended to use it. Because I’ve got no choice, I chose another slider to replace the Dazzling slider, Master Slider.

    They say that if you add this code <?php echo do_shortcode([huge_it_slider id=2]); ?> in the header.php, you should see it. But it’s not working for me. I’m a beginner, so maybe i’m placing it wrong in the code, I tried many locations.

    Please can you help me ? Thank you in advance

    Fanny

    (sorry for the broken english, i’m french)

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same problem. I do not want the post that’s only used for the featured image to show in my latest blog post… Can i hide them there?! I do not want them in my sidebar widget latest post.

    Theme Author Silkalns

    (@silkalns)

    V-Jake,

    Add this code to Theme Options – Other – Custom CSS and it will hide featured images from single post view.

    .single .thumbnail.wp-post-image {
        display: none;
    }

    What do you mean by “I do not want them in my sidebar widget latest post.”?

    You want to hide featured images from popular posts widget where you can see recent popular and recent comments?

    Hi Silkalns, Thanks for you reply.

    I mean that i just want to use de home slider for images not for blog.
    Now i have 3 post that are slider1, slider2 and slider3. But on the following pages they also show in the sidebar latest post…

    So i think that your css style option won’t work for me…
    For now i have a hard coded image in place of the slider.
    But it would be nice if my wish option would work.

    Have a nice day!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Replace the theme slider’ is closed to new replies.