ThemeForest

Apogeo: Useful Simple Professional WordPress Theme

  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United States
nayeem says

Excellent theme! Probably one of the better themes available on Themeforest!!

I do however have one thing that I don’t understand. The homepage slider is based in flash, I don’t see any other option to use a Nivo slider. Why is this important? Well most of my clients, as all those iPhone / iPad users want to see the beautiful sites as they were meant to be seen.

I want to know if you can alter or send me some code to change the intro flash to a Nivo one. This seems to be one of the only ones which will display the best for those devices.

Other than this one thing – you have an excellent theme! I am ready to buy once you provide me with a solution. Thanks !!!

10 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
pedrolane says
Purchased

Hi I have a bug with piecemaker3D, just display everytime loading first image

I have attach category in configuration.

XML is generated correctly, but the is nothing

http://www.cleanheure.ch/wp-content/themes/clean-heure/piecemaker/piecemakerXML.php

www.cleanheure.ch

Thanks in advance

9 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
websitedude1985 says
Purchased

Hi MAnuel

I have emailed you a few times with my problem – are you getting the messages? :)

9 months ago
  • Has been a member for 0-1 years
  • Exclusive Author
  • Bought between 10 and 49 items
Svperman says
Purchased

For some reason my slider isnt working on the front page:

http://www.gcgraphix.net/
8 months ago
  • Has been a member for 0-1 years
  • Exclusive Author
  • Bought between 10 and 49 items
Svperman says
Purchased

^^ I figured out how to fix this. Just 777 the cache. You need to put that in the documentation. Great theme!

8 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
umohduke says
Purchased

Dude, I’m not receiving any emails from my Footer Contact form. When i send an email, a dialog pops up but nothing displays. just the icon for a missing image.

I’m running Wordpress 3.2.1 and ver 3.0 of the theme

6 months ago
Author
pixedelic pixedelic replied

I need to do some tests, sorry. If you can send me an FTP access and WP login info (and remind me who you are and what the problem is) to manu[at]pixedelic.com

Manuel

6 months ago
Purchased
Default-user umohduke replied

Sent it…

6 months ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
Olimess says
Purchased

Hi Manuel,

I purchased this theme months back and am wondering if this theme works with the latest version of WordPress 3.2.1? I have modified your theme slightly for my website and have tried upgrading WordPress but it seems to kill the theme. I’m not sure if this is due to the theme itself or some of the modifications I’ve made so I figured I would check with you first.

Please let me know.

Thanks, Oliver

6 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
benconverse says
Purchased

Hello Manuel, We have purchased your WP Theme: Apogeo through ThemeForest last week.  The site into which we have installed your theme is: http://namcoin.com/site/

We really like the theme, but are having trouble getting the blog to post to a page of our choosing in the site – namely: http://namcoin.com/site/market-update/.  We have read through your entire documentation, but are not finding the answer.  

We want the home page to function natively, as in your demo, with the 3drotator, etc., and to have the blog show on the sub-page – /market-update/

The theme, although very complete and nice looking, doesn’t seem to provide a means of making any settings adjustments to the blog of a given site using this theme.  

Could you please provide us with some input regarding this issue, as we really want the blog to be easy to find!  The blog will be a primary part of the site.

Thank you for your time and input!!  

Ben bc@bconverseconsulting.com

6 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Acej7 says
Purchased

Great theme, but wondering if there is anything I can do to prevent spam emails through the contact form?

Thanks for any help you can give me.

3 months ago
Author
pixedelic pixedelic replied

Sorry Acej7,

Apogeo was my first theme on ThemeForest, its form is very basic.

Manuel :-)

3 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Acej7 says
Purchased

Thanks for the reply. So the form cannot be amended to prevent the spam. Could the contact form be changed completely for another form to prevent this spam, or would this break the theme?

3 months ago
Author
pixedelic pixedelic replied

Hi Acej7,

if you want you can disable the form on the footer. If you want to replace it you must hack the code. Maybe you can use Contact Form 7, I think it provides a function to display the contanct form on the template too.

Manuel :-)

3 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
heirani1 says
Purchased

When I active this theme I get the following error message…

Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration in /homepages/25/d20213550/htdocs/REGENSYS/wp-includes/functions.php on line 4452 Warning: fopen(http://www.regensys.co.uk/wp-content/themes/regensys/style.css) [function.fopen]: failed to open stream: no suitable wrapper could be found in /homepages/25/d20213550/htdocs/REGENSYS/wp-includes/functions.php on line 4452 Warning: fread(): supplied argument is not a valid stream resource in /homepages/25/d20213550/htdocs/REGENSYS/wp-includes/functions.php on line 4455 Warning: fclose(): supplied argument is not a valid stream resource in /homepages/25/d20213550/htdocs/REGENSYS/wp-includes/functions.php on line 4458 Warning: file() [function.file]: URL file-access is disabled in the server configuration in /homepages/25/d20213550/htdocs/REGENSYS/wp-content/themes/regensys/functions.php on line 963 Warning: file(http://www.consorziocreativo.com/themes/apogeo/current_version.php) [function.file]: failed to open stream: no suitable wrapper could be found in /homepages/25/d20213550/htdocs/REGENSYS/wp-content/themes/regensys/functions.php on line 963 Warning: implode() [function.implode]: Argument must be an array in /homepages/25/d20213550/htdocs/REGENSYS/wp-content/themes/regensys/functions.php on line 963

How can I solve this?

3 months ago
Author
pixedelic pixedelic replied

Hi heirani1,

as you can see you must enable fopen function.

The simplest way: put a php.ini inside your wp-admin folder and insert this code to your php.ini:

allow_url_fopen = On;

allow_url_include = On;

Or contact your provider

Manuel :-)

3 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
Periam says
Purchased

Hi pixedelic, Firstly fantastic theme! One of the best themes I have seen :)

Quick question though, is it possible to edit the header to add an image in like this that is between the logo and the search bar. http://www.acts.asn.au/wp-content/uploads/2012/03/ACTS_Header.jpg

If so, any recommendations?

2 months ago
by
by
by
by
by