352 comments found.
Hi imaginem,
Can I make the homepage’s video, loaded form youtube, loopable, automatically replay at the end of the video?
Thanks, Hoi
Hi Hoi,
edit /includes/fullscreen/fullscreenvideo.php
Line 80
var options = { videoId: '<?php echo $youtube; ?>', wrapperZIndex: -1, start: 0, mute: false, repeat: false, ratio: 16/9 };
In the above line you’ll find the text repeat: false, . Change repeat: false, to repeat: true,
Thanks
Hi imaginem,
Thanks for your quick response. I updated the code as you’ve recommended, the video play and stop at the end but it did not replay after that. And the video was cover (black) at the top and bottom part, but it show full on mobile devices.
Please advice.
Thanks, Hoi
Hi Hoi,
Could you post a request to support forum with direct url to youtube video page to check on this.
Thanks
Hi imaginem,
I already posted on support forum, please check out and support me with it.
Thanks, Hoi
Hi Imaginem,
I have not received any feedback from you so far. Please give me an advice.
Thanks, H2008
Hi, It was answered 12 hours ago. Please reply to support forum.
Thanks
Hi Imaginem,
please let me know how to get the page show as this page: http://themeforest.net/item/ideas-fullscreen-responsive-wordpress-theme/full_screen_preview/5925271Since I try on some of your mtheme shortcode, it generated errors: Warning: Invalid argument supplied for foreach() in /home/content/78/11573478/html/web/wp-content/plugins/imaginem-shortcodes/shortcodes/portfolio-blocks.php on line 333
I just want the page to display like your page above.
Thanks, Hoi
Hi Hoi,
Could you make sure each of the portfolio items are in atleast one work type category. They need to be in atleast one category in order to function properly.
Please post to support forum for further checks. I’d like to check direct url where the error is.
Thanks
Thanks imaginem,
I got it now. And how can I add a Instagram to Social widget. Or i have to update the social widget codes?
Thanks, Hoi
Hi Hoi,
Intagram icon is included in social widgets with recent updates.
Download latest version of theme.
1. Overwrite following files using an FTP application.
- /framework/admin/tgm/[all files]
- /framework/plugins/[4 zip files]
Overwrite to your current theme over the files.
Goto wp-admin. You’ll receive a notice to update the newer version plugins. Update and activate them. You should get instagram with in social widget.
Thanks
Hi Imaginem,
I updated as you mentioned but the WP-admin asked me to update as general, there’s no updates asked from Plugins. And can I change the social icons or these social icons were hosted somewhere else?
Thanks a lot. Hoi
Hi Hoi,
Could you post to support forum please. I’d like to request login info to see if you followed the instructions properly. Social widget already includes instagram. Item comments area are for general questions. Please post to support forum.
Thanks
Hi,
I’m having a problem with sidebar, I can’t remove the side bar from my pages, I’ve tried everything, doesn’t matter if I select without sidebar, it just stays there.
Thanks
Hi,
I’ll need a url to check on the problem. Please post to support forum.
Thanks
Hi just bought your template and it looks great. One problem, everytime I try and upload an image it says http error. ANy ideas?
Hi,
I’ll need to check wp-admin settings. This is likely something to do with WP admin files.
Could you send me a mail with login info via my profile http://themeforest.net/user/imaginem#from
Please make a support request at support forum after mailing. I’ll be posting to support forum so everything is in a single thread.
Thanks
Hi Mondre, I would really like to use your beautiful theme for a client, but before purchasing I must know a couple of things: 1. Can I put other elements in the top-bar than social icons? Like a second menu or other html elements like pure text etc.?
2. Is it possible to put a second menu to footer? This is a must for my client. If not in the original theme’s installation, maybe in an altered child theme? Maybe by adding widget support in functions.php…?
3. Can I change the width of the content container (in desktop size) easily without screwing anything? Tried it with Firebug by changing from 1200px to 90% but that went wrong
I would prefer to use percentages instead of fixed pixel values…
Thnx a lot in advance.
Hi,
1. Top bar where social icons are present is widgetized. You’ll need CSS additions depending on the widgets you add to the social header section.
2. Not currently. You’ll need to customize the footer.php file for this.
3. If you’re familiar with CSS layout can be set to percentages easily. Currently theme uses combined classes to set widths to all wrapping sections. You’ll see same combinations in css/responsive.css as well.
You can test using following combined classes with firebug to see how it affects the layout. Portfolio grids are distributed using isotope jquery so it’ll need a refresh to affect the values – if you change them with firebug extension it won’t readily be seen as the DOM won’t be affected.
.container,
.title-container,
.top-menu-wrap,
.fullpage-item,
.footer-container {
width:90%;
}
Thanks
Hi There. I was thinking about purchasing this theme but ideally I’d be looking to add a shop/e-commerce function to it and was wondering if it was possible to bolt on the likes of opencart function, would this be possible/supported? Thanks.
Hi,
Woocommerce is not supported in the theme yet. But activating any e-commerce plugin should function. Depending on the plugin it’ll need additions to the page template or CSS additions that’s recommended by the plugin.
Thanks
Hi a pre-purchase question. If I want say 30 posts and every one of them with a fullscreen slideshow on, is this possible with your Ideas theme? Or are slideshows only for one page (a homepage for example?) Thanks in advance
Hi,
You can have an unlimited amount of fullscreen pages.
Thanks
Hello!
If i use the fullscreenpages i got the /fullscreen/ in the adress.
How can i remove that folder?
for example…
http://projekt.justupdate.se/enjoybaromat/fullscreen/mat/I need to have it like http://projekt.justupdate.se/enjoybaromat/mat/
I want to use the kenburn slider in a regular page.. but i just found it in fullscreen pages..
Regards Johan Nilsson
Hi Johan Nilsson,
edit /wp-content/plugins/imaginem-fullscreen-post-type/imaginem-fullscreen-posts.php
Line 85
'rewrite' => array('slug' => 'fullscreen'),
Change ‘fullscreen’ text to your preference. After this change make sure to renew/flush your permalinks by visiting wp-admin > Settings > Permalinks
Once you visit this page old permalinks will be flushed – otherwise the browser will give 404 errors for fullscreen pages.
Thanks
Hi, pre purcharse question: I checked the demo on my mobile, and the menu doesn’t have any structure, I meant menu and submenu, was it in a purpose? can I have the structured menu? Thanks in advance.
Hi,
Could you check demo directly without the themeforest iframe ( the preview themeforest iframe bar prevents CSS media queries )
- Demo url http://ideas.imaginemthemes.com/wp/
Thanks
Yes I did, I removed the themeforest iframe. But the menu still not structured.
Hi, Mobile menu is different than how it’s displayed on mobile and smaller screens. The item preview image shows a mobile with this menu on top. Mobile menu is colored with the accent color and drops down on touch as a single panel.
Thanks
Hey! Very nice theme!! Just a question. I see that you have 2 versions dark skin and light skin. But I don’t see the differences between those 2 when I click them in your description… Would love to see the dark version
Hi,
Currently, dark and light only affects the menu section. It’s as seen in demo. Most of other elements are transparent elements and the overlay colors can be changed via theme options.
Thanks
Hi,
Does this theme also provide audio on the homepage?
Thanks
Hi,
You can make any fullscreen page as homepage. Fullscreen slideshows have audio support as well. You can check it out in demo.
Thanks
is it possible to make a photowall on a page that is not the home page? ( i have a slideshow on the home page)
Thanks
Hi, Sure. You can treat all fullscreen pages (including photowall) just like normal pages. Populate the page to menu or add it as a custom menu item.
Thanks
i am not really sure how to do it, I will raise in the forum, hope you can help
am i being really stupid…. i can’t find anywhere on your forum to start a new topic?!
Hi,
Scroll to end of page on following link where you get new topic fields. I’ll provide instructions to add fullscreen pages to menu.
http://support.imaginemthemes.com/forums/forum/ideas-fullscreen-responsive-wordpress-theme/Thanks
How to make Fullscreen Page as my Home Page? I mean, Kenburns Slideshow on my Home Page.
Thanks!
Hi,
Please post to support forum with url. I can check why it’s not working and advice to correct it.
Could you check pages 25 to 36 of Help Guide on building fullscreen posts and setting one as homepage.
Thanks
Hi, I buy your template, i think is great but i have big problem to setup, nothing is not working.
I will be very happy if you can setup with your XML files to look exactly like the demo.
Thank you.
Hi,
Could you post to support forum with url to check on the page. I’d like to check why it’s not working. Do reply to support forum as it’s easier for me to reply and followup.
Thanks
Hello! Thanks for the template, very good!
I wonder if it is possible that the Portfolio shortcode Carrousel, either square format? album covers are square and is very rare in this format, you can help us?
Hi,
Could you post to support forum. I’ll provide information to get this change.
Thanks
since updated to 1.2 the social links dont work in header anymore.
Hi, Could you post to support forum please. I’d require url to check on this.
Thanks
I did everything as in PDF file showed. But I get this message on Static Page: No Fullscreen post selected in theme options.
Hi, Could you make sure you’ve selected a fullscreen post to display as homepage from theme options. Please post to support forum as it’s easier for me to reply and followup.
Thanks
Theme I like. But Theme Option is IDLE every time. Very slow working. Can’t do anything there. I don’t know why.
Hi, Please post to support forum with url. I’ll be requesting login via forum to check on the settings.
Thanks
Is the theme WooCommerce compatible?
Hi, Sorry not currently. Thanks
You have a page in your live preview with purchase button, how would you use them
Has anyone tried the WooCommerce plug in with your theme. Is there a demo site it can be tested on ? Love the theme but need to offer sales
Hi,
Woocommerce requires some extra files and changes to the page layouts to make it fully compatible. Those aren’t currently included. I’ll note it as a request.
Thanks
Thank you – theme is a great way to show my wares off. If WooCommerce was in there it would be amazing – yes put that as a request – Thank you
I’ve purchased the theme, but I cannot download the plugins through wordpress because of some restrictions on my server.
Is there a place I can download the theme plugins manually and install them?
Hi,
Thank you for purchasing the theme. Please find below instruction for manual installation of plugins.
1. There are 4 imaginem plugins which are bundled with the download pack. You’ll find them as 4 zip files in the following folder of the theme.
- /framework/plugins/
Extract those folders and copy them each to /wp-content/plugins/ folder of your Wordpress installation in server.
The plugins will be listed in your wp-admin > Plugins after they are present in the wordpress plugins folder and can be activated from the same wp-admin > Plugins section.
2. The additional Contact 7 plugin can be found at following url. You can download the plugin and follow same process of copying and activating it from the plugin section of wp-admin.
Thanks
Thank you very much
Etremely good guide and documentation by the way
You’re welcome and thank you! 
Sorry one more question, how do I disable the default image titles from showing up in my sliders for example my homepage: http://rossumedia.nl
You can simply leave the title and description fields blank. This way you can have titles in some slides and some without titles in the same slideshow.
Thanks
Okay, but it automatically puts a name in the title field. How do I make it that it doesnt? Now I would have to remove the title for every single image
Yes. WordPress media gallery auto populates titles when you upload them. They’ll need to be removed if titles aren’t required for those slides.