Skip Navigation

[Resolved] Split: WooCommerce detailpage layout attributes

This support ticket is created 6 years, 4 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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 7 replies, has 2 voices.

Last updated by Luo Yang 6 years, 4 months ago.

Assisted by: Luo Yang.

Author
Posts
#1089154

That's right but it's a Toolset ready plugin and it's even on your website like I mentioned: https://toolset.com/2017/06/wordpress-table-plugins-integration-with-toolset-types/

But anyway, I managed to solve the issue and the plugin is working very nicely:
hidden link

Little side-effect of Toolset layouts is that I lost my theme's titlebar. How can I manage to get it back? I contacted the people at Upsolution and pointed me at the function that takes care of this but I'm not sure how to fix or implement this. Is there a way within toolset to add or attach these kinds of elements to a new view or layout outside the standard content area?

#1089160

Hello

Q1) Little side-effect of Toolset layouts is that I lost my theme's titlebar. How can I manage to get it back?
How do you setup the theme's titlebar? with layout plugin or using your theme files?
If it is layouts plugin, you can try to edit the layout, in section "Theme Options", check if there is any option for display the post title, and enable it, this option is only available with some specific theme, for example "GeneratePress"

Q2) Is there a way within toolset to add or attach these kinds of elements to a new view or layout outside the standard content area?

What kind of kinds of elements are we talking about? please elaborate the question with more details, if it needs other theme, please provide a downloadable URL for it, and describe detail steps to duplicate the same problem.

I need to test and debug it in my localhost, thanks

#1090292

Hello Luo,

Thanks. I figured it out in the meantime. Looks like Toolset Layouts was causing the issue. If I understand correctly my theme isn't a Toolset ready theme. So in this case Toolset Layouts should only edit the content area, but I looks like Toolset layouts also modifies the titlebar in this case. After testing en creating a layout with the regular editor (templates) and disabling Toolset Layouts the Titlebar appeared again.

I'm using Zephyr 5.0 by Upsolution with the WooCommerce add-on enabled After enabling WooCommerce views and starting to build a layout with Toolset Layouts the Titlebar disappeared. With only the regular editor (templates) enabled the Titlebar showed up again. This works perfectly at the moment so don't further help, but you're welcome to receive a login the investigate the issue further if you like?

#1091004

Since it is a compatibility problem with the Zephyr theme, if you still need assistance for it, please provide a copy of Zephyr 5.0 theme, and describe detail steps to duplicate the same problem, I need to test and debug it in my localhost, thanks

#1091186

You can put theme file into your own google drive disk, and share the link in your private message box:
https://toolset.com/forums/topic/split-woocommerce-detailpage-layout-attributes/#post-1091184

Then update this thread, I need to download it, and follow your description to duplicate and debug the problem, since it is weekend, you might get a late answer.

#1091187

Thanks, I have added the drive download link.

#1092679

Thanks for the details, I am downloading the files, will update here if there is anything found

#1092791

I have tried your theme file "Zephyr", with the steps you mentioned above:

1. Install Toolset types
2. Install Toolset Views
3. Install Toolset Woocommerce Views and selected: WooCommerce Views plugin default single product template (single-product.php) Show template

Create a product post, test it in front-end, there isn't any "titlebar" or post title, it display only below message:
"You need to select a layout for this page. The layout selection is available in the page editor."

The step 4:
Created a new view using layouts.

I have tried to create a layout, and assign it to single product post, then there isn't above message any more, it is displaying the content of layout,
What kind of "titlebar" do you want to display?
If you want to display the product post title in the layout, you can create a visual editor cell in the layuout, and display the post title with [wpv-post-title] shortcode:
hidden link