Developing (v7+)

YOUR HELP PLEASE: Unknown database issue to do with layouts

I am devving on localhost with C5.7 and a custom theme. I have been working on a variety of things and out of nowhere some bizarre critical error has occurred within my site causing two pages not to load at all. I think this is a problem to do with ins…

Searching page content

Hi all, A question about searching page contents: The search block built in to C5 (5.7.9) doesn't act in the way that I suspected it might. For example, I have a page full of different filesets, I added a search block and told it to "search beneath …

Members list on any page

The members list is found at [mysitedomain]/members. Is it possible to put the members list onto any page on my site, rather than be tied to always having to use that path? I'd like to be able to have this page be somewhere else in my sitemap unde…

Custom Block Type: Programmatically accessing fields

Hey there, I'm afraid this is a rather obvious question but I just can't find anything about it in the documentation. Say I have a (custom) block type. In its view, you can display the various fields by echoing $fieldname. But how can I access th…

Text not centering on android chrome

Hi all, On the homepage of the site I'm working on, mitek-automation.com, there are a couple lines of centered text overlaying a background video. It looks nice on a PC and on my phone's native and firefox browsers but my phone's chrome browser the te…

How to Delete Current Page Programatically

Hi all I am trying to delete the current page then navigate to another page: [code] $post = \Page::getCurrentPage(); $postHandle = $post->getCollectionHandle(); function trashPage() { $page = \Page::getByPath($postHandle); $page->moveToTra…

Blocks

How could I change the set of blocks order example , there are blocks like basic, navigation, forms , social networking, multimedia, other[custom blocks]. I just want to display other[custom blocks ] as the first one. How could I achieve It ? Than…

logo placement and mobile menu navigation flaw

We have two companies = two websites. I am trying to make them match in design. However, the first site: www.codeul.com was built by someone else and I am having issues getting the logo placement to match at the top -- as well as eliminate an extra wh…

Creating sub pages / entries with having a landing page

We are looking to create a page a nav option called applications this would send you to a page that listed the first application and a navigation to be able to view all applications. (See image attached). The issue we are having is that can not seem to re…

Filter Posts