• I’m a writer and came across this theme when looking for Author based templates. It was easy to customize and clean. Great layout!

    I did have 2 questions though:

    *Red Data Ribbon: I would like to use this feature but disabled it because the date stays a static’ Sept 17, 2015′. I can’t find anything in Customization to make it change daily. Did I miss something?

    *Drop Down Menu: Is this a future option or is there code I can use to create these? For instance, I have 3 books under my BOOK section, and about 5 albums (and growing) under my PHOTOS. It looks very busy in the PAGES menu section to the right, having every page displayed. Dropdown menus would really clean up that area 🙂 Here’s a link to my site to see firsthand marisatellez.com

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

    (@arthur-gareginyan)

    Thank you for the appreciation!

    * Red Data Ribbon: This feature does not show the current date, but it indicates the date of publication. So, the Sept 17, 2015 is a date when you published this page.

    To make it change daily you need to edit the file “functions.php”. Find the 200 and 201 lines with the following code:

    esc_attr( get_the_date('F') ),
    esc_attr( get_the_date('j') )

    and replace the “get_the_date” with “date”, just like this:

    esc_attr( date('F') ),
    esc_attr( date('j') )

    Do the same with lines 215 and 216.

    But be carefull when editing this file, a typo can lead to damage the website.

    * Drop Down Menu: I’m planning to add a drop down menu in a future version of theme.

    Regards,
    Arthur

    Theme Author arthur-gareginyan

    (@arthur-gareginyan)

    @marisatellez73 I am pleased to inform you that now available two premium versions of this theme, the “Authors Notepad” and “Simple Notepad”. Both are optimized for mobile devices (responsive/mobile friendly).

    The “Authors Notepad” theme has the same design, but much improved. Also it have a new cool features, such as an options in customizer for change the labels (text and font): “Search”, “Pages”, “What is this place”, “Friends & Links” and “Recent Posts”.

    The “Simple Notepad” theme has the same design, but on one column (without sidebar).

    You can find them at http://www.arthurgareginyan.com/store.html.

    Regards,
    Arthur

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Fun and Sleek!’ is closed to new replies.