This topic contains 20 replies, has 5 voices, and was last updated by Ninja Lead 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Thank you so much for all the help you did 🙂
I followed your same instructions but it dint work for me, please help my site is http://www.pegasus-systems.co.za/index.php/about/features-projects
<em>@Ninja Lead 435857 wrote:</em><blockquote>Yes, I fixed the problem directly on your site as my earlier post. Please clear cache your browser or open Feature Projects with new browser, you will see it loads as in my screenshot
</blockquote>
<em>@bruce valle 436501 wrote:</em><blockquote>I followed your same instructions but it dint work for me, please help my site is http://www.pegasus-systems.co.za/index.php/about/features-projects</blockquote>
I would need to take a closer look at your site, please roll-back any changes you may have done on your site and pm me admin login of your site and FTP credentials. I shall help you out.
@ninja Lead
I tried this. The button that is highlighted is different, but the default layout loads.
My page is http://avenuehostel.hu/rooms
Could you please take a look?
Thanks!
<em>@osbp 440926 wrote:</em><blockquote>@Ninja Lead
I tried this. The button that is highlighted is different, but the default layout loads.
My page is http://avenuehostel.hu/rooms
Could you please take a look?
</blockquote>
I just tested with the solution below again, I see it’s working fine.
+ Open the templates/ja_decor/html/com_content/category/masonry.php file
Change
$bloglayout = isset($_COOKIE['blog-layout'])?$_COOKIE['blog-layout'] : '0';
To
setcookie('blog-layout','1');
$bloglayout = isset($_COOKIE['blog-layout'])?$_COOKIE['blog-layout'] : '1';
+ Create the templates/ja_decor/css/custom.css file and add new rule:
.grid-list .item.isotope-item{
height : 300px;
}
If you could not have it solved, please pm me admin login and FTP account, I will help you out.
This topic contains 20 replies, has 5 voices, and was last updated by Ninja Lead 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum