specs from apple
https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/adaptivity-and-layout/ Image size and resolution retina info https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/image-size-and-resolution/ Apple templates icons and other kits https://developer.apple.com/design/resources/HOW TO MAKE MAC ICONS – ICNS FILES
https://blog.macsales.com/28492-create-your-own-custom-icons-in-10-7-5-or-later/Material Design Icon Free
https://icons8.com/material-icons/
FREE RESOURCES::
https://www.webdesignerdepot.com/2019/01/free-download-15-watercolor-backgrounds/
https://line25.com/ https://www.awwwards.com/flat-long-shadows-step-by-step-tutorial-resources-and-examples.html
LOTS YOU CAN DO WITH OPENTYPE FONTS AND CSS
https://practice.typekit.com/lesson/caring-about-opentype-features/https://helpx.adobe.com/fonts/using/open-type-syntax.html#smcp
https://helpx.adobe.com/fonts/using/use-open-type-clickety-clack-site/april2021/features.html
https://www.smashingmagazine.com/2011/02/useful-typography-tips-for-adobe-illustrator/
SVG / CSS to make animaged logo
BREAKDOWN OF SVG – TO EXPLAIN IT TO WORK –https://kinsta.com/blog/wordpress-svg/
https://www.elegantthemes.com/blog/resources/how-to-create-an-animated-logo-with-svg-and-css
Smart Slider 3
Account Page:: https://secure.nextendweb.com/?_ga=2.122872459.1009603990.1559099757-204757270.1559099757 https://smartslider3.helpscoutdocs.com/article/1534-what-to-do-with-smart-slider-3-when-you-are-moving-a-website
COLOR SITES
https://www.sessions.edu/color-calculator/ https://color.adobe.com/create https://www.jotform.com/blog/100-great-css-menu-tutorials/DROP DOWNS
https://css-tricks.com/solved-with-css-dropdown-menus/ https://freefrontend.com/css-dropdown-menus/Bag vs Cart
https://uxmovement.com/buttons/add-to-cart-vs-add-to-bag-which-button-label-to-use/ https://blog.conversionfanatics.com/add-to-cart-vs-add-to-bag-does-button-text-matter/
Colors for Buttons
https://www.convertize.com/call-to-action-button/ The variety of colours chosen by successful eCommerce websites demonstrates an important point: there is no “best” colour for a Call To Action. Instead, the most successful websites incorporate the following considerations into their button design:- Brand colours – the colour you choose should complement those already on the page
- Contrast – your button should stand out
- Tone – buttons should match the tone of your page, and the offer it describes
- Industry – your design should not deviate too far from your customers’ expectations
Design For FOOD
RESPONSIVE IMAGES RETHINK – https://css-tricks.com/hassle-free-responsive-images-for-wordpress/ – responsive images in wordpress – check out – https://css-tricks.com/responsive-images-css/ https://css-tricks.com/responsive-images-youre-just-changing-resolutions-use-srcset/ img src=”small.jpg” srcset=”medium.jpg 1000w, large.jpg 2000w” alt=”yah”
https://wordpress.org/support/article/overview-of-wordpress/ WordPress-Cheat-Sheet-Sheet1.pdf
https://www.hostinger.com/tutorials/wordpress-cheat-sheet MegaWordpress-Cheat-Sheet-V-1.pdf
Homebest way to start with new theme – working inside of wordpress – +++++++=========++++++++++============+++++++++++++++=========++++++++++============++++++++ THEME DEVELOPMENT +++++++=========++++++++++============+++ //////////////******************////////////////******************////////////// https://developer.wordpress.org/themes/getting-started/ (((((((((**********))))))))) – NEW DOCS!!!! https://codex.wordpress.org/Site_Design_and_Layout – HOW ALL THE PARTS FIT TOGETHER – sort of an overview Basics of WordPress Theme Design, First Steps With WordPress, Using WordPress Themes, Theme Development, FAQ Themes, Layout and Design, WordPress Lessons, Lessons: Designing Your WordPress Site, Lessons: Customizing Template Files, WordPress Site Reviews //////////////*******************//////////////*********//////////////
- sub – https://codex.wordpress.org/Using_Themes – how to use a premade theme
- Theme Development – Tags — https://codex.wordpress.org/Template_Tags
- Theme Development – Loops — https://codex.wordpress.org/The_Loop_in_Action
- Theme Development – Plugin — https://codex.wordpress.org/Writing_a_Plugin — using shortcodes: https://wordpress.org/plugins/shortcode-ui/
- Theme Development – Functions — https://developer.wordpress.org/themes/functionality/ — https://developer.wordpress.org/themes/basics/theme-functions/ – OVERVIEW
- Theme Development – Shortcodes — https://codex.wordpress.org/Shortcode — https://codex.wordpress.org/Shortcode_API — https://wordpress.org/plugins/shortcode-ui/
[code language="css"] your code here [/code]
—- display rss (embed from other site) – [rss url=http://en.blog.wordpress.com/feed] – https://en.support.wordpress.com/rss-shortcode/ | (https://www.youtube.com/watch?v=Fzx5W_PfQsQ)
/ [slideshow] gallery customization – https://en.support.wordpress.com/gallery/ —- [display-posts] display posts – https://en.support.wordpress.com/display-posts-shortcode/ —- [list-pages] list pages / sub pags – https://en.support.wordpress.com/list-pages-shortcode/ —- [portfolio] portfolio – https://en.support.wordpress.com/portfolios/portfolio-shortcode/ —- [googlemaps] google maps – https://en.support.wordpress.com/google-maps/ —- [youtube] embeds a YouTube video – other video types as well[contact-form] Form Blocks (contact / customize) – classic editor: https://en.support.wordpress.com/wordpress-editor/blocks/form-block/2/ | block editor: https://en.support.wordpress.com/wordpress-editor/blocks/form-block/ —- [blog_subscription_form] Blog Subscription – https://en.support.wordpress.com/blog-subscription-shortcode/ — [office] – https://en.support.wordpress.com/shortcodes/ (see doc type) embeds documents from Microsoft Office Live —- [recipe] recipes + sub area – https://en.support.wordpress.com/recipes/ —- [poll] poll – https://en.support.wordpress.com/forms/polls/ | https://crowdsignal.com/ —- [quiz] quiz – https://en.support.wordpress.com/quiz-shortcode/ —- [sitemap] add sitemap – https://en.support.wordpress.com/sitemaps/shortcode/ Theme Development – “Appearance” → “Customize”
- Objects — https://developer.wordpress.org/themes/customize-api/customizer-objects/
- Step by Step — https://premium.wpmudev.org/blog/wordpress-theme-customizer-guide/
- Adding info to customization — https://codex.wordpress.org/Theme_Customization_API
- ADDING CUSTOM SECTION TO HESTIA – — https://docs.themeisle.com/article/681-how-to-add-a-custom-section-to-hestia
Storefront Theme Visual Hook Guide+++++++=========++++++++++============+++++++++++++++=========++++++++++============++++++++ ELEMENTOR INTO THEME DIRECTLY +++++++=========++++++++++ GET ELEMENTOR into theme directly (after making elemet a template) +++++++=========++++++++++============+++++++++++++++=========++++++++++============++++++++ ADDING LINKS THROUGH FUNCTIONS +++++++=========++++++++++ ADDING STATIC / DYNAMIC LINKS THROUGH FUNCTIONS.php file – useful when that part of page can be overwritten because the function is pluggable Adding Static Link
[code language="css"] &amp;amp;lt;?php echo '&amp;amp;lt;a href="/my-account/" target="_self" title="' . esc_attr__( 'My Account') . '" rel="author"&amp;amp;gt;' . esc_html__( 'My Account') . '&amp;amp;lt;/a&amp;amp;gt;&amp;amp;amp;nbsp;&amp;amp;lt;span role="separator" aria-hidden="true"&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;amp;amp;nbsp;'; ?&amp;amp;gt; [/code]Adding Dynamic link <?php if ( apply_filters( ‘storefront_privacy_policy_link’, true ) && function_exists( ‘the_privacy_policy_link’ ) ) { the_privacy_policy_link( ”, ” ); }
[display-posts category=”design, design-overview, design-morecheats” category_display=”true” category_display=”post_tag” category_display=”taxonomy_name” image_size=”medium” wrapper=”div” wrapper_class=”display-posts-listing grid” meta_key=”_thumbnail_id”]