ThemeForest

Mediastar- Responsive Html5 Portfolio Template

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
MPIIIMan Purchased
Hello. Just purchased this template. Trying to understand the infinite scrolling. At the bottom is the nav <nav id="page_nav"> <a href="photos-2009.php"></a> </nav>

However something seems to change 2009 to 3010. What script is doing that so I can change it?

felixplus

to use “infinite scrolling”. Path must have a formatted “photos.php?page=2”

please refer to the documentation at “http://www.infinite-scroll.com/

Default-user
MPIIIMan Purchased
Thanks. I read through the docs, searched through google for an hour or so and just can’t find the answer. I don’t care so much about the page. I’m trying to use ajax on the pages being loaded and pass in a year that I use in a query. <nav id="page_nav"> <a href="photoload.php?page=3&year=2010?>"></a> </nav> I then change the year accordingly, but it never seems to update that parameter.
felixplus

the correct code will be

<nav id="page_nav"> 
<a href="http://yourdomain.com/photoload.php?year=2010&page=2"></a> 
</nav>

Note: parameter “page” is always at the end of url ;)

Default-user
MPIIIMan Purchased
I appreciate the replies, but I’m still suck and still been searching for hours. Here is what I have on photos.php
<nav id="page_nav">
<a href="photoload.php?year=2010&page=2"></a>
</nav> 
This is what I have on photoload.php
<nav id="page_nav">
<a href="photoload.php?year=<?=($_REQUEST[" year="">&page=3"></a>
</nav>
In the javascript console, the first time photoload.php gets called it shows this url: 0: “photoload.php?year=2010&page=” The second time photoload.php gets called it shows this url: 0: “photoload.php?year=2010&page=”

The year does not seem to be changing like it should be. Also page variable is getting lost.

Bah this discussion area can’t show code properly.

Default-user
MPIIIMan Purchased

If you could just tell me how I can disable the script from reformatting the URL and using the GET parameters I’m passing in that would be great. I don’t need the functionality of the page parsing.

Default-user
MPIIIMan Purchased

I finally got it working. Ended up using the page numbers: 1, 2, 3, 4 then just converting those into years that I could use to query.

  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • United States

since your on here right now… the first slide on the home page, the image sits a bit low. How can I bring it up higher?

felixplus

in “sequencejs-theme.apple-style.css” – line 428 , you just edit the value of the Top

.animate-in .html5 {
    left: 50%;
    opacity: 1;
    top: 45%;
    transform: rotate(0deg);
    transition-duration: 1s;
}
  • Argentina
  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

Hello! Before buy this template i have a cuestion. When a see template in 1024×768px screen resolution, left menu stays hide. Is there an option to always “show” left menu in that resolution?

felixplus

Yes, you can do it if you need, edit in “responsive.css” . We’ll help you :)

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
tfmax Purchased

Hi! :)

Would it be possible to give us the code to insert a little strip like you did in the Preview ? (Featured / CSS awards).

It would be very nice!

Regards

felixplus

hi tfmax !

Code in Html file:

<div id="cssawards">
<a class="moz-txt-link-rfc2396E" target="_blank" href="http://yourdomain.com">abc</a>
</div>

In Css file :
#cssawards {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 9999;
}
#cssawards a {
    background: url("cssa-brand.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 140px;
    text-indent: -8000px;
    width: 140px;
}
Default-user
tfmax Purchased

Thanks felixplus,

this addition is much appreciated ;)

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
tfmax Purchased

I don’t know if i did something wrong.

For the first slide on the homepage (i added my own picture), the image goes very low when I reduce the window around 70%.

Then after I reach the smartphone size, the picture returns at an higher position, like it was before.

This creates an annoying variation, a visual distraction. How do i prevent this kind of height variation?

Thanks! the template is awesome, but if i can fix this it would be more stable to me!

felixplus

Hi tfmax !

Plz give me your html, we’ll help you fix that

Default-user
tfmax Purchased

You fixed it! ;) Thank you, very much Felix.

felixplus

Felix like this, don’t forget vote for us 5 star if u love Mediastar ^^

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
MPIIIMan Purchased

Can you tell me where I can change the pink overlay that shows up when you hover over the portfolio images. Can’t seem to find that anywhere.

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
tfmax Purchased

Hi MPIIIMan,

Open quick-sand.css. Go to the line #164 and modify the rgba code. Here’s my own css:

.element.picture-icon:hover .wrap-theme p

{ background: rgba( 0,0,0, 0.8) url(’../images/icons/picture.png’) no-repeat 50% 50%; }

I changed the pink color to black, at 80% of opacity, so the code is (0,0,0, 0.8). Cheers

felixplus

Thanks tfMax :)

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
saliff Purchased

Hi, I would like to know how to remove the border shadow in the portfolio page. Thanks

felixplus

Hi saliff, plz check css file “quick-sand.css”, go to line 60 and edit in class .element : “box-shadow:none”

Default-user
saliff Purchased

Thanks

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
tfmax Purchased

Hi !

My site is almost ready, but i can’t figure how the login/password box works, there’s no Sign Up area either? Where our visitors add their avatar?

At the same time, can you explain how the comment box works? I write a message, on my test-site that i uploaded, and the comment won’t appear.

Thank you guys.

felixplus

Hi tfmax, This is just Html/css version & you can’t working with comment box, login or signup area..v..v.. You need a back-end help you to do it. You can coding with Joomla, Magento, Drupal or Buy a Mediastar Wordpress version

Default-user
tfmax Purchased

Ok thank you. I think you should remove this feature from the Live Preview since we see it on the html version page. I thought it was some kind of ready to go included feature. No problem, i’ll see what i can do.

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
tfmax Purchased

Hello guys,

The .button-1 is hard to understand. At 115% top, the button is going everywhere when i resize the window and it disapears around 1200px wide and below.

Any tip to keep it more stable?. Also, having this same button on a smartphone would be cool.

Finally, can we add a link to our slides? I’m not able right now.

Thanks!! Later

felixplus

Hi tfmax, plz check your email :)

by
by
by
by
by