Giter VIP home page Giter VIP logo

tailor-advanced's People

Contributors

andrew-worsfold avatar pedro-mendonca avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

tailor-advanced's Issues

class-image.php typo/bug

Line 111 of includes/element/class-image.php...

Should read:

'horizontal_alignment' => array(

not

'horizontal_aligmment' => array(

Cheers

A

stretch feature front-end

Hi. Tried this with WP default theme. The stretch feature works in admin canvas. However, the front end it isn't working for me. No js applied.

small bug in full-width option

Hi Andrew, very good page builder!

In frontend.js you use this.el.style.width = window.innerWidth + "px";
innerWidth includes the scrollbar.

I first believed changing this to window.clientWidth fixes the problem.
But I had more succes changing to document.body.clientWidth.

This may lead to other issues when the body isn't full-width.

Furthermore, There are some problems with window resizing.

iphone

I find on mobile - at least ios, content shifts to the right when scrolling. So you end up with a white gap to the left. Seems to occur with any theme.

I think ios & getBoundingClientRect aren't playing nicely.

My guess is because the ios navbar shrinks when scrolled & resize doesn't fire

Can it be relative to doc instead of viewport?

rect.left + window.scrollX
rect.top + window.scrollY

Small correction on class check

Andrew,

Trivial thing!

In tailor-advanced/includes/helpers-markup.php on line 30, change:

if ( ! function_exists( 'tailor_add_background_video_html' ) ) {

to

if ( ! function_exists( 'tailor_add_section_class_name' ) ) {

Cheers

A

incompatibility with ninja forms

When a ninja forms contact form is added to a page, tailoring that page results in this error, coming from plugins/tailor-advanced/assets/js/dist/canvas.min.js?ver=1.0.2

Uncaught TypeError: Cannot set property 'tailor_image' of undefined
at n. (canvas.min.js:1)
at _ (backbone.min.js:1)
at m (backbone.min.js:1)
at f (backbone.min.js:1)
at n.u.trigger (backbone.min.js:1)
at Object._triggerMethod (backbone.marionette.min.js:1)
at n.f.triggerMethod (backbone.marionette.min.js:1)
at n.start (backbone.marionette.min.js:2)
at HTMLDocument. (canvas.min.js:1)
at i (jquery.js:2)

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.