VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

Portfolio mosaico not centered after resize
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Portfolio mosaico not centered after resize

Re: Portfolio mosaico not centered after resize 30 Dec 2015 20:19 #7913

I noticed that now the title of K2 items is not showed vertically as it was before but showed horizontally on top of the item picture.

How can I set it vertical as the original version?

Thanks for your support

Re: Portfolio mosaico not centered after resize 02 Jan 2016 18:10 #7917

I fixed it by changing /templates/jf_creativia/index.php

at line

jQuery('.rotate').css('top', 120+bottom);
jQuery('.rotate h1').css('left', -left);
jQuery('.backToCategory').css('top', 120+bottom);
jQuery('.backToCategory p').css('left', -(left+200));


with:

jQuery('.rotate').css('top', bottom);
jQuery('.rotate h1').css('left', -left);
var cbottom = jQuery('.backToCategory').width()/2;
jQuery('.backToCategory').css('top', cbottom);
jQuery('.backToCategory p').css('left', -cbottom-jQuery('.backToCategory').height()/2);


Because I noticed that o resize funtion it worked correctly.

Maybe thi is not the correct topic, next time I'll be carefull in order to create dedicated topics for different problems.

Thanks
Last Edit: 02 Jan 2016 18:11 by madmanblues.
  • Page:
  • 1
  • 2
Time to create page: 0.56 seconds
Thursday 25 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.