• Resolved 3ciona

    (@3ciona)


    Hi
    I am trying to customize inkblot theme, now nothing about coding and using dreamweaver. I would like to change all of the navigation elements [ arrows and infinity symbol] to some custom png files.
    Now I think that I need to change somethig in this part [for each symbol] :

    <?php random_webcomic_link( ‘%link’, get_theme_mod( ‘random_webcomic_image’ ) ? sprintf( ‘<img src=”%s” alt=”%s”>’, get_theme_mod( ‘random_webcomic_image’ ), __( ‘∞’, ‘inkblot’ ) ) : ” ); ?>

    I will appreciate any help or pointing me to some tutorial [couldn’t find one]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Mike

    (@mgsisk)

    That would be the spot; try making it look something like this:

    <?php random_webcomic_link( '%link', '<img src="/path/to/your/nav.img" alt="Random">' ); ?>

    To be honest, though, if you just want to change the Webcomic navigation bits you can do that from the Appearance > Customize page. You should have an option to upload navigation images for each of those links (first, previous, random, next, and last) under the Webcomic section on the Customize page, allowing you to modify them without messing around in the code.

    As a heads up: I’ve been working on an update to both Inkblot and Webcomic that will actually remove these settings from the customize page (if you’ve used it before the update your images will continue to work, however). It’s being replaced with a more flexible but just as easy to use option.

    (I’m also working on some video tutorials that could cover this; whenever they’re finished they’ll be available from vimeo.com/channels/webcomic.)

    Thread Starter 3ciona

    (@3ciona)

    Wow. Looks like I missed that one. Great job on Webcomic, Inkblot and support. Hope you will visit me around 01.06 on deadbushi.com

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change navigation elements from "’ is closed to new replies.