Site Designer suggestions - Post ID...

User 131545 Photo


Registered User
687 posts

Possibly to copy and paste cel content in an CSS Grid

Like an option to only copy and paste cell contents and formatting in a cssgrid. Like to include it in the next update If you copy something now then it's the container itself and not the cell content
Toekomstgerichte door ICT gebeten IT'er
Stephane Fonteyne
Ba. Elektronica - ICT
Application Software PowerBasic Developer
e-mail : stephane.fonteyne@telenet.be
gmail : stephane760126@gmail.com
linkin : in : <http://www.linkedin.com/pub/stephane-fonteyn/53/402/204>
twitter : @Stefke36
User 105368 Photo


Registered User
1 post

Any possibility of a Python IDE being added to the family? (possibly even Django friendly).

Many thanks if you could make it happen!
User 131545 Photo


Registered User
687 posts

Dear support,
Access to all CSS/JS classes for the frameworks Foundation/bootstrap

I would like that there once in the next update/upgrade fully access to
all foundation/bootstrap css classes and JavaScript.
I would like to use the foundation grids such as the xy grid
With kind regards
Stephane
Toekomstgerichte door ICT gebeten IT'er
Stephane Fonteyne
Ba. Elektronica - ICT
Application Software PowerBasic Developer
e-mail : stephane.fonteyne@telenet.be
gmail : stephane760126@gmail.com
linkin : in : <http://www.linkedin.com/pub/stephane-fonteyn/53/402/204>
twitter : @Stefke36
User 2093190 Photo


Registered User
115 posts

Hi there,
my suggestion: a tiny editor to edit embedded css- and js-files.
Regards Uwe
puncto – grafik & marketing
D - 69126 Heidelberg
https://www.puncto.info
Actually you´ll find my work here: https://puncto.coffeecup.com/
User 2088758 Photo


Senior Advisor
3,086 posts

Uwe Schmitt wrote:
Hi there,
my suggestion: a tiny editor to edit embedded css- and js-files.
Regards Uwe


Hi Uwe,

This has been suggested before but I think they are not enabling this because the purpose of the program is to make building websites easy and code free. There was some talks of making a developers version of SD3 (at the time RSD) but I haven't heard anything recently.
Taking over the world one website at a time!

Steve Kolish
www.misterwebguy.com

YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
User 131545 Photo


Registered User
687 posts

For the next update of Site Designer:

Add in the <body> section global and local css stylesheets/javascripts in page manager

Hans,
Can you please add in the page manager in the <body> add global and local css stylesheets & javascripts
I will create websites in bootstrap and bootstrap requires some css en js files into the body tag

Kind regards
Stephane
Toekomstgerichte door ICT gebeten IT'er
Stephane Fonteyne
Ba. Elektronica - ICT
Application Software PowerBasic Developer
e-mail : stephane.fonteyne@telenet.be
gmail : stephane760126@gmail.com
linkin : in : <http://www.linkedin.com/pub/stephane-fonteyn/53/402/204>
twitter : @Stefke36
User 2792467 Photo


Registered User
161 posts

Maybe it's my limited knowledge of Bootstrap, but I have never seen Bootstrap requiring CSS or Javascript within the <body> tags
Eindhoven :: Netherlands

It's easy to see, once you see it.
User 131545 Photo


Registered User
687 posts

Create your own components with json

I note that the components are designed and developed in json.
It would be very useful if we could create our own components with a changed json editor
Maybe an very good wish for the Site Designer v3.5 and the Site Designer v4.0

With Kind regards
Stephane
Toekomstgerichte door ICT gebeten IT'er
Stephane Fonteyne
Ba. Elektronica - ICT
Application Software PowerBasic Developer
e-mail : stephane.fonteyne@telenet.be
gmail : stephane760126@gmail.com
linkin : in : <http://www.linkedin.com/pub/stephane-fonteyn/53/402/204>
twitter : @Stefke36
User 131545 Photo


Registered User
687 posts

We have an component "Jumbotron" in bootstrap4 als ccomp

Hier is the internal code:

{
"UUID":"7f310c65-7399-4c62-ab1d-f0141167a4c0",
"appId":"RSD",
"appVersion":1937,
"buildNumber":4084,
"description":"A fixed component that can showcase key marketing messages
on your site.",

"element_name":"Row",
"framework":"bootstrap4",
"html":"<div class=\"row\">
<div class=\"col-xs-12 jumbotron\">
<div data-coffeebuilder-container=\"true\" class=\"container-fluid jumbotron\">
<h1 class=\"display-3\">Hello, world!</h1>
<p class=\"paragraph lead\">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
<a class=\"link-button btn btn-primary btn-lg\" href=\"#\" data-coffeebuilder-display-inline=\"inline\">Learn more</a>
</div>
</div>
</div>",

"level":"free",
"mobile_first":true,
"name":"Jumbotron",
"resources":{},
"stylesheet":"",
"type":"Row",
"units":"rem",
"user_email":"team@coffeecup.com"
}
Toekomstgerichte door ICT gebeten IT'er
Stephane Fonteyne
Ba. Elektronica - ICT
Application Software PowerBasic Developer
e-mail : stephane.fonteyne@telenet.be
gmail : stephane760126@gmail.com
linkin : in : <http://www.linkedin.com/pub/stephane-fonteyn/53/402/204>
twitter : @Stefke36
User 131545 Photo


Registered User
687 posts

{
"UUID":"7f310c65-7399-4c62-ab1d-f0141167a4c0",
"appId":"RSD",
"appVersion":1937,
"buildNumber":4084,
"description":"A fixed component that can showcase key marketing messages
on your site.",

"element_name":"Row",
"framework":"bootstrap4",

1) The HTML code is rewritten into:
"html":"<div class=\"row\">
<div class=\"col-xs-12 jumbotron\">
<div data-coffeebuilder-container=\"true\" class=\"container-fluid jumbotron\">
<h1 class=\"display-3\">Hello, world!</h1>
<p class=\"paragraph lead\">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
<a class=\"link-button btn btn-primary btn-lg\" href=\"#\" data-coffeebuilder-display-inline=\"inline\">Learn more</a>
</div>
</div>
</div>",

<div class="row">
<div class="col-xs-12 jumbotron">
<div data-coffeebuilder-container="true" class="container-fluid jumbotron">
<h1 class="display-3">Hello, world!</h1>
<p class="paragraph lead">This is a simple hero unit, a simple jumbotron-style component for calling extra
attention to featured content or information.
</p>
<a class="link-button btn btn-primary btn-lg" href="#" data-coffeebuilder-display-inline="inline">
Learn more
</a>
</div>
</div>
</div>


"level":"free",
"mobile_first":true,
"name":"Jumbotron",
"resources":{},
"stylesheet":"",
"type":"Row",
"units":"rem",
"user_email":"team@coffeecup.com"
}
Toekomstgerichte door ICT gebeten IT'er
Stephane Fonteyne
Ba. Elektronica - ICT
Application Software PowerBasic Developer
e-mail : stephane.fonteyne@telenet.be
gmail : stephane760126@gmail.com
linkin : in : <http://www.linkedin.com/pub/stephane-fonteyn/53/402/204>
twitter : @Stefke36

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.