396 comments found.
Hey, me again, thanks for the support.
Got a question. Is there any option to change the color of the load bar in the home slideshows?
Hi,
Slideshow progress bar color can be changed from theme options – Color section.
Thanks
Hi! Love the theme, very easy to set up and use!
I did notice that even though I changed the colors in the options in the admin panel, the colors of my site did not change. can you help me in letting me know what I need to do to correct this?
Thanks!
Hi,
Most likely you’ve installed the theme in a subfolder of theme folder.
Incorrect is
/themes/themename/themename/
eg. /themes/digon/digon/ <—incorrect
Correct installation is
/themes/themename/
eg. /themes/digon
You can move one folder back which will resolve dynamic CSS functions.
Thanks
Thanks for your reply, however the theme is installed correctly. I just double checked to be sure, and it is correct in the themes folder. Any other thoughts as to why this is not working for me?
Hi, Please provide me url of site. I’ll be able to check for other interferences and provide an accurate solution after checking the site.
Thanks
Hello. Great theme so far.
I have 1 question – How do I move the captions on the full page sliders? I’m looking to move them down to the bottom of the slides.
http://www.ulegalgroup.com/Thanks,
Hi,
edit file /css/supersized/supersized.shutter.css
modify ID #slidecaption at line 26
You can change ‘Top’ value – based on percentage.
Thanks
Hi, sorry to be back at you with no good news but the “option” section of the theme on my wordpress is not giving more chance to me. I must tell you frankly than i’ve tryied to replace the code sentence you pointed to me on the file in the framework file in my theme, unfortunetly no change has come with it and the same error still remain on my WP back office wich is “Fatal error: Call to undefined function wp_get_theme() in /homez.379/draguign/www/wp-content/themes/digon/framework/options/admin/options-interface.php on line 13”. My host is OVH , I can’t make the last upgrade and i try to run your theme on the “WP 3.3.1 version wich hasn’t cost me any issue until now with several other theme. I need your help just because i’d like to fix it, I love your theme man. Thank you !
Hi,
Theme uses a recommended function by WP on their latest upgrade. Best if you can upgrade WP. Otherwise the following change will resolve it.
You can edit /framework/options/admin/options-interface.php Line 13
From
$themename = wp_get_theme(STYLESHEETPATH . '/style.css');
To
$themename = get_theme_data(STYLESHEETPATH . '/style.css');
Note that i’ve replace the function wp_get_theme to get_theme_data
Thanks
Yes it finally works, i’m so relieved. Thx a lot, i love your job. Bye
Hi,
Don’t know if you saw the tech support post. In the footer area – how can I turn off the +expand circle, bullet navigation, navigation arrows, and background square behind the arrows?
I found the opaque bar to remove – but these still remain active.
Thanks.
Hi,
edit header-navigation.php
Remove line 56
edit includes/featured/supersized.php
Remove lines 224
Remove lines 181 to 184
Thanks
That only worked to remove the +expand circle. I need to remove the prev/next buttons, the background box, and the bullet navigation dots.
Thx
Thanks for this! It works great. But where do I find the purchase item n°, as asked when I try to be registerd at the Imaginem forums? Niko
Hi,
Please check the following screenshot on finding purchase code
http://support.imaginemthemes.com/wp-content/uploads/2012/05/purchasecode1.jpgThanks
Hi, great theme (again). Pls allow a couple of presale questions
What is the recommended size for the fullscreen background images?1280×1024?
Are mo/po files included?
Unlimited portfolio = I can create unlimited different portfolio pages?
Can I use fancybox?
Can I use more than one blog page?
Thanks, Katharina
Hi Katharina,
1. 1280 width images will be great. Above 1024 any size will do. Make sure the images are web optimized for them to load faster.
2. po / mo files included
3. Unlimited portfolio
4. To use fancy box you’ll need to customize the theme. best if a developer is contacted.
5. Yes. You can use more than one blog page.
Thanks
Hello, Thanks for the theme. I have figured out how to do almost everything I would like with it but I can’t seem to figure out how to remove the footer completely? I want the slideshow working but no ‘controls’ etc at the bottom of the page. Thanks bernie
Hi,
You can edit footer.php
Remove lines 13 and 14
edit includes/featured/supersized.php
Remove lines 216 to 226
Thanks
Hi!! Great theme as usual with your works, but have one question before purchasing.
In the video Porfolio may appear several videos like the slideshow at the Home page?
Tnks
Hi, Sorry video slideshows aren’t supported currently. This will need some customization. I’d recommend going through a WP dev. I can provide file and function location required for the change.
Thank you for the comment 
Hi, it is a way to make my site faster is very slow and i would like to have it faster.
Thanks
Hi,
Optimizing the images used as background slides can have a major impact on the site load time.
You can use photoshop or other image editors to compress the JPG slideshow images with maximum compression while retaining best quality.
Thanks
Hello! A simply question, please. Is possibile change image background for different pages? Thanks, M.
Yes. This background images and slideshows can be set per page basis.
Thanks
How can I turn off the “Related Projects” in the portfolio section??
Hi,
edit single-mtheme_portfolio.php
Remove line 113
<?php require_once (MTHEME_INCLUDES . 'related-portfolio.php'); ?>
Thanks
A blog said that your template could not be appropriate to 3.1 version of WP like on “OVH, domain and internet services company”, is it true and it’s the issue i’m encountering or is it a mistake from this comment ? You say on the right that your theme is working in 3.1 ? URGENT please
Hi,
Upgrading the theme will eliminate the issue. The alernative to wp_get_theme() went obsolete.
To use the old function, you can edit
/framework/options/admin/options-interface.php Line 13
Replace with following
$themename = get_theme_data(STYLESHEETPATH . '/style.css');
Please note that get_theme_data is no longer a supported function, although it will work. Recommended is the one used in the theme wp_get_theme()
You can make the above modification if you prefer.
Thanks
Hi, i’ve just bought your great theme, but a problem can’t be solved loading the theme into WP, thet says ” Fatal error: Call to undefined function wp_get_theme() in /homez.379/draguign/www/wp-content/themes/digon/framework/options/admin/options-interface.php on line 13”, so i’can’t get the “OPTION” fonctiun of your theme. Why is it saying that ? I’ve already used many templates and i’ve never been facing that “fatal error” ? I’ve download 2 times your zip theme by security but still the same message. But i can activate the theme anyway… Urgent !
Hi,
Please check if you’re using most recent version of WP. wp_get_theme() functions alternative went obsolete in the newer WP version so opted to use it instead.
Upgrading WP will eliminate the notice.
Thanks
Really great theme. Is there any option for footer/widgets on any of the page templates? Is it possible to have audio player and thumbnails removed completely from homepage- so just the pop up blocks?
Hi,
Footer widgets aren’t supported currently. You can disable thumbnails from slideshows by using options provided in fullscreen slideshow page. To remove the audio player some modifications will be required. I can provide code for it when you require.
Thanks
Hi, is it possible to set up an audio portfolio?
As far as I can see you can make a post with one audio clip, but i’d like to have several audio clips/songs visible on the same page like the portfolio ones for images/videos (other than going to the archives page.)
Is this possible? Many thanks!
Hi,
Audio playlists aren’t supported currently. You can customize to implement audio playlists using the active audio plugin that is in use with the theme. I’d recommend contacting a developer. Let me know if you require file or function locations.
Thanks
hi, neat theme. i saw a tab that said VIDEOS in the portfolio section but i couldn’t actually see it function. Is there a video/portfolio capability ?
Hi,
Following link
http://digon.imaginemthemes.com/wp/4-column-portfolio/4th item. You can click on the thumbnail to see a video lightbox and click the title below thumbnail for a video header demo.
Thanks
Hi!! I love this theme but have one question before purchasing. is it possible to make the interior page backgrounds slightly transparent so that the full size background slider can show through some?
Hi,
You can edit style.css and modify the container class located in line 48 with the CSS rgba color value with transparency.
eg.
.container { background:#000; background: rgba (0,0,0,0.5); }
0,0,0 is back color
0.5 is 50% transparency.
The #000 is a fallback for IE versions.
Best if a css developer is contacted if unfamiliar with css styles.
Thanks