Suggestions for Foundation Framer -...

User 2846109 Photo


Ambassador
341 posts

Any chance we get 'vmin' and 'vmax' added to the unit switcher? It would be a great addition!

Thanks!
http://www.pixelandpoly.com/ (built with Bootstrap Builder)
Video Tutorials - https://www.youtube.com/channel/UCQMcF0 … EKA/videos
The Universe from A to Z - https://universeatoz.com/ (built with Foundation Framer)
User 2699991 Photo


Registered User
4,777 posts
Online Now

Jeff wrote:
Any chance we get 'vmin' and 'vmax' added to the unit switcher? It would be a great addition!

Thanks!


I got those on my version ??
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
Contact Me For One To One Assistance
https://alphathemes.coffeecup.com/forms … an%281%29/
User 2846109 Photo


Ambassador
341 posts

Wayan Jaya wrote:
Jeff wrote:
Any chance we get 'vmin' and 'vmax' added to the unit switcher? It would be a great addition!

Thanks!


I got those on my version ??


lol, wow.... I'm blind! You are correct! That's how fast the CC team is!
http://www.pixelandpoly.com/ (built with Bootstrap Builder)
Video Tutorials - https://www.youtube.com/channel/UCQMcF0 … EKA/videos
The Universe from A to Z - https://universeatoz.com/ (built with Foundation Framer)
User 116153 Photo


Ambassador
14 posts

I really need a Wordpress theme builder. I've been using Artisteer to build my themes on all my websites and my themes worked up to the latest version of WordPress (4.7.3). Artisteer hasn't been updated in a couple of years and I'm looking for something to take its place.


wmfx wfmx wrote:
I would like to see Foundation Framer merged with features to enable us to create mobile apps, with drag and drop GPS, camera etc. functionality.
Also Can hardly wait for the Wordpress theme builder with Foundation Framer.
Thanks for Listening,
-WMFX


~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
http://www.DivineAlliance.org
http://www.MischievousPeeps.com
User 2796380 Photo


Registered User
94 posts

One thing I miss that was in another software package I use to use is the ability to see html. I wish you would add under Inspector where "css" is displayed two radio buttons, "css" "html" where you select which to see. Also on html the ability to only append to the code for things not yet incorporated into the software. Not to be able to Edit for obvious reason.
Larry Penny
User 2846109 Photo


Ambassador
341 posts

Can we make the 'href' section allow for data that is longer than 150 characters? Maybe 512? or 1024?

150 is definitely too short to hold links that may contain extra information such as a link to make a twitter post with information filled out already.

Thanks!
http://www.pixelandpoly.com/ (built with Bootstrap Builder)
Video Tutorials - https://www.youtube.com/channel/UCQMcF0 … EKA/videos
The Universe from A to Z - https://universeatoz.com/ (built with Foundation Framer)
User 2665407 Photo


Registered User
8 posts

Need to be able to add Custom CSS (copy & paste just like html element)
so we can use New Foundation Blocks: inserting html, inserting CSS, & inserting js.
Foundation Blocks work fine now by inserting html & inserting js but I have to export & add CSS to make them work easily.

CSS example for STICKY NAV SHRINK HERO Block:

body {
padding-top: 330px;
}

.sticky-shrinknav-menu {
position: absolute;
bottom: 0;
height: 3.75rem;
line-height: 3.75rem;
width: 100%;
background-color: rgba(23, 121, 186, 0.1);
transition: all 0.5s ease;
}

.sticky-shrinknav-menu li {
border-radius: 2px;
transition: all 0.3s ease;
}

.sticky-shrinknav-menu li:hover {
box-shadow: 0 0 0 1px #fefefe;
}

.sticky-shrinknav-menu a {
color: #fefefe;
}

.sticky-shrinknav-header-title {
transition: all 0.3s ease;
position: relative;
-webkit-transform: translateY(-1.875rem);
-ms-transform: translateY(-1.875rem);
transform: translateY(-1.875rem);
margin-bottom: 0;
color: #fefefe;
}

.sticky-shrinknav-header {
width: 100%;
height: 300px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #2196e3;
text-align: center;
position: fixed;
top: 0;
left: 0;
overflow: hidden;
transition: all 0.5s ease;
}

body.sticky-shrinknav-wrapper {
padding-top: 130px;
}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header {
height: 3.75rem;
background-color: rgba(23, 121, 186, 0.9);
}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header .sticky-shrinknav-header-title {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
transition: all 0.3s ease;
}

Thanks
GDEWebman
User 122279 Photo


Senior Advisor
14,444 posts

You can create a custom css file, add it to the resources, and then link to it in Settings (head section).

But of course, it would be nice to have those foundation classes built in, like .sticky-shrinknav - whatever.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2665407 Photo


Registered User
8 posts

Thanks Inger
User 2844004 Photo


Registered User
225 posts

Inger wrote:
You can create a custom css file, add it to the resources, and then link to it in Settings (head section).

But of course, it would be nice to have those foundation classes built in, like .sticky-shrinknav - whatever.


... or at least be able to edit the custom css file, via CSSEdit or whatever. Linking to resources (in stead of embedding them) and be able to update your resources would accommodate that.

– Richard
Living in Zevenbergen, the Netherlands
13" MacBook Air M1 + 2x LG 24" IPS QHD / 8GB RAM / 500GB SSD / macOS 14.3 Sonoma

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.