• Is it possible to universally style my sliders via my child theme css stylesheet? So I might want to add a border to all slides or change the font to uppercase, I will have a lot of different sliders on the site moving forward and it would be ideal if I can do this.
    Also, is it possible to change the width of an individual slide. Every now and again I will need to add a wider image to some slides, but at the moment the size of them gets reduced down.

    Many thanks

Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter spitfirespf59

    (@spitfirespf59)

    The css didn’t work and all I got in Firefox was this, though on refreshing the page it disappeared:

    A call to document.write() from an asynchronously-loaded external script was ignored. seg:1
    Key event not available on some keyboard layouts: key=“r” modifiers=“accel,alt” id=“toggleReaderMode” browser.xul
    Key event not available on some keyboard layouts: key=“b” modifiers=“accel,alt” id=“key_firebug_toggleBreakOn” browser.xul
    Key event not available on some keyboard layouts: key=“i” modifiers=“accel,alt,shift” id=“key_browserToolbox”

    Plugin Author simonpedge

    (@simonpedge)

    Hi try adding “!important” to your CSS.
    e.g.
    @slider {
    margin-top:30px !important;
    }

    Thread Starter spitfirespf59

    (@spitfirespf59)

    I’ve added !important; to all current slider related css in my child theme, no change.

    Plugin Author simonpedge

    (@simonpedge)

    Ok, I think it might be best here if you give me login details so I dig into this better.
    So if you send me a message using the contact form on edgewebpages.com we can take this further. Also please explain the style changes you require.

    I’ll probably get around to looking at this evening or this weekend sometime.

    Thread Starter spitfirespf59

    (@spitfirespf59)

    Ok thank you. It wasn’t style changes though, it is [display-posts id=””] not working when placed in a slide.

    Thread Starter spitfirespf59

    (@spitfirespf59)

    I’m sorry, the email on your website appears to not be working

    Plugin Author simonpedge

    (@simonpedge)

    yes it is.

    I just tested it and I receive messages all the time thru it.

    Thread Starter spitfirespf59

    (@spitfirespf59)

    “An error occurred sending your message. Please try again later.”
    Hopefully you have rceived it anyway – I tried 3 times.
    Many thanks

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘add css via child theme’ is closed to new replies.