Plugin Author
ndre
(@ndre)
Hi @terry789,
Why the “automatic” pages are not suitable in your case?
Using shortcodes like than will be a lot of work (depending on how many pages do you have). Maybe we can help you to use the automatic pages…
You can use any redirect plugin from WordPress repository to set redirects. For example: https://ww.wp.xz.cn/plugins/redirection/
@ndre
See my problem here:
The “automatic” page made by the theme
The desired appearance of the categories I mean products. sorry
Edit: The standard category page and standard individual product page are correct with your plugin
-
This reply was modified 6 years, 2 months ago by
terry789.
-
This reply was modified 6 years, 2 months ago by
terry789.
Plugin Author
ndre
(@ndre)
@terry789,
The desired appearance is the Modern Grid. You can go to Catalog Settings > Catalog Design and switch to Modern Grid.
@ndre
Unfortunately, that doesn’t work. These settings are already correct (Modern Grid) but the products page is displayed in my theme as in the first example.
Only with the short code *show_products category = “15”* etc. is it properly displayed as in example two.
Plugin Author
ndre
(@ndre)
@terry789,
Do you have the Premium Toolset extension installed? If you have you must have choosen the Classic List for the categories listing template in Catalog Settings > General (Categories Settings section).
Can you please check it?
@ndre
No, this is not installed. For now I only use the basic plugin.
The products page now looks like the “normal” archive page of the theme.
I don’t know how to change this to a “normal” post or page of the theme.
Plugin Author
ndre
(@ndre)
@terry789,
Can you please provide your catalog URL?
@ndre
This is the page as made by your plugin
@ndre,
Do you have a sugestion for this?
Most importantly, the category title should not overwrite the top product name.
I have looked at the most obvious php files of your plugin but I cannot find the answer.
Thanks
Plugin Author
ndre
(@ndre)
Hi @terry789,
What is your integration method selected in catalog settings?
Can you please update to the latest version?
@ndre,
The setting is standard – Catalog Layout Integration with the theme (Magazine Pro Theme)
Plugin updated – No difference
I also tried the css and php snippets:
CSS:
Hide product listing name or category name on category page:
.product-listing-name {
display: none;
}
Hide category name on categories listing.
.product-subcategories .archive-listing .product-name {
display: none;
}
PHP in my functions.php file:
Disable category name:
remove_action( 'product_listing_header', 'add_product_listing_name' );
Disable product name:
remove_action( 'before_product_entry', 'single_product_header' );
All have no visible effects
Plugin Author
ndre
(@ndre)
Hi @terry789,
Can you please provide a screenshot of this settings section:
Catalog Layout Integration with the theme (Magazine Pro Theme)
@ndre,
see here
I also tried this: – Force product name display:
The only effect is that on the individual product page the title is visible twice
Thank you for your patience 🙂
Plugin Author
ndre
(@ndre)
Hi @terry789,
Thank you for the information.
This must be theme specific as we are not able to reproduce such issue, even with the Magazine theme available in WordPress repository.
Can you please contact us directly here with the bug report option? We will need some theme files which cannot be sent on the forum.