Adding the slideshow block at the top
Permalink
Hi guys,
I'm new here. I have installed the concrete5 in my site and it's awesome.
My question is: we can add slideshow block to the pages. But I want to display a Slideshow, just like in the default theme(Plain Yogurt). That is at the top position, in other free themes like Pluralism, Coolwater, etc..
What all changes do I have to do ?
I'm new here. I have installed the concrete5 in my site and it's awesome.
My question is: we can add slideshow block to the pages. But I want to display a Slideshow, just like in the default theme(Plain Yogurt). That is at the top position, in other free themes like Pluralism, Coolwater, etc..
What all changes do I have to do ?
Thanks.
I know the basics of HTML, CSS, PHP, etc. But never reaches the knowledge that you guys would have. :)
So, if you can guide me where to look for the template file and where to edit, it would be great.
I know the basics of HTML, CSS, PHP, etc. But never reaches the knowledge that you guys would have. :)
So, if you can guide me where to look for the template file and where to edit, it would be great.
If you DO KNOW html, you can add the following code in your templates:
This will create a new area for you to add whatever blocks you would like.
<?php $a = new Area('My New Area'); $a->display($c); ?>
This will create a new area for you to add whatever blocks you would like.
Thanks.
Could you please tell me in which file should I use this code ?
Could you please tell me in which file should I use this code ?
Hi,
If you want the slideshow block on the top, then you need to add this in header.php inside themes/elements
Thanks
Vijay
If you want the slideshow block on the top, then you need to add this in header.php inside themes/elements
Thanks
Vijay
Thanks.
But both "Themes" folder and "Elements" folder (in the root directory) are empty !
But both "Themes" folder and "Elements" folder (in the root directory) are empty !
Did you mean Packages-->[theme name]-->themes-->elements-->header.php ?
yes.
Thanks guys :)
Hi,
Inside your themes folder which is active.
Thanks
Vijay
Inside your themes folder which is active.
Thanks
Vijay
I want to put this next to my logo what code should I type?
example1.azuli.com
<<edit>>
or maybe how to move this block, is there a way "tell" the block where to go by entering pixels?
example1.azuli.com
<<edit>>
or maybe how to move this block, is there a way "tell" the block where to go by entering pixels?
I want to put this next to my logo what code should I type?
example1.azuli.com
example1.azuli.com
Not the best answer, I know, but part of your decision for which theme to use should be "does this have areas that I can edit in the proper places?" -- and if not, it means you need to move on and use a different theme instead (or modify the theme html/css yourself).