338 comments found.
Questions: Does this theme come with a child theme? Can the post data (name, date, number of comments, etc.) be removed?
Hi.
Thank you for contacting us.
This theme does not come with a child theme, however you can create and use a child for this theme.
Yes you can remove post meta data.
I did that with another theme and it ended up being a bit of a nightmare. I now only purchase themes that come with a child theme. That’s too bad as I like this theme. Thanks.
Hi SuzanneL
Our support team can help provide a basic child theme for you. Once you purchase the theme simply contact us from https://themeforest.net/user/ThemeWarriors
I installed this template onto a website today, but when I imported the demo-data.xml I received many, “Failed to import Media,” errors. I checked the “download and import file attachments” box and had a stable internet connection. Is there a way to import the images and files?
Hi.
Thanks for contacting us.
Here is a new version of demodata.xml, please try import using this data:
https://www.dropbox.com/s/pezlhzgmz0aldij/infashion.wordpress.2016-08-09.xml?dl=0Don’t hesitate if you have any questions.
Do not forget to consider giving it a 5 star rating from ThemeForest Download page.
Thank you!
Thank you! This worked great.
Glad we could help!
If you like the theme, please consider giving it a 5 star rating from ThemeForest Download page http://themeforest.net/downloads
Thanks.
I have a wordpress hosted website, Am I able to still use the infashion blog theme?
Hi Jayla.
Absolutely yes! You still able to use infashion theme. ????
Don’t histate to ask if you have any questions. Thank you!
Hi Jayla,
Just to be clear, this theme and all other themes on themeforest.net only work on your own hosted WP installation, they will not work on wordpress.com sites.
Hello. Thank you for answering my last question, it helped a lot.
So I have a new question now.
I added in a logo to my site, and it’s stopped working on Safari. It still works on Chrome, but it will not load on the other browser. I tried taking off the logo but it still won’t work. Not sure what happened there.
The site is eatplaypixels.com. Any help you can give would be amazing.
Hi.
I just check your site, and your logo work fine…,
Hi,
I installed this theme on a blog. I’m now trying to set a featured image, but it is being cropped vertically while the image has a horizontal aspect ratio.
How can I prevent the image from being cropped like this?
EDIT: I read in the other comments that the featured image should be 780×400px. Cropping it to that size solved my issues. I however do think this should be added to the documentation.
Thanks in advance!
Hi.
Thanks for contacting us.
Here the other ways to keep the aspect rasio.
open infashion/functions/theme-functions/theme-support.php, find this line:
add_image_size('blog-image', 780, 9999 ); // blog image
replace with
add_image_size('blog-image', 780 ); // blog image
Do not forget to rebuild your thumbnails, using this plugin https://wordpress.org/plugins/ajax-thumbnail-rebuild/
I am still having issues with the ‘display feature image’. When I click the “display feature image” off, it does not show the picture on my general page, but then when i click on the actual post, you can see it again. So in the post, you can see double of the image because I also include it in my post. I don’t want the displace image to show on my post. Please help.
Hi.
I’ve edited your site, you can clear your browser cache, and refresh your site.
Dear,
When I make a post, it always appears on my home page. Is it possible to make a post that not appears on my home page, but only in a category?
Thank you for the answer.
Greetings, Dirk
Hi Dirk.
You can set here Admin > Settings > Reading, on post page and frontpage.
Hello. Loving your theme and just installed it on my blog. However, the featured images are now insane! They’re gigantic and look awful. I can’t figure out how to edit them. Any ideas on what to do (I’m a CSS novice so any walkthrough help would be very appreciated) – eatplaypixels.com
Hi.
Please open infashion/functions/theme-functions/theme-support.php, find this line:
add_image_size('blog-image', 780, 9999 ); // blog image
replace with
add_image_size('blog-image', 780 ); // blog image
Hi,
I had a couple questions about the theme:
1) For the menu text colour, the settings allow you to set “Main menu parent link color” Regular and Hover, however I can’t find an option for the currently selected menu item which seems to stay orange no matter what I change. Is there an option to change this colour?
2) For the social media icons in the ‘About’ widget, they look great if you have all of them on, but if you only use some of them, they end up getting left-aligned. It would look nicer if they were centre-aligned. Is this possible?
Also, I know that the theme has all Instagram photos at the bottom, but it would be nice to also offer an Instagram widget.
Thanks in advance!
Sincerely, Sebastien
Hi.
Thanks for contacting us.
1. Current menu color:
Add the following css code, via Theme Options > Appearance > Custom CSS Codes:
.primary-navigation ul li a:hover, .primary-navigation ul li.current-menu-item a {
color: #000
}
replace #000 with your preferred color
2. Add the following css code:
.about_author .social {
text-align: center;
}
.about_author .social a {
display: inline-block;
}
3. You can try this widget: https://id.wordpress.org/plugins/wp-instagram-widget/screenshots/
Perfect, thanks!
Another few questions:
1) Is there an easy way to make the menu bar scroll with the page? (i.e. position fixed, always stay at the top of the window)
2) Is there a way to put the social media icons in the menu bar (e.g. http://pasteboard.co/21IowKl1.png)
3) How does one change the colour of the social media icons?
Thanks again!
Also, I just tried using some of the different Post Formats, but no extra option field appears below the WordPress WYSIWYG editor (as per the instructions). Am I missing something?
Thanks!
Hi.
1. Try this, add the following css code, to custom.css file via Appearance > Editor, edit custom.css
body {
padding-top: 51px;
}
.slicknav_menu {
margin-top: -51px;
}
#masthead .header-main {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
}
2. It’s possible, but we are sorry this customization require a lot of changes in your php files and styles.css.
3. Make install acf (advanced custom field) plugin, and import the xml data (advanced-custom-field-export.xml), you can find this data in Import Data folder.
Hi Tom,
Thanks for your reply.
1. This code works, however when logged in the Admin bar floats on top of the menu. Not a big deal, but wondering if there is any CSS that would fix that?
2. That’s ok, thanks.
3. My mistake, I did that and it’s all working now.
One question about the Gallery type: For some reason the thumbnails that are being generated are very pixellated (despite high res originals). Is there a way to fix this?
Thanks again!
Hi..
1. Try this
.admin-bar #masthead .header-main {
top: 32px;
}
Please regenerate your post thumbnail using this plugin: https://wordpress.org/plugins/ajax-thumbnail-rebuild/
Hi Tom, following on from the ‘floating menu’ question. The tips you made work well on the home page, but on Pages the header image goes up under the menu. Any ideas? Thanks!
Hi.
Let me know the page url.
Hi. I’ve found that when I make a post, I can’t change the featured image when it come to social media sharing. On my site it shows that I’ve changed the featured image and looks great, but when some one shares my post, the original featured picture is the one that shows on facebook, not the updated featured image that appears on my website. How can I fix this?
Hi there
Since I upgraded the to the latest theme something has happened to my top menu bar and side widget bar… there is a navy blue box around them and I can’t seem to work out how to remove them both in the wordpress backend, are you able to please help me? I don’t know what I’ve done!
9ea4d3c3-127d-4472-ae07-b99ed08230fe -
www.misscharlottecake.com
Thanks so much Charlotte
Hi.
Thanks for contacting us.
Add the following css code, via editor or theme options > appearance > custom css codes:
.site-header {
border: 0 !important
}
I think I did it right, but the navy blue boxes are still around my menu and sidebar widget area… I have a screenshot of what I’ve done if that helps?
Is it possibly a widget that needs to be updated or something, I’ve tried searching everywhere to fix it… it’s really ugly!
Hi.
Let me know your wpsite credentials, you can send it using contact form here: http://themeforest.net/user/themewarriors#contact
Amazing! thank you so much it looks WAY better! What had I done? How did you fix it?
Hi.
Glad we could help!
I just added css codes through Theme Options > Appearance > Custom CSS Codes.
So I was right… Very poor support….never ever any update during my license time…. Nor any help… I would prefer to buy and pay for better service and more cosrumer oriented rather than money oriented services
You can’t download our theme from ThemeForest Download page and contacted Envato Support instead of us and you never get the issue resolved by Envato Support and you’re blaming us? 
Despite you gave us 1 star rating for poor Envato Support we still answering your question, right? We just don’t answer to support related questions because you’re license has expired.
never ever any update during my license time
We update the theme regularly btw, you just need to do some checking 
Thank you and have a nice day.
in any case my problems still unsolved even after contacting you, (this problem is happened about couple of month ago) -I cant upload the zip file for update -I Dont have search options -in mobile version I cant browse to next page
before and after contacting you I have same problems. you are answering in your way you dont answer my questions
basically you want I pay you 30 dollars extra to answer my questions… this is your support and customer services…..
Hi.
The fast way to update your theme:
- Delete the old theme
- Unzip package that you downloaded from themeforest download page, and you will see 3 folders, and you can find your theme in Theme Files folder
- Go to Appearance > Themes, add new > Upload.
- Select your theme file .zip in Theme Files folder
- Click upload.
- Activate your theme.
PS: make sure you delete the old theme before you upload a new theme.
Hope this helps.
Thank you for your support
I already download the zip file but let me know how I apply the update to actual theme now?
I will revise my review as well Regards
Downloaded the update but failed to install the zip file on wordpress
Your support license has expired. Please purchase a new support license so we can help you on support.
Hi there, I have just updated the inFashion theme to the latest version and when it finished the original logo has replaced my logo.
The theme settings tab on the left hand side has completely disappeared
Can you please help me to get my logo back? I have put my website onto maintenance mode so that nobody can see that theme logo.
www.misscharlottecake.com
PC: 9ea4d3c3-127d-4472-ae07-b99ed08230fe – 13 Oct 2015
Hi,
Make sure you have install and activate Redux Framework plugin.
Hi there, I have just updated my inFashion theme but now the theme settings tab has disappeared my site has the original Fashion theme logo on it and I can’t get rid of it. Can you please help me asap? I have a site maintenance page up so know one can see that logo…. www.misscharlottecake.com
Hi,
Please see my response below.
I can not browse to next page in mobile version, the search is also not available
Hi,
Search is available using the search widget. Browsing trough next pages in mobile devices issue has been fixed several months ago, are you using the old version of the theme?
I received regularly the update version email but never could download them for unknown reason, in the other hand I asked several times through envato support
Hi,
For item support, you have to contact us. You can download the latest version from http://themeforest.net/downloads
Can you do us a favour by revising your review for this theme? Because it is not our fault at all that you didn’t receive answer from Envato Support 
Hello,
I noticed that the header slider is blurry when I look at it on my phone (iPhone) but it looks fine when I’m not my laptop. Is there a way to fix this?
Thanks
Hi.
Let me know your site url.
Hi.
Let me know your site url.
www.kimballandkedzie.com thanks!
Hi.
I’m unable to find related posts with stretched images, could you provide me link to that page?
That is the link… It’s only the photos in the slider header on the top of the page. And it’s only blurry when I look at it on my phone but not when I look at it on my laptop.
Hi.
Sorry for my previous comments.
Hi.
The images are stretched. May be you can fix this.
Open inFashion/functions/theme-functions/theme-support.php, find this line:
add_image_size('thumb-slider', 320, 240, true); // thumbnail slider
replace with
add_image_size('thumb-slider', 375, 240, true); // thumbnail slider
And do not forget to regenerate your thumbnail. Using ajax thumbnail rebuild plugin.
hope this helps.
Hi, that did not really help. The images are still blurry. I also have a few other issues. 1) I tried to make my posts with the “continue reading” buttons and it includes the text in the posts and none of the photos. The photos are only seen when I click on ‘continue reading’ but does not show in original post’. I tried to add the feature image photo but it shows up VERY VERY large even when I adjust the image size 2) The related posts photos/links on the bottom of each posts are showing up twice. 3) When the pin the photos to Pinterest from my blog, the photos show up very very small. Please help, thanks!!
Hi
Can you provide me your wpsite credentials?, You can send it using this form:
http://themeforest.net/user/themewarrios#contactThe related post pictures are stretched and very unattractive. could you please tell me how I can make these into normal sizes.
Hi.
Let me know the page link that contains streched images…
Hi.
I’m unable to find related posts with stretched images, could you provide me link to that page?
I am having some problems uploading some pic that I have edited in lightroom (not all), and I can’t seem to figure out the issue. Previously I was able to generate thumbnail, and this fixes it…but not anymore. I have also recently upgraded wordpress and I am not sure what the issue is. Any thoughts on how I can correct this? Once I load in into Media Library, it only shows as a file, and not the pic.
Hi.
What were you refer to?
My instagram pictures at the bottom of the page is very large, and shows the entire instagram feed. Please let me know how I can show only two rows (most recent), and make the pictures smaller. I had like the way it was featured in the demo.
Hi.
Go to Admin > Instagram Feed > Customze Tab, then Scroll down to Photo section, then set Number of Coloumns, to 10.