Nelsa Posted March 29, 2016 Report Posted March 29, 2016 Hi, I tried this guide and its not working with my template. How do I create my own theme ?? Thanks. Well this guide is ment for users who want integrate header and footer from front end theme in to blesta.You need to do 2 things to work,1.upload css,js,img... files and 2. update links(paths) to that files you upload in structure.pdt so browser can find it. Michael 1 Quote
kikloo Posted March 29, 2016 Report Posted March 29, 2016 Yes, I did that but and it sort of works but layout is all screwed up. Both are not coming properly, i.e mine or blesta. Both are conflicting. Quote
Michael Posted March 29, 2016 Author Report Posted March 29, 2016 Hi, I tried this guide and its not working with my template. How do I create my own theme ?? Thanks. It's a guide to help you, you have to do what I did with your own template. If it's conflicting and causing issues you need to ensure you don't have two javascript files or two css files which are the same. e.g.: bootstrap.css from blesta and bootstrap.css from your theme. Both will cancel each out. Blesta Addons 1 Quote
SowWun Posted September 13, 2017 Report Posted September 13, 2017 Hello, may I ask if this still works for Blesta 4.1? Quote
Michael Posted September 13, 2017 Author Report Posted September 13, 2017 Just now, SowWun said: Hello, may I ask if this still works for Blesta 4.1? It does SowWun 1 Quote
Keystirras Posted May 23, 2018 Report Posted May 23, 2018 Hey everyone, the guide works for the most part, i've just encountered one problem, on a client's account page it doesn't show any of the packages or anything, only the user's address/name etc. Anyone know how to fix this? https://gyazo.com/56992b28e87b9110de248d901ac54268 Quote
Michael Posted May 23, 2018 Author Report Posted May 23, 2018 24 minutes ago, Keystirras said: Hey everyone, the guide works for the most part, i've just encountered one problem, on a client's account page it doesn't show any of the packages or anything, only the user's address/name etc. Anyone know how to fix this? https://gyazo.com/56992b28e87b9110de248d901ac54268 that could be you have two Javascripts or something is conflicting try moving the JS up and down. Quote
Keystirras Posted May 23, 2018 Report Posted May 23, 2018 Thanks, i got it working I just needed to take my time and carefully place everything, turns out it was one of my footer Javascripts causing the problem Michael 1 Quote
Keystirras Posted December 7, 2018 Report Posted December 7, 2018 I'm back! So i'm re-working my theme (So i started to re-do the integration) i was clearing up some code and i found that there is a blank spot at the top of my page above my navigation bar which is kinda hard to see with screenshot but is here: https://gyazo.com/b7c52c1308d7bb0103a6ece662a73881 I played around with the header code and found that it goes away if i remove this set of code: <?php // Theme CSS if (isset($theme_css)) { ?> <link href="<?php $this->Html->_($theme_css);?>" rel="stylesheet" type="text/css" media="screen" /> <?php } if ($this->_("AppController.lang.dir", true) == "rtl") { ?> <link href="<?php echo $this->view_dir;?>css/rtl.css" rel="stylesheet" type="text/css" media="screen" /> <?php } ?> I was wondering what could be causing this problem? Quote
Michael Posted December 7, 2018 Author Report Posted December 7, 2018 Not sure sorry do you have the url so I can see it please? Quote
Michael Posted December 10, 2018 Author Report Posted December 10, 2018 Under <div class="pace pace-inactive"> There's some spaces which is effecting it. Quote
Keystirras Posted December 11, 2018 Report Posted December 11, 2018 Alright thanks, i'll start investigating it, i can't seem to find it in my code, i'm going through my CSS files now. Quote
slowmoe Posted June 17, 2019 Report Posted June 17, 2019 Asking also if this method still works with current version. Quote
Michael Posted June 17, 2019 Author Report Posted June 17, 2019 On 5/1/2019 at 6:16 AM, mobbdeep said: Does this work for Blesta 4.3.x? 7 hours ago, slowmoe said: Asking also if this method still works with current version. Should do I'll make a new tutorial soon for you with 4.6.0. mobbdeep 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.