-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By Peter Troeger
Hello 🙂
I have set up pagination on a mulitlanguage site.
I've done this before, but this time I have a problem I can't solve.
Pagination is activated on 'parent-template' and 'child-template' just to be sure 🙂
This is my code:
$children = $page->children('limit=1'); foreach($children as $child) { $title = $child->title; echo $title; } echo $children->renderPager(); The navigation is output correctly and the link look correct as well 'parent-page/page2/'.
But when I click the link, the site seems to redirect back to 'parent-page/
Any help would be greatly appreciated 🙂
- Peter
-
By Noel Boss
Admin Theme Boss
A light and clear theme based on Uikit 3
Features
Five unique color options Beautifully redesigned login screens Modern typography using Roboto Condensed Extended breadcrumb with edit links Extends AdminThemeUikit, so you can continue using all current and future AdminThemeUikit features Option to activate theme for all users Compatibility with AdminOnStreoids and other third party modules Updated and Releases
There is a shiny new release page where you can subscribe to updates for new releases of AdminThemeBoss. Color Variants:
ProcessWire Blue
Dark Black
Vibrant Blue
Happy Pink
Smooth Green *new with 0.6.1*
Requirements
Requires a current ProcessWire version with AdminThemeUikit installed and activated.
Installation
Make sure AdminThemeUikit is activated Go to “Modules > Site > Add New“ Paste the Module Class Name “AdminThemeBoss“ into the field “Add Module From Directory“ Click “Download And Install“ On the overview, click “Download And Install“ again… On the following screen, click “Install Now“
Manual Installation
Make sure the above requirements are met Download the theme files from GitHub or the ProcessWire Modules Repository. Copy all of the files for this module into /site/modules/AdminThemeBoss/ Go to “Modules > Refresh” in your admin Click “Install“ on the “AdminThemeBoss“ Module -
By Mithlesh
Hi there,
How to add Google Recaptcha V 3.0 in the processwire?
My website has this module: Markup Google reCAPTCHA but I am not sure whether that is V.3 or any other, sharing the SS below:
Let me know how to update or integrate the same
Thanks
-
By Peter Knight
Hi guys
I know some of you are UIKit fans like me. I built a site recently using UIKit 3 and I'm having some layout issues on IE 11 and largest breakpoints.
You have to set quite a big resolution or have a large monitor to experience this as it only happens on largest breakpoints.
The main column in the above URL is successfully centered in most browsers except IE11.
On IE 11, it shifts to the right. Basically it's a DIV using the uk-width-expand selector and then I have a custom max width and a margin in there to centre the content horizontally.
Here's a simple CodeKit and JSFiddle of the issue
https://codepen.io/edenstudios/pen/qvWpGo
https://jsfiddle.net/EdenSt/auekfgqt/8/
Thanks
P
-
By sins7ven
Hi community, I am wondering if its possible to display languages based on what host/domain has been requested.
The use case is the following: I have one installation of PW - and within this installation I set up 5 different languages (default, english, spanish, french, dutch). Now I have 3 different domains (domainA.com, domainB.com, domainC.com) and I want to decide which languages to make available based on what domain has been navigated to.
For example:
domainA.com
- default (domainA.com)
- english (domainA.com/en)
domainB.com
- default (domainB.com)
- french (domainB.com/fr)
- dutch (domainB.com/nl)
domainC.com
- default (domainC.com)
- dutch (domainC.com/nl)
So what I want to achieve is making only these particular languages selectable in the language switcher on the frontend. Since all pages share the same templates and overall site structure I don't see the benefits of running this installation as a multisite setup or would it be better to do so? But I assume that this would be difficult to handle since the default language might change as well. (On the french version of the page, french should be the default language and so on). Any suggestions how to accomplish that? Thanks!
-