Skip Navigation

[Resolved] Views only integration via Template into Layouts?

This support ticket is created 7 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 -
- 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 19 replies, has 2 voices.

Last updated by Franck 7 years, 8 months ago.

Assisted by: Noman.

Author
Posts
#486222

Hello Mohammad,

I purged the Varnish cache.
And... the issue is still there.

I use the MacBook Pro now to create Layouts with Views included.
So I was able to clean my setup from the unnecessary content templates.

But the mystery is still there.
Same OS, same browser on the client side,
Same WordPress setup and same host and server (of course) on the server side,
=> two different behaviors...

Thank for your continuous help! 🙂

#486390

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hello Franck,

Okay thanks ? Lets do a quick check of the current situation:

1. Edit Layout >> Inserting View popup and blue button shows fine at my end (Windows 7, Chrome).

2. Edit Layout >> Inserting View popup and blue button shows fine at your end (MacBook Pro, Chrome).

3. Edit Layout >> Inserting View popup and blue button does not show fine at your client's end (iMac 27, Chrome).

All these scenarios are correct or am I missing something here? Please confirm me.

Thank you

#486392

Mohammad,

All theses scenarios are correct. 🙂

#486783

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hello Franck,

I have found that there is responsive issue on large screens with Inserting View popup.

Please add below code into your theme/functions.php, it will display ”Close this view and return to the Layout” button properly when Inserting View in the Layout at your client's end (iMac 27, Chrome).

add_action('admin_head', 'custom');

function custom() {
  echo '<style>
@media only screen and (min-width: 2550px) {
.ddl-dialog-footer {
    margin-top: -1248px !important;
    background: transparent !important;
    border: none !important;
    margin-right: 40px !important;
    } 
}
  </style>';
}

I hope it works.
Thank you

#486905

Hello Mohammad,

Code inserted in functions.php in the child theme.

Nothing changes. The Button appears and disappears immediately.

Thanks for the help,

Franck

This ticket is now closed. If you're a Toolset client and need related help, please open a new support ticket.