csaeum
Members-
Posts
37 -
Joined
-
Last visited
Everything posted by csaeum
-
Is it really an old relic of this structure. Yes this comes from my Contao times and for me this has proven itself. I have already found some threads where it was discussed. I also realize that many SEO's are arguing about it. But my knowledge and my experiences show that it is better not to do a folder structure with all but to put down a few pages in a folder. So not always every page with "/" ends to leave but if then synonymous times directly off a few .html in it. Yes it may be "old" and a "museum relic" but many people associate much with the good old ".html" Sure, you could take away this final "/" and then have an alternative to the permanent folders and would then sometimes put in a folder, data. Only myself would like it better if you had the ".html" behind it. I think it's good that @ryan is already here for us. But further flexibility would be even better. Where would you spare yourself the umrouten also tw.
-
URL path and subpaths I would like to build my URL's like this. http://www.example.com/seite1.html http://www.example.com/seite2.html http://www.example.com/seite1/unterseite1.html http://www.example.com/seite2/unterseite2.html http://www.example.com/seite1/unterseite1/unterseite1.html http://www.example.com/seite2/unterseite2/unterseite2.html I can go there and set many things, but I have not found that yet. Is that possible and how or does one have to design a new module for that? Ryan, it would be possible to include something in the core if it is not yet possible.
-
ok, thanks, I'll take a look;) My PHP knowledge should be enough, I hope: D
-
how can I assign a classe to the a TAG in the menu? have just reviewed docu and Github but find nothing
-
ProcessWire Core (Master) ProcessWire master 3.0.123 Croppable Image 3 (Wrapper-Module) CroppableImage3 1.1.16 Ok my mistake is solved. My CPI3 Field was gallery and not images, this was the standard field in the PW demo
-
I installed Croppable Image 3 yesterday and am currently trying to configure and install it in the template. I have just on the page where directly the images are deposited this message. Fatal error: Uncaught Error: Call to a member function getCrop() on boolean in /home/frawanbd/estate.frawal.net/site/templates/_main.php:92 Stack trace: #0 /home/frawanbd/estate.frawal.net/wire/core/TemplateFile.php(297): require() #1 /home/frawanbd/estate.frawal.net/wire/core/Wire.php(380): ProcessWire\TemplateFile->___render() #2 /home/frawanbd/estate.frawal.net/wire/core/WireHooks.php(723): ProcessWire\Wire->_callMethod('___render', Array) #3 /home/frawanbd/estate.frawal.net/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\TemplateFile), 'render', Array) #4 /home/frawanbd/estate.frawal.net/wire/modules/PageRender.module(514): ProcessWire\Wire->__call('render', Array) #5 /home/frawanbd/estate.frawal.net/wire/core/Wire.php(383): ProcessWire\PageRender->___renderPage(Object(ProcessWire\HookEvent)) #6 /home/frawanbd/estate.frawal.net/wire/core/WireHooks.php(723): ProcessWire\Wire->_callMethod('___renderPage', Array) #7 /home/frawanbd/estate.frawal.net/wire/core/Wire.php(442): ProcessWire\WireHook in /home/frawanbd/estate.frawal.net/site/templates/_main.php on line 92 Schwerwiegender Fehler: Uncaught Error: Call to a member function getCrop() on boolean in /home/frawanbd/estate.frawal.net/site/templates/_main.php:92 Stack trace: #0 /home/frawanbd/estate.frawal.net/wire/core/TemplateFile.php(297): require() #1 /home/frawanbd/estate.frawal.net/wire/core/Wire.php(380): ProcessWire\TemplateFile->___render() #2 /home/frawanbd/estate.frawal.net/wire/core/WireHooks.php(723): ProcessWire\Wire->_callMethod('___render', Array) #3 /home/frawanbd/estate.frawal.net/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\TemplateFile), 'render', Array) #4 /home/frawanbd/estate.frawal.net/wire/modules/PageRender.module(514): ProcessWire\Wire->__call('render', Array) #5 /home/frawanbd/estate.frawal.net/wire/core/Wire.php(383): ProcessWire\PageRender->___renderPage(Object(ProcessWire\HookEvent)) #6 /home/frawanbd/estate.frawal.net/wire/core/WireHooks.php(723): ProcessWire\Wire->_callMethod('___renderPage', Array) #7 /home/frawanbd/estate.frawal.net/wire/core/Wire.php(442): ProcessWire\WireHook (Zeile 92 in /home/frawanbd/estate.frawal.net/site/templates/_main.php) Diese Fehlermeldung wurde angezeigt wegen: Site ist im Debug-Modus. ($config->debug = true; => /site/config.php). Fehler wurde protokolliert. On the start page I tried to install the pictures and there comes this message Fehler: Exception: There is no crop setting for the template 'home' called 'square' (in /home/frawanbd/estate.frawal.net/site/modules/CroppableImage3/FieldtypeCroppableImage3/FieldtypeCroppableImage3.module line 209) #0 /home/frawanbd/estate.frawal.net/wire/core/WireHooks.php(822): ProcessWire\FieldtypeCroppableImage3->getCrop(Object(ProcessWire\HookEvent)) #1 /home/frawanbd/estate.frawal.net/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\Pageimage), 'getCrop', Array) #2 /home/frawanbd/estate.frawal.net/site/templates/_main.php(92): ProcessWire\Wire->__call('getCrop', Array) #3 /home/frawanbd/estate.frawal.net/wire/core/TemplateFile.php(297): require('/home/frawanbd/...') #4 /home/frawanbd/estate.frawal.net/wire/core/Wire.php(380): ProcessWire\TemplateFile->___render() #5 /home/frawanbd/estate.frawal.net/wire/core/WireHooks.php(723): ProcessWire\Wire->_callMethod('___render', Array) #6 /home/frawanbd/estate.frawal.net/wire/core/Wire.php(442): ProcessWire\WireHooks->ru Diese Fehlermeldung wurde angezeigt wegen: Site ist im Debug-Modus. ($config->debug = true; => /site/config.php). Fehler wurde protokolliert. I currently have only one _main.php and I have taken the code from EXAMPLE there. <div class="gallery"> <?php // get the first image instance of crop setting 'portrait' $image = $page->images->first()->getCrop('square'); echo "<img src='{$image->url}' alt='{$image->description}' />"; ?> </div> Config from Fieldtype:
-
I have just installed the MenuBuilder and wanted to rebuild a menu as in the standard UIKIT design of PW. How can I get it that the submenus are in a DIV? Can I install it somewhere in the options or in a template? Because by default it is UL => LI => UL => LI AT UIKIT IT IS YES BUT UL => LI => DIV => UL => LI Thank you for your help!
-
Hey guys again a newbie question I use the UIKIT template as a basis. Have not been able to solve the AIOMinify. But the page is now presented almost as I would like. Except for one little thing: I made my own template "Redirect to Child". Through a forum post I found out that you can redirect through the code "Redirct" on the first child. <?php if($page->numChildren) $session->redirect($page->child()->url); ?> For this I also deleted the template "Basic Post Edit" and changed all pages that were connected to the template to "Basic Post". Now to my problem. When the contributions is the SIDEBAR always below the presentation below does not apply because the CLASS uk-grid is removed in the code, although this is default in _main available. How come and how is this removed?
-
Hey boys So today I played with Processwire and UIKIT all day. Finally I wanted to install the new UIKIT 3.0.3 with LESS support. So all plugins are installed (AllInOneMinify and RockLess) Then try all this through AllInOne to integrate. Have the JS in the footer and the LESS in the head. But then it happened, at first I thought that everything was not found, but that was not the case. When I then parse the LESS per RockLess it worked. Before that he could not find tw the CSS or this was not parsed or not properly integrated or delivered by AIOMinify. I could not see the header tw and the stuff in the HEAD was somewhere in between in the source code. Did you have that before and what's going on with AIO not right. What would be a good alternative to AIO?
-
Thank you for your answer. I did not think so far. In order to get used to it, I did not call it seo but seo_Maestro thank you for your quick help
-
hi Guys I try again with Processwire and now I finally want to improve my PHP knowledge. I just joined the SEO-Maestro like this one. <?php $page->seo->render(); ?> Nu I get but this message.
-
I just installed PW again in version 3.0.98 then have Front End Page Editor (Class PageFrontEdit) Thought the method A works even in the demo without which I have to do something. But I see no buttons, etc. Over a year ago I had it running in a demo but do not know what I've changed then or whether it works so easily? Can someone tell me what to do?
-
After finally the 3.0.35 in a short time finished, I wanted to ask whether now the ProcessBlog is soon available for this too. Or can you look at the beta or download and report bugs?
-
Can be coupled with AIOM (http://modules.processwire.com/modules/all-in-one-minify/) that too. So that after compile directly the data is passed to AIOM and then reduced or be summarized.
-
ProcessSlider - Image sliders for ProcessWire
csaeum replied to mauricius's topic in Modules/Plugins
hi Guys I hope you can help me and tell if I did everything right: I have in the header inside: <?php $slider = $modules->get('MarkupSlider'); echo $slider->getStyles(); ?> That where the slider there: <div class="container"> <div class="row"> <?php echo $slider->render($page->get('processSlider'), $includeScript = true, $options = array()); ?> </div> </div> I have in the footer otherwise the slider starts even net: <!-- it works the same with all jquery version from 1.x to 2.x --> <script> jQuery(document).ready(function ($) { var options = { $AutoPlay: true }; var jssor_slider1 = new $JssorSlider$('slider1_container', options); }); </script> Now the slider runs but without the transition set in Admin effects. What should I do so I also effects the transition see? As for example this: http://www.jssor.com/slideshow/x-float.html Here I have integrated the slider: http://gregor.web-seo-consulting.eu/ Thanks for Help -
When will a version 3.x for ProcessWire for ProcessBlog
-
Ok sorry folks I have not even checked earlier Thanks, that's it. Perhaps we should intercept it and then write down)
-
Hello I have currently integrated into the template cookieconsent manually. In search of "maybe what better" I saw that yes there CookieConsent as a module. Now I have it installed in my PW 2.7.3 and got this error Error: Call to a member function isDefault() on null (line 78 of /home/wsc/web/bernhard.web-seo-consulting.eu/public_html/site/modules/MarkupCookieConsent/MarkupCookieConsent.module) This error message was shown because you are logged in as a Superuser. Error has been logged. Is this due to the integrated or has other reasons in the template?
-
Sorry guys for this question but I do not get along with the current sample blog template. I'm not a programmer but more man for CSS and Design. I once simply a pure HTML page via include integrated into the blog-main.inc and in the _main.php. This should both unify the whole <head>. As long as I took everything great only on the home page and thus not the blog. But once I / went to / blog was the <header> as double. How can I round unify fit. So all that belongs to its place and get out of it, no Server Error's. https://processwire.com/talk/topic/7403-module-blog/page-32#entry117498 How should I get a basic template for my projects best build it again? Me is not so clear as the related files, currently seems the _main.php to be parsed and yet this then handed over to the blog or main.php? Since I am not alzu good programmer I do not know how I currently best so should build a basic template. The whole with _init.php etc I am very unknown. Also, what functions as currently produced.
-
Have now updated to the 2.3.8. Tried to reduce to a round template. So the Header/Footer and the Mainbody come from one source. Thus I have the Sidebar_Inc includet in _main.php. Now, however, a new few errors. I have seen this first. Since I am more of the designer and the programmer less it is again a steep learning curve I'll get back
-
OK Thanks for Help Here the Error: Error: Call to a member function formatDate() on null (line 24 of /home/moebrdbr/www.pw.landhausstil.info/site/templates/blog-side-bar.inc) This error message was shown because site is in debug mode ($config->debug = true; in /site/config.php). Error has been logged. If I am in the blog even then the error is not only on the home page. See here: http://www.pw.landhausstil.info/
-
Hi folks, I just try a single template with the Process Blog implement. I have a head.inc, footer.inc etc created and leave only the main body in the _main.php. Thus, everything comes together in the _main.php. Now to my problem: When I'm on the home page, then he shows me where the sidebar is included from Process Blog an "Internal Server Error". Had ever jeman the problem and or how do I fix it? Thanks for your help.
-
Ok again a new question in the round. I'm not sure if I should write it into the plugin forum or here, if then please move. I think I've ever asked 1-2 years ago, probably in a different profile but I know not, and could not find it. With MarkupLoadRSS I'm writing from an RSS feed on the page. I would like this but, or an item's it like to spend in a slider and link first intern. My question would be the following: How would it do that I disc reading the RSS, then save as a Page? To affairs it "internally" on and then refer only to the external target?
-
hi Guys after I have now completed my first web site almost completely and also works with the contact form, etc. Missing The last thing that I get Heise Shariff to run properly. The frontend is working but I understand the whole thing with the backend not. Who knows so and or can give me advice. I have the frontend: https://github.com/heiseonline/shariff Under / site / templates / shariff / accommodated The backend: https://github.com/heiseonline/shariff-backend-php I copied under / site / templates / shariff-backend Unfortunately, he shows me no figures for subdivisions. Do I need to speak to the backend via CronJob? As funktioiert or is it wrong under / site / templates?
-
sounds good. I'll check it once !!