Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Adding more sliders to the front page in Graphene

    #45318
    Quote:
    I replied to the email but perhaps you didn’t get it….

    There is no email. All support is through the forum.

    Because those blogs are on separate domains, you’re going to need a slider that will also grab that information from the other sites (kind of like scraping, but without storing the information on the site that it’s on). I’m not aware of one that will do that, as that kind of behaviour is generally frowned upon. But you may find one in the plugin repository.

    Mod
    #top_search button {
    box-shadow: none;
    }
    Mod

    In reply to: Slider without button

    #45307

    Ah, but you are running Graphene at the moment, not FJ, so I can’t be more precise. Sorry.

    Mod

    In reply to: Please, Slider again

    #45358

    I moved your other post from the Graphene Suppport area to the Franz Josef Support area. Kindly follow up there.

    Mod

    In reply to: Slider without button

    #45306

    Is it .titel or .title?

    You can use developer tools (F12 on most browsers) or the Firebug extension for Firefox to nail down the exact element you are targeting.

    Mod

    That image (along with the shadow) is part of the master sprite image (which you can see here). You need to replace the entire image, using custom CSS like this:

    #top_search button {
    background: url("link to image you want to use") no-repeat scroll top transparent; */
    }

    You can download the master sprite, extract the part you want using Photoshop or GIMP, and upload it to your media library. You can use the link you get there in the above CSS.

    Mod

    In reply to: Adsense does not display correctly

    #45338

    It may be a JavaScipt conflict with one of your plugins. Try temporarily disabling your plugins to see if the issue resolves itself.

    Mod

    In reply to: Removing excerpt filter

    #45327

    This is why you should never edit theme files. Always use a child theme, instead.

    Mod

    Are you talking about the search button in the top bar?

    Mod

    In reply to: Removing excerpt filter

    #45325

    Did you get this sorted? (You didn’t edit theme or WP core files?)

Viewing 10 posts - 231 through 240 (of 5,839 total)