• It is working as intended, but I have a few questions about this plugin;

    Firstly, is it possible to change the size of the images on the slide?

    Secondly, would it be possible to display static slides alongside dynamic ones? for example, it would permanently display information about one topic, as well as displaying new posts? The end result I’m trying to reach is that it would have permanent information such as history, photographs, etc while also being able to display temporary weather warnings and special offers.

    is that possible to do and, if so, how should I go about it?

    EDIT: I’ve attempted going through the various css files, all I seem to managed is moving around the image. I’ve been modifying theme-silver.css (the theme I’m using) and style.css

    https://www.ads-software.com/extend/plugins/wp-parallax-content-slider/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wp-maverick

    (@wp-maverick)

    Hello,
    you have a lot of good ideas Mikewe! I wish i had more time to develop all those interesting features but unfortunately, that’s quite hard for me to work on that plugin, except for bug fixing and my initial roadmap ??

    Thread Starter Mikewe

    (@mikewe)

    ah ok, no worries. I really like the plugin thus far!

    You need to modify the main style.css for more functionality. I found I had to add a section in my style.css to get more control over the images. e.g.

    .da-slide .da-img img
    { blah blah blah
    }

    Because this allowed me to actually resize and move the image, whereas the .da-slide .da-img did not. Another thing I found in my template was that the a tag in the theme CSS would modify my website’s CSS for some reason, so I removed it from there, and put it into the main style.css files as this for example:

    .da-slide a{
    color: #fff;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A few issues (images, content)’ is closed to new replies.