Wordpress Experts! Can you help me with this theme?

2 replies
Hi folks,

I'm using a modified version of this theme for one of my sites...

New WP Themes

I really want to get rid of the grey 'info bar' that slides up, over the 'featured post' image.

It's really starting to do my head in - I can't find reference to it anywhere within the code. But maybe I'm just being dim!

I tried emailing the developer, but had no reply.

If anyone here can help I would really appreciate it - it's certainly got to be worth a couple of beers!

Cheers

Mark
#experts #theme #wordpress
  • Profile picture of the author Tomos Wyn
    It looks like that section is coded in the javascript file for the slider, located at

    wp-content/themes/InteriorDesign/jdgallery/jd.gallery.js

    All the information in the box that slides up is put in an element called 'slideInfoZone', and the reference to creating this element seems to start at line 562 in jd.gallery.js. You can hack away from there.

    Otherwise, for a simpler hack you can simply add something like this to the bottom of your style.css file:

    .slideInfoZone { display: none }

    And it should remove the unwanted bit.
    {{ DiscussionBoard.errors[3770715].message }}
    • Profile picture of the author Mark.UK
      Tomos,

      You are an absolute star! The CSS hack worked a treat.

      Lemme know where I can papal you some beer money - just pm me.

      Thanks again, you've made me a very happy man this evening
      {{ DiscussionBoard.errors[3770881].message }}

Trending Topics