Discussion on MoonSilver

Discussion on MoonSilver

By
Cart 84 sales
Well Documented

honryou supports this item

Supported

9 comments found.

Never mind. My mistake.

I’ve got you theme running on two subsites on my site and visitors using IE 9 report they are unable to see the text in headlines and in the menu bar. Is it possible that you have a fix for this?

Thanks

How do you remove the styleswitcher?

Hi JeffGalloway’s,

Thanks for buying this theme!

If you decide to use one of the 9 alternate color schemes, and want to get rid of the color switcher, follow these steps:

1. Remove code between /* for color switcher start */ and /* for color switcher end */ in application.js

2. Remove all alternate stylesheets except the one you selected

3. Change the alternate stylesheet you selected’s rel attribute to “stylesheet” and remove its title attribute

4. Unlink “styleswitcher.js” and “preloadCssImages.jQuery_v5.js” from the page

5. Repeat step 2 – 4 for all other pages

This process is described in the doc under “B) CSS Files and Structure” as well.

Regards,
Andy

Hello,

I like the look and layout of your theme. How difficult would it be to display .mov videos using the Fancybox? My portfolio page would consist of displaying video files, not photos. If it’s an easy integration, I will consider purchasing your theme.

Thank you!

Hi PolishSolidarity,

You need to change the html markup of portfolio item from this

  <div class="box">
    <a href="images/portfolio2_large.jpg">
      <img src="images/portfolio2.jpg" alt="#" />
      <span class="hover_overlay">View Project</span>
     </a>
    ...
  </div>

to something like this

  <div class="box">
    <a href="#movie_1" class="mov">
      <img src="images/portfolio2.jpg" alt="#" />
      <span class="hover_overlay">View Project</span>
    </a>
    <div style="display: none">
      <!-- you can change the width and height as you like -->
      <div id="movie_1" style="width: 640px;height: 293px;">
        <div class="inner_wrapper" style="display: none;">        
          PASTE THE EMBEDDING CODE FOR YOU MOV FILE
          REFER TO http://www.w3schools.com/media/media_quicktime.asp    
        </div>
      </div>
    </div>
    ...
  </div>

And then add the following code into application.js

  $(".box a.mov").fancybox({
    titleShow: false,
    onComplete: function() {
      $('#movie_1 .inner_wrapper').show();
      $('#movie_1 .inner_wrapper').offset();
    },
    onCleanup: function() {
      $('#movie_1 .inner_wrapper').hide();
    }
  });

I’ve also made a page specifically for you with mov video embedded working at http://blahlab.com/moonsilver_mov/portfolio.html, click on the first portfolio item to take a test drive.

I hope this will help you!

Regards,
Andy

Excellent work and outcome look. I will buy it soon.

Thanks a really good template good documentation of the code very clean so good I used your template instead of writting my own code.

I look forward to more templates from you.

Very nice! You are making it very difficult for me to use the template i just purchased from someone else :)

Perfect! Good Luck!

Hmm, I wonder what MetaLab Design would think of this?! A few similarities there, but all the better for it.

But seriously, this is an awesome effort.

Hi Coatsd,

Yes, there are some similarities, Metalab Design creates great websites, their works are a great source for online inspirations to me, :)!

Regards, Andy

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey