ThemeForest

Renovatio - Responsive Fullscreen WordPress Theme

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi ithi.. Any new updates on the template regarding the grid lazy load? I sent you an email with some questions please. Thanks

ithi

New version is available to download.

Default-user

Thanks ithi, can you please tell which files I need to replace for that specific function? I made some changes to some files and I don’t want to replace all.

ithi

Inside javascript folder javascript.portfolio.js and javascript.blog.js should do the job.

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
decode Purchased

hi, first of all, it’s a great theme, I love it!

The only thing I have in trouble is the portfolio category (skills), it doesn’t work if the category is named in Chinese.

I am not sure if it’s a WP bug or theme based bug, because I have this same issue with another theme.

please help.

Thank you very much.

ithi

That might be case of database that WordPress is using. Try create new one and pick Chinese in language.

Default-user
decode Purchased

I installed several WP’s and all of them have the same database coding (utf8-general-ci), but only Renovatio and the other one have this portfolio sorting issue. So I think it has to do with something else rather than the database coding?

Everything else works fine with Chinese content but the portfolio sorting.

any idea?

Default-user
decode Purchased

hi,

it’s been 4 days, still needs your help here….

ithi

Hmm i have answered here.. I was asking You to send me on mail samples of names that You try to use.

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
decode Purchased

Just found some issues on iphone4 / iOS6,

1. The slider in portfolio detail page is not responding to either “slide gesture” or “button press”.

2. in the footer, the “back to top” is tangled with the copyrights text. could you show me where to modify the text “back to top”?

thanks a lot

ithi

1. Hello, i will need to get iOS simulator and check it, in my good old iPod it works just fine.

2.Go to appearance > editor and there footer.php file.

Default-user
decode Purchased

weird … I just tried on my iPhone4 and it works fine now.

thanks still.

  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • Europe

Hi, is this theme WPML compatible? Thanks, Martin

ithi

Hello, i can’t verify this on my own but contact me and we can check this to make sure that it works.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hey, I got the theme and I’m liking it a lot, but is there any way to rearrange the order of the portfolios. They seem to automatically appear with the most recent one added at the top. How can I change that?

ithi

I thing easiest way to rearrange them will be change date of publishing for projects, and get projects in desired order that way.

Default-user

Thanks, That did the trick. Also is there any way to change the sizing of the thumbnail image that appears under the gallery sidescroller without changing the thumbnail that appears as the featured image. Currently it seems that I have control over the way the featured image appears in the portfolio page, but the thumbnails within the gallery all automatically end up as weird zoomed in images

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • New Zealand

Hi Ithi

Can you please tell me how to change the size of the Portfolio thumbnails so it fill the screen with 3 columns instead of 4?

Thanks Nat

ithi

Hello, inside javascript folder You can find javascript.portfolio.js. In this file find:

function columnsNumber(){ var windowSize = jQuery(window).width(); var column = 3; if (windowSize<520) column = 1; else if(windowSize >=520 && windowSize<1160) column = 2; else if(windowSize>=1160 && windowSize<1640) column = 3; else if(windowSize>=1640 && windowSize<2100) column = 4; else if(windowSize>=2100) column = 5; return column; }

Here are calculated numbers of columns base on window width, for example from 520px to 1160px there are 2 columns. Feel free to play with these.

  • Has been a member for 0-1 years

Hi Ithi, I love this theme – thank you! For some reason though, the grid of my projects on my homepage has gotten out of alignment – one project (not always the same project, it depends on the window size) is always slightly lower than the other projects, which are all aligned along the grid. I have no idea how this happened but am hoping there is a way to fix this? Thanks so much!

ithi

Make sure that every single project have featured image.

Default-user

Ah, that was it, stupid mistake—thank you so much!

  • Bought between 50 and 99 items
  • Has been a member for 3-4 years

hi. sent u an email a few hours ago requesting help on a few issues i was having with the theme. pls get back to me when u get the chance. thanks!

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
decode Purchased

hi, ithi

I think the portfolio sorting bug is related to the theme, the other theme I have with the same issue has been solved.

This is mentioned in the update log and it’s fixed after I updated the theme:

“Fix the bug for sortable portfolio multiple slug words, now you can add category names like Web & Design, Design Printing Publishing etc.”

Hope this will help!!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi,

Is it possible to add a sidebar to the default home page without too much edition of the php files? I want to use the default latest posts display but would need a sidebar to add a few more things.

Thanks

ithi

Hmm it is achievable but some php, css and javascript editing is needed. Nothing to do in 5 mins.

Default-user

Thanks, I’ll probably find another way.

  • Bought between 10 and 49 items
  • France
  • Has been a member for 3-4 years
Eric05 Purchased

Hello,

I’ve translated the theme to french with the .po file, but the “Read more” item doesn’t want to be translated, even if it’s done in the fr_FR.po file : http://www.portrait.ericburlet.com/

In wich file does it live? And can you update the .po file?

Thank you

Eric

  • Bought between 10 and 49 items
  • France
  • Has been a member for 3-4 years
Eric05 Purchased

Second question :

is it possible to control where the “read more” is inserted in the post? Extracts are not working with the theme, are they?

Thank you

  • Bought between 10 and 49 items
  • France
  • Has been a member for 3-4 years
Eric05 Purchased

Third one :

I don’t want the featured image of a standard post to be “fancyboxed”. How to disable this?

thank you

ithi

Get me on mail, it is easier for me to keep track there and keep comments clean of php, css etc. :)

Default-user
Eric05 Purchased

OK, I’ve sent you an email with all my questions!

Thank you

BTW , why my first questions have been flagged as inappropriate???

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi ithi.. Where do you specify the image upload resizing? for example 500×500? I can’t find it on the media setting of wordpress. Thanks.

ithi

Go to appearance > editor, find function.php file. Inside find these lines:

set_post_thumbnail_size(1000, 9999); add_image_size( ‘grid-thumbnail’, 500, 500, true); add_image_size( ‘grid-gallery-thumbnail’, 500, 9999); add_image_size( ‘small-icon’, 75, 75, true);

Change sizes just like for example grid-thumbnail (portfolio grid thumbnails), true = crop. After changes use some plugin to regenerate images, i personally use: http://wordpress.org/extend/plugins/regenerate-thumbnails/

Default-user

Thanks ithi, but regenerating doesn’t include the sizes in your function file, it only regenerate the sizes specified on the media setting.

  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • Europe

Hi, could you please mail me xml demo content to: martin_ds (at) seznam (dot) cz. I will help me to explore the template… Thank you Martin

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years
koyan Purchased

Hi there ithi, Great theme – liking it heaps. :delicious: Good job!

I have an UPDATE REQUEST for the GALLERY TEMPLATE ; a little urgent – if you would be able to look into this ASAP , that would be soooooo amazing!

At the moment, we only get two “extreme” options (in the ‘Pick a Category’) : (1) to show ALL categories OR (2) only show ONE single category

This is incredibly limiting. :shocked::confused: We should be able to choose MULTIPLE categories, a SINGLE category, or ALL categories. Also, ideally, setting should be provided as tickboxes, rather than a drop down. Obviously, that almost is the limitation itself!

If you could please kindly update the theme / the Gallery template to allow this, that would be superb, making this theme extra HOT !

Looking forward to your response. :-)

x

:bashfulcute: Sadie*

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi ithi, How can I remove the queries from the CSS and JS paths to prevent reloading? Thanks for your support.

  • Bought between 50 and 99 items
  • Has been a member for 2-3 years
  • United States

does this theme work well with child themes?

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi there, i just purchased your theme, it looks great, but i need for my site multi portfolio. i like the way your portfolio displays the items on portfolio page, and i want to add separate portfolio categories , for example food (different items with their thumbnails ) different portfolio page for drinks (different items with their thumbnails.

I can pay you for that modification if you need $, but i pleased you to help me on this.

Special Regards, Zaxarenia

ithi

Get me on e-mail.

Default-user

i ve sent u an e-mail, please let me know.

Default-user

gi again, how can i make my home page portfolio like the theme and when i clic to a portfolio, i want to take me to a skill with other portfolios..

ithi

Hello, i’m testing new support platform please sign in: http://ihatepixels.ticksy.com

  • Bought between 10 and 49 items
  • France
  • Has been a member for 3-4 years
Eric05 Purchased

Ithi, I’ve send you some emails but no answers!? What to do?

by
by
by
by
by