yes i know you can change page width on page builders but I don't want to change the global page width. I want the page width to be 100% just for 1 template Globally, just for that template. I tried finding it and creating a container for the page. The page width changes but not for the columns. It stays in 998px. Where can i find it or and idea of how i can change it to be 100% rather than 998px "Just for that template"?? |
you have to tell which page. Dolphin doesn't work like one page - one template file. so much to do.... |
All pages! There is a page column container in a CSS file.. I added width to 100 but it doesn't work. AMA put it in this way.. I want thecolumn container to be 1390 which is the entire screen resolution which is 100%.. How to do dat?? |
I cannot think of any easy way to do this. The width of the page columns are calculated from the page builder settings in code. I believe in BxDolTemplate.php
Dolphin was designed from the ground up with fixed width templates in mind. Others have attempted templates that go to 100% and adjust to the browser window size, and i believe all attempts have failed.
https://www.deanbassett.com |
Are you trying to do something like this?
http://houstonlively.com/?skin=mobile
This was something I started on a while back, then decided that it just didn't make sense, when a WAP and mobile app is available. I'm still going to use it to iframe the site on FB though.
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Yes houstonlively.
That is exact what i am trying to do. A mobile template for my website. Make no sense to buy the wap module. it doesn't have stores in there. And my site is not social. I am just using it as a virtual store using the store module. I have 1 template that is desktop viewable and i want the other template to be just for mobile. When a user using a mobile goes to my site, i have a code that will detect if they are infact in mobile and redirect them to the mobile template. Please help me or share the template or something(I want use your design, just the structure. I'll change color and layout.) . Please. I've tried many ways to do it and i just can't the i make everything else 100% except the columns. They stay in 998px. It shows that in the html5 there is a div with style width:998px;. I found out that div is generated by __top_menu__ . Or something like that and i have no idea where that is generated from. Please help.
|
Template is attached, but don't expect me to answer any questions about it. It's been a long time since I worked on this, so you'll just have to figure it out for yourself. I never really finished it either, so there's more work to do on it.
What I don't understand, is why on earth would you want to use Dolphin for a store. Is there some reason you don't want to use something like osCommerce, that has just about everything you need, including mobile templates and a WAP mod? It's all free, and has so much more versatility than Dolphin.
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Template is attached, but don't expect me to answer any questions about it. It's been a long time since I worked on this, so you'll just have to figure it out for yourself. I never really finished it either, so there's more work to do on it.
What I don't understand, is why on earth would you want to use Dolphin for a store. Is there some reason you don't want to use something like osCommerce, that has just about everything you need, including mobile templates and a WAP mod? It's all free, and has so much more versatility than Dolphin.
Thanks, but i had figured it out already. I had to put width:100% !important; and it worked. Am using dolphin because it's easier to use and it has what i want. Since i'll be selling digital products. Dolphin store allows u to sell digital products. I have screenshot features and an awesome understandable interface. It has what i want and not what i don want. osCommerce have a lot of features that i won't even use and its soo complicated. Plus, people who are unfamiliar with dolphin will be mantaining the site in terms of adding new products so its easier for them to do that. i fixed up the admin panel so they use what they want and not things like profiles, chat etc.. :)
thanks again. :)
|