I am creating a page-list of thubnails, much like this: http://mattgreydesign.com/projects/ however I would like every 3rd thumbnail to have a different class so the padding aligns them properly, how would I go about doing this using my existing code? ...…
How do I include an external javascript file for a single page?
I have read about adding this to the controller.php file:
[code]
public function view() {
$html = Loader::helper('html');
$this->addHeaderItem($html->css('jquery.ui.css'));
$…
I am trying to create next prev navigation to will go through all pages in the site.
So I am using this to get the pageList
$pageList = Loader::model('page_list');
$pageList = new PageList();
$pageList->filterByPath();
$pages= $pageList->get();
…
I've created a single page for the dashboard following the example here: https://www.concrete5.org/documentation/how-tos/developers/build-a-single-page-powered-editing-interface-for-concrete5/
Everything works great and I was very happy to find this tu…
Been working through a couple of sticky problems with C5 and found a need for a relatively simple debug tool / strategy.
Many regular debuggers seem a bit trick to set up on a live c5 without breaking too many things. We spent a bit of time playing ar…
First of all I need to admit that I am not a developer just a rank amateur!! I have recently downloaded C5 and I guess I'm very fortunate that this is my very first attempt at using a CMS system and so far it has been incredible (for a rank amateur) to bu…
I've already got a Designer Block with a few tweaks to it working to pull news articles with a specific flag to different pages throughout my site, but I would like to be able to edit the actual news "master" page from any of the other news category pages…
I am in the beginning stages of my first website with Concrete 5. I have the pages all created and the css the way I want it. I would like to leave my header navigation alone as hardcoded html/css. When I am at the "home" page ( .../bakery/index.php/) …
I've created the page templates fine so far, but I cannot figure out how to include my custom navigation. Is there a simple line of code that you can wrap the HTML in for the links to work? I've included a screenshot of the site. The custom navigation …
Firstly, working out what's possible - using the page_list block can you:
- Pull and list content from a custom area and truncate the content?
- Pull and list an image block from a custom area but display it as a thumbnail?
- Pull and list the tags a p…
If you're looking to get help with an Add-on or Theme you got out of the marketplace, you can do that from the very same place you got the item in the first place. For example, if you have an eCommerce or Calendar question - go check out the Support tab for each of them.
Pick an Answer
Hey, you're asking a community of busy people to volunteer their time to find you an answer. Help us know if your thread is resolved or not by picking an answer.
There's a little "Mark as Best Answer" link to every post in your thread. When you find the best answer to your question, just click that link and all sorts of wonderful things happen to everyone!
-Thank You! MGMT
Post
Sign In?
You must have a user account and be signed to perform this action.