WordPress.org

Make WordPress Themes

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#23028 closed theme (live)

THEME: Yoko - 1.2

Reported by: elmastudio Owned by: jcastaneda
Priority: theme update Keywords: theme-yoko
Cc: ellen.bauer@…

Description

Yoko - 1.2

Yoko is a modern three-column blog theme. A responsive layout optimizes the theme for mobile devices like tablet pcs and modern smartphones (the layout switches to a two- or one-column layout depending on the screen size the theme is viewed on). To make your blog post more flexible you can use different kinds of post formats such as gallery, image, video, aside, link or quotes. To customize the theme you can choose your own background, link color, logo and header image. Yoko also comes with a custom social links widget and shortcodes for text columns, info boxes and highlighted text.

Theme URL - http://www.elmastudio.de/wordpress-themes/yoko/
Author URL - http://www.elmastudio.de/en/themes/

SVN - https://themes.svn.wordpress.org/yoko/1.2
ZIP - https://wordpress.org/themes/download/yoko.1.2.zip?nostats=1

Diff with previous version: https://themes.trac.wordpress.org/changeset?old_path=/yoko/1.1&new_path=/yoko/1.2

History:

Ticket Summary Status Resolution Owner
#3648 THEME: Yoko - 1.0 closed not-approved greuben
#3687 THEME: Yoko - 1.0.2 closed live greuben
#3825 THEME: Yoko - 1.0.3 closed live pseudoxiah
#4026 THEME: Yokospark - 1.0.3 closed not-approved emiluzelac
#4150 THEME: Yoko - 1.0.4 closed live garinungkadol
#5013 THEME: Yoko - 1.0.5 closed live SeizedPropaganda
#14951 THEME: Yoko - 1.1 closed live jcastaneda
#23028 THEME: Yoko - 1.2 closed live jcastaneda

(this ticket)

#23133 THEME: Yoko - 1.2.1 closed live jcastaneda
#46971 THEME: Yoko – 1.2.2 closed live themetracbot
#60525 THEME: Yoko – 1.2.3 closed live themetracbot
#61156 THEME: Yoko – 1.2.4 closed live themetracbot
#75774 THEME: Yoko – 1.2.5 closed live themetracbot


https://themes.svn.wordpress.org/yoko/1.2/screenshot.png

Change History (3)

#1 @jcastaneda
7 years ago

  • Owner set to jcastaneda
  • Status changed from new to reviewing

#2 @jcastaneda
7 years ago

  • Resolution set to live
  • Status changed from reviewing to closed

Review based on diff view only: no errors.

I will suggest setting a fallback for the theme_mod for your wp_head hook. Reason being it will render as a blank, or no value, in the CSS.

So the new code would look like:

<style type="text/css" id="ponsonby-themeoptions-css"> 
a {color: <?php echo get_theme_mod( 'link_color', '#009BC2' ); ?>!important;}

To give you an idea of what I mean. :)

#3 @elmastudio
7 years ago

Hi there,
thanks a lot for your suggestion. I just added the changes to the next small Yoko update.
Best, Ellen

Note: See TracTickets for help on using tickets.