ThemeForest

Innovation+Science 2 - Advanced WordPress Theme

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

DC – really loving the features in this theme. Just amazing.

An issue I can’t seem to resolve involving auto formatting – I’m using Quform for the contact page and as you can see its spacing out the fields. Any ideas how to overcome this or override the autoformatting just for this page (I’m using sidebar page template)?

http://www.concreteprinter.com/contact-us/
9 days ago
Author
DigitalCavalry DigitalCavalry replied

Hello,

Thank you! Did you already resolved this? I think it’s not possible without some modification, but when I check your page the contact form created with this plugin looks good, maybe you already resolved this somehow.

7 days ago
Purchased
Default-user menemenetekel replied

DC I did resolve it – Quform ppl gave me some hints which led me to a plugin called ‘WP Unformatted’ – which allows you to strip auto formatting for pages individually by calling a custom field ‘sponge’ with a value ‘1’. All the other plugins kill formatting globally so that one is the one you want.

7 days ago
Author
DigitalCavalry DigitalCavalry replied

Great, thanks for the information.

7 days ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
TWDesigns says
Purchased

Can you tell me where I can removed the link / word comments on my blog pages? I have comments disabled but it still adds it to the both the page and category list across from the date.

8 days ago
Author
DigitalCavalry DigitalCavalry replied

Hello,

The easiest way would be to make a simple modification in CSS – open common.css file located in “css” folder and then search for this class:

.blog-post .post-info .comments

And add display:none; property to this class. Then you can do the same also for this class in the same file:

.blog-post-medium .post-info .comments

And that’s all.

7 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
ericfake says
Purchased

I’m a little confused on how to get the content to show up on the home page? i’ve tried two ways..one by entering text in the box on the setup and also by creating a home page and setting that as the default and still no content shows up..same with the “tabs” or anything else try to add to the homepage am I missing a step here?

7 days ago
Author
DigitalCavalry DigitalCavalry replied

Hello, you must first make the basic steps described in the PDF User Guide – create a page with “Homepage” template and set it as “A Static Page: Front Page” in section Settings > Reading.

Then you can enter some content for this page in the editor – if it is a custom content, and select to use this custom content in section Innovation > Home. In this section you can also decide what other section will be displayed on homepage etc.

For homepage tabs for example, you create some homepage tabs in special “Homepage Tabs” section on the left WordPress menu and select to display this section in Innovation > Home. And you can also use some options for this section that allow you to choose default selected tab etc.

This should help, but let us know if you will still have some problem with this part.

5 days ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
djmadmike says
Purchased
DC, here is my website….i was looking for hte install instructions…am i missing something…is it in the zip file? everything seems to be correct in the backend….ill disable some plugins to see if that makes a difference http://www.blackfitnessblog.com/ thx
6 days ago
Author
DigitalCavalry DigitalCavalry replied

Hello, I am not sure what might be the problem because almost everything seems to work fine but the site loads very slow and there are some errors from timthumb (but most thumbnails load fine..). It might be caused by some non IS2 plugins, so you can first try to deactivate these plugins (but don’t deactivate NextGen Gallery plugin) and check how it works, or it is something related to the host / server settings.

4 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • United States
axl1 says
Purchased

Hi DC. I’m working on my site right now, and I need to know a couple of things.

1) Do you have a Google+ and Pinterest icons I could use to put them next to the main logo?

2) How can I change the font of the main text in the blog posts? (not the theme titles ones). I don’t want to change the font of all my posts manually.

Let me know.

5 days ago
  • Has been a member for 0-1 years
kejuitem says

Hi, I have a problem with the Chain slider and all pictures. It keeps showing up question mark icon. All the pictures doesn’t appear. I’ve tried to re-install the theme but nothing happen. Can you please help me with this? Thank you.

4 days ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
websitefactoryoutlet says
Purchased

Hi DC:

How do you disable the lightbox feature? I’m finding that my images are becoming severly degraded and pixelated (in particular with the 620×300 post main images). Of course, when you click on the lightbox, it loads up the actual picture nice and crisp. It seems that a background program is putting in a low res placeholder image in place of the actual images I’ve uploaded.

Please help!

thnx

2 days ago
Author
DigitalCavalry DigitalCavalry replied

Hmm.. I need to check this.

1 day ago
Purchased
Default-user websitefactoryoutlet replied

I found out how to do it… It’s in cp_functions.php …

function dcf_resizeImage

and

function dcf_getTimThumbURL

I set $q=95 (it was set at 60 before if I remember correctly). This helped to sharpen up the images in the lightbox.

12 hours ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
websitefactoryoutlet says
Purchased

Hi DC:

I sent you an email about this privately but if anybody knows the answer, I would appreciate some pointers.

The images on the site are rectangle as you know, but I wanted to modify some of those as I’d like to use this theme for a book site.

In particular:

- I want the Homepage Recent Posts (small thumbs) thumbnails to be changed from 133×90 to 133×200.

- For the Medium Blog Layout, I want the thumbnails to be changed from 140×140 to 140×210.

- For Related Posts, I want the thumbnails to be changed from 133×88 to 133×200.

I found the areas in common.css and common_dark.css style sheets that specify these variables. Once I made the changes there, the boxes on the pages changed to the sizes that I want but the thubmnails are still not resizing to the specified variables I inputted into the style sheets. It seems that thumbs.php is still dynamically creating the original thumbnail sizes. But how? Is there another file where I have to specify my new thumbnails sizes?

I’ve literally pulled my hair out over this, trying to figure out why thumbs.php is not pulling variables form the style sheet in order to dynamically make the thumbs at these new sizes I’ve specified above.

Please help!

Thanks :-)

2 days ago
Author
DigitalCavalry DigitalCavalry replied

Hello,

Yeah, this is some tricky code. PHP code can’t get information from CSS because don’t have access to selectors properties etc. I can do this but this is bad idea and will complicate code.

Homepage Recent Posts thumbnails are rendered by renderHomeBlogPostsLine function located in cp_renderer.php file. So go to this function and change 133×90 to 133×200 in this function.

For the medium blog layout you must do changes in function renderBlogPostMediumLayout located in cp_renderer.php file.

For the related posts thumbs find function renderBlogPostFull located in cp_renderer.php file. The related posts section is located near at the end of function.

Best Regards, DC

1 day ago
Purchased
Default-user websitefactoryoutlet replied

Hi DC… It worked!

Thanks :-)

13 hours ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Poland
mad2k says
Purchased

Hi DC,

I don’t know why but I lost post content. Theres nothing between post-info and tags, should be post content between

...

. could you help me http://pixeljuice.pl/

Cheers, Marek

1 day ago
Author
DigitalCavalry DigitalCavalry replied

Hello,

Post content and what page? Homepage? Single post page? Or on all pages the post content is not displayed? Can you write some more?

Best Regards, DC

1 day ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Poland
mad2k says
Purchased

In the single post page :-( all pages the post content is not displayed

23 hours ago
Author
DigitalCavalry DigitalCavalry replied

It looks like the post content is not rendered. Can you send me access to your wordpress installation? I think this problem can come form some plugin that block post content or this is something else I will try to find this, but need access to your WP installation.

23 hours ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Poland
mad2k says
Purchased

Did you have in mind ftp server access? How can I send it to you? I don’t have your email address.

23 hours ago
Author
DigitalCavalry DigitalCavalry replied

The URL address to your wordpress admin panel, login, and password. Jump to my profile on ThemeForest and please send it by contact form. And please after sending access write here comment so I will know that I need to check my email box.

23 hours ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Poland
mad2k says
Purchased

Hello, message sent Thanks:-) Marek

23 hours ago
Author
DigitalCavalry DigitalCavalry replied

Helo,

I have done some investigation. Post content is saved in database, I have displayed it from post properties, but WordPress functions can’t display it or content is somehow blocked. I have disabled all plugins and I have no positive results. Is there something else installed for your wordpress by WP CMS or via server?

The content is not visible from start – installation? Or it is invisible from some plugin installation or IS2 code modification?

Best Regards, DC

22 hours ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Poland
mad2k says
Purchased

Hello,

No there isn’t other installations. Content was visible and eventually I’m not sure it was today or earlier when it stopped display.

I also noticed that Lightbox displays different. Not like in the beginning. No arrows and other stuff and mini-gallery is visible on all (even single-photo) items.

Is reinstall of the template will help?

Regards, Marek

22 hours ago
Author
DigitalCavalry DigitalCavalry replied

Hello,

First try to switch theme from IS2 to some default WP theme. Maybe this is not theme problem but WP instillation is some how damaged.

15 hours ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Poland
mad2k says
Purchased

Hello DC,

Thanks for help. I was checked and on other standard Wp template everything was ok. So next step before re-installation I did was to replace all IS2 files using ftp by “clear” files from disk. It helped :-)

Post are visible now and gallery displays in proper way. I don’t know what was the reason. After replacement of IS2 files I did actions with plugins (snippets etc…) ... and everything is ok.

I think it was a kind of error (on server?) which damaged some files yesterday.

All in all not everything is ok :-)

Regards, Marek

13 hours ago
Author
DigitalCavalry DigitalCavalry replied

Hello,

Maybe this was damaged file, but in this case there should be on 99% some error printed by PHP . But it is good that now is OK and post content is displayed.

Best Regards, DC

13 hours ago
by
by
by
by
by