Giter Club home page Giter Club logo

visual-composer-starter's People

Contributors

bathead avatar cagdasdag avatar chrisrally avatar dependabot[bot] avatar dmytro-kovalov avatar filipsmasolovs avatar hristov296 avatar ihsanberahim avatar konutis avatar loremipsum31 avatar mmakijenko avatar nikitahl avatar pavelthq avatar rtpharry avatar say2me avatar seahunter avatar szepeviktor avatar trusis666 avatar veidenbaums avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

visual-composer-starter's Issues

Codestyle in php and js files

re-check codestyle some places have FALSE and TRUE uppercase style
also theme version 1.0 but in php classes sometimes @SInCE 1.1, can be confused in future
in many places mixed YODA condition comparison
if ( get_theme_mod( 'vc_header_sandwich_style', '#333333 ' ) == '#FFFFFF ' ) {
if ( 'div' === $args['style'] ) {
better to consider same style for comparison
always use === instead of ==
missed space in 'footer-'.$i and other operators sometimes have missed space (please use PHPCS)
Follow code style https://codex.wordpress.org/WordPress_Coding_Standards

Submenu arrow in sandwich size

In design submenu arrow in sandwich is smaller. See screenshot and design screenshot:

image

image

P.S. I like location change you made

For Social Icons Check Link Validation

Users sometimes copy link without http:// - we need to make validation, if user did not enter http:// or https:// then prepend //

otherwise WP thinks it is relative URL

Please Scope all JavaScript files.

Please Scope all JavaScript files to localscope
inc/customizer/js/control-toggle-switch.js
inc/customizer/js/control-image-select.js
(function($){
// Local
})(window.jQuery)

Or refactored as single object if this code can be used in other js files

Order of social profiles in footer

There's inconsistency with urls order. In Customizer they in one order and outputted in another order.

Note: Not a big deal, but it may confuse users.

Animations on hover missing

Hover effects should have smooth animation, same speed as a transition on links (border-bottom).

  • Button hover ("Read more" in post archive page)
  • Icons in posts meta
  • Links in paginotor
  • And other places. Pretty much everywhere where visual effect is changed (hover) smooth animation should be applied

Customizer: Order

Change order and naming of Customizer Sections:

  1. Site Identity
  2. Menus
  3. Theme Options (Combine Overall Site and Content Are - see separate issue for this one)
  4. Header
  5. Content
  6. Footer
  7. Fonts & Style (Combine all fonts into one - see separate issue for this one)
  8. Widgets
  9. Static Front Page
    Customizer-General.zip

Customizer: Fonts Style

Divide H1 - H6 into sections so it is possible to manage them separately
Move button options out of Body as they can be managed separately.

See design/schema for detailed information. You will need to divide few attributes and add few more.

Customizer-Fonts-Style.zip

Social Icons

Let's set social icon color by default regular color and upon hover it becomes active color. As for example I have active color yellow, but transparent yellow looks really bad on blue background. See image:
image

Wrong prefix for asset

From @AngeIII:

VC_Image_Select_Control::enqueue
ng-image-select-control -> vct-ng-image-select-control
ng-image-select

Please check all scripts

Comments Design

Please take another look into the comments design. From the first look, many things are missing.

  • .comments-area .comment-list .comment-author { font-weight: 700 }
    according to design should be regular weight
  • font-weight
  • padding left/right on the "Post Comment" button (in psd 40px, template 30px)
  • Comment author name with link should be the same color as with no link
  • ...

Customizer: Demo Import Option

In Customizer we need to have demo import option that will import all the images and texts as presented within the design.

This will allow users to get started easy and see a real layout.

Note: We can/should discuss it in details in Slack

Customizer-General.zip

Featured Image

I added featured image to the post and activated Featured Image in Customizer. In post view I see featured image, then I disable feature image in Customizer, but image on top of the content is still there and not gone.

Remove Images from Image folder

There are images in image folder of the theme design which we do not use (no option to import dummy data). So there is no reason to keep these images there.

Close icon replace with SVG

Now there are 2 png images dark and white for close button, we need to replace them with one SVG which get color applied to it. Otherwise retina display will not be happy about some png images and we will have problems later on if we want to introduce more sandwich menu options/colors.

I have attached svg file to use - the size should be ok, just let me know.
close-icon.zip

Widgets Column Delayed to Display

When I select a number of columns for Footer widget and go to Widgets are I still don't see column option. I need to refresh Customizer by Shift+Cmd+R to see the changes.

For regular end-user, it will look like a clear bug.

Footer Text and Submenu Spaces

Space between copyright text and submenu must be bigger, please review design for proper spaces.

Proudly povered ... must start in new line (see design)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.