338 comments found.
Hello,
I purchased the theme and have been having an issue with the featured slider images. They seem to load large, taking up the entire page before displaying properly in the slider.
I’ve followed the instructions for replacing the function.js code and adding to the custom css but the issue is still occurring. Site: http://coffeeandgloss.com
Please let me how I can fix this glitch.
Thank you
Hi.
We still working on it, we will reply you again soon.
Hi I message a couple of weeks ago with the following:
The header post slider seems to have a minor blip. Every time I go to my homepage or navigate around the site to other pages, it appears very large (covering the whole screen) for a couple of seconds. Is there anyway of rectifying this? My website is www.whereisnoodles.com
The instructions you gave me temporarily fixed the issue, but it is still happening. Seems fine the first couple of pages I navigate around but then the issue reappears. Sorry to be a pain, but can you assist further?
Hi.
Please delet your browser cache, it may fix the issue.
Hello. I am having trouble with the website slider. The displaying images are very big. Please tell me how to fix that. My website http://postolatieva.com
Hi.
You have javascript errors in your site. This is what might have cause the slider displaying a very big images.
Any ideas on how to fix them?:) I thank you very much…
Also the thumbnails are not auto resizing:(
Hi.
Let me know your wpsite credentials, please send it through contact form here: http://themeforest.net/user/themewarriors#contact
Hello, I recently bought your theme and I’m having issues with the featured images for the post. I disable the ‘display featured image’ option but it they are still showing up as the first image for each post and it’s also VERY large. Please let me know if there is something I can do to correct this. Thanks.
Hi.
If you want to force disable featured image on all pages (index and single post page), please follow these steps:
- Open these files in your infashion theme folder; content.php, content-link.php, content-image.php, content-gallery.php, content-page.php
- Find these lines
if( ! is_single() ) {
// Get featured image
if ( has_post_thumbnail() ) {
echo '<a href="'. get_permalink() .'" title="'. get_the_title() .'">';
the_post_thumbnail('blog-image');
echo '</a>';
} else {
echo '<a href="'. get_permalink() .'" title="'. get_the_title() .'">';
echo '<img src="http://placehold.it/780x600/333333/&text= " alt="" />';
echo '</a>';
}
}
- Replace with:
if( ! is_single() ) {
// Get featured image
/*
if ( has_post_thumbnail() ) {
echo '<a href="'. get_permalink() .'" title="'. get_the_title() .'">';
the_post_thumbnail('blog-image');
echo '</a>';
} else {
echo '<a href="'. get_permalink() .'" title="'. get_the_title() .'">';
echo '<img src="http://placehold.it/780x600/333333/&text= " alt="" />';
echo '</a>';
}
*/
}
The header post slider seems to have a minor blip. Every time I go to my homepage or navigate around the site to other pages, it appears very large (covering the whole screen) for a couple of seconds. Is there anyway of rectifying this? My website is www.whereisnoodles.com
Hi.
Add the following css codes via Theme Options > Appearances > Custom CSS Codes
#slider-header {
visibility: hidden;
opacity: 0;
-moz-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-ms-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#slider-header.loaded {
visibility: visible;
opacity: 1;
}
Open infahsion/js/functions.js, find these lines:
$(".slider-header ul").owlCarousel({
items: 6,
startPosition: 2,
nav: true,
responsive: {
0: {
items: 1,
startPosition: 1
},
480: {
items: 2,
startPosition: 1
},
760: {
items: 3,
startPosition: 1
},
1000: {
items: 6,
startPosition: 1
},
1500: {
items: 8,
startPosition: 1
}
}
});
replace with:
$(".slider-header ul").owlCarousel({
items: 6,
startPosition: 2,
nav: true,
responsive: {
0: {
items: 1,
startPosition: 1
},
480: {
items: 2,
startPosition: 1
},
760: {
items: 3,
startPosition: 1
},
1000: {
items: 6,
startPosition: 1
},
1500: {
items: 8,
startPosition: 1
}
},
onInitialized: function() {
$('#slider-header').addClass('loaded');
}
});
Let me know if this did the trick.
Thank you.
Thank you. Can you explain where I might find “infahsion/js/functions.js”
Hi.
You can install this plugin https://id.wordpress.org/plugins/wpide/
Activate this plugin, then go to WP Ide > then you can easily navigate to functions.js
Thank you, I’ve given that a go but now the slider seems to disappear altogether?
Scrap my last response, I replied too hastily. It seems to be working now. Thanks so much for your assistance and speedy response!
Hi.
Please clear browser cache, 
Glad we could help.
Hi Tom – It seemed to work for a couple of days, but I have started having the same issue. Sometimes the slider doesn’t even show up at all.
Hi.
I just investigated your site, and your slider work fine…
When adding in a post I don’t see any of the formatting tools when selecting things like (chat, gallery, etc)
Hi.
Please enable the Post Format options, on right corner then select “Post Format”.
The Post Format is enabled in the screen options box area. But when I select different types of posts nothing changes. Is something supposed to show up under the editor?
Hi.
Make sure advanced-ccustom-field.xml has been exported.
Also, it doesn’t look like you can change the color of the active link color in the navigation. It doesn’t look like it’s in the theme options under color.
Hi.
Let me know your wpsite credentials.
lularoestyling.com/wp-admin Username: tompradana Password: 8FEk9WdzYIARdyTbd1%8o941
Hi.
Done! you can delete the temporary user.
If you want to change active link color, please add the following css code trough Theme Options > Appearance > Custom CSS Codes
.primary-navigation ul li.current-menu-item a {
color: #c6671a;
}
For hexcode colors, see this page: http://goo.gl/0ucX8S
Awesome! Thank you
Glad we could help!
If you like the theme, please consider giving it a 5 star rating from ThemeForest Download page.
I go in and I still don’t see any editors under the WYSIWYG edit. Should there be anything underneath when I select gallery or chat or standard?
Hi.
There is no special settings for gallery, just create a gallery shortcode, and insert into your post.
Add Media > Create Gallery > Select your images > Insert into post. (make sure your post format is Gallery)
For chat, the function will be convert paragrahp into chat styles.
Hi Jamie,
I think you haven’t install and activate Advanced Custom Fields plugin. Please refer to the theme documentation for more info about this.
Hello, Just purchased & downloaded your pretty InFashion Theme. When I download the zip file onto Wordpress it says it is missing a stylesheet. How do I resolve this?
Hi.
Please unzip before you upload, then you will see 4 folders, and upload zip file from Theme Files folder.
I am unable to see the thumbnail against the Recent Posts in Sidebar. I have added a featured image and it appears in the post as well as the Slider. Am I missing something ? Also wanted to know whether there are any Size specification for uploading pictures
Hi.
Let me know your wp site url Drnithin…
Thanks.
Hi. I have not yet published the site. Should I send the wp credentials privately ?
Hi.
You can send a credential via contact form, http://themeforest.net/ThemeWarriors/#contact
Hi . Got my site published http://www.sequinsandshine.com 2 things were a bit of concern. One which I had mentioned earlier about thumbnails not getting featured against Recent Post sidebar .Secondly the images which I want to be places in portrait mode get changed to landscape on their own after publishing. Also wanted to know how i could place Panorama images since the images get cropped on posting
Hi.
Thanks or your interest in our theme
For #1 Please use Warrior Recent Posts widget instead of Recent Posts widget
For #2 Follow these steps.
- Open /functions/theme-functions/theme-support.php
- Find this line:
add_image_size('blog-image', 780, 9999, true ); // blog image
- Replace with:
add_image_size('blog-image', 780 ); // blog image
Hi.
I can not inspect elements on your site, there is something prevent me to do that. I can’t right click or ctrl+u on your site.
you can try now
Hi.
Did you rotate your camera device to get landscape pictures?
For the Sephora images, I did so with my phone camera. actuallly took panorama. But not for the Champagne bottle image
Hi.
Please follow these steps.
1. Edit your posts
2. Click the image, then click (pencil/edit).
3. Click “edit original” button on the right side.
4. Rotate your image.
5. Save.
6. Do not forget to save your post.
I have already tried doing the steps you mentioned.The images appear fine while editing the post .But after publishing,the images seem to turn by 90 degrees. Do you suggest that I upload only images clicked in Landscape mode only ?
Hi.
Yes…
Hi, I love the infashion theme! Great job! Its been 6 months since i’m using it and it really awesome. I just created a shopping page and I’d like to increase the width of the page, it’s only showing two rows of icons and I’d like it to be 3 or 4 rows. How do I do that? Please help. Thanks a lot 
Hi.
You don’t seem to have “Supported” badge.:)
Do you have a screenshot of “only showing two rows” ?
Hello, Thank you so much for your reply. I will renew the support as soon as possible. I would really appreciate if you could help with this. Yes I do have a screenshot. Can I send you via mail? I want the page to be full width so that I can increase the size of the items in the shop I created. Please help.
I installed the demo data but I didn’t get the menu like the live demo you got. I didn’t get the sample pages either. Can you help me please I want both
Hi Feddroid.
Thanks for your interest in our Infashion theme.
- Make sure you import all demo data.
- You must setup your menu via Appearance > Menus
I import all demo data again but It’s still missing the SHOP page, MY ACCOUNT page, CART page and CHECKOUT page.
Hi,
Make sure you install WooCommerce plugins, https://wordpress.org/plugins/woocommerce/. Once the plugin has been activated, you will see WooCommerce setup screen, to setup all WooCommerce pages (Shop, My Account, Cart, etc).
I tried to update the site and it messed the whole thing and had to pay $75 to recover my site. I just want the posts to have the correct date. Right now, it’s showing they were all posted today. Is there an easier way to fix this?
The date issue have been fixed last year. You can update your site using the latest version from http://themeforest.net/downloads
Your theme support has expired, you might want to extend your theme support for another 6 or 12 months so we can still provide support for you.
Hello,
I have your inFashion theme installed and I have a facebook open graph plugin installed and when I share to facebook some posts show the featured image and description and some don’t they just show a link. I have also had users say they just get sent to facebook no way to post anything . Our site is psy-chic.com. Any ideas please let us know.
Thank you
Hi.
Sorry for my late reply.
Your site just work fine. I have shared your post link randomly in my facebook wall.
Facebook always checks the links from its cache first. If not found then it goes to link to fetch new content. There unfortunately Facebook wants quick response from the link you provide and wants good http response codes. It’s not specified officially but as per my experience it’s the DNS routing and time delays in response where Facebook fails to fetch full content from the URL.
Hey, any way I can link my pinterest fotos to my blog? I’d like them to show up on my sidebar thankssss:)
Hi saribella_xo,
Thanks for your interest in our theme.
There is no way to link your instagram photos to your blog.
I meant my pinterest fotos.. is there any option?
Also, I want to set a featured image for my individual posts but it would be great if that image won’t show up once I open the post. Is that possible? thanks
Hi.
Sorry about the missing information in my previous answer. There is no option to link photos from pinterest to your blog.
Do you want the featured post show up only on homepage? to make it happen, please follow these steps.
- Go to Theme Options > General > Display Featured Image
- Swicth off the options if you want to disable featured image on detail post.
Thanks! Problem is, when I go to theme options and general the option “display featured image” won’t show up. I only get to set setting for Header Post Slider, Display full content and so on but not that specific one.. any idea what’s the problem here?
Hi.
Please try to click another tab, and then click tab general again.
Still not working
Hi.
Sorry for my late reply.
Let me know your wpsite credentials, you cen send it via private message.
Thanks.
Hi again – I’m having a lot of trouble when adding images to posts. When an image is the featured image within the post it is way too large and I always edit the photo to make sure it is the recommended 780 size. Also for the Instagram feed at the bottom, i don’t see a place to add the featured instagram photo that is next to the instagram name, like on the demo. Can you please help? thanks.
Hi!
1. Featured Image
Open /infashion/functions/theme-functions/theme-support.php, find this line:
add_image_size('blog-image', 780, 9999, true); // blog image
replace with
add_image_size('blog-image', 780 ); // blog image
You may need to rebuild your thumbnail using this plugin https://wordpress.org/plugins/ajax-thumbnail-rebuild/
2. Instagram.
Please read the documentation how to setup the Instagram Photos Feed.
Thanks, so by fixing this and re-uploading the theme will I lose the customization I already have on it?
Hi.
If you have been modified your theme on your host and you reupload theme from your local to your host then the files will be replaced. So all customization on files will be lost, and all customization via Theme Options still in database.
I am having problems with my links showing up. As soon as they are clicked once, they disappear. I am using the inFashion theme and my web address is http://www.wanderoutwest.com. Can you help?
Hi.
It’s looks like some scripts are blocked, you can contact your hosting support to fix your issue.
Looks like you missed my question above. So here it is again: I already have this plugin, and the related post is working. The problem is that it is showing up twice. At the bottom of each page it has the related posts, then the social network icon, then the related posts appear again. Thanks in advance.
Hi.
- Go to Settings > YARPP > Click on YARPP BASIC tab > Scroll down,
- See on Automatically display related content from YARPP Basic, then disable all options.
Here is a screenshot: http://awesomescreenshot.com/0105qdkz5e
Hi – the social media buttons in the footer of the website are not linking back to the actual pages. I own this theme. thanks for your help!
Hi.
If you want me to fix the issue, you can send me your wp site credentials via private message.
Thanks.
Hi.
The issue has been fixed. Thanks!
thank you for your help!
Glad we could help!
If you like the theme, please consider giving it a 5 star rating from ThemeForest Download page.
Hi – I don’t see an option to have the social media icons in footer of the website link back to the social sites. Right now it only links back on the icons that are in the sidebar.
Hi.
Thank you so much for your interest in our theme.
There is an option to have social media icons in footer.
Thanks!
I am now setting up my subscription widget, and when i test it, it keeps giving me the following message ‘please select atleast one list’. how do i get this feature to work. thanks
Hi,
Please refer to the guide in theme documentation.
How do I get a drop down menu? There is no where for me to add a submenu under one of the main categories. Thanks in advance.
Hi.
Go to Appearance > Menus.
- Choose items like custom links, pages, and categories, from the left column to add to the menu
- After items have been added to a menu, drag and drop to put them in the order you want. You can also click each item to reveal additional configuration options. You can also drag a menu item a little to the right to make it a submenu, to create menus with hierarchy
Here is an article, how to create menus with hierarchy: https://codex.wordpress.org/Appearance_Menus_SubPanel