ThemeForest

Memo: Tumblog Style WordPress Theme

  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United Kingdom
Abraxo says
Purchased

also I cant seem to change the background image either?

3 months ago
Author
OrmanClark OrmanClark replied

Hey! Thanks for purchasing one of my files, I truly appreciate it! Support for all my themes and templates is conducted through the Premium Pixels support forums, if you’d like to start a new thread over there either myself or the support team can take a look at your issue :)

Support Forums | Create an Account | Find your “Item Purchase Code”

3 months ago
  • Has been a member for 0-1 years
marbran says

Like all of your themes! Will be purchasing some soon.

What artist was featured on your audio track singing, “Without You.” I really liked it!

3 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
icephoenix says

Orman, theme looks awesome, does it allow cateogirsation – Ie can I have category pages – with posts from particular categories showing up in category pages.

3 months ago
Author
OrmanClark OrmanClark replied

Hi, indeed you can. You can link to category pages from the menu in the header or in the sidebar.

3 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
marcallcock says

Hi Orman,

I’d like to know a few things before I purchase.

Is it possible to make the header nav fixed position also?

Can the whole layout be centered?

Is it easy to take out the paper background and have it plain?

Thanks!

3 months ago
Author
OrmanClark OrmanClark replied

Hi,

All of the above is possible, but all with modifications to the CSS . If you are comfortable with CSS then you’ll have no problem. Fixed header is a simple change but the rest may need the help of a CSS guy if you’re not proficient yourself.

3 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
marcallcock says

Thanks for your response! As long as it’s css modification I’ll be able to manage it. I just don’t want to touch the php.

3 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
ekkify says

I have a question:

Is it possible to put a text-Widget in the post area ? or just to the left ? Need to be able to put ads.

Regards

2 months ago
Author
OrmanClark OrmanClark replied

Yes, you can include any type of widget in the sidebar :)

2 months ago
Purchased
Default-user ekkify replied

Wich CSS code would I remove if i don’t want the Footer-area to be fixed (locked) ? I want to have the footer in the end of every page ( i have already changed the fixed widget-area!

Thank you for a beautiful Theme

2 months ago
Author
OrmanClark OrmanClark replied

Hey! Thanks for purchasing one of my files, I truly appreciate it! Support for all my themes and templates is conducted through the Premium Pixels support forums, if you’d like to start a new thread over there either myself or the support team can take a look at your issue :)

Support Forums | Create an Account | Find your “Item Purchase Code”

2 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
  • Ireland
pixelgrease says
Purchased

Hi Orman .. just wanted to ask about the Audio Post Image update .. any ETA on that?

2 months ago
Author
OrmanClark OrmanClark replied

It’s on the list but we’ve got a huge development queue at the moment. We’ll get there, just not as quick as we’d like :(

2 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
ShyType says

Hi Orman

I’m crazy about the MEMO theme and I’m itching to purchase it but I have three questions that are making me hesitate.

Question 1. I do a weekly listing of about 30 posts every Friday. Is it possible to archive on a weekly basis under a date instead of archiving monthly under a month.

Question 2. Some of these 30 posts are repeats of the previous week. Is it possible to archive a post but also use that post in the current listing. Or does archiving mean that post is no longer available.

Question 3. If you think that archiving is not going to work for filing the previous weeks posts, could you suggest another way that you think may work better.

I very much look forward to your reply. :D Kind regards

1 month ago
Author
OrmanClark OrmanClark replied

Hi,

If I’m completely honest, I’m not sure I follow. The archive template organises posts automatically, you do not have to phydically archive anything. You would need to modify the archive template to pull in weeks rather than months.

You can create any number of posts which contain any number of links.

1 month ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
jcdavison says
Purchased

wtf, i just purchased but on 5th or 6th upload attempt to my wp site, it isn’t uploading, i keep getting an error message, am I missing something? i am generally familiar with this process.

thanks

29 days ago
Author
OrmanClark OrmanClark replied

Hey! Thanks for purchasing one of our files, we truly appreciate it! Support for all our themes and templates is conducted through the Premium Pixels support forums, if you’d like to start a new thread over there either myself or another member of the support team can take a look at your issue :)

Support Forums | Create an Account | Find your “Item Purchase Code”

29 days ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
jnpoyser says
Purchased

Just a small suggestion:

How about moving the main CSS out of the styles.css file and into a separate file. This way it’s much much easier to create a child theme.

Here’s what I did:

Copy the CSS from style.css into a new file, screen.css. Make sure you leave the header comment in place

Edit functions.php and add this:

wp_register_style('screen', get_template_directory_uri() . '/screen.css'); wp_register_style('style', get_bloginfo( 'stylesheet_url' ), 'screen' );

After this:

wp_register_style('merriweather', 'http://fonts.googleapis.com/css?family=Merriweather:700', '', '', 'screen' );

And add this:

wp_enqueue_style('screen'); wp_enqueue_style('style');

After this:

// Enqueue our styles if( is_home() || is_page() || has_post_format('link') || has_post_format('quote') || is_search() ) { wp_enqueue_style('merriweather'); }

Finally, in header.php remove this:

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

Now you can create child themes with an empty styles.css (with just the required header to indicate it’s a child based on memo) and override the styles.

JP

29 days ago
Author
OrmanClark OrmanClark replied

Thanks for the suggestion JP, will take it on board :)

28 days ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • France
thurzaz says
Purchased
Hello Orman, thanks for your theme, I use it since a year now. http://www.supervagabond.fr/

I would like to improve the readability of my blog by some modifications:

  1. Increase the whole post frame width so the width of the text in the posts is 620 pixels (= I can paste and display images in my posts that are 620 pixels wide)
  2. Increase the featured picture width to 700 pixel + increasing its frame
  3. Increase the line-height of my posts to 24 pixels
  4. Replace the font of my posts text by Droid sans and Droid serif google fonts

I would really appreciate if you could tell me if this is possible, and point me to the right direction…

Thanks a lot, Val

25 days ago
Author
OrmanClark OrmanClark replied

Hey! Thanks for purchasing one of our files, we truly appreciate it! Support for all our themes and templates is conducted through the Premium Pixels support forums, if you’d like to start a new thread over there either myself or another member of the support team can take a look at your issue :)

Support Forums | Create an Account | Find your “Item Purchase Code”

25 days ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
  • Canada
  • Referred between 1 and 9 users
grahamhofs says

In a single post where you have arrows to scroll through images, is it possible to have video as one of the items. ie. video, picture, picture?

17 days ago
Author
OrmanClark OrmanClark replied

Unfortunately not, the gallery supports images only.

17 days ago
by
by
by
by
by